CVE-2025-7411
7.3code-projects · LifeStyle Store
A SQL injection vulnerability in code-projects LifeStyle Store 1.0 allows remote, unauthenticated attackers to manipulate the ID argument in /success.php.
Executive summary
The LifeStyle Store 1.0 application is susceptible to an unauthenticated SQL injection vulnerability that allows remote attackers to manipulate database queries.
Vulnerability
This flaw is a SQL injection (CWE-89) located in the /success.php file. An unauthenticated attacker can exploit this remotely by injecting malicious input into the ID parameter.
Business impact
The ability for an unauthenticated user to execute arbitrary SQL commands poses a significant threat to data confidentiality and integrity. With a CVSS score of 7.3, this high-severity vulnerability could allow an attacker to bypass authentication, extract sensitive information from the backend database, or potentially disrupt application services.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict network access to the /success.php endpoint or disable the affected functionality entirely.
Proactive Monitoring: Review web server access logs for unusual patterns or characters in the ID parameter of requests directed at /success.php.
Compensating Controls: Deploy a Web Application Firewall (WAF) with specific rules to detect and block common SQL injection payloads targeting the identified parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as referenced in the vulnerability report at https://github.com/rom4j/cve/issues/18.
Analyst recommendation
Given the availability of a public proof-of-concept and the ease of exploitation over the network, this vulnerability presents a clear and present risk. Organizations using LifeStyle Store 1.0 must prioritize implementing network-level blocks or WAF rules immediately to prevent unauthorized database access until an official security update is released by the vendor.
More code-projects CVEs
Sources
Originally found and disclosed by rom4j (VulDB User), per the CVE Program record.
- VDB-315871 | code-projects LifeStyle Store success.php sql injection Vulnerability database entry
- VDB-315871 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #608531 | code-projects LifeStyle Store V1.0 SQL injection Third-party advisory
- Exploit / PoC
- code-projects.org