CyberRota Analysis
AI-GeneratedAn SQL injection vulnerability exists in the admin/db_data.php file of an unspecified CMS, allowing authenticated administrators to inject arbitrary SQL via unsanitized input in the table_name parameter. This flaw can lead to unauthorized access to the database schema and system tables, enabling attackers to extract sensitive credential data through various injection techniques. Organizations using this CMS should prioritize remediation, particularly those with elevated privileges for administrators.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
A CMS contains a SQL injection vulnerability in admin/db_data.php at line 509 that allows authenticated administrators to inject arbitrary SQL into a SHOW COLUMNS FROM statement by supplying unsanitized input through the table_name GET or POST parameter. Attackers can perform table traversal, time-based blind, boolean-based blind, and error-based injection techniques to enumerate full database schema, access system tables such as information_schema, and chain the disclosure with secondary injection points to extract credential data.