SCA: security update for dompdf/dompdf (GHSA-56gj-mvh6-rp75)

critical Tenable Self-Hosted Container Security Plugin ID 410626

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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, php-svg-
lib, which is later used to parse the svg file, parses the href attribute. Since `href` is respected if
both `xlink:href` and `href` is specified, it's possible to bypass the protection on the Dompdf side by
providing an empty `xlink:href` attribute. An attacker can exploit the vulnerability to call arbitrary
URLs with arbitrary protocols if they provide an SVG file to the Dompdf. In PHP versions before 8.0.0, it
leads to arbitrary unserialize, which will lead, at the very least, to arbitrary file deletion and might
lead to remote code execution, depending on available classes. This vulnerability has been addressed in
commit `95009ea98` which has been included in release version 2.0.3. Users are advised to upgrade. There
are no known workarounds for this vulnerability. (CVE-2023-24813)

See Also

https://github.com/advisories/GHSA-56gj-mvh6-rp75

Plugin Details

Severity: Critical

ID: 410626

Version: Revision 1.6

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.51

Vendor

Vendor Severity: Critical

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C

CVSS Score Source: CVE-2023-24813

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.8

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 2/7/2023

Vulnerability Publication Date: 2/7/2023

Reference Information

CVE: CVE-2023-24813

cwe: CWE-436