CVE-2025-9262
BaseFortify
Publication date: 2025-08-20
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 |
|---|---|---|
| wong2 | mcp-cli | 1.13.0 |
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 is an OS command injection flaw found in the wong2 mcp-cli version 1.13.0, specifically in the redirectToAuthorization function of the /src/oauth/provider.js file within the oAuth Handler component. It allows an attacker to remotely execute arbitrary operating system commands due to improper handling of input, although the attack is considered to have high complexity and is difficult to exploit.
How can this vulnerability impact me? :
The vulnerability can allow a remote attacker to execute arbitrary OS commands on the affected system, potentially leading to unauthorized access, data compromise, or disruption of service. However, exploitation is difficult due to the high complexity of the attack.