Debian Package Tracker
Register | Log in
Subscribe

poppler

Choose email to subscribe with

general
  • source: poppler (main)
  • version: 26.01.0-4.1
  • maintainer: Debian freedesktop.org maintainers (archive) (DMD)
  • uploaders: Emilio Pozuelo Monfort [DMD] – Pino Toscano [DMD]
  • arch: all any
  • std-ver: 4.7.4
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 20.09.0-3.1+deb11u1
  • o-o-sec: 20.09.0-3.1+deb11u2
  • oldstable: 22.12.0-2+deb12u1
  • stable: 25.03.0-5+deb13u2
  • testing: 25.03.0-11.1
  • unstable: 26.01.0-4.1
versioned links
  • 20.09.0-3.1+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 20.09.0-3.1+deb11u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 22.12.0-2+deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 25.03.0-5+deb13u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 26.01.0-4.1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • gir1.2-poppler-0.18
  • libpoppler-cpp-dev
  • libpoppler-cpp3
  • libpoppler-dev
  • libpoppler-glib-dev
  • libpoppler-glib-doc
  • libpoppler-glib8t64 (1 bugs: 0, 1, 0, 0)
  • libpoppler-private-dev
  • libpoppler-qt5-1t64
  • libpoppler-qt5-dev
  • libpoppler-qt6-3t64
  • libpoppler-qt6-dev
  • libpoppler156
  • poppler-utils (50 bugs: 0, 29, 21, 0)
action needed
5 security issues in trixie high

There are 5 open security issues in trixie.

1 important issue:
  • CVE-2026-10118: A flaw was found in Poppler's Splash backend. A remote attacker could exploit this vulnerability by crafting a malicious PDF file that, when rendered, triggers an integer overflow in the `tilingPatternFill` function. This overflow leads to an undersized heap memory allocation, allowing a subsequent out-of-bounds write. Successful exploitation could result in arbitrary code execution, information disclosure, or denial of service within the context of the application processing the PDF.
2 issues left for the package maintainer to handle:
  • CVE-2025-43718: (needs triaging) 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-52885: (needs triaging) 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.

You can find information about how to handle these issues in the security team's documentation.

2 ignored issues:
  • CVE-2019-9543: An issue was discovered in Poppler 0.74.0. A recursive function call, in JBIG2Stream::readGenericBitmap() located in JBIG2Stream.cc, can be triggered by sending a crafted pdf file to (for example) the pdfseparate binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impact. This is related to JArithmeticDecoder::decodeBit.
  • CVE-2019-9545: An issue was discovered in Poppler 0.74.0. A recursive function call, in JBIG2Stream::readTextRegion() located in JBIG2Stream.cc, can be triggered by sending a crafted pdf file to (for example) the pdfimages binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impact. This is related to JBIG2Bitmap::clearToZero.
Created: 2025-08-04 Last update: 2026-06-06 03:48
2 security issues in sid high

There are 2 open security issues in sid.

2 important issues:
  • CVE-2019-9543: An issue was discovered in Poppler 0.74.0. A recursive function call, in JBIG2Stream::readGenericBitmap() located in JBIG2Stream.cc, can be triggered by sending a crafted pdf file to (for example) the pdfseparate binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impact. This is related to JArithmeticDecoder::decodeBit.
  • CVE-2019-9545: An issue was discovered in Poppler 0.74.0. A recursive function call, in JBIG2Stream::readTextRegion() located in JBIG2Stream.cc, can be triggered by sending a crafted pdf file to (for example) the pdfimages binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impact. This is related to JBIG2Bitmap::clearToZero.
Created: 2022-07-04 Last update: 2026-06-06 03:48
2 security issues in forky high

There are 2 open security issues in forky.

2 important issues:
  • CVE-2019-9543: An issue was discovered in Poppler 0.74.0. A recursive function call, in JBIG2Stream::readGenericBitmap() located in JBIG2Stream.cc, can be triggered by sending a crafted pdf file to (for example) the pdfseparate binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impact. This is related to JArithmeticDecoder::decodeBit.
  • CVE-2019-9545: An issue was discovered in Poppler 0.74.0. A recursive function call, in JBIG2Stream::readTextRegion() located in JBIG2Stream.cc, can be triggered by sending a crafted pdf file to (for example) the pdfimages binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impact. This is related to JBIG2Bitmap::clearToZero.
Created: 2025-08-09 Last update: 2026-06-06 03:48
8 security issues in bullseye high

There are 8 open security issues in bullseye.

