{"vulnerability": "cve-2024-4680", "sightings": [{"uuid": "e12c9046-509f-4f53-8207-5ef6dfe4d642", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-46804", "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": "e99fddef-5ef6-464f-bccb-8398a1443ee4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-46800", "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": "a8a57fb2-f356-4a52-9ba1-d4e9fa6f4eae", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "c933734a-9be8-4142-889e-26e95c752803", "vulnerability": "CVE-2024-46809", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/816dcc8e-f25a-4895-9b59-1bbd9caeccb8", "content": "", "creation_timestamp": "2025-12-03T14:14:49.267740Z"}, {"uuid": "9c4c148e-6ca0-4c84-a06b-e508e859fdf0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "c933734a-9be8-4142-889e-26e95c752803", "vulnerability": "CVE-2024-46806", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/816dcc8e-f25a-4895-9b59-1bbd9caeccb8", "content": "", "creation_timestamp": "2025-12-03T14:14:49.267740Z"}, {"uuid": "040557d3-2262-4971-876c-7f25012946a9", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2024-46802", "type": "seen", "source": "https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0316/", "content": "", "creation_timestamp": "2026-03-19T00:00:00.000000Z"}, {"uuid": "229a7946-127f-4f79-961f-6574d1a63f56", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "c933734a-9be8-4142-889e-26e95c752803", "vulnerability": "CVE-2024-46808", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/816dcc8e-f25a-4895-9b59-1bbd9caeccb8", "content": "", "creation_timestamp": "2025-12-03T14:14:49.267740Z"}, {"uuid": "de29b30a-c227-490e-b87f-1585ace066dd", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2024-46803", "type": "seen", "source": "https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0316/", "content": "", "creation_timestamp": "2026-03-19T00:00:00.000000Z"}, {"uuid": "13dca486-d3d6-4b9c-af10-b92a2ae92b43", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2024-46806", "type": "seen", "source": "https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0316/", "content": "", "creation_timestamp": "2026-03-19T00:00:00.000000Z"}, {"uuid": "a6bdc878-3f62-41d3-93f9-1a5e83b59d7f", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2024-46808", "type": "seen", "source": "https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0316/", "content": "", "creation_timestamp": "2026-03-19T00:00:00.000000Z"}, {"uuid": "d825ebd6-00c8-4c43-9fd5-73dacbdf28a6", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-46800", "type": "published-proof-of-concept", "source": "https://t.me/cvedetector/5939", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-46800 - Linux Kernel - Netem Use After Free Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2024-46800 \nPublished : Sept. 18, 2024, 8:15 a.m. | 35\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nsch/netem: fix use after free in netem_dequeue  \n  \nIf netem_dequeue() enqueues packet to inner qdisc and that qdisc  \nreturns __NET_XMIT_STOLEN. The packet is dropped but  \nqdisc_tree_reduce_backlog() is not called to update the parent's  \nq.qlen, leading to the similar use-after-free as Commit  \ne04991a48dbaf382 (\"netem: fix return value if duplicate enqueue  \nfails\")  \n  \nCommands to trigger KASAN UaF:  \n  \nip link add type dummy  \nip link set lo up  \nip link set dummy0 up  \ntc qdisc add dev lo parent root handle 1: drr  \ntc filter add dev lo parent 1: basic classid 1:1  \ntc class add dev lo classid 1:1 drr  \ntc qdisc add dev lo parent 1:1 handle 2: netem  \ntc qdisc add dev lo parent 2: handle 3: drr  \ntc filter add dev lo parent 3: basic classid 3:1 action mirred egress  \nredirect dev dummy0  \ntc class add dev lo classid 3:1 drr  \nping -c1 -W0.01 localhost # Trigger bug  \ntc class del dev lo classid 1:1  \ntc class add dev lo classid 1:1 drr  \nping -c1 -W0.01 localhost # UaF \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"18 Sep 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-09-18T10:52:40.000000Z"}, {"uuid": "3414d4af-4617-4a55-bf75-2e69f18d7bdc", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-46801", "type": "seen", "source": "https://t.me/cvedetector/5938", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-46801 - Linux Kernel Race Condition/CUse-After-Free (UAF)\", \n  \"Content\": \"CVE ID : CVE-2024-46801 \nPublished : Sept. 18, 2024, 8:15 a.m. | 35\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nlibfs: fix get_stashed_dentry()  \n  \nget_stashed_dentry() tries to optimistically retrieve a stashed dentry  \nfrom a provided location.  It needs to ensure to hold rcu lock before it  \ndereference the stashed location to prevent UAF issues.  Use  \nrcu_dereference() instead of READ_ONCE() it's effectively equivalent  \nwith some lockdep bells and whistles and it communicates clearly that  \nthis expects rcu protection. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"18 Sep 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-09-18T10:52:40.000000Z"}, {"uuid": "e397767c-f445-4004-b83c-d357708ff152", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "c933734a-9be8-4142-889e-26e95c752803", "vulnerability": "CVE-2024-46802", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/816dcc8e-f25a-4895-9b59-1bbd9caeccb8", "content": "", "creation_timestamp": "2025-12-03T14:14:49.267740Z"}, {"uuid": "6bf08616-e6c9-4098-a13b-a0fa9ed32611", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "c933734a-9be8-4142-889e-26e95c752803", "vulnerability": "CVE-2024-46807", "type": "seen", "source": "https://vulnerability.circl.lu/bundle/816dcc8e-f25a-4895-9b59-1bbd9caeccb8", "content": "", "creation_timestamp": "2025-12-03T14:14:49.267740Z"}]}