๐Ÿ” CVE Alert

CVE-2024-56706

UNKNOWN 0.0

s390/cpum_sf: Fix and protect memory allocation of SDBs with mutex

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: s390/cpum_sf: Fix and protect memory allocation of SDBs with mutex Reservation of the PMU hardware is done at first event creation and is protected by a pair of mutex_lock() and mutex_unlock(). After reservation of the PMU hardware the memory required for the PMUs the event is to be installed on is allocated by allocate_buffers() and alloc_sampling_buffer(). This done outside of the mutex protection. Without mutex protection two or more concurrent invocations of perf_event_init() may run in parallel. This can lead to allocation of Sample Data Blocks (SDBs) multiple times for the same PMU. Prevent this and protect memory allocation of SDBs by mutex.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Dec 28, 2024
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
8a6fe8f21ec4f049a7b1fe120ad50a5065a9c7a8 < 4b3bdfa89635db6a53e02955548bd07bebcae233 8a6fe8f21ec4f049a7b1fe120ad50a5065a9c7a8 < f55bd479d8663a4a4e403b3d308d3d1aa33d92df
Linux / Linux
6.12

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/4b3bdfa89635db6a53e02955548bd07bebcae233 git.kernel.org: https://git.kernel.org/stable/c/f55bd479d8663a4a4e403b3d308d3d1aa33d92df