Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/DevVaibhav07/VULN-POC/blob/main/Saurus.md
- https://github.com/sauruscms/Saurus-CMS-Community-Edition
- https://www.vulncheck.com/advisories/cms-admin-sql-injection-via-db-data-php-tab
- https://www.vulncheck.com/blog/filerun-thumbnail-command-injection-rce
FAQ
What is CVE-2026-73670?
CVE-2026-73670 is a vulnerability with a CVSS score of 7.2 (HIGH). 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 unsanitiz...
How severe is CVE-2026-73670?
CVE-2026-73670 has been rated HIGH with a CVSS base score of 7.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-73670?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.