Cyber Posture

CVE-2025-2036

MediumPublic PoC

Published: 06 March 2025

Published
06 March 2025
Modified
10 October 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0008 23.6th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2036 is a medium-severity Injection (CWE-74) vulnerability in S-A-Zhd Ecommerce-Website-Using-Php. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23.6th 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly validates and sanitizes the pro_id input parameter in details.php to block SQL injection manipulation.

prevent

Requires identification, prioritization, testing, and installation of fixes for the SQL injection flaw in Ecommerce-Website-using-PHP 1.0.

detect

Monitors system activity to detect exploitation attempts via anomalous SQL queries triggered by pro_id manipulation.

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 PHP web app (details.php) directly enables remote exploitation of the application via T1190.

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

NVD Description

A vulnerability was found in s-a-zhd Ecommerce-Website-using-PHP 1.0. It has been classified as critical. This affects an unknown part of the file details.php. The manipulation of the argument pro_id leads to sql injection. It is possible to initiate the attack…

more

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

Deeper analysisAI

CVE-2025-2036 is a critical SQL injection vulnerability (CWE-74, CWE-89) affecting s-a-zhd Ecommerce-Website-using-PHP version 1.0. The flaw exists in an unknown part of the file details.php, where manipulation of the pro_id argument enables SQL code injection. 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) and was published on 2025-03-06.

The vulnerability is exploitable remotely by attackers possessing low privileges, such as authenticated users, with low attack complexity and no requirement for user interaction. Successful exploitation allows limited impacts on confidentiality, integrity, and availability through SQL injection, potentially enabling unauthorized data access, modification, or disruption within the affected application.

Advisories referenced on VulDB (ctiid.298779, id.298779, submit.512405) and WebSecurityInsights detail the vulnerability and confirm that the exploit has been disclosed publicly, making it available for potential use by attackers. No specific patches or mitigations are detailed in the provided information.

Details

CWE(s)

Affected Products

s-a-zhd
ecommerce-website-using-php
1.0

CVEs Like This One

CVE-2025-2041Same product: S-A-Zhd Ecommerce-Website-Using-Php
CVE-2025-2035Same product: S-A-Zhd Ecommerce-Website-Using-Php
CVE-2026-4844Shared CWE-74, CWE-89
CVE-2025-0698Shared CWE-74, CWE-89
CVE-2026-3790Shared CWE-74, CWE-89
CVE-2026-5813Shared CWE-74, CWE-89
CVE-2026-3406Shared CWE-74, CWE-89
CVE-2026-3151Shared CWE-74, CWE-89
CVE-2025-1809Shared CWE-74, CWE-89
CVE-2025-1464Shared CWE-74, CWE-89

References