CVE-2022-49128
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
26/02/2025
Last modified:
01/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/bridge: Add missing pm_runtime_put_sync<br />
<br />
pm_runtime_get_sync() will increase the rumtime PM counter<br />
even when it returns an error. Thus a pairing decrement is needed<br />
to prevent refcount leak. Fix this by replacing this API with<br />
pm_runtime_resume_and_get(), which will not change the runtime<br />
PM counter on error. Besides, a matching decrement is needed<br />
on the error handling path to keep the counter balanced.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.15.34 (excluding) | |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 5.16.20 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.17 (including) | 5.17.3 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



