In the Linux kernel, the following vulnerability has been resolved:
drm/radeon: Add the missed acpi_put_table() to fix memory leak
When the radeon driver reads the bios information from ACPI
table in radeon_acpi_vfct_bios(), it misses to call acpi_put_table()
to release the ACPI memory after the init, so add acpi_put_table()
properly to fix the memory leak.
v2: fix text formatting (Alex)
References
Configurations
Configuration 1 (hide)
|
History
03 Dec 2025, 19:16
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux
Linux linux Kernel |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/10276a20be1115e1f76c189330da2992df980eee - Patch | |
| References | () https://git.kernel.org/stable/c/4539e3211a9bd2418e76797718a4e60a7ae34fcf - Patch | |
| References | () https://git.kernel.org/stable/c/4760fa67aff6bd8ef0b14c1fa04c295e734c7309 - Patch | |
| References | () https://git.kernel.org/stable/c/50113de0f1e913c0b733e21d3e61fe9c0f2e9d50 - Patch | |
| References | () https://git.kernel.org/stable/c/6d25bc63708145c10f9c099d5c005602a7f2ef5f - Patch | |
| References | () https://git.kernel.org/stable/c/9e203e437310f61fdf3c1107f41f85864cf4f6b1 - Patch | |
| References | () https://git.kernel.org/stable/c/a0f26560be2c566b62331cb0eeffa52929aa4d44 - Patch | |
| References | () https://git.kernel.org/stable/c/b4b30f56ec512e2c35fc0761bc90b0e519d8fa6e - Patch | |
| CWE | CWE-401 | |
| CPE | cpe:2.3:o:linux:linux_kernel:3.6:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:3.6:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:3.6:rc7:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:3.6:-:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:3.6:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:3.6:rc4:*:*:*:*:*:* |
Information
Published : 2025-09-15 15:15
Updated : 2025-12-03 19:16
NVD link : CVE-2022-50275
Mitre link : CVE-2022-50275
CVE.ORG link : CVE-2022-50275
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
