CVE-2021-45253: SQL Injection
The id parameter in viewstorage.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 loadfile 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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2021-45253?
CVE-2021-45253 has a medium severity rating due to its potential for SQL injection exploitation.
How do I fix CVE-2021-45253?
To fix CVE-2021-45253, you should sanitize the id parameter input to prevent SQL injection attacks.
What types of systems are affected by CVE-2021-45253?
CVE-2021-45253 affects version 1.0 of the Simple Cold Storage Management System.
Can CVE-2021-45253 lead to unauthorized data access?
Yes, CVE-2021-45253 can potentially allow attackers to access unauthorized data through SQL injection.
What is the exploit mechanism of CVE-2021-45253?
CVE-2021-45253 is exploited through the id parameter in view_storage.php, allowing for SQL sub-query injection.