{ "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", "CVE_data_meta": { "ID": "CVE-2024-27009", "ASSIGNER": "cve@kernel.org", "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ns390/cio: fix race condition during online processing\n\nA race condition exists in ccw_device_set_online() that can cause the\nonline process to fail, leaving the affected device in an inconsistent\nstate. As a result, subsequent attempts to set that device online fail\nwith return code ENODEV.\n\nThe problem occurs when a path verification request arrives after\na wait for final device state completed, but before the result state\nis evaluated.\n\nFix this by ensuring that the CCW-device lock is held between\ndetermining final state and checking result state.\n\nNote that since:\n\ncommit 2297791c92d0 (\"s390/cio: dont unregister subchannel from child-drivers\")\n\npath verification requests are much more likely to occur during boot,\nresulting in an increased chance of this race condition occurring." } ] }, "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": "2297791c92d0", "version_value": "3076b3c38a70" }, { "version_value": "not down converted", "x_cve_json_5_version_data": { "versions": [ { "version": "5.15", "status": "affected" }, { "version": "0", "lessThan": "5.15", "status": "unaffected", "versionType": "custom" }, { "version": "5.15.157", "lessThanOrEqual": "5.15.*", "status": "unaffected", "versionType": "custom" }, { "version": "6.1.88", "lessThanOrEqual": "6.1.*", "status": "unaffected", "versionType": "custom" }, { "version": "6.6.29", "lessThanOrEqual": "6.6.*", "status": "unaffected", "versionType": "custom" }, { "version": "6.8.8", "lessThanOrEqual": "6.8.*", "status": "unaffected", "versionType": "custom" }, { "version": "6.9", "lessThanOrEqual": "*", "status": "unaffected", "versionType": "original_commit_for_fix" } ], "defaultStatus": "affected" } } ] } } ] } } ] } }, "references": { "reference_data": [ { "url": "https://git.kernel.org/stable/c/3076b3c38a704e10df5e143c213653309d532538", "refsource": "MISC", "name": "https://git.kernel.org/stable/c/3076b3c38a704e10df5e143c213653309d532538" }, { "url": "https://git.kernel.org/stable/c/559f3a6333397ab6cd4a696edd65a70b6be62c6e", "refsource": "MISC", "name": "https://git.kernel.org/stable/c/559f3a6333397ab6cd4a696edd65a70b6be62c6e" }, { "url": "https://git.kernel.org/stable/c/2df56f4ea769ff81e51bbb05699989603bde9c49", "refsource": "MISC", "name": "https://git.kernel.org/stable/c/2df56f4ea769ff81e51bbb05699989603bde9c49" }, { "url": "https://git.kernel.org/stable/c/a4234decd0fe429832ca81c4637be7248b88b49e", "refsource": "MISC", "name": "https://git.kernel.org/stable/c/a4234decd0fe429832ca81c4637be7248b88b49e" }, { "url": "https://git.kernel.org/stable/c/2d8527f2f911fab84aec04df4788c0c23af3df48", "refsource": "MISC", "name": "https://git.kernel.org/stable/c/2d8527f2f911fab84aec04df4788c0c23af3df48" } ] }, "generator": { "engine": "bippy-a5840b7849dd" } }