<?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>Sun, 10 May 2026 11:38:26 +0000</lastBuildDate>
    <item>
      <title>dfbf1c1c-d29e-45eb-9411-cd8bf925ad82</title>
      <link>https://vulnerability.circl.lu/sighting/dfbf1c1c-d29e-45eb-9411-cd8bf925ad82/export</link>
      <description>{"uuid": "dfbf1c1c-d29e-45eb-9411-cd8bf925ad82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45027", "type": "seen", "source": "https://t.me/cvedetector/5379", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-45027 - \"Huawei XHCI Uninitialized Pointer Derefence\"\", \n  \"Content\": \"CVE ID : CVE-2024-45027 \nPublished : Sept. 11, 2024, 4:15 p.m. | 16\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nusb: xhci: Check for xhci-&amp;gt;interrupters being allocated in xhci_mem_clearup()  \n  \nIf xhci_mem_init() fails, it calls into xhci_mem_cleanup() to mop  \nup the damage. If it fails early enough, before xhci-&amp;gt;interrupters  \nis allocated but after xhci-&amp;gt;max_interrupters has been set, which  \nhappens in most (all?) cases, things get uglier, as xhci_mem_cleanup()  \nunconditionally derefences xhci-&amp;gt;interrupters. With prejudice.  \n  \nGate the interrupt freeing loop with a check on xhci-&amp;gt;interrupters  \nbeing non-NULL.  \n  \nFound while debugging a DMA allocation issue that led the XHCI driver  \non this exact path. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"11 Sep 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-09-11T18:41:36.000000Z"}</description>
      <content:encoded>{"uuid": "dfbf1c1c-d29e-45eb-9411-cd8bf925ad82", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45027", "type": "seen", "source": "https://t.me/cvedetector/5379", "content": "{\n  \"Source\": \"CVE FEED\",\n  \"Title\": \"CVE-2024-45027 - \"Huawei XHCI Uninitialized Pointer Derefence\"\", \n  \"Content\": \"CVE ID : CVE-2024-45027 \nPublished : Sept. 11, 2024, 4:15 p.m. | 16\u00a0minutes ago \nDescription : In the Linux kernel, the following vulnerability has been resolved:  \n  \nusb: xhci: Check for xhci-&amp;gt;interrupters being allocated in xhci_mem_clearup()  \n  \nIf xhci_mem_init() fails, it calls into xhci_mem_cleanup() to mop  \nup the damage. If it fails early enough, before xhci-&amp;gt;interrupters  \nis allocated but after xhci-&amp;gt;max_interrupters has been set, which  \nhappens in most (all?) cases, things get uglier, as xhci_mem_cleanup()  \nunconditionally derefences xhci-&amp;gt;interrupters. With prejudice.  \n  \nGate the interrupt freeing loop with a check on xhci-&amp;gt;interrupters  \nbeing non-NULL.  \n  \nFound while debugging a DMA allocation issue that led the XHCI driver  \non this exact path. \nSeverity: 0.0 | NA \nVisit the link for more details, such as CVSS details, affected products, timeline, and more...\",\n  \"Detection Date\": \"11 Sep 2024\",\n  \"Type\": \"Vulnerability\"\n}\n\ud83d\udd39 t.me/cvedetector \ud83d\udd39", "creation_timestamp": "2024-09-11T18:41:36.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/dfbf1c1c-d29e-45eb-9411-cd8bf925ad82/export</guid>
      <pubDate>Wed, 11 Sep 2024 18:41:36 +0000</pubDate>
    </item>
    <item>
      <title>b623acd8-2ced-450a-a1a6-9c141fdb7bcb</title>
      <link>https://vulnerability.circl.lu/sighting/b623acd8-2ced-450a-a1a6-9c141fdb7bcb/export</link>
      <description>{"uuid": "b623acd8-2ced-450a-a1a6-9c141fdb7bcb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45027", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15706", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-45027\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: In the Linux kernel, the following vulnerability has been resolved:\n\nusb: xhci: Check for xhci-&amp;gt;interrupters being allocated in xhci_mem_clearup()\n\nIf xhci_mem_init() fails, it calls into xhci_mem_cleanup() to mop\nup the damage. If it fails early enough, before xhci-&amp;gt;interrupters\nis allocated but after xhci-&amp;gt;max_interrupters has been set, which\nhappens in most (all?) cases, things get uglier, as xhci_mem_cleanup()\nunconditionally derefences xhci-&amp;gt;interrupters. With prejudice.\n\nGate the interrupt freeing loop with a check on xhci-&amp;gt;interrupters\nbeing non-NULL.\n\nFound while debugging a DMA allocation issue that led the XHCI driver\non this exact path.\n\ud83d\udccf Published: 2024-09-11T15:13:59.032Z\n\ud83d\udccf Modified: 2025-05-09T08:06:06.586Z\n\ud83d\udd17 References:\n1. https://git.kernel.org/stable/c/3efb29f6a78d4746f958c1ab6cd7981c5762f03b\n2. https://git.kernel.org/stable/c/770cacc75b0091ece17349195d72133912c1ca7c\n3. https://git.kernel.org/stable/c/dcdb52d948f3a17ccd3fce757d9bd981d7c32039", "creation_timestamp": "2025-05-09T08:25:26.000000Z"}</description>
      <content:encoded>{"uuid": "b623acd8-2ced-450a-a1a6-9c141fdb7bcb", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-45027", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15706", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-45027\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: In the Linux kernel, the following vulnerability has been resolved:\n\nusb: xhci: Check for xhci-&amp;gt;interrupters being allocated in xhci_mem_clearup()\n\nIf xhci_mem_init() fails, it calls into xhci_mem_cleanup() to mop\nup the damage. If it fails early enough, before xhci-&amp;gt;interrupters\nis allocated but after xhci-&amp;gt;max_interrupters has been set, which\nhappens in most (all?) cases, things get uglier, as xhci_mem_cleanup()\nunconditionally derefences xhci-&amp;gt;interrupters. With prejudice.\n\nGate the interrupt freeing loop with a check on xhci-&amp;gt;interrupters\nbeing non-NULL.\n\nFound while debugging a DMA allocation issue that led the XHCI driver\non this exact path.\n\ud83d\udccf Published: 2024-09-11T15:13:59.032Z\n\ud83d\udccf Modified: 2025-05-09T08:06:06.586Z\n\ud83d\udd17 References:\n1. https://git.kernel.org/stable/c/3efb29f6a78d4746f958c1ab6cd7981c5762f03b\n2. https://git.kernel.org/stable/c/770cacc75b0091ece17349195d72133912c1ca7c\n3. https://git.kernel.org/stable/c/dcdb52d948f3a17ccd3fce757d9bd981d7c32039", "creation_timestamp": "2025-05-09T08:25:26.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/b623acd8-2ced-450a-a1a6-9c141fdb7bcb/export</guid>
      <pubDate>Fri, 09 May 2025 08:25:26 +0000</pubDate>
    </item>
  </channel>
</rss>
