CVE-2025-14092
BaseFortify
Publication date: 2025-12-05
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| edimax | br-6478ac_v3_firmware | 1.0.15 |
| edimax | br-6478ac_v3 | * |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Edimax BR-6478AC V3 1.0.15 router, specifically in the function sub_416898 of the file /boafrm/formDebugDiagnosticRun. It allows an attacker to manipulate the 'host' argument to perform OS command injection. This means an attacker can remotely execute arbitrary operating system commands on the device.
How can this vulnerability impact me? :
The vulnerability can allow a remote attacker to execute arbitrary OS commands on the affected device, potentially leading to unauthorized control, data compromise, or disruption of service. This could impact the security and availability of the device and any network it is connected to.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by monitoring for attempts to access the /boafrm/formDebugDiagnosticRun endpoint with suspicious or malformed 'host' parameter values that may include OS command injection payloads. Since the exploit requires authentication, checking logs for authenticated requests to this endpoint with unusual input is recommended. Specific detection commands are not provided in the resources. However, network monitoring tools or web application firewalls could be configured to alert on such requests. [1, 3]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include replacing the affected Edimax BR-6478AC V3 router running firmware version 1.0.15, as no vendor patches or countermeasures are currently available. Additionally, restricting access to the device's management interface, enforcing strong authentication, and monitoring for suspicious activity can help reduce risk until the device is replaced. [1]