CVE-2024-53097

Source
https://cve.org/CVERecord?id=CVE-2024-53097
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-53097.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-53097
Downstream
Related
Published
2024-11-25T21:21:26.549Z
Modified
2026-03-20T12:40:44.150645Z
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
mm: krealloc: Fix MTE false alarm in __do_krealloc
Details

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

mm: krealloc: Fix MTE false alarm in _dokrealloc

This patch addresses an issue introduced by commit 1a83a716ec233 ("mm: krealloc: consider spare memory for _GFPZERO") which causes MTE (Memory Tagging Extension) to falsely report a slab-out-of-bounds error.

The problem occurs when zeroing out spare memory in _dokrealloc. The original code only considered software-based KASAN and did not account for MTE. It does not reset the KASAN tag before calling memset, leading to a mismatch between the pointer tag and the memory tag, resulting in a false positive.

Example of the error:

swapper/0: BUG: KASAN: slab-out-of-bounds in __memset+0x84/0x188 swapper/0: Write at addr f4ffff8005f0fdf0 by task swapper/0/1 swapper/0: Pointer tag: [f4], memory tag: [fe] swapper/0: swapper/0: CPU: 4 UID: 0 PID: 1 Comm: swapper/0 Not tainted 6.12. swapper/0: Hardware name: MT6991(ENG) (DT) swapper/0: Call trace: swapper/0: dumpbacktrace+0xfc/0x17c swapper/0: showstack+0x18/0x28 swapper/0: dumpstacklvl+0x40/0xa0 swapper/0: printreport+0x1b8/0x71c swapper/0: kasanreport+0xec/0x14c swapper/0: __dokernelfault+0x60/0x29c swapper/0: dobadarea+0x30/0xdc swapper/0: dotagcheckfault+0x20/0x34 swapper/0: domemabort+0x58/0x104 swapper/0: el1abort+0x3c/0x5c swapper/0: el1h64synchandler+0x80/0xcc swapper/0: el1h64_sync+0x68/0x6c swapper/0: __memset+0x84/0x188 swapper/0: btfpopulatekfunc_set+0x280/0x3d8 swapper/0: _registerbtfkfuncidset+0x43c/0x468 swapper/0: registerbtfkfuncidset+0x48/0x60 swapper/0: registernfnatbpf+0x1c/0x40 swapper/0: nfnatinit+0xc0/0x128 swapper/0: dooneinitcall+0x184/0x464 swapper/0: doinitcalllevel+0xdc/0x1b0 swapper/0: doinitcalls+0x70/0xc0 swapper/0: dobasicsetup+0x1c/0x28 swapper/0: kernelinitfreeable+0x144/0x1b8 swapper/0: kernelinit+0x20/0x1a8

swapper/0: retfromfork+0x10/0x20

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/53xxx/CVE-2024-53097.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
c383263ee82a01a5a9bc1a466025ccde39a38cae
Fixed
8ebee7565effdeae6085458f8f8463363120a871
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a543785856249a5ba8c20468098601c0c33b1224
Fixed
d02492863023431c31f85d570f718433c22b9311
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
44f79667fefd52945a44d2a57a2cd3c554d7f4e0
Fixed
d43f1430d47c22a0727c05b6f156ed25fecdfeb4
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
f8767d10bcbc2529540eb906906c0058e15cd918
Fixed
486aeb5f1855c75dd810c25036134961bd2a6722
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e3a9fc1520a6606c6121aca8d6679c6b93de7fd8
Fixed
71548fada7ee0eb50cc6ccda82dff010c745f92c
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
3e9a65a38706866bf93e19f5b4936465188add10
Fixed
3dfb40da84f26dd35dd9bbaf626a2424565b8406
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1a83a716ec233990e1fd5b6fbb1200ade63bf450
Fixed
704573851b51808b45dae2d62059d1d8189138a2
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
73388659ef0eea51747350530afdeadf8809ce9c

Database specific

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