{
    "data_version": "4.0",
    "data_type": "CVE",
    "data_format": "MITRE",
    "CVE_data_meta": {
        "ID": "CVE-2022-48787",
        "ASSIGNER": "cve@kernel.org",
        "STATE": "PUBLIC"
    },
    "description": {
        "description_data": [
            {
                "lang": "eng",
                "value": "In the Linux kernel, the following vulnerability has been resolved:\n\niwlwifi: fix use-after-free\n\nIf no firmware was present at all (or, presumably, all of the\nfirmware files failed to parse), we end up unbinding by calling\ndevice_release_driver(), which calls remove(), which then in\niwlwifi calls iwl_drv_stop(), freeing the 'drv' struct. However\nthe new code I added will still erroneously access it after it\nwas freed.\n\nSet 'failure=false' in this case to avoid the access, all data\nwas already freed anyway."
            }
        ]
    },
    "problemtype": {
        "problemtype_data": [
            {
                "description": [
                    {
                        "lang": "eng",
                        "value": "n/a"
                    }
                ]
            }
        ]
    },
    "affects": {
        "vendor": {
            "vendor_data": [
                {
                    "vendor_name": "Linux",
                    "product": {
                        "product_data": [
                            {
                                "product_name": "Linux",
                                "version": {
                                    "version_data": [
                                        {
                                            "version_affected": "<",
                                            "version_name": "8e10749fa1a4",
                                            "version_value": "d3b98fe36f8a"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "1d7cc54137a4",
                                            "version_value": "7d6475179b85"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "0446cafa843e",
                                            "version_value": "494de920d98f"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "febab6b60d61",
                                            "version_value": "008508c16af0"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "e23f075d7798",
                                            "version_value": "ddd46059f7d9"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "6b5ad4bd0d78",
                                            "version_value": "9958b9cbb221"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "ab07506b0454",
                                            "version_value": "bea2662e7818"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "4.14.263",
                                            "version_value": "4.14.268"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "4.19.226",
                                            "version_value": "4.19.231"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "5.4.174",
                                            "version_value": "5.4.181"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "5.10.94",
                                            "version_value": "5.10.102"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "5.15.17",
                                            "version_value": "5.15.25"
                                        },
                                        {
                                            "version_affected": "<",
                                            "version_name": "5.16.3",
                                            "version_value": "5.16.11"
                                        }
                                    ]
                                }
                            }
                        ]
                    }
                }
            ]
        }
    },
    "references": {
        "reference_data": [
            {
                "url": "https://git.kernel.org/stable/c/d3b98fe36f8a06ce654049540773256ab59cb53d",
                "refsource": "MISC",
                "name": "https://git.kernel.org/stable/c/d3b98fe36f8a06ce654049540773256ab59cb53d"
            },
            {
                "url": "https://git.kernel.org/stable/c/7d6475179b85a83186ccce59cdc359d4f07d0bcb",
                "refsource": "MISC",
                "name": "https://git.kernel.org/stable/c/7d6475179b85a83186ccce59cdc359d4f07d0bcb"
            },
            {
                "url": "https://git.kernel.org/stable/c/494de920d98f125b099f27a2d274850750aff957",
                "refsource": "MISC",
                "name": "https://git.kernel.org/stable/c/494de920d98f125b099f27a2d274850750aff957"
            },
            {
                "url": "https://git.kernel.org/stable/c/008508c16af0087cda0394e1ac6f0493b01b6063",
                "refsource": "MISC",
                "name": "https://git.kernel.org/stable/c/008508c16af0087cda0394e1ac6f0493b01b6063"
            },
            {
                "url": "https://git.kernel.org/stable/c/ddd46059f7d99119b62d44c519df7a79f2e6a515",
                "refsource": "MISC",
                "name": "https://git.kernel.org/stable/c/ddd46059f7d99119b62d44c519df7a79f2e6a515"
            },
            {
                "url": "https://git.kernel.org/stable/c/9958b9cbb22145295ee1ffaea0904c383da2c05d",
                "refsource": "MISC",
                "name": "https://git.kernel.org/stable/c/9958b9cbb22145295ee1ffaea0904c383da2c05d"
            },
            {
                "url": "https://git.kernel.org/stable/c/bea2662e7818e15d7607d17d57912ac984275d94",
                "refsource": "MISC",
                "name": "https://git.kernel.org/stable/c/bea2662e7818e15d7607d17d57912ac984275d94"
            }
        ]
    },
    "generator": {
        "engine": "bippy-c9c4e1df01b2"
    }
}