CVE-2023-53224
Last modified
CVE-2023-53224 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ext4: Fix function prototype mismatch for ext4_feat_ktype With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid to help mitigate ROP attacks. If they are not identical, there is a failure at run time, which manifests as either a kernel panic or thread getting killed. ext4_feat_ktype was setting the "release" handler to "kfree", which doesn't have a matching function prototype. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ext4: Fix function prototype mismatch for ext4_feat_ktype With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid to help mitigate ROP attacks. If they are not identical, there is a failure at run time, which manifests as either a kernel panic or thread getting killed. ext4_feat_ktype was setting the "release" handler to "kfree", which doesn't have a matching function prototype. Add a simple wrapper with the correct prototype. This was found as a result of Clang's new -Wcast-function-type-strict flag, which is more sensitive than the simpler -Wcast-function-type, which only checks for type width mismatches. Note that this code is only reached when ext4 is a loadable module and it is being unloaded: CFI failure at kobject_put+0xbb/0x1b0 (target: kfree+0x0/0x180; expected type: 0x7c4aa698) ... RIP: 0010:kobject_put+0xbb/0x1b0 ... Call Trace: <TASK> ext4_exit_sysfs+0x14/0x60 [ext4] cleanup_module+0x67/0xedb [ext4]
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.16, < 4.19.274 |
| Linux | Linux Kernel | >= 4.20, < 5.4.233 |
| Linux | Linux Kernel | >= 5.5, < 5.10.170 |
| Linux | Linux Kernel | >= 5.11, < 5.15.96 |
| Linux | Linux Kernel | >= 5.16, < 6.1.14 |
| Linux | Linux Kernel | >= 6.2, < 6.2.1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-53224?
How severe is CVE-2023-53224?
How do I fix CVE-2023-53224?
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-53219In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-5322** UNSUPPORTED WHEN ASSIGNED ** A vulnerability was found in…8.8
- CVE-2023-53220In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53221In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53222In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-53223In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53225In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53226In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53227Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-53228In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-53229In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5323Cross-site Scripting (XSS) - Generic in GitHub repository do…6.1
Are you affected by CVE-2023-53224?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
