Kontakt

Gigahertz Optik GmbH
Tel. +49 (0)8193-93700-0
Fax +49 (0)8193-93700-50

Angebot anfordern oder Produktauswahl vergleichen

Sie können Produkte zu der Merkliste hinzufügen und diese miteinander vergleichen oder uns eine Anfrage zukommen lassen. Hierzu befinden sich Merklistensymbole auf Produktseiten und Produkttabellen.

Default Username Password - Uc-httpd 1.0.0

Document ID: UC-HTTPD-2026-01 Version: 1.0 Date: April 18, 2026 Classification: Technical Advisory 1. Executive Summary uc-httpd (Micro HTTP Daemon) version 1.0.0, a lightweight web server commonly deployed in embedded systems, IoT devices, and development environments, contains a hardcoded default username and password ( admin:admin ). This credential pair is enabled by default when the HTTP basic authentication module is activated without explicit user configuration. If unchanged, this exposes administrative interfaces to unauthorized access, allowing potential remote attackers to gain control over the device or application.

echo "myuser:$(openssl passwd -apr1 StrongP@ssw0rd)" > /etc/uc-httpd.passwd Then reference it in uc-httpd.conf : uc-httpd 1.0.0 default username password

| Field | Value | |-------------|-----------| | | admin | | Password | admin | Document ID: UC-HTTPD-2026-01 Version: 1