CVE-2021-46909

Source
https://cve.org/CVERecord?id=CVE-2021-46909
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-46909.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2021-46909
Downstream
Related
Published
2024-02-27T07:15:07.130Z
Modified
2026-03-15T22:43:03.982817Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

ARM: footbridge: fix PCI interrupt mapping

Since commit 30fdfb929e82 ("PCI: Add a call to pciassignirq() in pcideviceprobe()"), the PCI code will call the IRQ mapping function whenever a PCI driver is probed. If these are marked as __init, this causes an oops if a PCI driver is loaded or bound after the kernel has initialised.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-46909.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "4.13.0"
            },
            {
                "fixed": "4.14.232"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "4.15.0"
            },
            {
                "fixed": "4.19.189"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "4.20.0"
            },
            {
                "fixed": "5.4.114"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.5.0"
            },
            {
                "fixed": "5.10.32"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.11.0"
            },
            {
                "fixed": "5.11.16"
            }
        ]
    }
]