Lucene search
+L

407 matches found

BDU FSTEC
BDU FSTEC
added 2022/03/18 12:0 a.m.11 views

The vulnerability of the PHP library for generating PDF documents from HTML markup and CSS styles, Dompdf, allows a hacker to execute arbitrary code.

The vulnerability of the PHP library for generating PDF documents from HTML markup and CSS styles, Dompdf, is related to the lack of protective measures for the structure of web pages. Exploiting this vulnerability allows a malicious actor to execute arbitrary code remotely...

7.2CVSS5.9AI score
SaveExploits0References4Affected Software1
The Hacker News
The Hacker News
added 2022/03/16 1:14 p.m.47 views

Unpatched RCE Bug in dompdf Project Affects HTML to PDF Converters

Researchers have disclosed an unpatched security vulnerability in "dompdf," a PHP-based HTML to PDF converter, that, if successfully exploited, could lead to remote code execution in certain configurations. "By injecting CSS into the data processed by dompdf, it can be tricked into storing a...

0.1AI score
SaveExploits0
Huntr
Huntr
added 2022/01/02 5:58 a.m.35 views

Server-Side Request Forgery (SSRF) in dompdf/dompdf

Description DomPDF uses filegetcontents to obtain HTTP files when allowurlfopen is "On". On default contexts, filegetcontents will redirect whenever served with a 302 response. When developers use DomPDF with isRemoteEnabled set to "true" and allowurlfopen set to "true", but restrict IP addresses...

4.3CVSS4.6AI score0.00959EPSS
SaveExploits1
OSV
OSV
added 2021/11/29 4:15 p.m.4 views

CVE-2021-43691

tripexpress v1.1 is affected by a path manipulation vulnerability in file system/helpers/dompdf/loadfont.php. The variable src is coming from $SERVER"argv" then there is a path manipulation vulnerability...

9.8CVSS5.7AI score0.01519EPSS
SaveExploits1References1
NVD
NVD
added 2021/11/29 4:15 p.m.17 views

CVE-2021-43691

tripexpress v1.1 is affected by a path manipulation vulnerability in file system/helpers/dompdf/loadfont.php. The variable src is coming from $SERVER"argv" then there is a path manipulation vulnerability...

9.8CVSS0.01519EPSS
SaveExploits1References1
Prion
Prion
added 2021/11/29 4:15 p.m.15 views

Path traversal

tripexpress v1.1 is affected by a path manipulation vulnerability in file system/helpers/dompdf/loadfont.php. The variable src is coming from $SERVER"argv" then there is a path manipulation vulnerability...

7.5CVSS9.3AI score0.01519EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/11/29 3:4 p.m.24 views

CVE-2021-43691

tripexpress v1.1 is affected by a path manipulation vulnerability in file system/helpers/dompdf/loadfont.php. The variable src is coming from $SERVER"argv" then there is a path manipulation vulnerability...

9.6AI score0.01519EPSS
SaveExploits1References1
CVE
CVE
added 2021/11/29 3:4 p.m.39 views

CVE-2021-43691

Tripexpress v1.1 is affected by a path traversal vulnerability in file system/helpers/dompdf/load_font.php. The issue arises because the variable src is assigned from $_SERVER["argv"] (src coming from argv) and is not properly validated, enabling path manipulation. No remediation or patch details...

9.8CVSS9.4AI score0.01519EPSS
SaveExploits1References1Affected Software1
Huntr
Huntr
added 2021/10/12 8:55 a.m.69 views

in dompdf/dompdf

Description Improper restriction of external entities XXE in DomPDF's SVG parser allows it to perform an SSRF even if isRemoteEnabled set to false or even cause a deserialization attack in the SVG parser this time. Proof of Concept Payload 1 - SSRF only allowurlfopen required This embeds Google...

0.9AI score0.00924EPSS
SaveExploits1
Huntr
Huntr
added 2021/10/09 5:8 p.m.30 views

in bookstackapp/bookstack

Description The dompdf chroot option in Bookstack App is set to basepath, which is the Laravel root folder /var/www/bookstack. An attacker can hence load any image file in the Laravel folder /var/www/bookstack or its subdirectories via PDF exports. Proof of Concept 1: Place an image file in...

