Bug 2378690 (CVE-2025-6491) - CVE-2025-6491 php: NULL Pointer Dereference in PHP SOAP Extension via Large XML Namespace Prefix
Summary: CVE-2025-6491 php: NULL Pointer Dereference in PHP SOAP Extension via Large X...
Keywords:
Status: NEW
Alias: CVE-2025-6491
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-07-08 17:34 UTC by OSIDB Bzimport
Modified: 2025-07-17 17:36 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-07-08 17:34:38 UTC
If a SoapVar instance is created with a fully qualified name larger than 2G, this will cause a NULL pointer dereference resulting in a segmentation fault, leading to a denial of service.

Libxml versions prior to 2.13 cannot correctly handle a call to xmlNodeSetName() with a name longer than 2G. It will leave the node object in an invalid state with a NULL name. This later causes a NULL pointer dereference when using the name during message serialization.

This can be exploited if a SoapVar is created with a fully qualified name that is longer than 2G. This would be possible if some application code uses a namespace prefix from an untrusted source like from a remote SOAP service.


Note You need to log in before you can comment on or make changes to this bug.