Cyber Resilience

CVE-2025-68715

CriticalPublic PoC

Published: 08 January 2026

Published
08 January 2026
Modified
30 January 2026
KEV Added
Patch
CVSS Score v3.1 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
EPSS Score 0.0063 45.6th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2025-68715 is a critical-severity Missing Authentication for Critical Function (CWE-306) vulnerability in Pandawireless Pwru01 Firmware. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 45.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-14 (Permitted Actions Without Identification or Authentication) and AC-3 (Access Enforcement).

Deeper analysis

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.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

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

CVEs Like This One

CVE-2026-4810Shared CWE-306
CVE-2025-53847Shared CWE-306
CVE-2025-61757Shared CWE-306
CVE-2026-21992Shared CWE-306
CVE-2025-26362Shared CWE-306
CVE-2026-48692Shared CWE-306
CVE-2022-50981Shared CWE-306
CVE-2025-58083Shared CWE-306
CVE-2025-21515Shared CWE-306
CVE-2026-6376Shared CWE-306

Affected Assets

pandawireless
pwru01 firmware
2.2.9

Mitigating Controls

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.

References