Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-26618
HistoryFeb 29, 2024 - 3:52 p.m.

CVE-2024-26618 arm64/sme: Always exit sme_alloc() early with existing storage

2024-02-2915:52:20
Linux
github.com
3
linux kernel
arm64
sme_alloc()
flushing
existing storage
sve
sme_free()

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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

arm64/sme: Always exit sme_alloc() early with existing storage

When sme_alloc() is called with existing storage and we are not flushing we
will always allocate new storage, both leaking the existing storage and
corrupting the state. Fix this by separating the checks for flushing and
for existing storage as we do for SVE.

Callers that reallocate (eg, due to changing the vector length) should
call sme_free() themselves.

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial