Libpng 1.6.51: Four buffer overflow vulnerabilities fixed(openwall.com)
openwall.com
Libpng 1.6.51: Four buffer overflow vulnerabilities fixed
https://www.openwall.com/lists/oss-security/2025/11/22/1
9 comments
> All vulnerabilities require user interaction (processing a malicious PNG file)
What world is the author living in where PNGs aren't very frequently read and written with no user interaction. The web obviously displays PNGs with no prompt, sites can generate PNGs with canvas trivially and with no explicit permission. PNGs are also often displayed in notifications and may come from untrustworthy sources.
This feels like an irresponsible downplay of the severity.
What world is the author living in where PNGs aren't very frequently read and written with no user interaction. The web obviously displays PNGs with no prompt, sites can generate PNGs with canvas trivially and with no explicit permission. PNGs are also often displayed in notifications and may come from untrustworthy sources.
This feels like an irresponsible downplay of the severity.
I thought this initially too, but there's a comment on https://bugzilla.mozilla.org/show_bug.cgi?id=2001758#c5 that suggests a belief it doesn't affect Firefox at all. So I don't know if the surface for these is particularly obscure such that browsers are insulated?
Affects back to version 1.6.0 released Feb 14, 2013
rust rewrite when?
That four new CVEs (two high-severity!) were found in a mature and well-tested library like png reminds me how non-trivial and unforgiving software engineering can be.
Security flaws are often just waiting behind the corner: this should be humbling lesson for all of us.