1 important issue:
  • CVE-2026-10118: A flaw was found in Poppler's Splash backend. A remote attacker could exploit this vulnerability by crafting a malicious PDF file that, when rendered, triggers an integer overflow in the `tilingPatternFill` function. This overflow leads to an undersized heap memory allocation, allowing a subsequent out-of-bounds write. Successful exploitation could result in arbitrary code execution, information disclosure, or denial of service within the context of the application processing the PDF.
5 issues postponed or untriaged:
  • CVE-2025-43718: (postponed; to be fixed through a stable update) 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-43903: (postponed; to be fixed through a stable update) NSSCryptoSignBackend.cc in Poppler before 25.04.0 does not verify the adbe.pkcs7.sha1 signatures on documents, resulting in potential signature forgeries.
  • CVE-2025-50420: (postponed; to be fixed through a stable update) An issue in the pdfseparate utility of freedesktop poppler v25.04.0 allows attackers to cause an infinite recursion via supplying a crafted PDF file. This can lead to a Denial of Service (DoS).
  • CVE-2025-52885: (postponed; to be fixed through a stable update) 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.
  • CVE-2025-52886: (postponed; to be fixed through a stable update) Poppler is a PDF rendering library. Versions prior to 25.06.0 use `std::atomic_int` for reference counting. Because `std::atomic_int` is only 32 bits, it is possible to overflow the reference count and trigger a use-after-free. Version 25.06.0 patches the issue.
2 ignored issues:
  • CVE-2019-9543: An issue was discovered in Poppler 0.74.0. A recursive function call, in JBIG2Stream::readGenericBitmap() located in JBIG2Stream.cc, can be triggered by sending a crafted pdf file to (for example) the pdfseparate binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impact. This is related to JArithmeticDecoder::decodeBit.
  • CVE-2019-9545: An issue was discovered in Poppler 0.74.0. A recursive function call, in JBIG2Stream::readTextRegion() located in JBIG2Stream.cc, can be triggered by sending a crafted pdf file to (for example) the pdfimages binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impact. This is related to JBIG2Bitmap::clearToZero.
Created: 2026-06-02 Last update: 2026-06-06 03:48
8 security issues in bookworm high

There are 8 open security issues in bookworm.

1 important issue:
  • CVE-2026-10118: A flaw was found in Poppler's Splash backend. A remote attacker could exploit this vulnerability by crafting a malicious PDF file that, when rendered, triggers an integer overflow in the `tilingPatternFill` function. This overflow leads to an undersized heap memory allocation, allowing a subsequent out-of-bounds write. Successful exploitation could result in arbitrary code execution, information disclosure, or denial of service within the context of the application processing the PDF.
5 issues left for the package maintainer to handle:
  • CVE-2025-43718: (needs triaging) 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-43903: (needs triaging) NSSCryptoSignBackend.cc in Poppler before 25.04.0 does not verify the adbe.pkcs7.sha1 signatures on documents, resulting in potential signature forgeries.
  • CVE-2025-50420: (needs triaging) An issue in the pdfseparate utility of freedesktop poppler v25.04.0 allows attackers to cause an infinite recursion via supplying a crafted PDF file. This can lead to a Denial of Service (DoS).
  • CVE-2025-52885: (needs triaging) 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.
  • CVE-2025-52886: (needs triaging) Poppler is a PDF rendering library. Versions prior to 25.06.0 use `std::atomic_int` for reference counting. Because `std::atomic_int` is only 32 bits, it is possible to overflow the reference count and trigger a use-after-free. Version 25.06.0 patches the issue.

You can find information about how to handle these issues in the security team's documentation.

2 ignored issues:
  • CVE-2019-9543: An issue was discovered in Poppler 0.74.0. A recursive function call, in JBIG2Stream::readGenericBitmap() located in JBIG2Stream.cc, can be triggered by sending a crafted pdf file to (for example) the pdfseparate binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impact. This is related to JArithmeticDecoder::decodeBit.
  • CVE-2019-9545: An issue was discovered in Poppler 0.74.0. A recursive function call, in JBIG2Stream::readTextRegion() located in JBIG2Stream.cc, can be triggered by sending a crafted pdf file to (for example) the pdfimages binary. It allows an attacker to cause Denial of Service (Segmentation fault) or possibly have unspecified other impact. This is related to JBIG2Bitmap::clearToZero.
Created: 2023-06-10 Last update: 2026-06-06 03:48
A new upstream version is available: 26.06.0 high
A new upstream version 26.06.0 is available, you should consider packaging it.
Created: 2025-11-27 Last update: 2026-06-06 01:31
lintian reports 2 errors and 1 warning high
Lintian reports 2 errors and 1 warning about this package. You should make the package lintian clean getting rid of them.
Created: 2026-06-03 Last update: 2026-06-03 10:30
7 bugs tagged patch in the BTS normal
The BTS contains patches fixing 7 bugs (8 if counting merged bugs), consider including or untagging them.
Created: 2026-06-02 Last update: 2026-06-06 03:47
Issues found with some translations low

