CVE-2023-54145
Last modified
CVE-2023-54145 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log It's trivial for user to trigger "verifier log line truncated" warning, as verifier has a fixed-sized buffer of 1024 bytes (as of now), and there are at least two pieces of user-provided information that can be output through this buffer, and both can be arbitrarily sized by user: - BTF names; - BTF.ext source code lines strings. Verifier log buffer should be properly sized for typical verifier state output. But it's sort-of expected that this buffer won't be long enough in some circumstances. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: drop unnecessary user-triggerable WARN_ONCE in verifierl log It's trivial for user to trigger "verifier log line truncated" warning, as verifier has a fixed-sized buffer of 1024 bytes (as of now), and there are at least two pieces of user-provided information that can be output through this buffer, and both can be arbitrarily sized by user: - BTF names; - BTF.ext source code lines strings. Verifier log buffer should be properly sized for typical verifier state output. But it's sort-of expected that this buffer won't be long enough in some circumstances. So let's drop the check. In any case code will work correctly, at worst truncating a part of a single line output.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a2a7d5701052542cd2260e7659b12443e0a74733, < 40c88c429a598006f91ad7a2b89856cd50b3a008; >= a2a7d5701052542cd2260e7659b12443e0a74733, < 926a175026fed5d534f587ea4ec3ec49265cd3c5; >= a2a7d5701052542cd2260e7659b12443e0a74733, < cff36398bd4c7d322d424433db437f3c3391c491 |
| Linux | Linux | 4.15 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54145?
How severe is CVE-2023-54145?
How do I fix CVE-2023-54145?
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-5414The Icegram Express plugin for WordPress is vulnerable to Di…7.2
- CVE-2023-54140In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54141In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54142In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54143In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54144In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54146In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54147In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54148In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54149In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2023-5415The Funnelforms Free plugin for WordPress is vulnerable to u…4.3
- CVE-2023-54150In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54145?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
