CVE-2025-61455
Published: 20 October 2025
Summary
CVE-2025-61455 is a critical-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 42.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-61455 is a SQL injection vulnerability (CWE-89) in Bhabishya-123 E-commerce version 1.0, specifically within the signup.inc.php endpoint. The application directly incorporates unsanitized user inputs into SQL queries without proper sanitization or parameterization, enabling malicious SQL code execution. Published on 2025-10-20, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity due to its high impact on confidentiality, integrity, and availability.
Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and no user interaction or privileges required. By injecting crafted payloads via the signup endpoint, attackers can bypass authentication mechanisms and gain full access to the application, potentially extracting sensitive data, modifying records, or executing arbitrary administrative actions.
Further technical details, including a proof-of-concept, are available in the referenced GitHub repository at https://github.com/tansique-17/CVE-2025-61455. No specific patches or mitigation steps are outlined in the CVE description.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-35047
Vulnerability details
SQL Injection vulnerability exists in Bhabishya-123 E-commerce 1.0, specifically within the signup.inc.php endpoint. The application directly incorporates unsanitized user inputs into SQL queries, allowing unauthenticated attackers to bypass authentication and gain full access.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing web application signup endpoint enables unauthenticated remote exploitation for authentication bypass and full access.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validating unsanitized user inputs to SQL queries in endpoints like signup.inc.php to block SQL injection exploitation.
Mandates timely remediation of identified flaws, such as patching the SQL injection vulnerability in Bhabishya-123 E-commerce 1.0.
Enables boundary protections like web application firewalls to inspect and block SQL injection payloads targeting public endpoints.