OESA-2025-2484 (CVE-2025-43718)

Vulnerability from osv_openeuler – Published: 2025-10-17 11:09 – Updated: 2026-08-06 11:09 – Source website
VLAI
Summary
poppler security update
Details

is a PDF rendering library.

Security Fix(es):

Poppler 24.06.1 through 25.x before 25.04.0 allows stack consumption and a SIGSEGV via deeply nested structures within the metadata (such as GTS_PDFEVersion) of a PDF document, e.g., a regular expression for a long pdfsubver string. This occurs in Dict::lookup, Catalog::getMetadata, and associated functions in PDFDoc, with deep recursion in the regex executor (std::__detail::_Executor).(CVE-2025-43718)

Poppler is 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.(CVE-2025-52885)


{
  "affected": [
    {
      "ecosystem_specific": {
        "aarch64": [
          "poppler-0.90.0-15.oe2203sp3.aarch64.rpm",
          "poppler-cpp-0.90.0-15.oe2203sp3.aarch64.rpm",
          "poppler-cpp-devel-0.90.0-15.oe2203sp3.aarch64.rpm",
          "poppler-debuginfo-0.90.0-15.oe2203sp3.aarch64.rpm",
          "poppler-debugsource-0.90.0-15.oe2203sp3.aarch64.rpm",
          "poppler-devel-0.90.0-15.oe2203sp3.aarch64.rpm",
          "poppler-glib-0.90.0-15.oe2203sp3.aarch64.rpm",
          "poppler-glib-devel-0.90.0-15.oe2203sp3.aarch64.rpm",
          "poppler-qt5-0.90.0-15.oe2203sp3.aarch64.rpm",
          "poppler-qt5-devel-0.90.0-15.oe2203sp3.aarch64.rpm",
          "poppler-utils-0.90.0-15.oe2203sp3.aarch64.rpm"
        ],
        "noarch": [
          "poppler-glib-doc-0.90.0-15.oe2203sp3.noarch.rpm",
          "poppler-help-0.90.0-15.oe2203sp3.noarch.rpm"
        ],
        "src": [
          "poppler-0.90.0-15.oe2203sp3.src.rpm"
        ],
        "x86_64": [
          "poppler-0.90.0-15.oe2203sp3.x86_64.rpm",
          "poppler-cpp-0.90.0-15.oe2203sp3.x86_64.rpm",
          "poppler-cpp-devel-0.90.0-15.oe2203sp3.x86_64.rpm",
          "poppler-debuginfo-0.90.0-15.oe2203sp3.x86_64.rpm",
          "poppler-debugsource-0.90.0-15.oe2203sp3.x86_64.rpm",
          "poppler-devel-0.90.0-15.oe2203sp3.x86_64.rpm",
          "poppler-glib-0.90.0-15.oe2203sp3.x86_64.rpm",
          "poppler-glib-devel-0.90.0-15.oe2203sp3.x86_64.rpm",
          "poppler-qt5-0.90.0-15.oe2203sp3.x86_64.rpm",
          "poppler-qt5-devel-0.90.0-15.oe2203sp3.x86_64.rpm",
          "poppler-utils-0.90.0-15.oe2203sp3.x86_64.rpm"
        ]
      },
      "package": {
        "ecosystem": "openEuler:22.03-LTS-SP3",
        "name": "poppler",
        "purl": "pkg:rpm/openEuler/poppler\u0026distro=openEuler-22.03-LTS-SP3"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "0.90.0-15.oe2203sp3"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "severity": "Medium"
  },
  "details": "is a PDF rendering library.\r\n\r\nSecurity Fix(es):\n\nPoppler 24.06.1 through 25.x before 25.04.0 allows stack consumption and a SIGSEGV via deeply nested structures within the metadata (such as GTS_PDFEVersion) of a PDF document, e.g., a regular expression for a long pdfsubver string. This occurs in Dict::lookup, Catalog::getMetadata, and associated functions in PDFDoc, with deep recursion in the regex executor (std::__detail::_Executor).(CVE-2025-43718)\n\nPoppler is 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.(CVE-2025-52885)",
  "id": "OESA-2025-2484",
  "modified": "2026-08-06T11:09:35Z",
  "published": "2025-10-17T11:09:35Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2025-2484"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-43718"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52885"
    }
  ],
  "schema_version": "1.7.2",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "poppler security update",
  "upstream": [
    "CVE-2025-43718",
    "CVE-2025-52885"
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…