CVE-2025-61246
Published: 08 January 2026
Summary
CVE-2025-61246 is a critical-severity SQL Injection (CWE-89) vulnerability in Indieka900 Online Shopping System. 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 30.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-61246 is a SQL injection vulnerability (CWE-89) affecting indieka900 online-shopping-system-php version 1.0. The flaw resides in the master/review_action.php component and is triggered via the proId parameter. Published on 2026-01-08, 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), marking it as critical due to its potential for severe impact.
Remote attackers require no privileges or user interaction to exploit this vulnerability over the network with low attack complexity. Successful exploitation grants high-level access to compromise confidentiality, integrity, and availability, enabling actions such as data extraction, manipulation, or service disruption on the affected system.
Advisories and further technical details, including potential mitigation guidance, are available in the referenced GitHub repository at https://github.com/hackergovind/CVE-2025-61246.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-1431
Vulnerability details
indieka900 online-shopping-system-php 1.0 is vulnerable to SQL Injection in master/review_action.php via the proId parameter.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote exploitation of a public-facing web application via unauthenticated SQL injection in review_action.php.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation and sanitization of user inputs like the proId parameter in review_action.php to directly prevent SQL injection exploitation.
Mandates identification, prioritization, and correction of the specific SQL injection flaw in the indieka900 online-shopping-system-php 1.0.
Boundary protection at web interfaces can deploy web application firewalls to block SQL injection attempts targeting the proId parameter.