0.4AI score
SaveExploits0
Prion
Prion
added 2021/10/01 4:15 p.m.18 views

Cross site scripting

Cross-site scripting XSS vulnerability in dompdf/dompdf/www/demo.php infaveo-helpdesk v1.11.0 and below allow remote attackers to inject arbitrary web script or HTML via the $SERVER"PHPSELF" parameter...

4.3CVSS6AI score0.00845EPSS
SaveExploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/10/01 4:15 p.m.6 views

CVE-2021-40925

Cross-site scripting XSS vulnerability in dompdf/dompdf/www/demo.php infaveo-helpdesk v1.11.0 and below allow remote attackers to inject arbitrary web script or HTML via the $SERVER"PHPSELF" parameter...

6.1CVSS6.6AI score0.00845EPSS
SaveExploits1References3
CVE
CVE
added 2021/10/01 3:42 p.m.50 views

CVE-2021-40925

CVE-2021-40925 is an XSS vulnerability in dompdf/dompdf/www/demo.php used by infaveo-helpdesk v1.11.0 and earlier. The issue arises from reflecting the $_SERVER["PHP_SELF"] parameter, enabling remote attackers to inject arbitrary script/HTML. Affected component: demo.php in the dompdf/dompdf pack...

6.1CVSS6AI score0.00845EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/10/01 3:42 p.m.32 views

CVE-2021-40925

Cross-site scripting XSS vulnerability in dompdf/dompdf/www/demo.php infaveo-helpdesk v1.11.0 and below allow remote attackers to inject arbitrary web script or HTML via the $SERVER"PHPSELF" parameter...

6.2AI score0.00845EPSS
SaveExploits1References2
Huntr
Huntr
added 2021/09/28 5:4 p.m.40 views

in dompdf/dompdf

Description The Scenario 3 you described in this report https://huntr.dev/bounties/0bdddc12-ff67-4815-ab9f-6011a974f48e/ actually opens up the ability to bypass chroot checks. Proof of Concept 1: Make sure you install Dompdf from GitHub https://github.com/dompdf/dompdf/ and include the following...

5CVSS5.4AI score0.01158EPSS
SaveExploits1
Huntr
Huntr
added 2021/09/20 4:8 p.m.23 views

in dompdf/dompdf

Description DomPDF is vulnerable to PHAR deserialization due to a lack of checking on the protocol before passing it into the filegetcontents function. If an attacker can upload files of any type to the server he can pass in the phar:// protocol to unserialize the uploaded file and instantiate...

1AI score0.0143EPSS
SaveExploits1References1
Huntr
Huntr
added 2021/08/13 1:6 p.m.20 views

Server-Side Request Forgery (SSRF) in bookstackapp/bookstack

✍️ Description User with "Editor" rights can create a special book page containing tag with "src" property pointing to any external or internal resource. Exporting this page using default domPdf will result in firing request from server side. 🕵️‍♂️ Proof of Concept Updating page with malicious...

4CVSS0.1AI score0.008EPSS
SaveExploits1
NVD
NVD
added 2021/01/28 8:15 p.m.17 views

CVE-2020-36115

Stored Cross Site Scripting XSS vulnerability in EGavilan Media CRUD Operation with PHP, MySQL, Bootstrap, and Dompdf via First Name or Last Name parameter in the 'Add New Record Feature'...

5.4CVSS5.3AI score0.00595EPSS
SaveExploits1References1
Prion
Prion
added 2021/01/28 8:15 p.m.15 views

Cross site scripting

Stored Cross Site Scripting XSS vulnerability in EGavilan Media CRUD Operation with PHP, MySQL, Bootstrap, and Dompdf via First Name or Last Name parameter in the 'Add New Record Feature'...

3.5CVSS5.3AI score0.00595EPSS
SaveExploits1References1Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/01/28 8:15 p.m.3 views

CVE-2020-36115

Stored Cross Site Scripting XSS vulnerability in EGavilan Media CRUD Operation with PHP, MySQL, Bootstrap, and Dompdf via First Name or Last Name parameter in the 'Add New Record Feature'...

5.4CVSS5.1AI score0.00595EPSS
SaveExploits1References2
Rows per page
Query Builder