A complete implementation of 10918-1 (JPEG) coming from jpeg.org (the ISO group) with extensions for HDR, lossless and alpha channel coding standardized as ISO/IEC 18477 (JPEG XT).
There is an assert failure in BitStream<false>::Get in bitstream.hpp. Depending on the usage of this library, e.g., running on remote server as a service, this could cause Deny of Service attack.
There is an assert failure in
BitStream<false>::Get
inbitstream.hpp
. Depending on the usage of this library, e.g., running on remote server as a service, this could cause Deny of Service attack.reproduce steps:
jpeg ./poc /dev/null
poc poc.zip
stack trace