CVE-2023-54356
Received Received - Intake

Insecure 3DES Cipher Suite Support in Kyverno

Vulnerability report for CVE-2023-54356, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-01

Last updated on: 2026-09-01

Assigner: VulnCheck

Description

Kyverno versions 1.9.4 and earlier support insecure 3DES cipher suites (TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA and TLS_RSA_WITH_3DES_EDE_CBC_SHA) on their TLS endpoints. These 64-bit block ciphers are vulnerable to the Sweet32 attack (CVE-2016-2183), which, over very long-lived TLS connections carrying large volumes of traffic, could allow an attacker to recover small amounts of plaintext. The issue is fixed in Kyverno 1.9.5 and 1.10.0.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-01
Last Modified
2026-09-01
Generated
2026-09-01
AI Q&A
2026-09-01
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
kyverno kyverno to 1.9.5 (exc)
kyverno kyverno 1.9.5
kyverno kyverno 1.10.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-326 The product stores or transmits sensitive data using an encryption scheme that is theoretically sound, but is not strong enough for the level of protection required.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Kyverno versions 1.9.4 and earlier use insecure 3DES cipher suites (TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA and TLS_RSA_WITH_3DES_EDE_CBC_SHA) on their TLS endpoints. These 64-bit block ciphers are vulnerable to the Sweet32 attack, which could allow an attacker to recover small amounts of plaintext over very long-lived TLS connections with large traffic volumes.

Detection Guidance

To detect this vulnerability, run an nmap scan on the Kyverno cleanup controller or service to check for the presence of insecure 3DES cipher suites (TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA and TLS_RSA_WITH_3DES_EDE_CBC_SHA).

Example command: nmap --script ssl-enum-ciphers -p <port> <target-ip>

Impact Analysis

An attacker could exploit this vulnerability to recover small amounts of plaintext from encrypted traffic if the connection is long-lived and carries large volumes of data. This could lead to partial exposure of sensitive information.

Compliance Impact

This vulnerability may violate compliance requirements for strong encryption in GDPR and HIPAA, as it involves the use of weak cipher suites. Organizations using affected Kyverno versions could face compliance risks due to inadequate encryption strength.

Mitigation Strategies

Upgrade Kyverno to version 1.9.5 or later to resolve the issue. Disable the insecure 3DES cipher suites in your TLS configuration if upgrading is not immediately possible.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54356. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart