Cyber Resilience

CVE-2025-61246

CriticalPublic PoC

Published: 08 January 2026

Published
08 January 2026
Modified
16 January 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0039 30.8th percentile
Risk Priority 70 floored blend · peak EPSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct remote exploitation of a public-facing web application via unauthenticated SQL injection in review_action.php.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89
CVE-2021-47872Shared CWE-89
CVE-2025-28873Shared CWE-89
CVE-2019-25636Shared CWE-89
CVE-2026-32611Shared CWE-89
CVE-2026-42755Shared CWE-89
CVE-2024-53544Shared CWE-89
CVE-2026-21410Shared CWE-89

Affected Assets

indieka900
online shopping system
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation and sanitization of user inputs like the proId parameter in review_action.php to directly prevent SQL injection exploitation.

prevent

Mandates identification, prioritization, and correction of the specific SQL injection flaw in the indieka900 online-shopping-system-php 1.0.

prevent

Boundary protection at web interfaces can deploy web application firewalls to block SQL injection attempts targeting the proId parameter.

References