Cyber Posture

CVE-2025-68715

CriticalPublic PoC

Published: 08 January 2026

Published
08 January 2026
Modified
30 January 2026
KEV Added
Patch
CVSS Score 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
EPSS Score 0.0062 70.3th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

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

prevent

Directly prohibits sensitive configuration actions like modifying WAN, LAN, and wireless settings via exposed HTTP endpoints without identification and authentication.

prevent

Enforces approved access control policies to block unauthenticated remote modifications to critical network settings on the device.

prevent

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

pandawireless
pwru01 firmware
2.2.9

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References