CVE-2025-10767
BaseFortify
Publication date: 2025-09-21
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 |
|---|---|---|
| cosmodiumcs | onlyrat | 3.2 |
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 CosmodiumCS OnlyRAT up to version 3.2, specifically in the connect, remote_upload, and remote_download functions of the Configuration File Handler component (file main.py). It involves manipulation of the configuration["PASSWORD"] argument, which leads to OS command injection. The attack requires local access and is considered highly complex and difficult to exploit. The exploit is publicly available, but the vendor did not respond to the disclosure.
How can this vulnerability impact me? :
If exploited, this vulnerability could allow an attacker with local access to execute arbitrary OS commands on the affected system by manipulating the password configuration argument. This could lead to unauthorized actions, potentially compromising system integrity, confidentiality, and availability. However, the attack is complex and difficult to perform.