CVE-2025-9581
BaseFortify
Publication date: 2025-08-28
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 |
|---|---|---|
| comfast | cf-n1_firmware | 2.6.0 |
| comfast | cf-n1 | * |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-9581 is a command injection vulnerability in the Comfast CF-N1 device running firmware version 2.6.0. It affects the multi_pppoe function in the /usr/bin/webmgnt executable. The vulnerability occurs because the argument phy_interface is improperly handled, allowing an attacker to inject arbitrary system commands remotely by manipulating this argument. This can lead to unauthorized execution of commands on the device. [1, 2]
How can this vulnerability impact me? :
Exploitation of this vulnerability can lead to unauthorized execution of system commands on the affected device, potentially compromising its confidentiality, integrity, and availability. Attackers may gain access to sensitive information or fully compromise the device. The attack can be performed remotely with low complexity, and public exploits exist, increasing the risk of exploitation. [1, 2]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection can focus on monitoring for unusual or unauthorized use of the multi_pppoe function, especially calls involving the phy_interface parameter. Since the exploit involves command injection via the one_click_redial action, network or system logs should be inspected for suspicious requests targeting /usr/bin/webmgnt with crafted phy_interface arguments. Specific detection commands are not provided in the resources. However, monitoring HTTP requests or API calls to the multi_pppoe function and analyzing logs for unexpected command execution attempts is recommended. [1, 2]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include considering replacement of the affected Comfast CF-N1 device running firmware version 2.6.0, as no known patches or countermeasures are currently available. Restricting remote access to the device and monitoring for exploitation attempts can help reduce risk. Applying network-level protections such as firewall rules to limit access to the vulnerable service may also be beneficial until a fix or update is available. [2]