A stack buffer overflow flaw was found in Libtiffs' tiffcp.c in main() function. This flaw allows an attacker to pass a crafted TIFF file to the tiffcp tool, triggering a stack buffer overflow issue, possibly corrupting the memory, and causing a crash that leads to a denial of service.
A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
Link | Tags |
---|---|
https://bugzilla.redhat.com/show_bug.cgi?id=2074415 | third party advisory issue tracking exploit |
https://gitlab.com/libtiff/libtiff/-/issues/400 | patch exploit third party advisory issue tracking |
https://gitlab.com/libtiff/libtiff/-/merge_requests/323 | patch third party advisory issue tracking |
https://access.redhat.com/security/cve/CVE-2022-1355 | third party advisory issue tracking |
https://security.netapp.com/advisory/ntap-20221014-0007/ | third party advisory |
https://security.gentoo.org/glsa/202210-10 | third party advisory vendor advisory |
https://lists.debian.org/debian-lts-announce/2023/01/msg00018.html | third party advisory mailing list |
https://www.debian.org/security/2023/dsa-5333 | third party advisory vendor advisory |