Cyber Resilience

CVE-2025-2951

MediumPublic PoC

Published: 30 March 2025

Published
30 March 2025
Modified
15 April 2025
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/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.0010 26.5th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2951 is a medium-severity Injection (CWE-74) vulnerability in Bluestar Micro Mall. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 26.5th 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-2951 is a critical SQL injection vulnerability in Bluestar Micro Mall 1.0, affecting an unknown function within the file /api/data.php. The issue arises from improper handling of the 'Search' argument, allowing manipulation that leads to SQL injection as classified under CWE-74 and CWE-89. Published on 2025-03-30, it carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L), indicating network-accessible exploitation with low complexity and requiring low privileges.

Attackers can exploit this vulnerability remotely by manipulating the 'Search' parameter in requests to /api/data.php. Exploitation requires low privileges (PR:L), such as those of an authenticated user, and no user interaction. Successful attacks enable limited impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), potentially allowing unauthorized data access, modification, or disruption via injected SQL payloads.

Advisories from VulDB detail the vulnerability, including submission records and exploit disclosure, available at references such as https://vuldb.com/?ctiid.302004, https://vuldb.com/?id.302004, and https://vuldb.com/?submit.521162, along with analysis on Jianshu at https://www.jianshu.com/p/22d3ae38e628. The exploit has been publicly disclosed and may be used by attackers.

In notable context, the public availability of the exploit increases the risk of active exploitation against unpatched Bluestar Micro Mall 1.0 instances.

EU & UK References

Vulnerability details

A vulnerability classified as critical has been found in Bluestar Micro Mall 1.0. Affected is an unknown function of the file /api/data.php. The manipulation of the argument Search leads to sql injection. It is possible to launch the attack remotely.…

more

The exploit has been disclosed to the public and may be used.

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

The vulnerability is a remote SQL injection in a public-facing web API (/api/data.php), directly enabling exploitation of public-facing applications (T1190). It facilitates unauthorized database queries for data access (T1213.006) via the 'Search' parameter manipulation.

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

CVEs Like This One

CVE-2025-2952Same product: Bluestar Micro Mall
CVE-2025-0336Shared CWE-74, CWE-89
CVE-2025-2624Shared CWE-74, CWE-89
CVE-2026-4289Shared CWE-74, CWE-89
CVE-2025-0949Shared CWE-74, CWE-89
CVE-2025-0943Shared CWE-74, CWE-89
CVE-2026-7060Shared CWE-74, CWE-89
CVE-2025-0210Shared CWE-74, CWE-89
CVE-2025-7172Shared CWE-74, CWE-89
CVE-2025-2387Shared CWE-74, CWE-89

Affected Assets

bluestar
micro mall
1.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents SQL injection by requiring validation and sanitization of the 'Search' argument at the API entry point in /api/data.php to block malicious payloads.

prevent

Mandates timely remediation of the specific SQL injection flaw in Bluestar Micro Mall 1.0, including patching to eliminate the vulnerability.

preventdetect

Requires vulnerability scanning that would identify the SQL injection issue in /api/data.php, enabling detection and proactive patching.

References