CVE-2023-52581
Last modified
CVE-2023-52581 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix memleak when more than 255 elements expired When more than 255 elements expired we're supposed to switch to a new gc container structure. This never happens: u8 type will wrap before reaching the boundary and nft_trans_gc_space() always returns true. This means we recycle the initial gc container structure and lose track of the elements that came before. While at it, don't deref 'gc' after we've passed it to call_rcu.. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix memleak when more than 255 elements expired When more than 255 elements expired we're supposed to switch to a new gc container structure. This never happens: u8 type will wrap before reaching the boundary and nft_trans_gc_space() always returns true. This means we recycle the initial gc container structure and lose track of the elements that came before. While at it, don't deref 'gc' after we've passed it to call_rcu.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.5, < 6.5.6 | — |
| Linux | Linux Kernel | 6.6 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-52581?
How severe is CVE-2023-52581?
How do I fix CVE-2023-52581?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-52576In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52577In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52578In the Linux kernel, the following vulnerability has been re…7
- CVE-2023-52579Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-5258A vulnerability classified as critical has been found in Ope…9.8
- CVE-2023-52580In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52582In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52583In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52584In the Linux kernel, the following vulnerability has been re…3.8
- CVE-2023-52585In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52586In the Linux kernel, the following vulnerability has been re…7
- CVE-2023-52587In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-52581?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
