cbcvebase.
CVE-2024-50194
published 2024-11-08

CVE-2024-50194: In the Linux kernel, the following vulnerability has been resolved: arm64: probes: Fix uprobes for big-endian kernels The arm64 uprobes code is broken for…

PriorityP421medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.23%
13.8th percentile
In the Linux kernel, the following vulnerability has been resolved:

arm64: probes: Fix uprobes for big-endian kernels

The arm64 uprobes code is broken for big-endian kernels as it doesn't
convert the in-memory instruction encoding (which is always
little-endian) into the kernel's native endianness before analyzing and
simulating instructions. This may result in a few distinct problems:

* The kernel may may erroneously reject probing an instruction which can
safely be probed.

* The kernel may erroneously erroneously permit stepping an
instruction out-of-line when that instruction cannot be stepped
out-of-line safely.

* The kernel may erroneously simulate instruction incorrectly dur to
interpretting the byte-swapped encoding.

The endianness mismatch isn't caught by the compiler or sparse because:

* The arch_uprobe::{insn,ixol} fields are encoded as arrays of u8, so
the compiler and sparse have no idea these contain a little-endian
32-bit value. The core uprobes code populates these with a memcpy()
which similarly does not handle endianness.

* While the uprobe_opcode_t type is an alias for __le32, both
arch_uprobe_analyze_insn() and arch_uprobe_skip_sstep() cast from u8[]
to the similarly-named probe_opcode_t, which is an alias for u32.
Hence there is no endianness conversion warning.

Fix this by changing the arch_uprobe::{insn,ixol} fields to __le32 and
adding the appropriate __le32_to_cpu() conversions prior to consuming
the instruction encoding. The core uprobes copies these fields as opaque
ranges of bytes, and so is unaffected by this change.

At the same time, remove MAX_UINSN_BYTES and consistently use
AARCH64_INSN_SIZE for clarity.

Tested with the following:

| #include
| #include
|
| #define noinline __attribute__((noinline))
|
| static noinline void *adrp_self(void)
| {
| void *addr;
|
| asm volatile(
| " adrp %x0, adrp_self\n"
| " add %x0, %x0, :lo12:adrp_self\n"
| : "=r" (addr));
| }
|
|
| int main(int argc, char *argv)
| {
| void *ptr = adrp_self

Affected

33 ranges· showing 25
VendorProductVersion rangeFixed in
debianlinux< linux 6.1.115-1 (bookworm)linux 6.1.115-1 (bookworm)
debianlinux-6.1< linux 6.1.115-1 (bookworm)linux 6.1.115-1 (bookworm)
linuxlinux
linuxlinux>= 9842ceae9fa8deae141533d52a6ead7666962c09 < b6a638cb600e13f94b5464724eaa6ab7f3349ca2b6a638cb600e13f94b5464724eaa6ab7f3349ca2
linuxlinux>= 9842ceae9fa8deae141533d52a6ead7666962c09 < e6ab336213918575124d6db43dc5d3554526242ee6ab336213918575124d6db43dc5d3554526242e
linuxlinux>= 9842ceae9fa8deae141533d52a6ead7666962c09 < cf9ddf9ed94c15564a05bbf6e9f18dffa0c7df80cf9ddf9ed94c15564a05bbf6e9f18dffa0c7df80
linuxlinux>= 9842ceae9fa8deae141533d52a6ead7666962c09 < cf60d19d40184e43d9a624e55a0da73be09e938dcf60d19d40184e43d9a624e55a0da73be09e938d
linuxlinux>= 9842ceae9fa8deae141533d52a6ead7666962c09 < 14841bb7a531b96e2dde37423a3b33e75147c60d14841bb7a531b96e2dde37423a3b33e75147c60d
linuxlinux>= 9842ceae9fa8deae141533d52a6ead7666962c09 < 8165bf83b8a64be801d59cd2532b0d1ffed74d008165bf83b8a64be801d59cd2532b0d1ffed74d00
linuxlinux>= 9842ceae9fa8deae141533d52a6ead7666962c09 < 3d2530c65be04e93720e30f191a7cf1a3aa8b51c3d2530c65be04e93720e30f191a7cf1a3aa8b51c
linuxlinux>= 9842ceae9fa8deae141533d52a6ead7666962c09 < 13f8f1e05f1dc36dbba6cba0ae03354c0dafcde713f8f1e05f1dc36dbba6cba0ae03354c0dafcde7
linuxlinux_kernel
linuxlinux_kernel>= 0 < 5.10.234-15.10.234-1
linuxlinux_kernel>= 0 < 6.1.115-16.1.115-1
linuxlinux_kernel>= 0 < 6.11.5-16.11.5-1
linuxlinux_kernel>= 0 < 6.11.5-16.11.5-1
linuxlinux_kernel>= 0 < 5.4.0-208.2285.4.0-208.228
linuxlinux_kernel>= 0 < 5.15.0-133.1445.15.0-133.144
linuxlinux_kernel>= 0 < 6.8.0-56.586.8.0-56.58
linuxlinux_kernel>= 0 < 6.11.0-18.186.11.0-18.18
linuxlinux_kernel>= 4.10 < 4.19.3234.19.323
linuxlinux_kernel>= 4.20 < 5.4.2855.4.285
linuxlinux_kernel>= 5.11 < 5.15.1705.15.170
linuxlinux_kernel>= 5.16 < 6.1.1156.1.115
linuxlinux_kernel>= 5.5 < 5.10.2295.10.229

CVSS provenance

nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv8.8HIGH
vendor_ubuntu8.8HIGH
vendor_debian5.5MEDIUM
vendor_msrc5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.