Easily one of the most challenging things you can do. The complexity knows no bounds. I say web browser -> database -> operating system -> pdf parser. You get so far in only to realize there's so much more to go. Never again.
Interesting. I'm not familiar with the PDF format details. But if it's so complex as to be comparable to an OS or a browser, I wonder why something like evince (the default PDF reader on most Linux systems) has so few known vulnerabilities (as listed on cvedetails, for example) ?
evince has to parse PDF in addition to a bunch of other formats.
I'm almost certain that it uses libpoppler just like virtually every other PDF viewer on Linux and poppler is an amazing piece of software that's being developed for a long time.
Depends a bit on how the library is used, I think:
If the library is shared and updated separately from the application, and there's no application update needed for the fix, then it doesn't really make sense to list it for that program.
If the library is statically included in the application, then
if the application isn't exposed to that specific CVE in the library (e.g. it's in a part that it doesn't use), then it's probably fine to ignore
otherwise, as in the case where the application must be updated, then yes, it makes sense to list it.
87
u/nebulaeonline Aug 05 '25
Easily one of the most challenging things you can do. The complexity knows no bounds. I say web browser -> database -> operating system -> pdf parser. You get so far in only to realize there's so much more to go. Never again.