CVE-2025-7478: SQL Injection in code-projects Modern Bag
A vulnerability, which was classified as critical, was found in code-projects Modern Bag 1.0. Affected is an unknown function of the file /admin/category-list.php. The manipulation of the argument idCate leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.
AI Analysis
Technical Summary
CVE-2025-7478 is a critical SQL Injection vulnerability identified in version 1.0 of the code-projects Modern Bag application, specifically within the /admin/category-list.php file. The vulnerability arises from improper sanitization or validation of the 'idCate' parameter, which is susceptible to malicious input manipulation. An attacker can exploit this flaw remotely without requiring any authentication or user interaction, by injecting crafted SQL commands through the 'idCate' argument. This can lead to unauthorized access to the backend database, allowing the attacker to read, modify, or delete sensitive data, potentially compromising the confidentiality, integrity, and availability of the application’s data. The CVSS 4.0 base score is 6.9, indicating a medium severity level, with an attack vector that is network-based and no privileges or user interaction required. The vulnerability has been publicly disclosed, but there are no known exploits currently observed in the wild. However, the public disclosure increases the risk of exploitation by threat actors. The lack of available patches or mitigations from the vendor at this time further elevates the risk for organizations using this software version. The vulnerability’s impact is significant because it affects administrative functionality, which typically has elevated privileges and access to critical business data. Exploitation could lead to data breaches, unauthorized administrative control, and disruption of business operations.
Potential Impact
For European organizations using code-projects Modern Bag 1.0, this vulnerability poses a substantial risk. Given that the flaw allows remote, unauthenticated SQL injection attacks, attackers could exfiltrate sensitive customer data, manipulate product categories, or disrupt e-commerce operations. This could lead to regulatory non-compliance issues under GDPR due to potential personal data exposure, resulting in financial penalties and reputational damage. Additionally, the compromise of administrative functions could facilitate further lateral movement within the network, escalating the severity of the breach. The medium CVSS score suggests moderate ease of exploitation with significant impact on data confidentiality and integrity, which is critical for organizations relying on this software for business operations. The absence of known exploits in the wild currently provides a window for mitigation, but the public disclosure means European entities must act swiftly to prevent exploitation. The impact extends beyond data loss to potential operational downtime and loss of customer trust, which are particularly sensitive in the European market where data privacy and security are heavily regulated.
Mitigation Recommendations
European organizations should immediately audit their use of code-projects Modern Bag 1.0 and isolate any affected instances. Since no official patch is currently available, organizations should implement the following specific mitigations: 1) Employ Web Application Firewalls (WAFs) with custom rules to detect and block SQL injection attempts targeting the 'idCate' parameter, 2) Conduct input validation and sanitization at the application layer, possibly by implementing parameterized queries or prepared statements if source code access is available, 3) Restrict access to the /admin/category-list.php endpoint by IP whitelisting or VPN access to reduce exposure, 4) Monitor logs for unusual query patterns or failed injection attempts to detect exploitation attempts early, 5) Plan for an urgent update or migration to a patched version once available, and 6) Educate development and security teams about secure coding practices to prevent similar vulnerabilities. Additionally, organizations should review database permissions to ensure the application has the least privilege necessary to operate, limiting potential damage from exploitation.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Poland, Belgium, Sweden, Austria
CVE-2025-7478: SQL Injection in code-projects Modern Bag
Description
A vulnerability, which was classified as critical, was found in code-projects Modern Bag 1.0. Affected is an unknown function of the file /admin/category-list.php. The manipulation of the argument idCate leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.
AI-Powered Analysis
Technical Analysis
CVE-2025-7478 is a critical SQL Injection vulnerability identified in version 1.0 of the code-projects Modern Bag application, specifically within the /admin/category-list.php file. The vulnerability arises from improper sanitization or validation of the 'idCate' parameter, which is susceptible to malicious input manipulation. An attacker can exploit this flaw remotely without requiring any authentication or user interaction, by injecting crafted SQL commands through the 'idCate' argument. This can lead to unauthorized access to the backend database, allowing the attacker to read, modify, or delete sensitive data, potentially compromising the confidentiality, integrity, and availability of the application’s data. The CVSS 4.0 base score is 6.9, indicating a medium severity level, with an attack vector that is network-based and no privileges or user interaction required. The vulnerability has been publicly disclosed, but there are no known exploits currently observed in the wild. However, the public disclosure increases the risk of exploitation by threat actors. The lack of available patches or mitigations from the vendor at this time further elevates the risk for organizations using this software version. The vulnerability’s impact is significant because it affects administrative functionality, which typically has elevated privileges and access to critical business data. Exploitation could lead to data breaches, unauthorized administrative control, and disruption of business operations.
Potential Impact
For European organizations using code-projects Modern Bag 1.0, this vulnerability poses a substantial risk. Given that the flaw allows remote, unauthenticated SQL injection attacks, attackers could exfiltrate sensitive customer data, manipulate product categories, or disrupt e-commerce operations. This could lead to regulatory non-compliance issues under GDPR due to potential personal data exposure, resulting in financial penalties and reputational damage. Additionally, the compromise of administrative functions could facilitate further lateral movement within the network, escalating the severity of the breach. The medium CVSS score suggests moderate ease of exploitation with significant impact on data confidentiality and integrity, which is critical for organizations relying on this software for business operations. The absence of known exploits in the wild currently provides a window for mitigation, but the public disclosure means European entities must act swiftly to prevent exploitation. The impact extends beyond data loss to potential operational downtime and loss of customer trust, which are particularly sensitive in the European market where data privacy and security are heavily regulated.
Mitigation Recommendations
European organizations should immediately audit their use of code-projects Modern Bag 1.0 and isolate any affected instances. Since no official patch is currently available, organizations should implement the following specific mitigations: 1) Employ Web Application Firewalls (WAFs) with custom rules to detect and block SQL injection attempts targeting the 'idCate' parameter, 2) Conduct input validation and sanitization at the application layer, possibly by implementing parameterized queries or prepared statements if source code access is available, 3) Restrict access to the /admin/category-list.php endpoint by IP whitelisting or VPN access to reduce exposure, 4) Monitor logs for unusual query patterns or failed injection attempts to detect exploitation attempts early, 5) Plan for an urgent update or migration to a patched version once available, and 6) Educate development and security teams about secure coding practices to prevent similar vulnerabilities. Additionally, organizations should review database permissions to ensure the application has the least privilege necessary to operate, limiting potential damage from exploitation.
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-11T12:43:32.953Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 68727c37a83201eaacb4f9a0
Added to database: 7/12/2025, 3:16:07 PM
Last enriched: 7/19/2025, 8:54:28 PM
Last updated: 10/11/2025, 2:52:55 AM
Views: 46
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-9560: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in extendthemes Colibri Page Builder
MediumCVE-2025-11380: CWE-862 Missing Authorization in everestthemes Everest Backup – WordPress Cloud Backup, Migration, Restore & Cloning Plugin
MediumCVE-2025-54654: CWE-264 Permissions, Privileges, and Access Controls in Huawei HarmonyOS
MediumCVE-2025-11590: SQL Injection in CodeAstro Gym Management System
MediumChaos Ransomware Upgrades With Aggressive New C++ Variant
MediumActions
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.