Dompdf Project
Products
1- 18 CVEs
Recent CVEs
18| CVE | Vendor / Product | Sev | Risk | CVSS | EPSS | KEV | Published | Description |
|---|---|---|---|---|---|---|---|---|
| CVE-2022-28368 | Cri | 0.66 | 9.8 | 0.82 | Apr 3, 2022 | Dompdf 1.2.1 allows remote code execution via a .php file in the src:url field of an @font-face Cascading Style Sheets (CSS) statement (within an HTML input file). | ||
| CVE-2023-24813 | Cri | 0.58 | 10.0 | 0.02 | Feb 7, 2023 | Dompdf is an HTML to PDF converter written in php. Due to the difference in the attribute parser of Dompdf and php-svg-lib, an attacker can still call arbitrary URLs with arbitrary protocols. Dompdf parses the href attribute of `image` tags and respects `xlink:href` even if… | ||
| CVE-2023-23924 | Cri | 0.58 | 10.0 | 0.04 | Feb 1, 2023 | Dompdf is an HTML to PDF converter. The URI validation on dompdf 2.0.1 can be bypassed on SVG parsing by passing `` tags with uppercase letters. This may lead to arbitrary object unserialize on PHP < 8, through the `phar` URL wrapper. An attacker can exploit the… | ||
| CVE-2014-5013 | Hig | 0.58 | 8.8 | 0.04 | Jan 10, 2020 | DOMPDF before 0.6.2 allows remote code execution, a related issue to CVE-2014-2383. | ||
| CVE-2021-3902 | Cri | 0.57 | 9.8 | 0.01 | Nov 15, 2024 | An improper restriction of external entities (XXE) vulnerability in dompdf/dompdf's SVG parser allows for Server-Side Request Forgery (SSRF) and deserialization attacks. This issue affects all versions prior to 2.0.0. The vulnerability can be exploited even if the… | ||
| CVE-2021-3838 | Cri | 0.57 | 9.8 | 0.01 | Nov 15, 2024 | DomPDF before version 2.0.0 is vulnerable to PHAR deserialization due to a lack of checking on the protocol before passing it into the file_get_contents() function. An attacker who can upload files of any type to the server can pass in the phar:// protocol to unserialize the… | ||
| CVE-2026-59942 | Hig | 0.42 | 7.5 | 0.01 | Jul 28, 2026 | Dompdf is an HTML to PDF converter for PHP. Versions 3.15 and prior are vulnerable to a Denial of Service (DoS) attack via resource exhaustion. An attacker can crash the PHP process by providing a specially crafted HTML document containing a single image with massive dimensions… | ||
| CVE-2026-59941 | Hig | 0.42 | 7.5 | 0.01 | Jul 28, 2026 | Dompdf is an HTML to PDF converter for PHP. Versions 3.15 and prior accept a BMP image and generates a PDF-compatible PNG based only on its declared header dimensions and never bounds width × height before the image is converted through GD. A 58-byte BMP whose header declares… | ||
| CVE-2026-55555 | Hig | 0.42 | 7.5 | 0.01 | Jul 28, 2026 | Dompdf is an HTML to PDF converter for PHP. Versions 3.15 and prior are vulnerable to a File Existence Oracle attack through the manipulation of the CSS @font-face directive. By providing malicious HTML that references local files via the file:// protocol repeatedly, an attacker… | ||
| CVE-2026-55554 | Hig | 0.42 | 7.5 | 0.00 | Jul 28, 2026 | Dompdf is an HTML to PDF converter for PHP. In versions 3.15 and prior, the validateLocalUri() method enforces chroot boundaries with a strpos() prefix check after normalizing paths with realpath() . Because normalization strips the trailing directory separator from… | ||
| CVE-2022-41343 | Hig | 0.42 | 7.5 | 0.04 | Sep 25, 2022 | registerFont in FontMetrics.php in Dompdf before 2.0.1 allows remote file inclusion because a URI validation failure does not halt font registration, as demonstrated by a @font-face rule. | ||
| CVE-2014-5012 | Med | 0.42 | 6.5 | 0.01 | Jan 10, 2020 | DOMPDF before 0.6.2 allows denial of service. | ||
| CVE-2014-5011 | Med | 0.35 | 6.5 | 0.01 | Jan 10, 2020 | DOMPDF before 0.6.2 allows Information Disclosure. | ||
| CVE-2023-50262 | Med | 0.28 | 5.3 | 0.01 | Dec 13, 2023 | Dompdf is an HTML to PDF converter for PHP. When parsing SVG images Dompdf performs an initial validation to ensure that paths within the SVG are allowed. One of the validations is that the SVG document does not reference itself. However, prior to version 2.0.4, a recursive… | ||
| CVE-2022-2400 | Med | 0.28 | 5.3 | 0.01 | Jul 18, 2022 | External Control of File Name or Path in GitHub repository dompdf/dompdf prior to 2.0.0. | ||
| CVE-2022-0085 | Med | 0.28 | 5.3 | 0.01 | Jun 28, 2022 | Server-Side Request Forgery (SSRF) in GitHub repository dompdf/dompdf prior to 2.0.0. | ||
| CVE-2026-59943 | Med | 0.27 | 5.3 | 0.00 | Jul 28, 2026 | Dompdf is an HTML to PDF converter for PHP. In versions 3.15 and prior, if a malicious actor can supply unrestricted content for rendering by Dompdf they can utilize the SVG rendering functionality to leak filesystem information when rendering PDF files using image references… | ||
| CVE-2026-56722 | Med | 0.27 | 5.3 | 0.00 | Jul 28, 2026 | Dompdf is an HTML to PDF converter for PHP. In versions 3.15 and prior, aAn attacker who controls the HTML input can bypass this restriction by embedding a target file path inside an SVG image delivered through a data: URI, because dompdf processes the SVG twice and the… |
- risk 0.66cvss 9.8epss 0.82
Dompdf 1.2.1 allows remote code execution via a .php file in the src:url field of an @font-face Cascading Style Sheets (CSS) statement (within an HTML input file).
- risk 0.58cvss 10.0epss 0.02
Dompdf is an HTML to PDF converter written in php. Due to the difference in the attribute parser of Dompdf and php-svg-lib, an attacker can still call arbitrary URLs with arbitrary protocols. Dompdf parses the href attribute of `image` tags and respects `xlink:href` even if…
- risk 0.58cvss 10.0epss 0.04
Dompdf is an HTML to PDF converter. The URI validation on dompdf 2.0.1 can be bypassed on SVG parsing by passing `` tags with uppercase letters. This may lead to arbitrary object unserialize on PHP < 8, through the `phar` URL wrapper. An attacker can exploit the…
- risk 0.58cvss 8.8epss 0.04
DOMPDF before 0.6.2 allows remote code execution, a related issue to CVE-2014-2383.
- risk 0.57cvss 9.8epss 0.01
An improper restriction of external entities (XXE) vulnerability in dompdf/dompdf's SVG parser allows for Server-Side Request Forgery (SSRF) and deserialization attacks. This issue affects all versions prior to 2.0.0. The vulnerability can be exploited even if the…
- risk 0.57cvss 9.8epss 0.01
DomPDF before version 2.0.0 is vulnerable to PHAR deserialization due to a lack of checking on the protocol before passing it into the file_get_contents() function. An attacker who can upload files of any type to the server can pass in the phar:// protocol to unserialize the…
- risk 0.42cvss 7.5epss 0.01
Dompdf is an HTML to PDF converter for PHP. Versions 3.15 and prior are vulnerable to a Denial of Service (DoS) attack via resource exhaustion. An attacker can crash the PHP process by providing a specially crafted HTML document containing a single image with massive dimensions…
- risk 0.42cvss 7.5epss 0.01
Dompdf is an HTML to PDF converter for PHP. Versions 3.15 and prior accept a BMP image and generates a PDF-compatible PNG based only on its declared header dimensions and never bounds width × height before the image is converted through GD. A 58-byte BMP whose header declares…
- risk 0.42cvss 7.5epss 0.01
Dompdf is an HTML to PDF converter for PHP. Versions 3.15 and prior are vulnerable to a File Existence Oracle attack through the manipulation of the CSS @font-face directive. By providing malicious HTML that references local files via the file:// protocol repeatedly, an attacker…
- risk 0.42cvss 7.5epss 0.00
Dompdf is an HTML to PDF converter for PHP. In versions 3.15 and prior, the validateLocalUri() method enforces chroot boundaries with a strpos() prefix check after normalizing paths with realpath() . Because normalization strips the trailing directory separator from…
- risk 0.42cvss 7.5epss 0.04
registerFont in FontMetrics.php in Dompdf before 2.0.1 allows remote file inclusion because a URI validation failure does not halt font registration, as demonstrated by a @font-face rule.
- risk 0.42cvss 6.5epss 0.01
DOMPDF before 0.6.2 allows denial of service.
- risk 0.35cvss 6.5epss 0.01
DOMPDF before 0.6.2 allows Information Disclosure.
- risk 0.28cvss 5.3epss 0.01
Dompdf is an HTML to PDF converter for PHP. When parsing SVG images Dompdf performs an initial validation to ensure that paths within the SVG are allowed. One of the validations is that the SVG document does not reference itself. However, prior to version 2.0.4, a recursive…
- risk 0.28cvss 5.3epss 0.01
External Control of File Name or Path in GitHub repository dompdf/dompdf prior to 2.0.0.
- risk 0.28cvss 5.3epss 0.01
Server-Side Request Forgery (SSRF) in GitHub repository dompdf/dompdf prior to 2.0.0.
- risk 0.27cvss 5.3epss 0.00
Dompdf is an HTML to PDF converter for PHP. In versions 3.15 and prior, if a malicious actor can supply unrestricted content for rendering by Dompdf they can utilize the SVG rendering functionality to leak filesystem information when rendering PDF files using image references…
- risk 0.27cvss 5.3epss 0.00
Dompdf is an HTML to PDF converter for PHP. In versions 3.15 and prior, aAn attacker who controls the HTML input can bypass this restriction by embedding a target file path inside an SVG image delivered through a data: URI, because dompdf processes the SVG twice and the…