CVE-2026-82702
Received Received - Intake

OS Command Injection in Edimax BR-6214K Router

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

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: VulDB

Description

A vulnerability was identified in Edimax BR-6214K 1.40. This affects the function system of the file www/wlanMP.asp of the component asp_WlanMP Endpoint. Such manipulation of the argument ateFunc leads to os command injection. It is possible to launch the attack remotely. The exploit is publicly available and might be used. The vendor was contacted early about this disclosure but did not respond in any way.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-31
Last Modified
2026-08-31
Generated
2026-08-31
AI Q&A
2026-08-31
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
edimax br-6214k 1.40

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
CWE-78 The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-82702 is an authenticated OS command injection flaw in the Edimax BR-6214K router firmware version 1.40. It exists in the /goform/asp_WlanMP endpoint where the ateFunc parameter is improperly sanitized and directly used in a shell command executed by the system() function. This allows authenticated attackers with web-management credentials to inject malicious shell commands and execute arbitrary OS commands with root privileges.

Detection Guidance

To detect this vulnerability, check if your Edimax BR-6214K router is running firmware version 1.40. Test the /goform/asp_WlanMP endpoint by sending a request with the ateFunc parameter containing a test payload like ';id;#' to see if arbitrary commands execute. Ensure authenticated access is required as the flaw allows command injection with root privileges.

Example curl command to test: curl -X POST 'http://<router-ip>/goform/asp_WlanMP' -d 'ateFunc=;id;#' -H 'Cookie: auth=YOUR_SESSION'

Impact Analysis

An attacker could gain full control of the router, allowing them to modify settings, intercept network traffic, install malware, or use the device as a pivot point for further attacks within the network. Since the Boa web server runs as root, the attacker gains root-level access.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating confidentiality requirements in GDPR and HIPAA. Compromised routers may expose protected health information or personal data, resulting in non-compliance and potential legal penalties.

Mitigation Strategies

Immediately update the Edimax BR-6214K router to the latest firmware if available. If no update exists, restrict access to the router's web interface by blocking external connections and changing default credentials. Disable remote management features and monitor network traffic for suspicious activity targeting the /goform/asp_WlanMP endpoint.

Chat Assistant

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

EPSS Chart