CVE-2024-36479
Last modified
CVE-2024-36479 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: fpga: bridge: add owner module and take its refcount The current implementation of the fpga bridge assumes that the low-level module registers a driver for the parent device and uses its owner pointer to take the module's refcount. This approach is problematic since it can lead to a null pointer dereference while attempting to get the bridge if the parent device does not have a driver. To address this problem, add a module owner pointer to the fpga_bridge struct and use it to take the module's refcount. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fpga: bridge: add owner module and take its refcount The current implementation of the fpga bridge assumes that the low-level module registers a driver for the parent device and uses its owner pointer to take the module's refcount. This approach is problematic since it can lead to a null pointer dereference while attempting to get the bridge if the parent device does not have a driver. To address this problem, add a module owner pointer to the fpga_bridge struct and use it to take the module's refcount. Modify the function for registering a bridge to take an additional owner module parameter and rename it to avoid conflicts. Use the old function name for a helper macro that automatically sets the module that registers the bridge as the owner. This ensures compatibility with existing low-level control modules and reduces the chances of registering a bridge without setting the owner. Also, update the documentation to keep it consistent with the new interface for registering an fpga bridge. Other changes: opportunistically move put_device() from __fpga_bridge_get() to fpga_bridge_get() and of_fpga_bridge_get() to improve code clarity since the bridge device is taken in these functions.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.10, < 6.1.120 |
| Linux | Linux Kernel | >= 6.2, < 6.6.33 |
| Linux | Linux Kernel | >= 6.7, < 6.9.4 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-36479?
How severe is CVE-2024-36479?
How do I fix CVE-2024-36479?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-36473Trend Micro VPN Proxy One Pro, version 5.8.1012 and below is…5.3
- CVE-2024-36474An integer overflow vulnerability exists in the Compound Doc…7.8
- CVE-2024-36475FutureNet NXR series, VXR series and WXR series provided by …8.8
- CVE-2024-36476In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-36477In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-36478In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-3648The ShareThis Share Buttons plugin for WordPress is vulnerab…5.4
- CVE-2024-36480Use of hard-coded credentials issue exists in Ricoh Streamli…9.8
- CVE-2024-36481In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-36482Improper input validation in some Intel(R) CIP software befo…6.7
- CVE-2024-36484In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-36485Zohocorp ManageEngine ADAudit Plus versions below 8121 are v…8.8
Are you affected by CVE-2024-36479?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
