CVE-2023-53184

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-53184
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-53184.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-53184
Downstream
Related
Published
2025-09-15T14:04:36Z
Modified
2025-10-21T16:25:08.578706Z
Summary
arm64/sme: Set new vector length before reallocating
Details

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

arm64/sme: Set new vector length before reallocating

As part of fixing the allocation of the buffer for SVE state when changing SME vector length we introduced an immediate reallocation of the SVE state, this is also done when changing the SVE vector length for consistency. Unfortunately this reallocation is done prior to writing the new vector length to the task struct, meaning the allocation is done with the old vector length and can lead to memory corruption due to an undersized buffer being used.

Move the update of the vector length before the allocation to ensure that the new vector length is taken into account.

For some reason this isn't triggering any problems when running tests on the arm64 fixes branch (even after repeated tries) but is triggering issues very often after merge into mainline.

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
aa5cf8bd1318b6e7d500668b318c07a71cde783b
Fixed
356e711640aea6ed145da9407499388b45264cb4
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
292f0453b0d021bb1d3f64648bfdfca093512214
Fixed
807ada0e4aa3c9090c66009a99fa530c462012c9
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
d4d5be94a87872421ea2569044092535aff0b886
Fixed
05d881b85b48c7ac6a7c92ce00aa916c4a84d052

Affected versions

v6.*

v6.1.42
v6.4.7

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.1.42
Fixed
6.1.43
Type
ECOSYSTEM
Events
Introduced
6.4.7
Fixed
6.4.8