Security Vulnerability Report
中文
CVE-2025-58286 CVSS 3.3 LOW

CVE-2025-58286

Published: 2025-10-11 09:15:33
Last Modified: 2025-10-16 15:24:24

Description

Denial of service (DoS) vulnerability in the office service. Successful exploitation of this vulnerability may affect availability.

CVSS Details

CVSS Score
3.3
Severity
LOW
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L

Configurations (Affected Products)

cpe:2.3:o:huawei:harmonyos:5.0.1:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:huawei:harmonyos:5.1.0:*:*:*:*:*:*:* - VULNERABLE
华为办公服务(具体受影响版本请参考华为安全公告)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# CVE-2025-58286 PoC - Huawei Office Service Denial of Service # This is a conceptual PoC demonstrating the DoS attack pattern # The vulnerability requires local access and user interaction import subprocess import os import time def trigger_dos(): """ Trigger the denial of service vulnerability in Huawei Office Service. The vulnerability is triggered via local interaction with the office service. """ # Step 1: Prepare a specially crafted document or input # The office service processes certain document formats # Malformed input can cause resource exhaustion # Step 2: Interact with the office service locally # This requires user interaction (UI:R) print("[*] Preparing malicious input for Huawei Office Service...") # Step 3: Deliver the payload through the office service interface # The crafted input causes the service to consume excessive resources # or enter an unrecoverable state # Step 4: Service becomes unavailable (DoS condition achieved) print("[*] Office service availability affected") if __name__ == "__main__": trigger_dos() # Note: Actual exploitation details are not publicly disclosed. # This PoC is for educational and defensive purposes only. # Refer to Huawei's security bulletin for official patches and guidance.

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-58286", "sourceIdentifier": "[email protected]", "published": "2025-10-11T09:15:33.113", "lastModified": "2025-10-16T15:24:24.310", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Denial of service (DoS) vulnerability in the office service. Successful exploitation of this vulnerability may affect availability."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L", "baseScore": 3.3, "baseSeverity": "LOW", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "availabilityImpact": "LOW"}, "exploitabilityScore": 1.8, "impactScore": 1.4}, {"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "baseScore": 5.5, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "availabilityImpact": "HIGH"}, "exploitabilityScore": 1.8, "impactScore": 3.6}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-25"}]}, {"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "NVD-CWE-noinfo"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:huawei:harmonyos:5.0.1:*:*:*:*:*:*:*", "matchCriteriaId": "738D803A-C4CE-477B-BC89-CE47351C0A84"}, {"vulnerable": true, "criteria": "cpe:2.3:o:huawei:harmonyos:5.1.0:*:*:*:*:*:*:*", "matchCriteriaId": "E39DE6A6-CBE6-4086-93CD-113D1B3BA730"}]}]}], "references": [{"url": "https://consumer.huawei.com/en/support/bulletin/2025/10/", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}