CVE-2021-47134

Source
https://cve.org/CVERecord?id=CVE-2021-47134
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-47134.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2021-47134
Downstream
Published
2024-03-15T21:15:07.780Z
Modified
2026-03-15T22:43:06.273702Z
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:

efi/fdt: fix panic when no valid fdt found

setuparch() would invoke efiinit()->efigetfdtparams(). If no valid fdt found then initialboot_params will be null. So we should stop further fdt processing here. I encountered this issue on risc-v.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-47134.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "5.10"
            },
            {
                "fixed": "5.10.43"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.11"
            },
            {
                "fixed": "5.12.10"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "5.13-rc1"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "5.13-rc2"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "5.13-rc3"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "5.13-rc4"
            }
        ]
    }
]