Automatic checks made by the Debian l10n team found some issues with the translations contained in this package. You should check the l10n status report for more information.

Issues can be things such as missing translations, problematic translated strings, outdated PO files, unknown languages, etc.

Created: 2026-06-01 Last update: 2026-06-01 12:30
testing migrations
  • This package is part of the ongoing testing transition known as auto-poppler. Please avoid uploads unrelated to this transition, they would likely delay it and require supplementary work from the release managers. On the other hand, if your package has problems preventing it to migrate to testing, please fix them as soon as possible. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
news
[rss feed]
  • [2026-06-02] Accepted poppler 26.01.0-4.1 (source) into unstable (Salvatore Bonaccorso)
  • [2026-05-31] Accepted poppler 26.01.0-4 (source) into unstable (Jeremy Bícha)
  • [2026-05-01] Accepted poppler 26.01.0-3 (source) into experimental (Jeremy Bícha)
  • [2026-02-18] Accepted poppler 26.01.0-2 (source amd64 all) into experimental (Emilio Pozuelo Monfort)
  • [2026-02-17] Accepted poppler 26.01.0-1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Emilio Pozuelo Monfort)
  • [2025-10-16] Accepted poppler 25.03.0-5+deb13u2 (source) into proposed-updates (Debian FTP Masters) (signed by: Jeremy Bícha)
  • [2025-10-15] poppler 25.03.0-11.1 MIGRATED to testing (Debian testing watch)
  • [2025-10-13] Accepted poppler 25.03.0-11.1 (source) into unstable (Salvatore Bonaccorso)
  • [2025-10-13] poppler 25.03.0-11 MIGRATED to testing (Debian testing watch)
  • [2025-10-11] Accepted poppler 25.03.0-11 (source) into unstable (Pino Toscano)
  • [2025-10-05] poppler 25.03.0-10 MIGRATED to testing (Debian testing watch)
  • [2025-10-02] Accepted poppler 25.03.0-10 (source) into unstable (Jeremy Bícha)
  • [2025-09-11] poppler 25.03.0-9 MIGRATED to testing (Debian testing watch)
  • [2025-09-05] Accepted poppler 25.03.0-9 (source) into unstable (Jeremy Bícha)
  • [2025-09-03] poppler 25.03.0-7 MIGRATED to testing (Debian testing watch)
  • [2025-09-01] poppler 25.03.0-6 MIGRATED to testing (Debian testing watch)
  • [2025-08-31] Accepted poppler 25.03.0-7 (source) into unstable (Jeremy Bícha)
  • [2025-08-27] Accepted poppler 25.03.0-6 (source) into unstable (Jeremy Bícha) (signed by: Jeremy Bicha)
  • [2025-07-30] poppler 25.03.0-5 MIGRATED to testing (Debian testing watch)
  • [2025-07-28] Accepted poppler 25.03.0-5 (source) into unstable (Jeremy Bícha) (signed by: Jeremy Bicha)
  • [2025-05-10] Accepted poppler 22.12.0-2+deb12u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Adrian Bunk)
  • [2025-04-28] Accepted poppler 20.09.0-3.1+deb11u2 (source) into oldstable-security (Adrian Bunk)
  • [2025-04-24] poppler 25.03.0-4 MIGRATED to testing (Debian testing watch)
  • [2025-04-18] Accepted poppler 25.03.0-4 (source) into unstable (Jeremy Bícha) (signed by: Jeremy Bicha)
  • [2025-04-10] poppler 25.03.0-3 MIGRATED to testing (Debian testing watch)
  • [2025-04-07] Accepted poppler 25.03.0-3 (source) into unstable (Jeremy Bícha) (signed by: Jeremy Bicha)
  • [2025-03-14] poppler 25.03.0-2 MIGRATED to testing (Debian testing watch)
  • [2025-03-06] Accepted poppler 25.03.0-2 (source) into unstable (Jeremy Bícha) (signed by: Jeremy Bicha)
  • [2025-03-05] Accepted poppler 25.03.0-1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Jeremy Bicha)
  • [2025-03-02] poppler 25.01.0-5 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 107 112
  • RC: 0
  • I&N: 77 81
  • M&W: 30 31
  • F&P: 0
  • patch: 7 8
links
  • homepage
  • lintian (2, 1)
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • l10n (-, 100)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 26.01.0-2build2
  • 100 bugs (5 patches)

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing