VYPR
Vendor

Dompdf

Products
2
CVEs
14
Across products
14
Status
Private

Products

2

Recent CVEs

14
  • CVE-2023-24813CriFeb 7, 2023
    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…

  • CVE-2023-23924CriFeb 1, 2023
    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…

  • CVE-2021-3902CriNov 15, 2024
    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…

  • CVE-2021-3838CriNov 15, 2024
    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…

  • CVE-2022-41343HigSep 25, 2022
    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.

  • CVE-2024-25117MedFeb 21, 2024
    risk 0.37cvss 6.8epss 0.01

    php-svg-lib is a scalable vector graphics (SVG) file parsing/rendering library. Prior to version 0.5.2, php-svg-lib fails to validate that font-family doesn't contain a PHAR url, which might leads to RCE on PHP < 8.0, and doesn't validate if external references are allowed. This…

  • CVE-2023-50262MedDec 13, 2023
    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…

  • CVE-2023-50251MedDec 12, 2023
    risk 0.28cvss 5.3epss 0.01

    php-svg-lib is an SVG file parsing / rendering library. Prior to version 0.5.1, when parsing the attributes passed to a `use` tag inside an svg document, an attacker can cause the system to go to an infinite recursion. Depending on the system configuration and attack pattern…

  • CVE-2022-2400MedJul 18, 2022
    risk 0.28cvss 5.3epss 0.01

    External Control of File Name or Path in GitHub repository dompdf/dompdf prior to 2.0.0.

  • CVE-2022-0085MedJun 28, 2022
    risk 0.28cvss 5.3epss 0.01

    Server-Side Request Forgery (SSRF) in GitHub repository dompdf/dompdf prior to 2.0.0.

  • CVE-2022-28368CriApr 3, 2022
    risk 0.03cvss 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).

  • CVE-2023-50252HigDec 12, 2023
    risk 0.02cvss 8.3epss 0.24

    php-svg-lib is an SVG file parsing / rendering library. Prior to version 0.5.1, when handling `` tag that references an `` tag, it merges the attributes from the `` tag to the `` tag. The problem pops up especially when the `href` attribute from the…

  • CVE-2014-2383Apr 28, 2014
    risk 0.00cvss epss 0.39

    dompdf.php in dompdf before 0.6.1, when DOMPDF_ENABLE_PHP is enabled, allows context-dependent attackers to bypass chroot protections and read arbitrary files via a PHP protocol and wrappers in the input_file parameter, as demonstrated by a php://filter/read=convert.base64-encode…

  • CVE-2010-4879Oct 7, 2011
    risk 0.00cvss epss 0.05

    PHP remote file inclusion vulnerability in dompdf.php in dompdf 0.6.0 beta1 allows remote attackers to execute arbitrary PHP code via a URL in the input_file parameter.