CVE-2025-10387
BaseFortify
Publication date: 2025-09-14
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 |
|---|---|---|
| codesiddhant | jasmin_ransomware | 1.0.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
| 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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-10387 is a critical SQL injection vulnerability in the Jasmin-Ransomware software up to version 1.0.1. It exists in the handshake.php file where multiple input parameters such as machine_name, computer_user, os, date, time, ip, location, systemid, and password are not properly sanitized. This allows an attacker to inject malicious SQL commands remotely, potentially manipulating the backend database to access or modify data without authorization. [1, 2]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing remote attackers to execute arbitrary SQL commands on the affected system's database. This can lead to unauthorized access to sensitive data, data modification, and potentially disruption of system availability. Because the attack can be performed remotely and there is a publicly available proof-of-concept exploit, the risk of exploitation is significant. [1, 2]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by searching for the presence of the vulnerable handshake.php file, which is part of the Jasmin-Ransomware up to version 1.0.1. One suggested method is using Google dorking with queries such as "inurl:handshake.php" to find potentially vulnerable targets. Additionally, monitoring network traffic for suspicious SQL injection attempts targeting parameters like machine_name, computer_user, os, date, time, ip, location, systemid, and password in requests to handshake.php can help detect exploitation attempts. [2]
What immediate steps should I take to mitigate this vulnerability?
No known mitigations or countermeasures have been published for this vulnerability. The recommended immediate step is to replace the affected Jasmin-Ransomware software (up to version 1.0.1) with an alternative product that is not vulnerable. Additionally, restricting access to the handshake.php file and monitoring for exploitation attempts may help reduce risk until a fix or patch is available. [2]