ChoeMinji / kubernetes-1.12.0

Apache License 2.0
0 stars 0 forks source link

CVE-2022-41724 (High) detected in github.com/cloudflare/cfssl/scan/crypto/tls-v1.4.1 #108

Open mend-bolt-for-github[bot] opened 8 months ago

mend-bolt-for-github[bot] commented 8 months ago

CVE-2022-41724 - High Severity Vulnerability

Vulnerable Library - github.com/cloudflare/cfssl/scan/crypto/tls-v1.4.1

CFSSL: Cloudflare's PKI and TLS toolkit

Dependency Hierarchy: - github.com/cloudflare/cfssl/scan-1.3.2 (Root Library) - :x: **github.com/cloudflare/cfssl/scan/crypto/tls-v1.4.1** (Vulnerable Library)

Found in HEAD commit: cd87321da747fd23c6285641b10b0432943dfed6

Found in base branch: master

Vulnerability Details

Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly enable session resumption (by setting Config.ClientSessionCache to a non-nil value), and TLS 1.3 servers which request client certificates (by setting Config.ClientAuth >= RequestClientCert).

Publish Date: 2023-02-28

URL: CVE-2022-41724

CVSS 3 Score Details (7.5)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://osv.dev/vulnerability/GO-2023-1570

Release Date: 2022-09-29

Fix Resolution: v1.19.6,v1.20.1


Step up your Open Source Security Game with Mend here