AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-52664

HIGH · CVSS 7.8 EPSS 0.27%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-05-17 · Last synced 2026-08-04

CyberRota Analysis

This is a high severity vulnerability with a CVSS score of 7.8. It affects Linux.

CVE
CVE-2023-52664
Severity
HIGH
CVSS
7.8
EPSS
0.27%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aq_ring_free could be called multiple times on same ring, if system is under stress and got memory allocation error. Ring pointer was used as an indicator of failure, but this is not correct since only ring data is allocated/deallocated. Ring itself is an array member. Changing ring allocation functions to return error code directly. This simplifies error handling and eliminates aq_ring_free on higher layer.

Related CVEs

Other vulnerabilities affecting the same vendor(s)