Description
Unsanitized user-supplied input in report filtering parameters is concatenated directly into SQL queries without proper escaping or parameterized queries, enabling blind SQL injection and unauthorized database read access.
Published: 2026-07-21
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in Tenable Security Center's report filtering functionality, where unsanitized user‑supplied input is directly concatenated into SQL queries. This allows an attacker to inject crafted payloads, leading to blind SQL injection and unauthorized read access to the application's database, potentially exposing confidential data and compromising database integrity and confidentiality.

Affected Systems

Tenable Security Center from Tenable, Inc. All versions prior to the patch SC202607.1 are affected, as the advisory does not specify a narrower version range.

Risk and Exploitability

The CVSS score of 7.1 indicates high severity, while the EPSS score of less than 1% suggests a low likelihood of exploitation at present. The vulnerability is not listed in CISA's KEV catalog. Based on the description, the likely attack vector is through the web interface’s report filtering parameters, where an attacker can craft inputs that bypass parameterization to read database contents.

Generated by OpenCVE AI on July 30, 2026 at 16:36 UTC.

Remediation

Vendor Solution

Tenable has released Security Center Patch SC202607.1 to address these issues. The installation files can be obtained from the Tenable Downloads Portal:  https://www.tenable.com/downloads/security-center


OpenCVE Recommended Actions

  • Apply Tenable Security Center Patch SC202607.1 immediately.
  • If patching cannot be performed immediately, restrict access to the report filtering features to trusted users only and enforce least‑privilege controls.
  • Implement input validation and convert all concatenated queries to parameterized statements, ensuring that user‑supplied filter values are sanitized or bound as parameters.
  • Monitor database query logs for anomalous activity and alert on potential injection patterns.

Generated by OpenCVE AI on July 30, 2026 at 16:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 27 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
First Time appeared Tenable
Tenable security Center
Vendors & Products Tenable
Tenable security Center

Wed, 22 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 21 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
Description Unsanitized user-supplied input in report filtering parameters is concatenated directly into SQL queries without proper escaping or parameterized queries, enabling blind SQL injection and unauthorized database read access.
Title Blind SQL Injection
Weaknesses CWE-89
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Tenable Security Center
cve-icon MITRE

Status: PUBLISHED

Assigner: tenable

Published:

Updated: 2026-07-22T18:25:28.118Z

Reserved: 2026-07-20T19:19:24.798Z

Link: CVE-2026-64880

cve-icon Vulnrichment

Updated: 2026-07-22T18:13:56.649Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T16:45:04Z

Weaknesses
  • CWE-89

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