Cyber Resilience

CVE-2026-3148

MediumPublic PoC

Published: 25 February 2026

Published
25 February 2026
Modified
25 February 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0040 31.7th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-3148 is a medium-severity Injection (CWE-74) vulnerability in Haben-Cs9 Simple And Nice Shopping Cart Script. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 31.7th 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-2026-3148 is a SQL injection vulnerability affecting SourceCodester Simple and Nice Shopping Cart Script version 1.0. The flaw resides in an unknown function within the /signup.php file, where manipulation of the Username argument triggers the injection. Published on 2026-02-25, it is classified under CWE-74 and CWE-89, with a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).

The vulnerability can be exploited remotely by unauthenticated attackers with low complexity and no user interaction required. Exploitation enables limited impacts on confidentiality, integrity, and availability, potentially allowing unauthorized access, modification, or disruption of database operations via injected SQL payloads.

Advisories and references, including a GitHub issue at https://github.com/xiaoxiaojie12/CVE/issues/1 and VULDB entries at https://vuldb.com/?ctiid.347654, https://vuldb.com/?id.347654, and https://vuldb.com/?submit.758822, confirm the exploit has been publicly disclosed and may be utilized. The vendor site at https://www.sourcecodester.com/ provides context on the affected software.

The exploit's public availability increases the risk of active exploitation against unpatched instances of this shopping cart script.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was determined in SourceCodester Simple and Nice Shopping Cart Script 1.0. This impacts an unknown function of the file /signup.php. This manipulation of the argument Username causes sql injection. The attack may be initiated remotely. The exploit has…

more

been publicly disclosed and may be utilized.

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?

SQL injection in public-facing web app (signup.php) enables remote unauthenticated exploitation for initial access and limited DB impact.

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

CVEs Like This One

CVE-2026-2116Shared CWE-74, CWE-89
CVE-2025-15436Shared CWE-74, CWE-89
CVE-2026-6148Shared CWE-74, CWE-89
CVE-2026-3792Shared CWE-74, CWE-89
CVE-2026-9447Shared CWE-74, CWE-89
CVE-2026-6153Shared CWE-74, CWE-89
CVE-2025-0699Shared CWE-74, CWE-89
CVE-2025-7218Shared CWE-74, CWE-89
CVE-2026-5564Shared CWE-74, CWE-89
CVE-2026-7063Shared CWE-74, CWE-89

Affected Assets

haben-cs9
simple and nice shopping cart script
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of the Username input in signup.php to reject SQL metacharacters and block the injection described in CVE-2026-3148.

prevent

Limits the database account used by the shopping-cart script to least-privilege rights so that a successful Username injection cannot read or modify arbitrary data.

prevent

Mandates timely patching or code correction of the publicly disclosed SQL-injection flaw in /signup.php before exploitation occurs.

References