Lucene search

K
cveGitHub_MCVE-2024-32650
HistoryApr 19, 2024 - 4:15 p.m.

CVE-2024-32650

2024-04-1916:15:10
CWE-835
GitHub_M
web.nvd.nist.gov
36
cve-2024-32650
rustls
tls library
infinite loop
vulnerability
complete_io
network input
blocking server
close_notify
fixed
0.23.5
0.22.4
0.21.11
nvd

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

AI Score

6.4

Confidence

Low

EPSS

0

Percentile

15.5%

Rustls is a modern TLS library written in Rust. rustls::ConnectionCommon::complete_io could fall into an infinite loop based on network input. When using a blocking rustls server, if a client send a close_notify message immediately after client_hello, the server’s complete_io will get in an infinite loop. This vulnerability is fixed in 0.23.5, 0.22.4, and 0.21.11.

Affected configurations

Vulners
Node
rustlsrustlsRange0.23.00.23.5
OR
rustlsrustlsRange0.22.00.22.4
OR
rustlsrustlsRange0.21.00.21.11
OR
rustlsrustls
VendorProductVersionCPE
rustlsrustls*cpe:2.3:a:rustls:rustls:*:*:*:*:*:*:*:*

CNA Affected

[
  {
    "vendor": "rustls",
    "product": "rustls",
    "versions": [
      {
        "version": ">= 0.23.0, < 0.23.5",
        "status": "affected"
      },
      {
        "version": ">= 0.22.0, < 0.22.4",
        "status": "affected"
      },
      {
        "version": ">= 0.21.0, < 0.21.11",
        "status": "affected"
      },
      {
        "version": "= 0.20.0",
        "status": "affected"
      }
    ]
  }
]

CVSS3

7.5

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

AI Score

6.4

Confidence

Low

EPSS

0

Percentile

15.5%