{"uuid": "8773c852-0fdf-41eb-ac1f-c4c0ba6a877f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-47705", "type": "seen", "source": "https://t.me/cvedetector/8468", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-47705 - Linux Kernel Block Invalid Pointer Dereference Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-47705 \nPublished : Oct. 21, 2024, 12:15 p.m. | 41\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nblock: fix potential invalid pointer dereference in blk_add_partition  \n  \nThe blk_add_partition() function initially used a single if-condition  \n(IS_ERR(part)) to check for errors when adding a partition. This was  \nmodified to handle the specific case of -ENXIO separately, allowing the  \nfunction to proceed without logging the error in this case. However,  \nthis change unintentionally left a path where md_autodetect_dev()  \ncould be called without confirming that part is a valid pointer.  \n  \nThis commit separates the error handling logic by splitting the  \ninitial if-condition, improving code readability and handling specific  \nerror scenarios explicitly. The function now distinguishes the general  \nerror case from -ENXIO without altering the existing behavior of  \nmd_autodetect_dev() calls. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"21 Oct 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-10-21T15:09:53.000000Z"}