CVE-2025-22912
Published: 16 January 2025
Summary
CVE-2025-22912 is a critical-severity Command Injection (CWE-77) vulnerability in Edimax Re11S Firmware. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 13.3% of CVEs by exploit likelihood; 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
RE11S v1.11 contains a command injection vulnerability in the /goform/formAccept component, tracked as CVE-2025-22912 and assigned CWE-77. The flaw received a CVSS 3.1 score of 9.8, reflecting network attack vector, low attack complexity, and no requirements for authentication or user interaction, with impacts spanning confidentiality, integrity, and availability.
Remote, unauthenticated attackers can supply crafted input to the affected endpoint and execute arbitrary commands on the device. Successful exploitation grants full control over the target system, consistent with the high-severity rating.
The listed references point to the vendor site, a public proof-of-concept repository, and the manufacturer homepage but contain no published patches, workarounds, or mitigation guidance. The associated EPSS score remains low, moving only from 0.0293 to a peak of 0.0404.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-3045
Vulnerability details
RE11S v1.11 was discovered to contain a command injection vulnerability via the component /goform/formAccept.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote unauthenticated command injection in public-facing web component (/goform/formAccept) enables T1190 (Exploit Public-Facing Application) for initial access and T1059.004 (Unix Shell) for arbitrary command execution on the embedded device.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents command injection vulnerability by validating and sanitizing user inputs to the /goform/formAccept component against whitelists or expected patterns.
Requires timely identification, reporting, and patching of the specific command injection flaw in RE11S v1.11 firmware to eliminate the vulnerability.
Mitigates remote unauthenticated exploitation by monitoring and controlling network communications to the vulnerable /goform/formAccept endpoint at system boundaries.