CVE-2026-63586
Received Received - Intake

Unauthenticated Command Injection in uhttpd Web Interface

Vulnerability report for CVE-2026-63586, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: CERT VDE

Description

The web-based management interface uses a modified uhttpd server with CGI shell scripts. The HTTP Basic Authentication username, taken directly from the Authorization header without sanitization, is inserted into a shell command string executed via the system() function. By submitting a specially crafted username containing shell metacharacters, an unauthenticated attacker with network access to the device can escape the command context and execute arbitrary commands with root privileges.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-25
Generated
2026-08-25
AI Q&A
2026-08-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
weidmueller ie-sr-2tx-wl-4g *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a command injection flaw in the web-based management interface of a device using a modified uhttpd server with CGI shell scripts. The system directly uses the HTTP Basic Authentication username from the Authorization header in a shell command without sanitization. An attacker can craft a malicious username with shell metacharacters to escape the command context and execute arbitrary commands with root privileges.

Detection Guidance

Check for unauthorized command execution attempts in system logs, particularly looking for unusual shell commands or processes spawned from the web interface. Inspect network traffic for HTTP Basic Authentication headers with suspicious usernames containing shell metacharacters like semicolons or backticks.

Impact Analysis

An unauthenticated attacker with network access to the device can exploit this to gain full control over the system, including executing arbitrary commands as root. This could lead to complete compromise of the device, data theft, unauthorized access, or disruption of services.

Compliance Impact

This vulnerability could lead to unauthorized access and data breaches, violating confidentiality requirements in GDPR and HIPAA. Organizations may face legal penalties, loss of trust, and compliance violations due to potential exposure of sensitive data.

Mitigation Strategies

Disable the web-based management interface if not essential. Apply patches or updates from the vendor if available. Implement network segmentation to restrict access to the vulnerable interface. Monitor for unusual activity and block suspicious HTTP requests at the firewall level.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-63586. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart