CVE-2019-10872
published 2019-04-05CVE-2019-10872: An issue was discovered in Poppler 0.74.0. There is a heap-based buffer over-read in the function Splash::blitTransparent at splash/Splash.cc.
PriorityP337high8.8CVSS 3.0
AVNACLPRNUIRSUCHIHAH
EPSS
2.71%
84.1th percentile
An issue was discovered in Poppler 0.74.0. There is a heap-based buffer over-read in the function Splash::blitTransparent at splash/Splash.cc.
Affected
6 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | poppler | < poppler 0.71.0-5 (bookworm) | poppler 0.71.0-5 (bookworm) |
| freedesktop | poppler | — | — |
| freedesktop | poppler | >= 0 < 0.71.0-5 | 0.71.0-5 |
| freedesktop | poppler | >= 0 < 0.71.0-5 | 0.71.0-5 |
| freedesktop | poppler | >= 0 < 0.71.0-5 | 0.71.0-5 |
| freedesktop | poppler | >= 0 < 0.71.0-5 | 0.71.0-5 |
CVSS provenance
nvdv3.08.8HIGHCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
nvdv2.06.8MEDIUMAV:N/AC:M/Au:N/C:P/I:P/A:P
osv8.8HIGH
vendor_debian8.8LOW
vendor_redhat8.8HIGH
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-vjwx-3hf8-wp7w: An issue was discovered in Poppler 0
ghsa_unreviewed·2022-05-13
CVE-2019-10872 [HIGH] CWE-125 GHSA-vjwx-3hf8-wp7w: An issue was discovered in Poppler 0
An issue was discovered in Poppler 0.74.0. There is a heap-based buffer over-read in the function Splash::blitTransparent at splash/Splash.cc.
OSV
CVE-2019-10872: An issue was discovered in Poppler 0
osv·2019-04-05·CVSS 8.8
CVE-2019-10872 [HIGH] CVE-2019-10872: An issue was discovered in Poppler 0
An issue was discovered in Poppler 0.74.0. There is a heap-based buffer over-read in the function Splash::blitTransparent at splash/Splash.cc.
Ubuntu
poppler vulnerabilities
vendor_ubuntu·2019-06-27
CVE-2017-9865 poppler vulnerabilities
Title: poppler vulnerabilities
Summary: Several security issues were fixed in poppler.
It was discovered that poppler incorrectly handled certain files. If a user
or automated system were tricked into opening a crafted PDF file, an
attacker could cause a denial of service, or possibly execute arbitrary
code
Instructions: In general, a standard system update will make all the necessary changes.
Red Hat
poppler: heap-based buffer over-read in function Splash::blitTransparent in splash/Splash.cc
vendor_redhat·2019-04-03·CVSS 8.8
CVE-2019-10872 [HIGH] CWE-122 poppler: heap-based buffer over-read in function Splash::blitTransparent in splash/Splash.cc
poppler: heap-based buffer over-read in function Splash::blitTransparent in splash/Splash.cc
An issue was discovered in Poppler 0.74.0. There is a heap-based buffer over-read in the function Splash::blitTransparent at splash/Splash.cc.
Package: poppler (Red Hat Enterprise Linux 5) - Not affected
Package: poppler (Red Hat Enterprise Linux 6) - Not affected
Package: poppler (Red Hat Enterprise Linux 7) - Not affected
Package: poppler (Red Hat Enterprise Linux 8) - Not affected
Debian
CVE-2019-10872: poppler - An issue was discovered in Poppler 0.74.0. There is a heap-based buffer over-rea...
vendor_debian·2019·CVSS 8.8
CVE-2019-10872 [HIGH] CVE-2019-10872: poppler - An issue was discovered in Poppler 0.74.0. There is a heap-based buffer over-rea...
An issue was discovered in Poppler 0.74.0. There is a heap-based buffer over-read in the function Splash::blitTransparent at splash/Splash.cc.
Scope: local
bookworm: resolved (fixed in 0.71.0-5)
bullseye: resolved (fixed in 0.71.0-5)
forky: resolved (fixed in 0.71.0-5)
sid: resolved (fixed in 0.71.0-5)
trixie: resolved (fixed in 0.71.0-5)
No detection rules found.
No public exploits indexed.
arXiv
ShadowBound: Efficient Heap Memory Protection Through Advanced Metadata Management and Customized Compiler Optimization
arxiv_fulltext·2024-09-23
ShadowBound: Efficient Heap Memory Protection Through Advanced Metadata Management and Customized Compiler Optimization
ShadowBound
[1]blue#1
: Efficient Heap Memory Protection Through Advanced Metadata Management and Customized Compiler Optimization -10pt
Zheng Yu
Northwestern University
Ganxiang Yang
Northwestern University
Xinyu Xing
Northwestern University
### Abstract
In software development, the prevalence of unsafe languages such as C and C++ introduces potential vulnerabilities, especially within the heap, a pivotal component for dynamic memory allocation. Despite its significance, heap management complexities have made heap corruption pervasive, posing severe threats to system security. While prior solutions aiming for temporal and spatial memory safety exhibit overheads deemed impractical, we present , a unique heap memory protection design. At its core, is an efficient out-of-bounds defe
Bugzilla
CVE-2019-10872 poppler: heap-based buffer over-read in function Splash::blitTransparent in splash/Splash.cc
bugzilla·2019-04-05·CVSS 8.8
CVE-2019-10872 [HIGH] CVE-2019-10872 poppler: heap-based buffer over-read in function Splash::blitTransparent in splash/Splash.cc
CVE-2019-10872 poppler: heap-based buffer over-read in function Splash::blitTransparent in splash/Splash.cc
An issue was discovered in Poppler 0.74.0. There is a heap-based buffer over-read in the function Splash::blitTransparent at splash/Splash.cc.
Reference:
https://gitlab.freedesktop.org/poppler/poppler/issues/750
Discussion:
Created poppler tracking bugs for this issue:
Affects: fedora-all [bug 1696640]
---
Couldn't reproduce this on any versions we ship, but it did spit out a mildly interesting out of memory error.
```
Error (7289): Illegal character in hex string
Error (7298): Illegal character in hex string
Error (7301): Illegal character '>'
Error: font resource is not a dictionary
Out of memory
```
Rebuilt with address sanitizer and we get:
```
Syntax Error (7301): Ille
Bugzilla
CVE-2019-10871 CVE-2019-10872 CVE-2019-10873 poppler: various flaws [fedora-all]
bugzilla·2019-04-05·CVSS 6.5
CVE-2019-10871 [MEDIUM] CVE-2019-10871 CVE-2019-10872 CVE-2019-10873 poppler: various flaws [fedora-all]
CVE-2019-10871 CVE-2019-10872 CVE-2019-10873 poppler: various flaws [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of fedora-all.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versi
http://www.securityfocus.com/bid/107862https://gitlab.freedesktop.org/poppler/poppler/issues/750https://lists.debian.org/debian-lts-announce/2019/06/msg00002.htmlhttps://lists.debian.org/debian-lts-announce/2020/07/msg00018.htmlhttps://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7MAWV24KRXTFODLVT46RXI27XIQFX2QR/https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/YWS7NVFFCUY3YSTMEKZEJEU6JVUUBKHB/https://usn.ubuntu.com/4042-1/http://www.securityfocus.com/bid/107862https://gitlab.freedesktop.org/poppler/poppler/issues/750https://lists.debian.org/debian-lts-announce/2019/06/msg00002.htmlhttps://lists.debian.org/debian-lts-announce/2020/07/msg00018.htmlhttps://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7MAWV24KRXTFODLVT46RXI27XIQFX2QR/https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/YWS7NVFFCUY3YSTMEKZEJEU6JVUUBKHB/https://usn.ubuntu.com/4042-1/
2019-04-05
Published