Use After Free in Linux

CVE-2022-48670

In the Linux kernel, the following vulnerability has been resolved: peci: cpu: Fix use-after-free in adev_release() When auxiliary_device_add() returns an error, auxiliary_device_uninit() is called, which causes refcount for device to be decremented and .release callback will be triggered. Because adev_release() re-calls auxiliary_device_uninit(), it will cause use-after-free: [ 1269.455172] WARNING: CPU: 0 PID: 14267 at lib/refcount.c:28 refcount_warn_saturate+0x110/0x15 [ 1269.464007] refcount_t: underflow; use-after-free.

Vulnerability class: Use-After-Free

EPSS: 0.002 (12.2th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.8 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H.

Affected products

  • Linux — versions 93e1821c80f9460c8931dc4bc090ede794f966cd, 6523d3b2ffa238ac033c34a726617061d6a744aa, 5.19.10
  • Linux Linux_kernel — versions 6.0

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2022-48670?
CVE-2022-48670 is a high-severity vulnerability in Linux, classified under Use After Free. CVSS score: 7.8/10. Published 2024-05-03.
How severe is CVE-2022-48670?
High severity. CVSS v3 base score is 7.8 out of 10.