CVE-2023-53698
Last modified
CVE-2023-53698 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: xsk: fix refcount underflow in error path Fix a refcount underflow problem reported by syzbot that can happen when a system is running out of memory. If xp_alloc_tx_descs() fails, and it can only fail due to not having enough memory, then the error path is triggered. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: xsk: fix refcount underflow in error path Fix a refcount underflow problem reported by syzbot that can happen when a system is running out of memory. If xp_alloc_tx_descs() fails, and it can only fail due to not having enough memory, then the error path is triggered. In this error path, the refcount of the pool is decremented as it has incremented before. However, the reference to the pool in the socket was not nulled. This means that when the socket is closed later, the socket teardown logic will think that there is a pool attached to the socket and try to decrease the refcount again, leading to a refcount underflow. I chose this fix as it involved adding just a single line. Another option would have been to move xp_get_pool() and the assignment of xs->pool to after the if-statement and using xs_umem->pool instead of xs->pool in the whole if-statement resulting in somewhat simpler code, but this would have led to much more churn in the code base perhaps making it harder to backport.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f7019562f142bc041f9cde63af338d1886585923, < 789fcd94c9cac133dd4d96e193188661aca9f6c3; >= ba3beec2ec1d3b4fd8672ca6e781dac4b3267f6e, < 15b453cf7348973217558235b9ece2ee5fea6777; >= ba3beec2ec1d3b4fd8672ca6e781dac4b3267f6e, < 3e7722c31d4167eb7f3ffd35aba52cab69b79072; >= ba3beec2ec1d3b4fd8672ca6e781dac4b3267f6e, < 85c2c79a07302fe68a1ad5cc449458cc559e314d; 9f0c8a9d4ef1b9ebee0e4ac2495fe790727044aa; >= 5.15.47, < 5.15.127; >= 5.17.15, < 5.18 |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-53698?
How severe is CVE-2023-53698?
How do I fix CVE-2023-53698?
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-53692In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53693In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53694In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53695In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-53696In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53697In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53699In the Linux kernel, the following vulnerability has been re…
- CVE-2023-5370On CPU 0 the check for the SMCCC workaround is called before…5.5
- CVE-2023-53700In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53701Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-53702In the Linux kernel, the following vulnerability has been re…
- CVE-2023-53703In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-53698?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
