CVE-2024-36479
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
24/06/2024
Last modified:
03/11/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
fpga: bridge: add owner module and take its refcount<br />
<br />
The current implementation of the fpga bridge assumes that the low-level<br />
module registers a driver for the parent device and uses its owner pointer<br />
to take the module&#39;s refcount. This approach is problematic since it can<br />
lead to a null pointer dereference while attempting to get the bridge if<br />
the parent device does not have a driver.<br />
<br />
To address this problem, add a module owner pointer to the fpga_bridge<br />
struct and use it to take the module&#39;s refcount. Modify the function for<br />
registering a bridge to take an additional owner module parameter and<br />
rename it to avoid conflicts. Use the old function name for a helper macro<br />
that automatically sets the module that registers the bridge as the owner.<br />
This ensures compatibility with existing low-level control modules and<br />
reduces the chances of registering a bridge without setting the owner.<br />
<br />
Also, update the documentation to keep it consistent with the new interface<br />
for registering an fpga bridge.<br />
<br />
Other changes: opportunistically move put_device() from __fpga_bridge_get()<br />
to fpga_bridge_get() and of_fpga_bridge_get() to improve code clarity since<br />
the bridge device is taken in these functions.
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:*:*:*:*:*:*:*:* | 4.10 (including) | 6.1.120 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.33 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.9.4 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/18dc8366abb6cadcb77668b1a16434654e355d49
- https://git.kernel.org/stable/c/1da11f822042eb6ef4b6064dc048f157a7852529
- https://git.kernel.org/stable/c/6896b6b2e2d9ec4e1b0acb4c1698a75a4b34d125
- https://git.kernel.org/stable/c/d7c4081c54a1d4068de9440957303a76f9e5c95b
- https://git.kernel.org/stable/c/1da11f822042eb6ef4b6064dc048f157a7852529
- https://git.kernel.org/stable/c/6896b6b2e2d9ec4e1b0acb4c1698a75a4b34d125
- https://git.kernel.org/stable/c/d7c4081c54a1d4068de9440957303a76f9e5c95b
- https://lists.debian.org/debian-lts-announce/2025/03/msg00001.html



