SCA: security update for robrichards/xmlseclibs (GHSA-c4cc-x928-vjw9)

high Tenable Self-Hosted Container Security Plugin ID 436293

Description

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

- xmlseclibs is a library written in PHP for working with XML Encryption and Signatures. Versions 3.1.3
contain an authentication bypass vulnerability due to a flaw in the libxml2 canonicalization process
during document transformation. When libxml2’s canonicalization is invoked on an invalid XML input, it may
return an empty string rather than a canonicalized node. xmlseclibs then proceeds to compute the
DigestValue over this empty string, treating it as if canonicalization succeeded. This issue is fixed in
version 3.1.4. Workarounds include treating canonicalization failures (exceptions or nil/empty outputs) as
fatal and aborting validation, and/or adding explicit checks to reject when canonicalize returns nil/empty
or raises errors. (CVE-2025-66578)

See Also

https://github.com/advisories/GHSA-c4cc-x928-vjw9

Plugin Details

Severity: High

ID: 436293

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 12/8/2025

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

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

CVSS Score Source: CVE-2025-66578

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.7

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

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 12/8/2025

Vulnerability Publication Date: 11/13/2025

Reference Information

CVE: CVE-2025-66578

cwe: CWE-248