AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71264

HIGH · CVSS 8.2 EPSS 0.19% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The WLED device is vulnerable due to improper access controls on the GET /json/cfg endpoint, which exposes sensitive configuration details to any unauthenticated client on the network. Additionally, once a correct settings-PIN is submitted by any client, it grants all subsequent clients unrestricted write access to critical device settings, including OTA firmware updates and network configurations, until the device is rebooted. Organizations using WLED devices should prioritize addressing this vulnerability to prevent unauthorized access and potential exploitation of their networked devices.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71264
Severity
HIGH
CVSS
8.2
EPSS
0.19%

Original NVD Description

WLED's GET /json/cfg endpoint (registered in wled00/wled_server.cpp) calls serveJson with no settings-PIN check, unlike the /edit endpoint which explicitly checks correctPIN, disclosing the device's general configuration (network, hardware, LED setup) to any unauthenticated client on the network.