CVE-2023-54130
Last modified
CVE-2023-54130 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling Commit 55d1cbbbb29e ("hfs/hfsplus: use WARN_ON for sanity check") fixed a build warning by turning a comment into a WARN_ON(), but it turns out that syzbot then complains because it can trigger said warning with a corrupted hfs image. The warning actually does warn about a bad situation, but we are much better off just handling it as the error it is. So rather than warn about us doing bad things, stop doing the bad things and return -EIO. While at it, also fix a memory leak that was introduced by an earlier fix for a similar syzbot warning situation, and add a check for one case that historically wasn't handled at all (ie neither comment nor subsequent WARN_ON).. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling Commit 55d1cbbbb29e ("hfs/hfsplus: use WARN_ON for sanity check") fixed a build warning by turning a comment into a WARN_ON(), but it turns out that syzbot then complains because it can trigger said warning with a corrupted hfs image. The warning actually does warn about a bad situation, but we are much better off just handling it as the error it is. So rather than warn about us doing bad things, stop doing the bad things and return -EIO. While at it, also fix a memory leak that was introduced by an earlier fix for a similar syzbot warning situation, and add a check for one case that historically wasn't handled at all (ie neither comment nor subsequent WARN_ON).
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 | >= c886c10a6eddb99923b315f42bf63f448883ef9a, < cc2164ada548addfa8ee215196661c3afe0c5154; >= 2344f17c0a89c181ab1a9fef57fd8c3bddfd6e30, < 82725be426bce0a425cc5e26fbad61ffd29cff03; >= 90103ccb6e60aa4efe48993d23d6a528472f2233, < da23752d9660ba7a8ca6c5768fd8776f67f59ee7; >= 4fd3a11804c8877ff11fec59c5c53f1635331e3e, < be01f35efa876eb81cebab2cb0add068b7280ef4; >= 48d9e2e6de01ed35e965eb549758a837c07b601d, < f10defb0be6ac42fb6a97b45920d32da6bd6fde8; >= 55d1cbbbb29e6656c662ee8f73ba1fc4777532eb, < 90e019006644dad35862cb4aa270f561b0732066; >= 55d1cbbbb29e6656c662ee8f73ba1fc4777532eb, < 45917be9f0af339a45b4619f31c902d37b8aed59; >= 55d1cbbbb29e6656c662ee8f73ba1fc4777532eb, < cb7a95af78d29442b8294683eca4897544b8ef46; 8c40f2dbae603ef0bd21e87c63f54ec59fd88256; 367296925c7625c3969d2a78d7a3e1dee161beb5; >= 4.9.337, < 4.10 |
| Linux | Linux | 5.16 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54130?
How severe is CVE-2023-54130?
How do I fix CVE-2023-54130?
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-54125In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54126In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54127In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54128In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54129In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-5413The Image horizontal reel scroll slideshow plugin for WordPr…5.4
- CVE-2023-54131In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54132In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54133In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54134In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54135In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54136In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54130?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
