{"id":"CVE-2026-71264","published":"2026-08-05T13:24:50.600","lastModified":"2026-08-10T12:17:28.830","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.","cvssScore":8.2,"cvssSeverity":"HIGH","cvssVector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N","cwes":["CWE-862"],"vendors":[],"products":[],"references":[{"url":"https://github.com/Aircoookie/WLED","tags":[]},{"url":"https://github.com/Aircoookie/WLED/blob/main/wled00/wled_server.cpp","tags":[]}],"exploitRefs":[{"url":"https://github.com/Aircoookie/WLED","tags":[]},{"url":"https://github.com/Aircoookie/WLED/blob/main/wled00/wled_server.cpp","tags":[]}],"hasPoc":true,"ai":{"summary":"The flaw allows unauthenticated access to the device's configuration details via the GET /json/cfg endpoint, exposing sensitive information such as network settings and LED configurations.","exploitability":"Exploitation is relatively easy given that no authentication is required; an attacker on the same network can directly access this endpoint.","blast_radius":"If exploited, attackers could gain insights into the device's setup, potentially leading to further attacks or unauthorized control of the device.","remediation":"Implement proper authentication checks for all configuration endpoints to prevent unauthorized access.","tags":["auth-bypass","web","config-exposure"],"model":"qwen2.5:7b-instruct","analyzedAt":"2026-08-11T06:49:36.029Z"}}