CVE-2011-3045
22.03.2012, 16:55
Integer signedness error in the png_inflate function in pngrutil.c in libpng before 1.4.10beta01, as used in Google Chrome before 17.0.963.83 and other products, allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a crafted PNG file, a different vulnerability than CVE-2011-3026.Enginsight
Vendor | Product | Version |
---|---|---|
chrome | 𝑥 < 17.0.963.83 | |
redhat | gluster_storage | 2.0 |
redhat | storage | 2.0 |
redhat | storage_for_public_cloud | 2.0 |
debian | debian_linux | 6.0 |
opensuse | opensuse | 12.1 |
redhat | enterprise_linux | 5.0 |
redhat | enterprise_linux | 6.0 |
redhat | enterprise_linux_desktop | 5.0 |
redhat | enterprise_linux_desktop | 6.0 |
redhat | enterprise_linux_server_aus | 6.2 |
redhat | enterprise_linux_server_eus | 6.2 |
redhat | enterprise_linux_workstation | 5.0 |
redhat | enterprise_linux_workstation | 6.0 |
libpng | libpng | 𝑥 < 1.5.10 |
𝑥
= Vulnerable software versions

Ubuntu Releases
Ubuntu Product | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
chromium-browser |
| ||||||||||||
firefox |
| ||||||||||||
libpng |
| ||||||||||||
thunderbird |
|
Common Weakness Enumeration
- CWE-190 - Integer Overflow or WraparoundThe software performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control.
- CWE-195 - Signed to Unsigned Conversion ErrorThe software uses a signed primitive and performs a cast to an unsigned primitive, which can produce an unexpected value if the value of the signed primitive can not be represented using an unsigned primitive.
References