CVE-2025-15256
Unknown Unknown - Not Provided

Command Injection in Edimax BR-6208AC Web Interface (EOL

Vulnerability report for CVE-2025-15256, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-30

Last updated on: 2026-04-29

Assigner: VulDB

Description

A vulnerability was identified in Edimax BR-6208AC 1.02/1.03. Affected is the function formStaDrvSetup of the file /goform/formStaDrvSetup of the component Web-based Configuration Interface. The manipulation of the argument rootAPmac leads to command injection. Remote exploitation of the attack is possible. The exploit is publicly available and might be used. Edimax confirms this issue: "The product mentioned, EDIMAX BR-6208AC V2, has reached its End of Life (EOL) status. It is no longer supported or maintained by Edimax, and it is no longer available for purchase in the market. Consequently, there will be no further firmware updates or patches for this device. We recommend users upgrade to newer models for better security." This vulnerability only affects products that are no longer supported by the maintainer.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-30
Last Modified
2026-04-29
Generated
2026-07-06
AI Q&A
2025-12-30
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
edimax br-6208ac 1.03
edimax br-6208ac 1.02

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
CWE-77 The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the Edimax BR-6208AC router's web-based configuration interface, specifically in the formStaDrvSetup function. It allows an attacker to manipulate the 'rootAPmac' argument to perform command injection remotely, meaning they can execute arbitrary commands on the device without authorization.

Impact Analysis

The vulnerability can allow a remote attacker to execute arbitrary commands on the affected device, potentially leading to unauthorized control, data compromise, or disruption of network services. Since the device is no longer supported or patched, the risk remains unmitigated unless the device is replaced.

Mitigation Strategies

Since the affected Edimax BR-6208AC V2 device has reached its End of Life (EOL) status and no further firmware updates or patches will be provided, the recommended immediate mitigation step is to upgrade to newer, supported models for better security.

Detection Guidance

This vulnerability can be detected by monitoring or testing the /goform/formStaDrvSetup endpoint on Edimax BR-6208AC routers (versions 1.02 and 1.03) for command injection attempts via the rootAPmac parameter. Since the vulnerability involves command injection through this parameter, sending crafted requests with special characters or command payloads to this endpoint and observing unexpected command execution or responses can help detect it. Specific detection commands are not provided in the resources, but typical methods include using curl or similar tools to send HTTP POST requests to the vulnerable URL with payloads in the rootAPmac parameter and checking for command execution effects. For example, a test command might be: curl -X POST "http://<router-ip>/goform/formStaDrvSetup" -d "rootAPmac=;id;" to check if the 'id' command output is reflected or causes a response indicating command execution. However, no explicit detection commands are detailed in the provided resources. [1, 2]

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-15256. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart