CVE-2023-53224

Source
https://cve.org/CVERecord?id=CVE-2023-53224
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-53224.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-53224
Downstream
Published
2025-09-15T14:21:53.061Z
Modified
2026-03-09T23:56:38.452017Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
ext4: Fix function prototype mismatch for ext4_feat_ktype
Details

In the Linux kernel, the following vulnerability has been resolved:

ext4: Fix function prototype mismatch for ext4featktype

With clang's kernel control flow integrity (kCFI, CONFIGCFICLANG), 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.

ext4featktype 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 kobjectput+0xbb/0x1b0 (target: kfree+0x0/0x180; expected type: 0x7c4aa698) ... RIP: 0010:kobjectput+0xbb/0x1b0 ... Call Trace: <TASK> ext4exitsysfs+0x14/0x60 [ext4] cleanup_module+0x67/0xedb [ext4]

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/53xxx/CVE-2023-53224.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b99fee58a20ab8e0557cce87b6f187e325993142
Fixed
2b69cdd9f9a7f596e3dd31f05f9852940d177924
Fixed
99e3fd21f8fc975c95e8cf76fbf6a3d2656f8f71
Fixed
1ba10d3640e9783dad811fe4e24d55465c37c64d
Fixed
c98077f7598a562f51051eec043be0cb3e1b1b5e
Fixed
0a1394e07c5d6bf1bfc25db8589ff1b1bfb6f46a
Fixed
94d8de83286fb1827340eba35b61c308f6b46ead
Fixed
118901ad1f25d2334255b3d50512fa20591531cd

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-53224.json"