<?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://vulnerability.circl.lu</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, 06 May 2026 19:43:37 +0000</lastBuildDate>
    <item>
      <title>4eb9f106-c2e3-4c3a-9e41-2171acbc1599</title>
      <link>https://vulnerability.circl.lu/sighting/4eb9f106-c2e3-4c3a-9e41-2171acbc1599/export</link>
      <description>{"uuid": "4eb9f106-c2e3-4c3a-9e41-2171acbc1599", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-37872", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15699", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-37872\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: In the Linux kernel, the following vulnerability has been resolved:\n\nnet: txgbe: fix memory leak in txgbe_probe() error path\n\nWhen txgbe_sw_init() is called, memory is allocated for wx-&amp;gt;rss_key\nin wx_init_rss_key(). However, in txgbe_probe() function, the subsequent\nerror paths after txgbe_sw_init() don't free the rss_key. Fix that by\nfreeing it in error path along with wx-&amp;gt;mac_table.\n\nAlso change the label to which execution jumps when txgbe_sw_init()\nfails, because otherwise, it could lead to a double free for rss_key,\nwhen the mac_table allocation fails in wx_sw_init().\n\ud83d\udccf Published: 2025-05-09T06:44:00.570Z\n\ud83d\udccf Modified: 2025-05-09T06:44:00.570Z\n\ud83d\udd17 References:\n1. https://git.kernel.org/stable/c/635863d93deb8e352d63a8eba852efeaf1ac3539\n2. https://git.kernel.org/stable/c/837197a722919f5b0eeb967fe7cb0cc1e83173b9\n3. https://git.kernel.org/stable/c/b2727326d0a53709380aa147018085d71a6d4843", "creation_timestamp": "2025-05-09T07:25:45.000000Z"}</description>
      <content:encoded>{"uuid": "4eb9f106-c2e3-4c3a-9e41-2171acbc1599", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-37872", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15699", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2025-37872\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: In the Linux kernel, the following vulnerability has been resolved:\n\nnet: txgbe: fix memory leak in txgbe_probe() error path\n\nWhen txgbe_sw_init() is called, memory is allocated for wx-&amp;gt;rss_key\nin wx_init_rss_key(). However, in txgbe_probe() function, the subsequent\nerror paths after txgbe_sw_init() don't free the rss_key. Fix that by\nfreeing it in error path along with wx-&amp;gt;mac_table.\n\nAlso change the label to which execution jumps when txgbe_sw_init()\nfails, because otherwise, it could lead to a double free for rss_key,\nwhen the mac_table allocation fails in wx_sw_init().\n\ud83d\udccf Published: 2025-05-09T06:44:00.570Z\n\ud83d\udccf Modified: 2025-05-09T06:44:00.570Z\n\ud83d\udd17 References:\n1. https://git.kernel.org/stable/c/635863d93deb8e352d63a8eba852efeaf1ac3539\n2. https://git.kernel.org/stable/c/837197a722919f5b0eeb967fe7cb0cc1e83173b9\n3. https://git.kernel.org/stable/c/b2727326d0a53709380aa147018085d71a6d4843", "creation_timestamp": "2025-05-09T07:25:45.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/4eb9f106-c2e3-4c3a-9e41-2171acbc1599/export</guid>
      <pubDate>Fri, 09 May 2025 07:25:45 +0000</pubDate>
    </item>
    <item>
      <title>c8d9a5c7-5679-4063-b3e5-fac3d13ff95e</title>
      <link>https://vulnerability.circl.lu/sighting/c8d9a5c7-5679-4063-b3e5-fac3d13ff95e/export</link>
      <description>{"uuid": "c8d9a5c7-5679-4063-b3e5-fac3d13ff95e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-37872", "type": "seen", "source": "https://t.me/cvedetector/24937", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2025-37872 - NetXtreme Gigabit Ethernet (TXGBE) Memory Leak Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2025-37872 \nPublished : May 9, 2025, 7:16 a.m. | 44\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nnet: txgbe: fix memory leak in txgbe_probe() error path  \n  \nWhen txgbe_sw_init() is called, memory is allocated for wx-&amp;gt;rss_key  \nin wx_init_rss_key(). However, in txgbe_probe() function, the subsequent  \nerror paths after txgbe_sw_init() don't free the rss_key. Fix that by  \nfreeing it in error path along with wx-&amp;gt;mac_table.  \n  \nAlso change the label to which execution jumps when txgbe_sw_init()  \nfails, because otherwise, it could lead to a double free for rss_key,  \nwhen the mac_table allocation fails in wx_sw_init(). \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"09 May 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-05-09T10:22:06.000000Z"}</description>
      <content:encoded>{"uuid": "c8d9a5c7-5679-4063-b3e5-fac3d13ff95e", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2025-37872", "type": "seen", "source": "https://t.me/cvedetector/24937", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2025-37872 - NetXtreme Gigabit Ethernet (TXGBE) Memory Leak Vulnerability\", \n  \"Content\": \"CVE ID : CVE-2025-37872 \nPublished : May 9, 2025, 7:16 a.m. | 44\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nnet: txgbe: fix memory leak in txgbe_probe() error path  \n  \nWhen txgbe_sw_init() is called, memory is allocated for wx-&amp;gt;rss_key  \nin wx_init_rss_key(). However, in txgbe_probe() function, the subsequent  \nerror paths after txgbe_sw_init() don't free the rss_key. Fix that by  \nfreeing it in error path along with wx-&amp;gt;mac_table.  \n  \nAlso change the label to which execution jumps when txgbe_sw_init()  \nfails, because otherwise, it could lead to a double free for rss_key,  \nwhen the mac_table allocation fails in wx_sw_init(). \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"09 May 2025\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2025-05-09T10:22:06.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/c8d9a5c7-5679-4063-b3e5-fac3d13ff95e/export</guid>
      <pubDate>Fri, 09 May 2025 10:22:06 +0000</pubDate>
    </item>
  </channel>
</rss>
