Bug 1250962 (CVE-2025-59933) - VUL-0: CVE-2025-59933: vips: libvips Buffer Over-Read
Summary: VUL-0: CVE-2025-59933: vips: libvips Buffer Over-Read
Status: NEW
Alias: CVE-2025-59933
Product: openSUSE Distribution
Classification: openSUSE
Component: Security (show other bugs)
Version: Leap 15.6
Hardware: Other Other
: P3 - Medium : Normal (vote)
Target Milestone: ---
Assignee: Dmitry Roshchin
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/474918/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-03 03:33 UTC by SMASH SMASH
Modified: 2025-10-03 04:15 UTC (History)
1 user (show)

See Also:
Found By: Security Response Team
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SMASH SMASH 2025-10-03 03:33:43 UTC
libvips is a demand-driven, horizontally threaded image processing library. For versions 8.17.1 and below, when libvips is compiled with support for PDF input via poppler, the pdfload operation is affected by a buffer read overflow when parsing the header of a crafted PDF with a page that defines a width but not a height. Those using libvips compiled without support for PDF input are unaffected as well as thosewith support for PDF input via PDFium. This issue is fixed in version 8.17.2. A workaround for those affected is to block the VipsForeignLoadPdf operation via vips_operation_block_set, which is available in most language bindings, or to set VIPS_BLOCK_UNTRUSTED environment variable at runtime, which will block all untrusted loaders including PDF input via poppler.

References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2025-59933
https://www.cve.org/CVERecord?id=CVE-2025-59933
https://github.com/libvips/libvips/commit/a58bfae9223a5466cc81ba9fe6dfb08233cf17d1
https://github.com/libvips/libvips/releases/tag/v8.17.2
https://github.com/libvips/libvips/security/advisories/GHSA-q8px-4w5q-c2r4
https://github.com/CVEProject/cvelistV5/blob/main//cves/2025/59xxx/CVE-2025-59933.json
https://bugzilla.redhat.com/show_bug.cgi?id=2400373