|
|
|
|
|
by bri3d
3146 days ago
|
|
I'm not sure why this is being downvoted - image processing is one of the most dangerous parts of a common consumer-facing web software stack. By and large this is because image container formats are poorly documented, overly broad, and rely on a lot of tricky binary parsing that's easy to mess up in an unsafe programming language. It's also one of the most obvious ingress points for untrusted binary data uploaded by an end-user, which is always going to be dangerous. See the persistent, years-long trend where mobile devices and game consoles get exploited via some combination of libtiff and libpng. |
|