CVE-2025-68715
Published: 08 January 2026
Description
An issue was discovered in Panda Wireless PWRU0 devices with firmware 2.2.9 that exposes multiple HTTP endpoints (/goform/setWan, /goform/setLan, /goform/wirelessBasic) that do not enforce authentication. A remote unauthenticated attacker can modify WAN, LAN, and wireless settings directly, leading to privilege…
more
escalation and denial of service.
Mitigating Controls (NIST 800-53 r5)AI
Directly prohibits sensitive configuration actions like modifying WAN, LAN, and wireless settings via exposed HTTP endpoints without identification and authentication.
Enforces approved access control policies to block unauthenticated remote modifications to critical network settings on the device.
Requires unique identification and authentication for non-organizational users accessing device management endpoints, preventing remote unauthenticated exploitation.
Security SummaryAI
CVE-2025-68715 is a missing authentication vulnerability (CWE-306) affecting Panda Wireless PWRU0 devices running firmware version 2.2.9. The flaw exposes multiple HTTP endpoints, including /goform/setWan, /goform/setLan, and /goform/wirelessBasic, which lack proper authentication enforcement. This allows unauthorized access to critical configuration functions. The vulnerability has a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H), indicating high severity due to its network accessibility, low complexity, and impacts on integrity and availability.
A remote unauthenticated attacker can exploit this vulnerability by directly sending HTTP requests to the exposed endpoints. Successful exploitation enables modification of WAN, LAN, and wireless settings, potentially leading to privilege escalation and denial of service conditions, such as disrupting network connectivity.
Advisories and additional details are available in the referenced GitHub repositories at https://github.com/actuator/cve/blob/main/PandaWireless/CVE-2025-68715.txt and https://github.com/actuator/cve/tree/main/PandaWireless. The CVE was published on 2026-01-08.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Missing authentication on public-facing HTTP endpoints allows remote unauthenticated attackers to exploit the device for configuration changes, directly mapping to T1190: Exploit Public-Facing Application.