CVE-2023-1829

Advisory lineage Upstream: 0 Downstream: 166
Modified
Published: 12 Apr 2023, 11:16
Last modified:13 Feb 2025, 16:39

Vulnerability Summary

Overall Risk (default)
medium
31/100
CVSS Score
7.8 HIGH
v3.1 (cve.org)
EPSS Score
0.26% LOW
0% probability +0.06%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

12 Apr 2023, 11:16
Published
Vulnerability first disclosed
13 Feb 2025, 16:39
Last Modified
Vulnerability information updated

Description

A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation. The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure. A local attacker user can use this vulnerability to elevate its privileges to root. We recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.

CVSS Metrics

  • v3.1HIGHScore: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Trends

Current EPSS score: 0.26% Percentile: 50%

Techniques & Countermeasures

  • CWE-416Use After Free

    The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Affected Systems

  • linuxlinux_kernel

    ≥ 3.8, ≤ 6.2 | < 4.14.308 | ≥ 4.15, < 4.19.276 | ≥ 4.20, < 5.4.235 | ≥ 5.5, < 5.10.173 | ≥ 5.11, < 5.15.100 | ≥ 5.16, < 6.1.18 | ≥ 6.2, < 6.2.5

References (5)