sahvx655-wq opened a new pull request, #63910:
URL: https://github.com/apache/doris/pull/63910

   A crafted SNAPPYBLOCK stream (CSV load) overflows the line-reader output 
buffer:
   
       decompressor.cpp:679: snappy::RawUncompress writes 4096 bytes
       into a 64-byte output buffer  (heap out-of-bounds write)
   
   GetUncompressedLength reads the per-block length from the 
attacker-controlled header but it is never bounded against the remaining output 
before the copy.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to