You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decoding a 0-height tiled TIFF image iterates over every horizontal pixel. A maliciously-crafted 0-height, max-width image can force 2^32 loop iterations and a substantial amount of CPU consumption.
Thanks to Philippe Antoine (Catena cyber) for reporting this issue.
neild
changed the title
security: fix CVE-2023-29407
image/tiff: excessive CPU consumption from 2^32 no-op loop iterations
Aug 1, 2023
neild
changed the title
image/tiff: excessive CPU consumption from 2^32 no-op loop iterations
image/tiff: excessive CPU consumption from no-op loop iterations [CVE-2023-29407]
Aug 1, 2023
dmitshur
changed the title
image/tiff: excessive CPU consumption from no-op loop iterations [CVE-2023-29407]
x/image/tiff: excessive CPU consumption from no-op loop iterations [CVE-2023-29407]
Aug 2, 2023
Decoding a 0-height tiled TIFF image iterates over every horizontal pixel. A maliciously-crafted 0-height, max-width image can force 2^32 loop iterations and a substantial amount of CPU consumption.
Thanks to Philippe Antoine (Catena cyber) for reporting this issue.
This is CVE-2023-29407.
This is a PRIVATE issue for CVE-2023-29407, tracked in http://b/279483698 and fixed by http://tg/1944079.
/cc @golang/security and @golang/release
The text was updated successfully, but these errors were encountered: