CVE-2024-57849

Source
https://cve.org/CVERecord?id=CVE-2024-57849
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-57849.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-57849
Downstream
Related
Published
2025-01-11T14:30:58.365Z
Modified
2026-03-20T12:41:02.620097Z
Summary
s390/cpum_sf: Handle CPU hotplug remove during sampling
Details

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

s390/cpum_sf: Handle CPU hotplug remove during sampling

CPU hotplug remove handling triggers the following function call sequence:

CPUHPAPPERFS390SFONLINE --> s390pmusfofflinecpu() ... CPUHPAPPERFONLINE --> perfeventexit_cpu()

The s390 CPUMF sampling CPU hotplug handler invokes:

s390pmusfofflinecpu() +--> cpusfpmusetup() +--> setuppmccpu() +--> deallocate_buffers()

This function de-allocates all sampling data buffers (SDBs) allocated for that CPU at event initialization. It also clears the PMUFRESERVED bit. The CPU is gone and can not be sampled.

With the event still being active on the removed CPU, the CPU event hotplug support in kernel performance subsystem triggers the following function calls on the removed CPU:

perfeventexitcpu() +--> perfeventexitcpu_context() +--> __perfeventexit_context() +--> __perfremovefromcontext() +--> eventschedout() +--> cpumsfpmudel() +--> cpumsfpmustop() +--> hwperfeventupdate()

to stop and remove the event. During removal of the event, the sampling device driver tries to read out the remaining samples from the sample data buffers (SDBs). But they have already been freed (and may have been re-assigned). This may lead to a use after free situation in which case the samples are most likely invalid. In the best case the memory has not been reassigned and still contains valid data.

Remedy this situation and check if the CPU is still in reserved state (bit PMUFRESERVED set). In this case the SDBs have not been released an contain valid data. This is always the case when the event is removed (and no CPU hotplug off occured). If the PMUFRESERVED bit is not set, the SDB buffers are gone.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/57xxx/CVE-2024-57849.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
e3d617fe6ac7294974fc513dc5e4d8ada8080fd1
Fixed
238e3af849dfdcb1faed544349f7025e533f9aab
Fixed
99192c735ed4bfdff0d215ec85c8a87a677cb898
Fixed
06a92f810df8037ca36157282ddcbefdcaf049b8
Fixed
b5be6a0bb639d165c8418d8dddd8f322587be8be
Fixed
a69752f1e5de817941a2ea0609254f6f25acd274
Fixed
be54e6e0f93a39a9c00478d70d12956a5f3d5b9b
Fixed
a0bd7dacbd51c632b8e2c0500b479af564afadf3

Database specific

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