Lucene search
K

318 matches found

OSV
OSV
added 2023/02/07 6:16 p.m.46 views

GHSA-56GJ-MVH6-RP75 URI validation failure on SVG parsing. Bypass of CVE-2023-23924

Summary Due to the difference in the attribute parser of Dompdf and php-svg-lib, an attacker can still call arbitrary URLs with arbitrary protocols. Details Dompdf parses the href attribute of image tags with the following code: src/Image/Cache.php line 135-150 php function $parser, $name,...

10CVSS9.5AI score0.09321EPSS
Exploits2References4
CVE
CVE
added 2023/02/07 6:5 p.m.127 views

CVE-2023-24813

Dompdf (PHP HTML‑to‑PDF) has two CVEs (CVE-2023-23924 and CVE-2023-24813) related to SVG parsing. The root cause is inconsistent attribute parsing between Dompdf and php-svg-lib: Dompdf considers xlink:href when present, but php-svg-lib also reads href, allowing an empty xlink:href to bypass prot...

10CVSS9.6AI score0.09321EPSS
Exploits2References2Affected Software1
OSV
OSV
added 2023/02/07 6:5 p.m.14 views

CVE-2023-24813 URI validation failure on SVG parsing. Bypass of CVE-2023-23924

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 href is specified. However...

10CVSS9.2AI score0.09321EPSS
Exploits2References4
Debian CVE
Debian CVE
added 2023/02/07 6:5 p.m.22 views

CVE-2023-24813

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 href is specified. However...

10CVSS9.7AI score0.09321EPSS
Exploits2
Cvelist
Cvelist
added 2023/02/07 6:5 p.m.18 views

CVE-2023-24813 URI validation failure on SVG parsing. Bypass of CVE-2023-23924

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 href is specified. However...

10CVSS9.8AI score0.09321EPSS
Exploits2References2
Positive Technologies
Positive Technologies
added 2023/02/07 12:0 a.m.2 views

PT-2023-1353 · Dompdf +2 · Dompdf +2

Name of the Vulnerable Software and Affected Versions: Dompdf versions prior to 2.0.3 Description: The issue arises from the difference in attribute parsing between Dompdf and php-svg-lib, allowing an attacker to call arbitrary URLs with arbitrary protocols. Dompdf respects the xlink:href attribu...

10CVSS9.5AI score0.09321EPSS
Exploits2References10
CNNVD
CNNVD
added 2023/02/07 12:0 a.m.0 views

Dompdf 安全漏洞

Dompdf is an HTML to PDF converter. A security vulnerability exists in Dompdf, which stems from the fact that Dompdf does not filter for special input...

10CVSS8.3AI score0.09321EPSS
Exploits2References4
OSV
OSV
added 2023/02/06 8:15 p.m.0 views

CVE-2022-4321

The PDF Generator for WordPress plugin before 1.1.2 includes a vendored dompdf example file which is susceptible to Reflected Cross-Site Scripting and could be used against high privilege users such as admin...

6.1CVSS5.8AI score0.1207EPSS
Exploits2References1
Veracode
Veracode
added 2023/02/02 7:50 a.m.19 views

Remote Code Execution (RCE)

dompdf/dompdf is vulnerable to Remote Code Execution RCE. The vulnerability is due to URI validation bypass through the phar URL wrapper by passing tags with uppercase letters which allows an attacker to unserialize arbitrary objects, possibly leading to RCE...

10CVSS9.4AI score0.51462EPSS
Exploits2References3Affected Software1
Huntr
Huntr
added 2023/02/02 3:11 a.m.22 views

Restrictive composer.json makes Dompdf vulnerable to URI validation failure on SVG parsing

Description The URI validation on dompdf 2.0.1 can be bypassed on SVG parsing by passing tags with uppercase letters. This might lead to arbitrary object unserialize on PHP tags, in src/Image/Cache.php: if $type === "svg" $parser = xmlparsercreate"utf-8"; xmlparsersetoption$parser,...

6.4AI score
Exploits0References2
GithubExploit
GithubExploit
added 2023/02/01 6:21 p.m.548 views

Exploit for Incorrect Behavior Order: Authorization Before Parsing and Canonicalization in Dompdf_Project Dompdf

CVE-2023-23924 Dompdf vulnerable to URI validation failure on...

10CVSS9.7AI score0.51462EPSS
Exploits2
OSV
OSV
added 2023/02/01 1:37 a.m.34 views

GHSA-3CW5-7CXW-V5QG Dompdf vulnerable to URI validation failure on SVG parsing

Summary The URI validation on dompdf 2.0.1 can be bypassed on SVG parsing by passing tags with uppercase letters. This might leads to arbitrary object unserialize on PHP tags, in src/Image/Cache.php : if $type === "svg" $parser = xmlparsercreate"utf-8"; xmlparsersetoption$parser,...

10CVSS9.4AI score0.51462EPSS
Exploits2References7
Github Security Blog
Github Security Blog
added 2023/02/01 1:37 a.m.35 views

Dompdf vulnerable to URI validation failure on SVG parsing

Summary The URI validation on dompdf 2.0.1 can be bypassed on SVG parsing by passing tags with uppercase letters. This might leads to arbitrary object unserialize on PHP tags, in src/Image/Cache.php : if $type === "svg" $parser = xmlparsercreate"utf-8"; xmlparsersetoption$parser,...

10CVSS9.2AI score0.51462EPSS
Exploits2References6Affected Software1
NVD
NVD
added 2023/02/01 12:15 a.m.12 views

CVE-2023-23924

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 vulnerability to call arbitrary URL with...

10CVSS9.5AI score0.51462EPSS
Exploits2References3
Prion
Prion
added 2023/02/01 12:15 a.m.16 views

Remote code execution

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 vulnerability to call arbitrary URL with...

7.5CVSS9.5AI score0.51462EPSS
Exploits2References3Affected Software1
UbuntuCve
UbuntuCve
added 2023/02/01 12:15 a.m.26 views

CVE-2023-23924

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 vulnerability to call arbitrary URL with...

10CVSS7.3AI score0.51462EPSS
Exploits2References4
CNNVD
CNNVD
added 2023/02/01 12:0 a.m.1 views

Dompdf 安全漏洞

Dompdf is a HTML to PDF converter. A security vulnerability exists in Dompdf version 2.0.1. An attacker exploiting the vulnerability can use any protocol to call any URL...

10CVSS8.4AI score0.51462EPSS
Exploits2References4
Debian CVE
Debian CVE
added 2023/01/31 11:54 p.m.14 views

CVE-2023-23924

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 vulnerability to call arbitrary URL with...

10CVSS9.6AI score0.51462EPSS
Exploits2
Cvelist
Cvelist
added 2023/01/31 11:54 p.m.15 views

CVE-2023-23924 URI validation failure on SVG parsing in Dompdf

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 vulnerability to call arbitrary URL with...

10CVSS9.7AI score0.51462EPSS
Exploits2References3
CVE
CVE
added 2023/01/31 11:54 p.m.81 views

CVE-2023-23924

Dompdf 2.0.1 is vulnerable to URI validation bypass during SVG parsing. If an attacker provides an SVG containing an tag with uppercase letters, the parser may bypass protection and allow arbitrary URL calls via the phar wrapper. In PHP

10CVSS9.4AI score0.51462EPSS
Exploits2References3Affected Software1
Rows per page
Query Builder