{"vulnerability": "CVE-2024-50088", "sightings": [{"uuid": "50d63d9b-1330-4edc-a76d-48cfeeea79ac", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2024-50088", "type": "seen", "source": "https://t.me/cvedetector/9230", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-50088 - \"btrfs Uninitialized Pointer Free\"\", \n  \"Content\": \"CVE ID : CVE-2024-50088 \nPublished : Oct. 29, 2024, 1:15 a.m. | 38\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nbtrfs: fix uninitialized pointer free in add_inode_ref()  \n  \nThe add_inode_ref() function does not initialize the \"name\" struct when  \nit is declared.  If any of the following calls to \"read_one_inode()  \nreturns NULL,  \n  \n dir = read_one_inode(root, parent_objectid);  \n if (!dir) {  \n  ret = -ENOENT;  \n  goto out;  \n }  \n  \n inode = read_one_inode(root, inode_objectid);  \n if (!inode) {  \n  ret = -EIO;  \n  goto out;  \n }  \n  \nthen \"name.name\" would be freed on \"out\" before being initialized.  \n  \nout:  \n ...  \n kfree(name.name);  \n  \nThis issue was reported by Coverity with CID 1526744. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"29 Oct 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-10-29T03:03:06.000000Z"}]}