Description
An issue was identified in which CSRF tokens were generated using a predictable method, potentially reducing their effectiveness as a security control. This has been addressed by improving the randomness and entropy of token generation.
Published: 2026-08-14
Score: 6 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises because the system generated CSRF tokens using a predictable method, which reduces the effectiveness of this security control. An attacker who observes or deduces the token generation pattern could predict valid tokens and subsequently craft forged requests that the application would accept as legitimate. This could allow them to perform unauthorized state‑changing operations without requiring user interaction, effectively bypassing one of the primary safeguards against cross‑site request forgery. The impact is restricted to the confidentiality and integrity of actions that are normally protected by CSRF token validation, and it does not directly lead to arbitrary code execution or system compromise.

Affected Systems

The affected product is Tenable Security Center. All versions released before the 6.9.0 update are vulnerable. Tenable has issued a fix in Security Center 6.9.0, which can be downloaded from the Tenable portal.

Risk and Exploitability

The CVSS score of 6 signifies a medium severity level, indicating a moderate risk to systems if not mitigated. The EPSS score is not available, so current exploitation probability cannot be quantified. The vulnerability is not listed in the CISA KEV catalog, suggesting it is not known to have active, widespread exploitable attacks. The likely attack vector is remote, via the web interface, where an attacker could generate or guess CSRF tokens and submit malicious requests. Successful exploitation would allow unauthorized actions authenticated under the victim’s browser session.

Generated by OpenCVE AI on August 14, 2026 at 19:25 UTC.

Remediation

Vendor Solution

Tenable has released Security Center 6.9.0 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 version 6.9.0 or later; download the installer from the Tenable Downloads Portal.
  • Enforce same‑origin policy on the application by setting the SameSite attribute to Strict for session cookies and ensuring that CSRF tokens are refreshed on every new session.
  • Validate the referer or origin header on the server side for state‑changing requests and reject any requests lacking a correct header, to provide an additional layer of CSRF protection.

Generated by OpenCVE AI on August 14, 2026 at 19:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description An issue was identified in which CSRF tokens were generated using a predictable method, potentially reducing their effectiveness as a security control. This has been addressed by improving the randomness and entropy of token generation.
Title Insuffucient Protections Lead to Brute Force
Weaknesses CWE-1270
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: tenable

Published:

Updated: 2026-08-14T17:45:47.701Z

Reserved: 2026-08-12T16:25:28.984Z

Link: CVE-2026-19636

cve-icon Vulnrichment

Updated: 2026-08-14T17:45:44.343Z

cve-icon NVD

Status : Received

Published: 2026-08-14T18:17:22.953

Modified: 2026-08-14T18:17:22.953

Link: CVE-2026-19636

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T19:30:04Z

Weaknesses
  • CWE-1270

    Generation of Incorrect Security Tokens