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.
Published: 2026-08-13
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A SQL injection flaw exists in the admin/db_data.php script of Saurus CMS Community Edition, triggered by an unsanitized table_name parameter at line 509. The vulnerability lets authenticated administrators inject arbitrary SQL into a SHOW COLUMNS FROM statement, enabling table traversal, blind and error‑based enumeration of the database schema, and access to system tables such as information_schema. Attackers can chain these capabilities with secondary injection points to exfiltrate credential data. The CVSS score of 8.6 reflects the high impact of this flaw for users with admin rights.

Affected Systems

The affected product is Saurus CMS Community Edition. No specific version information is supplied in the advisory; all deployments of the Community Edition could be vulnerable until a patch is applied.

Risk and Exploitability

Because the exploit requires authenticated administrator access, the attack surface is limited to systems with administrative accounts. Nonetheless, the severity remains high due to the ability to view full schema and potentially disclose sensitive data. EPSS data is unavailable, and the issue is not listed in CISA KEV, so it may not be actively exploited yet, but the risk profile warrants immediate remediation.

Generated by OpenCVE AI on August 13, 2026 at 17:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor’s official patch or upgrade to a fixed release of Saurus CMS Community Edition
  • Limit access to the admin/db_data.php endpoint by granting the minimum required privileges to administrative accounts and reviewing role‑based access controls
  • Implement input validation to ensure the table_name parameter matches a whitelist of known tables before executing the SHOW COLUMNS statement

Generated by OpenCVE AI on August 13, 2026 at 17:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 14 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:saurus:saurus_cms:*:*:*:*:community:*:*:*
References

Fri, 14 Aug 2026 15:30:00 +0000


Fri, 14 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
First Time appeared Saurus
Saurus saurus Cms
Vendors & Products Saurus
Saurus saurus Cms

Thu, 13 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
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.
Title CMS Admin SQL Injection via db_data.php table_name Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 8.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Saurus Saurus Cms
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-14T19:45:36.495Z

Reserved: 2026-08-13T15:15:17.099Z

Link: CVE-2026-73670

cve-icon Vulnrichment

Updated: 2026-08-14T18:59:34.542Z

cve-icon NVD

Status : Received

Published: 2026-08-13T16:19:07.400

Modified: 2026-08-14T20:16:57.973

Link: CVE-2026-73670

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T12:14:53Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')