CVE-2025-10619
BaseFortify
Publication date: 2025-09-17
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 |
|---|---|---|
| sequa-ai | sequa-mcp | 1.0.13 |
| sequa-ai | sequa-mcp | 1.0.14 |
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 sequa-ai sequa-mcp software up to version 1.0.13, specifically in the redirectToAuthorization function of the OAuth Server Discovery component. It allows an attacker to perform OS command injection by manipulating this function, potentially executing arbitrary commands on the system remotely. The vulnerability can be exploited remotely and the exploit is publicly available. The issue is fixed in version 1.0.14 by validating that only URLs from sequa are accepted.
How can this vulnerability impact me? :
This vulnerability can allow a remote attacker to execute arbitrary operating system commands on the affected system, which can lead to unauthorized access, data compromise, system disruption, or further attacks. Since the exploit is public, the risk of exploitation is higher if the system is not updated to the fixed version 1.0.14.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the affected sequa-ai sequa-mcp component to version 1.0.14, which includes a patch that validates URLs and fixes the os command injection vulnerability in the redirectToAuthorization function.