{"vulnerability": "CVE-2024-42161", "sightings": [{"uuid": "e2cd9c0f-b6cb-4c4a-a9af-960b6382246c", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-42161", "type": "seen", "source": "https://www.cisa.gov/news-events/ics-advisories/icsa-25-072-03", "content": "", "creation_timestamp": "2025-03-13T11:00:00.000000Z"}, {"uuid": "15c8dcb6-cd3b-46aa-b1be-1b3dab62606e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-42161", "type": "seen", "source": "https://www.cisa.gov/news-events/ics-advisories/icsa-25-226-07", "content": "", "creation_timestamp": "2025-08-14T10:00:00.000000Z"}, {"uuid": "885cd328-fe79-4209-a972-7c06cecd1436", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-42161", "type": "seen", "source": "https://t.me/cvedetector/2016", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-42161 - Linux kernel BPF uninitialized value vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-42161 \nPublished : July 30, 2024, 8:15 a.m. | 20\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nbpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELD  \n  \n[Changes from V1:  \n - Use a default branch in the switch statement to initialize `val'.]  \n  \nGCC warns that `val' may be used uninitialized in the  \nBPF_CRE_READ_BITFIELD macro, defined in bpf_core_read.h as:  \n  \n [...]  \n unsigned long long val;            \\  \n [...]              \\  \n switch (__CORE_RELO(s, field, BYTE_SIZE)) {         \\  \n case 1: val = *(const unsigned char *)p; break;         \\  \n case 2: val = *(const unsigned short *)p; break;        \\  \n case 4: val = *(const unsigned int *)p; break;         \\  \n case 8: val = *(const unsigned long long *)p; break;        \\  \n        }                    \\  \n [...]  \n val;              \\  \n }              \\  \n  \nThis patch adds a default entry in the switch statement that sets  \n`val' to zero in order to avoid the warning, and random values to be  \nused in case __builtin_preserve_field_info returns unexpected values  \nfor BPF_FIELD_BYTE_SIZE.  \n  \nTested in bpf-next master.  \nNo regressions. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"30 Jul 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-07-30T10:43:35.000000Z"}]}