Security Vulnerability Report
中文
CVE-2026-23862 CVSS 7.8 HIGH

CVE-2026-23862

Published: 2026-03-16 18:16:07
Last Modified: 2026-03-17 14:20:02

Description

Dell ThinOS 10 versions prior to ThinOS 2602_10.0573, contain an Improper Neutralization of Special Elements used in a Command ('Command Injection') vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Elevation of Privileges.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Dell ThinOS 10 < 2602_10.0573

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
#!/bin/bash # CVE-2026-23862 PoC - Dell ThinOS 10 Command Injection # This PoC demonstrates the command injection vulnerability in Dell ThinOS 10 # Affected versions: Dell ThinOS 10 < 2602_10.0573 TARGET_HOST="192.168.1.100" ATTACKER_IP="192.168.1.200" # Note: This vulnerability requires local access to the ThinOS system # The following demonstrates the command injection technique # Example malicious input that could trigger command injection: MALICIOUS_INPUT=";cat /etc/passwd > /tmp/pwned.txt;" # In a real attack scenario, this would be sent through the vulnerable interface # The attacker would need to: # 1. Gain local access to the ThinOS system # 2. Identify the vulnerable input field # 3. Inject the malicious command payload # 4. Execute the injected command with elevated privileges echo "[*] CVE-2026-23862 PoC for Dell ThinOS 10" echo "[*] Target: $TARGET_HOST" echo "[*] Vulnerability: Command Injection leading to Privilege Escalation" echo "[!] This PoC is for educational purposes only"

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-23862", "sourceIdentifier": "[email protected]", "published": "2026-03-16T18:16:06.980", "lastModified": "2026-03-17T14:20:01.670", "vulnStatus": "Undergoing Analysis", "cveTags": [], "descriptions": [{"lang": "en", "value": "Dell ThinOS 10 versions prior to ThinOS 2602_10.0573, contain an Improper Neutralization of Special Elements used in a Command ('Command Injection') vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Elevation of Privileges."}, {"lang": "es", "value": "Las versiones de Dell ThinOS 10 anteriores a ThinOS 2602_10.0573, contienen una vulnerabilidad de neutralización incorrecta de elementos especiales utilizados en un comando ('inyección de comandos'). Un atacante con pocos privilegios y acceso local podría potencialmente explotar esta vulnerabilidad, lo que llevaría a una Elevación de Privilegios."}], "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:H/I:H/A:H", "baseScore": 7.8, "baseSeverity": "HIGH", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 1.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-77"}]}], "references": [{"url": "https://www.dell.com/support/kbdoc/en-us/000435801/dsa-2026-122", "source": "[email protected]"}]}}