Vulnerability in Linux
CVE-2022-49128
In the Linux kernel, the following vulnerability has been resolved: drm/bridge: Add missing pm_runtime_put_sync pm_runtime_get_sync() will increase the rumtime PM counter even when it returns an error. Thus a pairing decrement is needed to prevent refcount leak. Fix this by replacing this API with pm_runtime_resume_and_get(), which will not change the runtime PM counter on error. Besides, a matching decrement is needed on the error handling path to keep the counter balanced.
EPSS: 0.003 (16.8th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions 44cfc6233447cb2cf47aeb99457de35826a363f6, 5.8, 0
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2022-49128?
- CVE-2022-49128 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2025-02-26.
- How severe is CVE-2022-49128?
- Medium severity. CVSS v3 base score is 5.5 out of 10.