CVE-2024-57877

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-57877
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-57877.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-57877
Downstream
Published
2025-01-11T14:49:03.297Z
Modified
2025-12-01T23:20:51.782629Z
Severity
  • 6.1 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H CVSS Calculator
Summary
arm64: ptrace: fix partial SETREGSET for NT_ARM_POE
Details

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

arm64: ptrace: fix partial SETREGSET for NTARMPOE

Currently poeset() doesn't initialize the temporary 'ctrl' variable, and a SETREGSET call with a length of zero will leave this uninitialized. Consequently an arbitrary value will be written back to target->thread.porel0, potentially leaking up to 64 bits of memory from the kernel stack. The read is limited to a specific slot on the stack, and the issue does not provide a write mechanism.

Fix this by initializing the temporary value before copying the regset from userspace, as for other regsets (e.g. NTPRSTATUS, NTPRFPREG, NTARMSYSTEMCALL). In the case of a zero-length write, the existing contents of POREL1 will be retained.

Before this patch:

| # ./poe-test | Attempting to write NTARMPOE::porel0 = 0x900d900d900d900d | SETREGSET(nt=0x40f, len=8) wrote 8 bytes | | Attempting to read NTARMPOE::porel0 | GETREGSET(nt=0x40f, len=8) read 8 bytes | Read NTARMPOE::porel0 = 0x900d900d900d900d | | Attempting to write NTARMPOE (zero length) | SETREGSET(nt=0x40f, len=0) wrote 0 bytes | | Attempting to read NTARMPOE::porel0 | GETREGSET(nt=0x40f, len=8) read 8 bytes | Read NTARMPOE::por_el0 = 0xffff8000839c3d50

After this patch:

| # ./poe-test | Attempting to write NTARMPOE::porel0 = 0x900d900d900d900d | SETREGSET(nt=0x40f, len=8) wrote 8 bytes | | Attempting to read NTARMPOE::porel0 | GETREGSET(nt=0x40f, len=8) read 8 bytes | Read NTARMPOE::porel0 = 0x900d900d900d900d | | Attempting to write NTARMPOE (zero length) | SETREGSET(nt=0x40f, len=0) wrote 0 bytes | | Attempting to read NTARMPOE::porel0 | GETREGSET(nt=0x40f, len=8) read 8 bytes | Read NTARMPOE::por_el0 = 0x900d900d900d900d

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/57xxx/CVE-2024-57877.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
17519819926211e6b2834e00e4554bec0daf22ac
Fixed
4105dd76bc8ad6529d47157ef0565cb84ca6676c
Fixed
594bfc4947c4fcabba1318d8384c61a29a6b89fb

Affected versions

v6.*

v6.11
v6.11-rc4
v6.11-rc5
v6.11-rc6
v6.11-rc7
v6.12
v6.12-rc1
v6.12-rc2
v6.12-rc3
v6.12-rc4
v6.12-rc5
v6.12-rc6
v6.12-rc7
v6.12.1
v6.12.2
v6.12.3
v6.12.4
v6.13-rc1

Database specific

source

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.12.0
Fixed
6.12.5

Database specific

source

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