Tenable Enclave Security 2026 Release Notes
Tip: You can subscribe to receive alerts for Tenable documentation updates.
These release notes are listed in reverse chronological order. To jump to a place in the release notes, use the list to the right.
Tenable Security Center Patch 202608.1 (2026-08-28)
Apply this patch to Tenable Security Center installations running the following:
-
Tenable Security Center 6.7.5 and 6.8.0 on Tenable Enclave Security.
There is also a patch for Tenable Security Center 6.6.0, 6.7.2, and 6.8.0 running standalone. For those versions, see the Tenable Security Center Release Notes.
This patch fixes an issue where Tenable One Web App Scanning plugin output did not display localized text when the plugin locale was set to a Chinese character set (Simplified or Traditional).
Note: This patch also fixes several application vulnerabilities. For more information, see the Tenable Product Security Advisory.
Note: Tenable Security Center requires at least 8GB of RAM on the host operating system to function.
Apply the patch to a Tenable Security Center running on Tenable Enclave Security:
-
Download the patch from the Tenable Security Center Downloads page to Tenable Security Center. You can save the files in any location (for example, /tmp).
-
Copy the patch file to the Tenable Security Center pod of your namespace, where [patch file name] is the name of the .tgz patch file you downloaded:
kubectl cp [patch file name] [namespace]/[sc-pod]:[patch file name]
-
Log in to the Tenable Enclave Security runtime container with the following command:
kubectl exec -it tenable-security-center-0 -n [namespace] -- /bin/sh
-
Run the following command to untar the patch file:
tar zxf [patch file name]
-
Run the following command to change the directory to the extracted directory, where [directory] is the extracted directory:
cd [directory]
-
Stop the Tenable Security Center service with the following command:
/scbase/SC.sh stop
-
Run the following command to begin the installation:
sh ./install.sh
-
Run the following command to start Tenable Security Center:
/scbase/SC.sh start
What to do next:
-
(Optional) Confirm the patch successfully applied to Tenable Security Center, as described in the knowledge base article.
All versions:
-
install.sh
-
Analysis.php
-
defines.php
-
Files.php
-
Users.php
-
AuthenticationLib.php
-
ConfigurationLib.php
-
LCELib.php
-
ReportChartingLib.php
-
ReportFileReceiverLib.php
-
ReportGenerateLib.php
-
ScanDBLib.php
-
ScanResultLib.php
-
Utility.php
-
VulnLib.php
-
customPassivePluginUpload.php
-
customPluginUpload.php
-
IDSSignatures.php
-
passivePluginUpdate.php
-
pluginUpdate.php
-
wasPluginUpdate.php
-
ParseNessusFileTool.php
-
ParseScanDBFileTool.php
-
rest.php
Tenable Security Center 6.8.0 only:
-
ScEncClient.php
Filenames and MD5 or SHA-256 checksums are located on the Tenable Security Center Downloads page.
Tenable Enclave Security 1.9.0 Release Notes (2026-8-21)
Tenable Enclave Security 1.9 is now available, introducing a platform-level API gateway and a standalone licensing service.
For instructions on how to install or update Tenable Enclave Security, see:
-
Install Tenable Enclave Security in the Tenable Enclave Security User Guide.
-
Update Tenable Enclave Security in the Tenable Enclave Security User Guide.
For information about Container Security, see the Container Security User Guide.
Tenable Enclave Security
-
API Gateway
Tenable Enclave Security 1.9 introduces a platform-level API gateway that handles external traffic routing, TLS termination, and blade proxying for all Tenable Enclave Security products. The gateway offloads this work from the Tenable Security Center pod to improve performance and reliability under heavy load, and provides a central point for rate limiting and security controls across the platform.
For more information, see Configure Customer Certificates for Tenable Enclave Security and Tenable Enclave Security System Requirements in the Tenable Enclave Security User Guide.
-
Licensing Service
Tenable Enclave Security 1.9 introduces a standalone licensing service that manages licensing centrally across blades, including Tenable Security Center and Container Security. Consolidating licensing into a shared service provides consistent license status and expiration handling across Tenable Enclave Security products.
For more information, see License Requirements in the Tenable Enclave Security User Guide.
Container Security
-
Public Container Security API
Tenable Enclave Security 1.9 provides a public REST API for Container Security. The API allows you to programmatically query Container Security data and integrate it with external tooling such as SIEM, ticketing, and automation pipelines. API requests are authenticated with API keys and route through the Tenable Enclave Security API gateway, so external API access no longer depends on Tenable Security Center. To protect the platform, Tenable Enclave Security limits API key authentication to an approved allow list of endpoints.
For more information, see the API documentation.
Tenable Enclave Security
-
Licensing API Endpoint Deprecated
The
/tes/config/license/registerAPI endpoint used to register Tenable Enclave Security licenses is deprecated as of Tenable Enclave Security 1.9 and will be removed in a future release. Use the new/api/v1/license(PUT) endpoint to register licenses. The/rest/file/uploadendpoint for uploading license key files is not affected.For more information, see the API documentation.
-
Fixed an issue in the Container Security agent where distroless and other reproducible-build images that use EPOCH as their build timestamp were silently excluded by the build-time filter. These images are now correctly discovered and scanned.
-
Fixed an issue where installing or running Tenable Security Center on Tenable Enclave Security generated PHP warning messages related to file_get_contents() calls for Tenable Enclave Security system user configuration files.
-
In Container Security-only deployments, Container Security reports may fail to generate. This issue will be resolved in a future release. If you are affected, contact Tenable Support.
The following table lists the Tenable product versions available with Tenable Enclave Security 1.9.0.
| Product | Version |
|---|---|
| Tenable Security Center |
6.9.0 |
| Tenable Container Security | 1.9.0 |
For information about EOL dates and policies for Tenable products, see the Tenable Software Release Lifecycle Matrix and Policy.
Tenable Security Center Patch 202607.2 (2026-07-31)
Apply this patch to Tenable Security Center installations running the following:
-
Tenable Security Center 6.6.4, 6.7.5, and 6.8.0 on Tenable Enclave Security.
This patch updates the following:
-
Apache httpd to version 2.4.67
-
OpenSSL to version 3.5.4
-
PHP to version 8.2.31
-
PostgreSQL to version 16.14
-
Redis to version 8.2.6 (Tenable Security Center 6.7.5 and 6.8.0 only)
Note: This patch also fixes several application vulnerabilities. For more information, see the Tenable Product Security Advisory.
Note: Tenable Security Center requires at least 8GB of RAM on the host operating system to function.
Apply the patch to a Tenable Security Center running on Tenable Enclave Security:
-
Download the patch from the Tenable Security Center Downloads page to Tenable Security Center. You can save the files in any location (for example, /tmp).
-
Copy the patch file to the Tenable Security Center pod of your namespace, where [patch file name] is the name of the .tgz patch file you downloaded:
kubectl cp [patch file name] [namespace]/[sc-pod]:[patch file name]
-
Log in to the Tenable Enclave Security runtime container with the following command:
kubectl exec -it tenable-security-center-0 -n [namespace] -- /bin/sh
-
Run the following command to untar the patch file:
tar zxf [patch file name]
-
Run the following command to change the directory to the extracted directory, where [directory] is the extracted directory:
cd [directory]
-
Stop the Tenable Security Center service with the following command:
/scbase/SC.sh stop
-
Run the following command to begin the installation:
sh ./install.sh
-
Run the following command to start Tenable Security Center:
/scbase/SC.sh start
What to do next:
-
(Optional) Confirm the patch successfully applied to Tenable Security Center, as described in the knowledge base article.
All versions [6.6.4, 6.7.5, 6.8.0]:
-
install.sh
-
httpd
-
openssl
-
php
-
pg_ctl
-
postgres
-
psql
Tenable Security Center 6.7.5 and 6.8.0 only:
-
redis-server
Filenames and MD5 or SHA-256 checksums are located on the Tenable Security Center Downloads page.
Tenable Enclave Security 1.8.0 Release Notes (2026-2-26)
Tenable Enclave Security 1.8 is now available, featuring horizontal reports scalability and enhanced Vulnerability Priority Rating (VPR) models.
For instructions on how to install or update Tenable Enclave Security, see:
-
Install Tenable Enclave Security in the Tenable Enclave Security User Guide.
-
Update Tenable Enclave Security in the Tenable Enclave Security User Guide.
For information about Container Security, see the Container Security User Guide.
Note: Tenable Enclave Security 1.8 introduces a new Kubernetes pod for reporting, which requires additional system resources. For more information, see the Tenable Enclave Security System Requirements.
Reports Scalability Enhancements
Tenable Enclave Security 1.8 introduces significant architectural improvements to the reporting engine. These changes allow for faster generation of large-scale reports and improved stability when handling high-volume datasets within enclave environments.
Vulnerability Priority Rating (VPR) v2
Tenable Enclave Security 1.8 integrates the latest version of Tenable's VPR algorithm. VPR v2 provides more dynamic and accurate risk scoring by incorporating real-world threat intelligence and exploitability data, allowing you to prioritize remediation based on actual risk to your specific environment.
Enhanced Reporting Workspace
Tenable Enclave Security 1.8 updates the Reporting tile and workspace interface to provide a more intuitive experience for creating and managing reports related to your Tenable Enclave Security deployment.
Migration Streamlining
Updated and optimized steps for migrating Tenable Security Center RPM installations to Tenable Enclave Security.
Infrastructure Reliability
Updated internal Go library versions for the Tenable Enclave Security operator to improve service stability and security.
-
Fixed an issue where the license expiration check did not correctly prevent blade installation when a license was expired.
-
Resolved an error in Exposure Response that prevented data retrieval when sorting by the Plugin Count field in the My Affected Assets view.
-
Resolved a scheduling error where the last day of the month was calculated incorrectly for February during leap years, which previously caused monthly scan failures.
-
Fixed a critical deployment issue where fresh installs of Tenable Security Center failed if a PostgreSQL port was not explicitly defined.
-
Resolved an issue where the backup and restore process did not account for containerized database environments.
-
Fixed an issue where installation logs were moved to a temporary location, making troubleshooting difficult during failed installations.
-
Corrected the text in scan settings to accurately reflect "exclude all" for scan exclusions.
-
Fixed an issue in the Assets > Images view where sorting functionality was unavailable for the Registry Type column.
-
Resolved a bug that occasionally prevented access to the Exposure Response interface.