CVE-2022-48799

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-48799
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48799.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-48799
Downstream
Related
Published
2024-07-16T12:15:04Z
Modified
2025-08-09T20:01:27Z
Summary
[none]
Details

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

perf: Fix list corruption in perfcgroupswitch()

There's list corruption on cgrpcpuctxlist. This happens on the following path:

perfcgroupswitch: listforeachentry(cgrpcpuctxlist) cpuctxschedin ctxschedin ctxpinnedschedin mergeschedin perfcgroupeventdisable: remove the event from the list

Use listforeachentrysafe() to allow removing an entry during iteration.

References

Affected packages