First published: Tue Dec 21 2021(Updated: )
The id parameter in view_storage.php from Simple Cold Storage Management System 1.0 appears to be vulnerable to SQL injection attacks. A payload injects a SQL sub-query that calls MySQL's load_file function with a UNC file path that references a URL on an external domain. The application interacted with that domain, indicating that the injected SQL query was executed.
Credit: cve@mitre.org cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Simple Cold Storage Management System Project Simple Cold Storage Managment System | =1.0 | |
=1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-45253 has a medium severity rating due to its potential for SQL injection exploitation.
To fix CVE-2021-45253, you should sanitize the id parameter input to prevent SQL injection attacks.
CVE-2021-45253 affects version 1.0 of the Simple Cold Storage Management System.
Yes, CVE-2021-45253 can potentially allow attackers to access unauthorized data through SQL injection.
CVE-2021-45253 is exploited through the id parameter in view_storage.php, allowing for SQL sub-query injection.