CVE-2025-7514: SQL Injection in code-projects Modern Bag
A vulnerability was found in code-projects Modern Bag 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file /admin/contact-list.php. The manipulation of the argument idStatus leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
AI Analysis
Technical Summary
CVE-2025-7514 is a SQL Injection vulnerability identified in version 1.0 of the code-projects Modern Bag application, specifically within the /admin/contact-list.php file. The vulnerability arises from improper sanitization or validation of the 'idStatus' parameter, which can be manipulated by an attacker to inject malicious SQL commands. This flaw allows an unauthenticated remote attacker to execute arbitrary SQL queries on the backend database without requiring any user interaction or privileges. The vulnerability is rated with a CVSS 4.0 base score of 6.9, indicating a medium severity level. The attack vector is network-based (AV:N), with low attack complexity (AC:L), no privileges required (PR:N), and no user interaction needed (UI:N). The impact on confidentiality, integrity, and availability is limited (VC:L, VI:L, VA:L), suggesting that while the attacker can access or modify some data, the scope and severity of the impact are constrained. No known exploits are currently observed in the wild, and no patches have been publicly released. The vulnerability disclosure is recent, with publication on July 13, 2025. The lack of authentication and user interaction requirements makes the vulnerability easier to exploit remotely, potentially allowing attackers to extract sensitive information, modify data, or disrupt application functionality within the affected module. However, the limited impact ratings imply that the damage may be contained to specific data sets or functions rather than the entire system or database.
Potential Impact
For European organizations using the Modern Bag 1.0 application, this vulnerability poses a tangible risk of unauthorized data access and manipulation through SQL Injection attacks. Given that the vulnerability exists in an administrative interface (/admin/contact-list.php), exploitation could lead to exposure or alteration of contact lists or related sensitive information, potentially impacting customer privacy and data integrity. This could result in regulatory non-compliance under GDPR, leading to legal and financial penalties. Additionally, attackers could leverage the vulnerability as a foothold for further lateral movement within the network or to exfiltrate data. The medium severity rating suggests that while the threat is significant, it may not lead to full system compromise or widespread service disruption. Nonetheless, organizations relying on this software for critical business operations or handling sensitive personal data should prioritize remediation to prevent potential breaches and reputational damage.
Mitigation Recommendations
1. Immediate application of any available patches or updates from the vendor once released is critical. Since no patches are currently available, organizations should implement temporary mitigations. 2. Employ Web Application Firewalls (WAFs) with custom rules to detect and block suspicious SQL injection patterns targeting the 'idStatus' parameter in /admin/contact-list.php. 3. Restrict access to the /admin directory by IP whitelisting or VPN-only access to reduce exposure to unauthenticated attackers. 4. Conduct thorough input validation and sanitization on all parameters, especially 'idStatus', to ensure only expected values are processed. 5. Monitor application logs for unusual query patterns or repeated access attempts to the vulnerable endpoint. 6. Consider deploying database activity monitoring to detect anomalous SQL queries indicative of injection attempts. 7. Plan for an urgent update cycle once the vendor releases a patch, and test the patch in a controlled environment before deployment. 8. Educate development and security teams about secure coding practices to prevent similar vulnerabilities in future releases.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Belgium, Sweden
CVE-2025-7514: SQL Injection in code-projects Modern Bag
Description
A vulnerability was found in code-projects Modern Bag 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file /admin/contact-list.php. The manipulation of the argument idStatus leads to sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
AI-Powered Analysis
Technical Analysis
CVE-2025-7514 is a SQL Injection vulnerability identified in version 1.0 of the code-projects Modern Bag application, specifically within the /admin/contact-list.php file. The vulnerability arises from improper sanitization or validation of the 'idStatus' parameter, which can be manipulated by an attacker to inject malicious SQL commands. This flaw allows an unauthenticated remote attacker to execute arbitrary SQL queries on the backend database without requiring any user interaction or privileges. The vulnerability is rated with a CVSS 4.0 base score of 6.9, indicating a medium severity level. The attack vector is network-based (AV:N), with low attack complexity (AC:L), no privileges required (PR:N), and no user interaction needed (UI:N). The impact on confidentiality, integrity, and availability is limited (VC:L, VI:L, VA:L), suggesting that while the attacker can access or modify some data, the scope and severity of the impact are constrained. No known exploits are currently observed in the wild, and no patches have been publicly released. The vulnerability disclosure is recent, with publication on July 13, 2025. The lack of authentication and user interaction requirements makes the vulnerability easier to exploit remotely, potentially allowing attackers to extract sensitive information, modify data, or disrupt application functionality within the affected module. However, the limited impact ratings imply that the damage may be contained to specific data sets or functions rather than the entire system or database.
Potential Impact
For European organizations using the Modern Bag 1.0 application, this vulnerability poses a tangible risk of unauthorized data access and manipulation through SQL Injection attacks. Given that the vulnerability exists in an administrative interface (/admin/contact-list.php), exploitation could lead to exposure or alteration of contact lists or related sensitive information, potentially impacting customer privacy and data integrity. This could result in regulatory non-compliance under GDPR, leading to legal and financial penalties. Additionally, attackers could leverage the vulnerability as a foothold for further lateral movement within the network or to exfiltrate data. The medium severity rating suggests that while the threat is significant, it may not lead to full system compromise or widespread service disruption. Nonetheless, organizations relying on this software for critical business operations or handling sensitive personal data should prioritize remediation to prevent potential breaches and reputational damage.
Mitigation Recommendations
1. Immediate application of any available patches or updates from the vendor once released is critical. Since no patches are currently available, organizations should implement temporary mitigations. 2. Employ Web Application Firewalls (WAFs) with custom rules to detect and block suspicious SQL injection patterns targeting the 'idStatus' parameter in /admin/contact-list.php. 3. Restrict access to the /admin directory by IP whitelisting or VPN-only access to reduce exposure to unauthenticated attackers. 4. Conduct thorough input validation and sanitization on all parameters, especially 'idStatus', to ensure only expected values are processed. 5. Monitor application logs for unusual query patterns or repeated access attempts to the vulnerable endpoint. 6. Consider deploying database activity monitoring to detect anomalous SQL queries indicative of injection attempts. 7. Plan for an urgent update cycle once the vendor releases a patch, and test the patch in a controlled environment before deployment. 8. Educate development and security teams about secure coding practices to prevent similar vulnerabilities in future releases.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- VulDB
- Date Reserved
- 2025-07-11T20:49:04.979Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 68732879a83201eaacb750d7
Added to database: 7/13/2025, 3:31:05 AM
Last enriched: 7/20/2025, 9:02:33 PM
Last updated: 10/12/2025, 4:43:57 AM
Views: 67
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-52616: CWE-497 Exposure of Sensitive System Information to an Unauthorized Control Sphere in HCL Software Unica
MediumCVE-2025-11599: SQL Injection in Campcodes Online Apartment Visitor Management System
MediumCVE-2025-11610: SQL Injection in SourceCodester Simple Inventory System
MediumCVE-2025-61884: Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Configurator. Successful attacks of this vulnerability can result in unauthorized access to critical data or complete access to all Oracle Configurator accessible data. in Oracle Corporation Oracle Configurator
HighCVE-2025-31998: CWE-703 Improper Check or Handling of Exceptional Conditions in HCL Software Unica Centralized Offer Management
LowActions
Updates to AI analysis are available only with a Pro account. Contact root@offseq.com for access.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.