CVE-2022-49152

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49152
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49152.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-49152
Related
Published
2025-02-26T07:00:52Z
Modified
2025-03-13T21:58:23Z
Downstream
Severity
  • 4.7 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

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

XArray: Fix xascreaterange() when multi-order entry present

If there is already an entry present that is of order >= XACHUNKSHIFT when we call xascreaterange(), xascreaterange() will misinterpret that entry as a node and dereference xa_node->parent, generally leading to a crash that looks something like this:

general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] PREEMPT SMP KASAN KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f] CPU: 0 PID: 32 Comm: khugepaged Not tainted 5.17.0-rc8-syzkaller-00003-g56e337f2cf13 #0 RIP: 0010:xaparentlocked include/linux/xarray.h:1207 [inline] RIP: 0010:xascreaterange+0x2d9/0x6e0 lib/xarray.c:725

It's deterministically reproducable once you know what the problem is, but producing it in a live kernel requires khugepaged to hit a race. While the problem has been present since xascreaterange() was introduced, I'm not aware of a way to hit it before the page cache was converted to use multi-index entries.

References

Affected packages

Debian:12 / linux

Package

Name
linux
Purl
pkg:deb/debian/linux?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.17.3-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Debian:13 / linux

Package

Name
linux
Purl
pkg:deb/debian/linux?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.17.3-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}