CVE-2023-6180

The tokio-boring library in version 4.0.0 is affected by a memory leak issue that can lead to excessive resource consumption and potential DoS by resource exhaustion. The set_ex_data function used by the library did not deallocate memory used by pre-existing data in memory each time after completing a TLS connection causing the program to consume more resources with each new connection.
Configurations

Configuration 1 (hide)

cpe:2.3:a:cloudflare:boring:4.0.0:*:*:*:*:rust:*:*

History

No history.

Information

Published : 2023-12-05 15:15

Updated : 2023-12-12 15:49


NVD link : CVE-2023-6180

Mitre link : CVE-2023-6180

CVE.ORG link : CVE-2023-6180


JSON object : View

Products Affected

cloudflare

  • boring
CWE
CWE-401

Missing Release of Memory after Effective Lifetime

CWE-400

Uncontrolled Resource Consumption

CWE-404

Improper Resource Shutdown or Release