CVE-2022-49830
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2025
Last modified:
10/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/drv: Fix potential memory leak in drm_dev_init()<br />
<br />
drm_dev_init() will add drm_dev_init_release() as a callback. When<br />
drmm_add_action() failed, the release function won&#39;t be added. As the<br />
result, the ref cnt added by device_get() in drm_dev_init() won&#39;t be put<br />
by drm_dev_init_release(), which leads to the memleak. Use<br />
drmm_add_action_or_reset() instead of drmm_add_action() to prevent<br />
memleak.<br />
<br />
unreferenced object 0xffff88810bc0c800 (size 2048):<br />
comm "modprobe", pid 8322, jiffies 4305809845 (age 15.292s)<br />
hex dump (first 32 bytes):<br />
e8 cc c0 0b 81 88 ff ff ff ff ff ff 00 00 00 00 ................<br />
20 24 3c 0c 81 88 ff ff 18 c8 c0 0b 81 88 ff ff $
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.8 (including) | 5.10.156 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (including) | 5.15.80 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 6.0.10 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.1:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.1:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.1:rc5:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



