Skip to main content

PHP CVE-2025-7509

| EUVD-2025-21361 MEDIUM
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') (CWE-74)
2025-07-13 cna@vuldb.com
5.5
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
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

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

6
Severity Changed
Apr 29, 2026 - 01:11 NVD
HIGH MEDIUM
CVSS changed
Apr 29, 2026 - 01:11 NVD
7.3 (HIGH) 5.5 (MEDIUM)
EUVD ID Assigned
Mar 16, 2026 - 09:18 euvd
EUVD-2025-21361
Analysis Generated
Mar 16, 2026 - 09:18 vuln.today
PoC Detected
Jul 15, 2025 - 17:45 vuln.today
Public exploit code
CVE Published
Jul 13, 2025 - 01:15 nvd
HIGH 7.3

DescriptionCVE.org

A vulnerability, which was classified as critical, was found in code-projects Modern Bag 1.0. This affects an unknown part of the file /admin/slide.php. The manipulation of the argument idSlide leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.

AnalysisAI

CVE-2025-7509 is a critical SQL injection vulnerability in code-projects Modern Bag 1.0 affecting the /admin/slide.php endpoint via the idSlide parameter. An unauthenticated remote attacker can exploit this with no user interaction to execute arbitrary SQL queries, potentially leading to unauthorized data access, modification, or deletion. The vulnerability has been publicly disclosed with exploit code available, increasing real-world exploitation risk.

Technical ContextAI

This vulnerability is rooted in CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component - Injection), specifically manifesting as SQL injection. The /admin/slide.php file fails to properly sanitize or parameterize user input from the idSlide parameter before incorporating it into SQL queries. Modern Bag is a PHP-based content management or e-commerce system, and the vulnerable endpoint handles slide management functionality typically found in admin dashboards. The lack of input validation allows attackers to inject malicious SQL syntax that executes within the database context of the application.

RemediationAI

Immediate Actions: (1) Upgrade code-projects Modern Bag to version 1.1 or later if available from the vendor, (2) If no patched version exists, apply input validation and parameterized queries to the idSlide parameter in /admin/slide.php - use prepared statements or parameterized SQL queries rather than string concatenation, (3) Implement Web Application Firewall (WAF) rules to block SQL injection patterns in the /admin/slide.php endpoint, (4) Restrict access to /admin/ paths via IP whitelisting or authentication-before-routing, (5) Apply principle of least privilege to database user accounts used by the application. Contact code-projects directly for vendor advisory and patch availability; no specific patch URL provided in current data.

Share

CVE-2025-7509 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy