<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://db.gcve.eu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Wed, 10 Jun 2026 00:02:14 +0000</lastBuildDate>
    <item>
      <title>ff461983-eb84-4292-b249-37014f974cd4</title>
      <link>https://db.gcve.eu/sighting/ff461983-eb84-4292-b249-37014f974cd4/export</link>
      <description>{"uuid": "ff461983-eb84-4292-b249-37014f974cd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52923", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113860303604167825", "content": "", "creation_timestamp": "2025-01-20T10:52:35.796341Z"}</description>
      <content:encoded>{"uuid": "ff461983-eb84-4292-b249-37014f974cd4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52923", "type": "seen", "source": "https://infosec.exchange/users/cve/statuses/113860303604167825", "content": "", "creation_timestamp": "2025-01-20T10:52:35.796341Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/ff461983-eb84-4292-b249-37014f974cd4/export</guid>
      <pubDate>Mon, 20 Jan 2025 10:52:35 +0000</pubDate>
    </item>
    <item>
      <title>d87ce1c9-2327-400f-9b5a-9802288e5b6a</title>
      <link>https://db.gcve.eu/sighting/d87ce1c9-2327-400f-9b5a-9802288e5b6a/export</link>
      <description>{"uuid": "d87ce1c9-2327-400f-9b5a-9802288e5b6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52923", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-52923\n\ud83d\udd39 Description: In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nf_tables: adapt set backend to use GC transaction API\n\nUse the GC transaction API to replace the old and buggy gc API and the\nbusy mark approach.\n\nNo set elements are removed from async garbage collection anymore,\ninstead the _DEAD bit is set on so the set element is not visible from\nlookup path anymore. Async GC enqueues transaction work that might be\naborted and retried later.\n\nrbtree and pipapo set backends does not set on the _DEAD bit from the\nsync GC path since this runs in control plane path where mutex is held.\nIn this case, set elements are deactivated, removed and then released\nvia RCU callback, sync GC never fails.\n\ud83d\udccf Published: 2025-01-20T10:48:13.723Z\n\ud83d\udccf Modified: 2025-01-20T10:48:13.723Z\n\ud83d\udd17 References:\n1. https://git.kernel.org/stable/c/cb4d00b563675ba8ff6ef94b077f58d816f68ba3\n2. https://git.kernel.org/stable/c/c357648929c8dff891502349769aafb8f0452bc2\n3. https://git.kernel.org/stable/c/146c76866795553dbc19998f36718d7986ad302b\n4. https://git.kernel.org/stable/c/479a2cf5259347d6a1f658b0f791d27a34908e91\n5. https://git.kernel.org/stable/c/df650d6a4bf47248261b61ef6b174d7c54034d15\n6. https://git.kernel.org/stable/c/e4d71d6a9c7db93f7bf20c3a0f0659d63d7de681\n7. https://git.kernel.org/stable/c/f6c383b8c31a93752a52697f8430a71dcbc46adf", "creation_timestamp": "2025-01-20T10:59:53.000000Z"}</description>
      <content:encoded>{"uuid": "d87ce1c9-2327-400f-9b5a-9802288e5b6a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52923", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/2356", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2023-52923\n\ud83d\udd39 Description: In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nf_tables: adapt set backend to use GC transaction API\n\nUse the GC transaction API to replace the old and buggy gc API and the\nbusy mark approach.\n\nNo set elements are removed from async garbage collection anymore,\ninstead the _DEAD bit is set on so the set element is not visible from\nlookup path anymore. Async GC enqueues transaction work that might be\naborted and retried later.\n\nrbtree and pipapo set backends does not set on the _DEAD bit from the\nsync GC path since this runs in control plane path where mutex is held.\nIn this case, set elements are deactivated, removed and then released\nvia RCU callback, sync GC never fails.\n\ud83d\udccf Published: 2025-01-20T10:48:13.723Z\n\ud83d\udccf Modified: 2025-01-20T10:48:13.723Z\n\ud83d\udd17 References:\n1. https://git.kernel.org/stable/c/cb4d00b563675ba8ff6ef94b077f58d816f68ba3\n2. https://git.kernel.org/stable/c/c357648929c8dff891502349769aafb8f0452bc2\n3. https://git.kernel.org/stable/c/146c76866795553dbc19998f36718d7986ad302b\n4. https://git.kernel.org/stable/c/479a2cf5259347d6a1f658b0f791d27a34908e91\n5. https://git.kernel.org/stable/c/df650d6a4bf47248261b61ef6b174d7c54034d15\n6. https://git.kernel.org/stable/c/e4d71d6a9c7db93f7bf20c3a0f0659d63d7de681\n7. https://git.kernel.org/stable/c/f6c383b8c31a93752a52697f8430a71dcbc46adf", "creation_timestamp": "2025-01-20T10:59:53.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/d87ce1c9-2327-400f-9b5a-9802288e5b6a/export</guid>
      <pubDate>Mon, 20 Jan 2025 10:59:53 +0000</pubDate>
    </item>
    <item>
      <title>8ddd3e8d-491c-4b0a-b697-9647154a578e</title>
      <link>https://db.gcve.eu/sighting/8ddd3e8d-491c-4b0a-b697-9647154a578e/export</link>
      <description>{"uuid": "8ddd3e8d-491c-4b0a-b697-9647154a578e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52923", "type": "seen", "source": "https://bsky.app/profile/cve-notifications.bsky.social/post/3lg67kv6hlc2n", "content": "", "creation_timestamp": "2025-01-20T11:15:45.833848Z"}</description>
      <content:encoded>{"uuid": "8ddd3e8d-491c-4b0a-b697-9647154a578e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52923", "type": "seen", "source": "https://bsky.app/profile/cve-notifications.bsky.social/post/3lg67kv6hlc2n", "content": "", "creation_timestamp": "2025-01-20T11:15:45.833848Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/8ddd3e8d-491c-4b0a-b697-9647154a578e/export</guid>
      <pubDate>Mon, 20 Jan 2025 11:15:45 +0000</pubDate>
    </item>
    <item>
      <title>4eb5b297-b188-4ddd-92d4-cc25ee9f6966</title>
      <link>https://db.gcve.eu/sighting/4eb5b297-b188-4ddd-92d4-cc25ee9f6966/export</link>
      <description>{"uuid": "4eb5b297-b188-4ddd-92d4-cc25ee9f6966", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52923", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3lg6alqyutb2u", "content": "", "creation_timestamp": "2025-01-20T11:34:08.675229Z"}</description>
      <content:encoded>{"uuid": "4eb5b297-b188-4ddd-92d4-cc25ee9f6966", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52923", "type": "seen", "source": "https://bsky.app/profile/cve.skyfleet.blue/post/3lg6alqyutb2u", "content": "", "creation_timestamp": "2025-01-20T11:34:08.675229Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/4eb5b297-b188-4ddd-92d4-cc25ee9f6966/export</guid>
      <pubDate>Mon, 20 Jan 2025 11:34:08 +0000</pubDate>
    </item>
    <item>
      <title>cbda0d52-7100-4870-80f6-ffdf5e094846</title>
      <link>https://db.gcve.eu/sighting/cbda0d52-7100-4870-80f6-ffdf5e094846/export</link>
      <description>{"uuid": "cbda0d52-7100-4870-80f6-ffdf5e094846", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52923", "type": "seen", "source": "https://t.me/cvedetector/15884", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2023-52923 - Linux Kernel Netfilter nf_tables Dead Element Unlinking Anywhere\", \n  \"Content\": \"CVE ID : CVE-2023-52923 \nPublished : Jan. 20, 2025, 11:15 a.m. | 37\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nnetfilter: nf_tables: adapt set backend to use GC transaction API  \n  \nUse the GC transaction API to replace the old and buggy gc API and the  \nbusy mark approach.  \n  \nNo set elements are removed from async garbage collection anymore,  \ninstead the _DEAD bit is set on so the set element is not visible from  \nlookup path anymore. Async GC enqueues transaction work that might be  \naborted and retried later.  \n  \nrbtree and pipapo set backends does not set on the _DEAD bit from the  \nsync GC path since this runs in control plane path where mutex is held.  \nIn this case, set elements are deactivated, removed and then released  \nvia RCU callback, sync GC never fails. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"20 Jan 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-01-20T13:22:16.000000Z"}</description>
      <content:encoded>{"uuid": "cbda0d52-7100-4870-80f6-ffdf5e094846", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52923", "type": "seen", "source": "https://t.me/cvedetector/15884", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2023-52923 - Linux Kernel Netfilter nf_tables Dead Element Unlinking Anywhere\", \n  \"Content\": \"CVE ID : CVE-2023-52923 \nPublished : Jan. 20, 2025, 11:15 a.m. | 37\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nnetfilter: nf_tables: adapt set backend to use GC transaction API  \n  \nUse the GC transaction API to replace the old and buggy gc API and the  \nbusy mark approach.  \n  \nNo set elements are removed from async garbage collection anymore,  \ninstead the _DEAD bit is set on so the set element is not visible from  \nlookup path anymore. Async GC enqueues transaction work that might be  \naborted and retried later.  \n  \nrbtree and pipapo set backends does not set on the _DEAD bit from the  \nsync GC path since this runs in control plane path where mutex is held.  \nIn this case, set elements are deactivated, removed and then released  \nvia RCU callback, sync GC never fails. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"20 Jan 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-01-20T13:22:16.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/cbda0d52-7100-4870-80f6-ffdf5e094846/export</guid>
      <pubDate>Mon, 20 Jan 2025 13:22:16 +0000</pubDate>
    </item>
    <item>
      <title>6b636e6b-1745-42e4-aa9f-2cfd1445fb89</title>
      <link>https://db.gcve.eu/sighting/6b636e6b-1745-42e4-aa9f-2cfd1445fb89/export</link>
      <description>{"uuid": "6b636e6b-1745-42e4-aa9f-2cfd1445fb89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52923", "type": "seen", "source": "https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0398/", "content": "", "creation_timestamp": "2026-04-02T17:00:00.000000Z"}</description>
      <content:encoded>{"uuid": "6b636e6b-1745-42e4-aa9f-2cfd1445fb89", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "2a075640-a300-48a4-bb44-bc6130783b9b", "vulnerability": "CVE-2023-52923", "type": "seen", "source": "https://www.cert.ssi.gouv.fr/avis/CERTFR-2026-AVI-0398/", "content": "", "creation_timestamp": "2026-04-02T17:00:00.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://db.gcve.eu/sighting/6b636e6b-1745-42e4-aa9f-2cfd1445fb89/export</guid>
      <pubDate>Thu, 02 Apr 2026 17:00:00 +0000</pubDate>
    </item>
  </channel>
</rss>
