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

CVE-2025-26474

Published: 2026-03-16 14:17:57
Last Modified: 2026-03-17 19:57:03

Description

in OpenHarmony v5.0.3 and prior versions allow a local attacker cause information improper input. This vulnerability can be exploited only in restricted scenarios.

CVSS Details

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

Configurations (Affected Products)

cpe:2.3:o:openatom:openharmony:5.0.3:*:*:*:-:*:*:* - VULNERABLE
OpenHarmony v5.0.3及所有更早版本
OpenHarmony < 5.0.4

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
#!/bin/bash # CVE-2025-26474 PoC - OpenHarmony Local Information Disclosure # Note: This is a conceptual PoC for educational purposes only # The actual exploitation requires specific trigger conditions echo "CVE-2025-26474 OpenHarmony Information Disclosure PoC" echo "Target: OpenHarmony v5.0.3 and prior versions" echo "Author: [email protected]" # Check OpenHarmony version if [ -f "/etc/version" ]; then VERSION=$(cat /etc/version) echo "Detected OpenHarmony Version: $VERSION" fi # Attempt to access potentially sensitive information # This demonstrates the information disclosure vulnerability # The actual PoC would target specific vulnerable components echo "[+] Checking for vulnerable system components..." echo "[+] Attempting to trigger information disclosure..." echo "[+] Note: This vulnerability requires local access with low privileges" echo "[+] PoC requires specific trigger conditions in restricted scenarios" # Conceptual exploitation steps # Step 1: Gain local access to OpenHarmony device # Step 2: Identify vulnerable component with improper input handling # Step 3: Craft specific input to trigger information leak # Step 4: Capture exposed sensitive information echo "[+] For detailed PoC, refer to: https://gitcode.com/openharmony/security/tree/master/zh/security-disclosure/2025/2025-09.md"

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-26474", "sourceIdentifier": "[email protected]", "published": "2026-03-16T14:17:57.253", "lastModified": "2026-03-17T19:57:02.993", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "in OpenHarmony v5.0.3 and prior versions allow a local attacker cause information improper input. This vulnerability can be exploited only in restricted scenarios."}, {"lang": "es", "value": "En OpenHarmony v5.0.3 y versiones anteriores permiten a un atacante local provocar una entrada de información indebida. Esta vulnerabilidad puede ser explotada solo en escenarios restringidos."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "baseScore": 3.3, "baseSeverity": "LOW", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.8, "impactScore": 1.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-20"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:openatom:openharmony:5.0.3:*:*:*:-:*:*:*", "matchCriteriaId": "191FD913-141A-4354-81C3-96C87D4D7CAE"}]}]}], "references": [{"url": "https://gitcode.com/openharmony/security/tree/master/zh/security-disclosure/2025/2025-09.md", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}