CVE-2025-52885
Last modified
CVE-2025-52885 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. Poppler ia a library for rendering PDF files, and examining or modifying their structure. A use-after-free (write) vulnerability has been detected in versions Poppler prior to 25.10.0 within the StructTreeRoot class. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
Poppler ia a library for rendering PDF files, and examining or modifying their structure. A use-after-free (write) vulnerability has been detected in versions Poppler prior to 25.10.0 within the StructTreeRoot class. The issue arises from the use of raw pointers to elements of a `std::vector`, which can lead to dangling pointers when the vector is resized. The vulnerability stems from the way that refToParentMap stores references to `std::vector` elements using raw pointers. These pointers may become invalid when the vector is resized. This vulnerability is a common security problem involving the use of raw pointers to `std::vectors`. Internally, `std::vector `stores its elements in a dynamically allocated array. When the array reaches its capacity and a new element is added, the vector reallocates a larger block of memory and moves all the existing elements to the new location. At this point if any pointers to elements are stored before a resize occurs, they become dangling pointers once the reallocation happens. Version 25.10.0 contains a patch for the issue.
Metrics
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-52885?
How severe is CVE-2025-52885?
How do I fix CVE-2025-52885?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-5288The REST API | Custom API Generator For Cross Platform And I…9.8
- CVE-2025-52880Komga is a media server for comics, mangas, BDs, magazines a…4.2
- CVE-2025-52881runc is a CLI tool for spawning and running containers accor…7.5
- CVE-2025-52882Claude Code is an agentic coding tool. Claude Code extension…8.8
- CVE-2025-52883Meshtastic-Android is an Android application for the mesh ra…5.3
- CVE-2025-52884RISC Zero is a zero-knowledge verifiable general computing p…1.7
- CVE-2025-52886Poppler is a PDF rendering library. Versions prior to 25.06.…5.9
- CVE-2025-52887cpp-httplib is a C++11 single-file header-only cross platfor…7.5
- CVE-2025-52888Allure 2 is the version 2.x branch of Allure Report, a multi…7.5
- CVE-2025-52889Incus is a system container and virtual machine manager. Whe…3.4
- CVE-2025-5289The 3D FlipBook – PDF Embedder, PDF Flipbook Viewer, Flipboo…5.4
- CVE-2025-52890Incus is a system container and virtual machine manager. Whe…8.1
Are you affected by CVE-2025-52885?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
