CVE-2022-3213
19.09.2022, 18:15
A heap buffer overflow issue was found in ImageMagick. When an application processes a malformed TIFF file, it could lead to undefined behavior or a crash causing a denial of service.Enginsight
Vendor | Product | Version |
---|---|---|
imagemagick | imagemagick | 𝑥 < 6.9.12-62 |
imagemagick | imagemagick | 7.1.0-0 ≤ 𝑥 < 7.1.0-47 |
fedoraproject | extra_packages_for_enterprise_linux | 8.0 |
fedoraproject | extra_packages_for_enterprise_linux | 9.0 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-119 - Improper Restriction of Operations within the Bounds of a Memory BufferThe software performs operations on a memory buffer, but it can read from or write to a memory location that is outside of the intended boundary of the buffer.
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.
References