<?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, 27 May 2026 16:33:22 +0000</lastBuildDate>
    <item>
      <title>c5aedda4-f90c-431c-af31-060ac18e0bf4</title>
      <link>https://vulnerability.circl.lu/sighting/c5aedda4-f90c-431c-af31-060ac18e0bf4/export</link>
      <description>{"uuid": "c5aedda4-f90c-431c-af31-060ac18e0bf4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-38541", "type": "seen", "source": "https://gist.github.com/somprasongd/7e70d4aeffa65e3b65b61db9baeb480f", "content": "", "creation_timestamp": "2025-04-24T02:01:18.000000Z"}</description>
      <content:encoded>{"uuid": "c5aedda4-f90c-431c-af31-060ac18e0bf4", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-38541", "type": "seen", "source": "https://gist.github.com/somprasongd/7e70d4aeffa65e3b65b61db9baeb480f", "content": "", "creation_timestamp": "2025-04-24T02:01:18.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/c5aedda4-f90c-431c-af31-060ac18e0bf4/export</guid>
      <pubDate>Thu, 24 Apr 2025 02:01:18 +0000</pubDate>
    </item>
    <item>
      <title>5fa34b37-0e3e-4b1a-9fa6-cdada42d0a0a</title>
      <link>https://vulnerability.circl.lu/sighting/5fa34b37-0e3e-4b1a-9fa6-cdada42d0a0a/export</link>
      <description>{"uuid": "5fa34b37-0e3e-4b1a-9fa6-cdada42d0a0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-38541", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15707", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-38541\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: In the Linux kernel, the following vulnerability has been resolved:\n\nof: module: add buffer overflow check in of_modalias()\n\nIn of_modalias(), if the buffer happens to be too small even for the 1st\nsnprintf() call, the len parameter will become negative and str parameter\n(if not NULL initially) will point beyond the buffer's end. Add the buffer\noverflow check after the 1st snprintf() call and fix such check after the\nstrlen() call (accounting for the terminating NUL char).\n\ud83d\udccf Published: 2024-06-19T13:35:16.637Z\n\ud83d\udccf Modified: 2025-05-09T08:06:05.301Z\n\ud83d\udd17 References:\n1. https://git.kernel.org/stable/c/c7f24b7d94549ff4623e8f41ea4d9f5319bd8ac8\n2. https://git.kernel.org/stable/c/5d59fd637a8af42b211a92b2edb2474325b4d488\n3. https://git.kernel.org/stable/c/0b0d5701a8bf02f8fee037e81aacf6746558bfd6\n4. https://git.kernel.org/stable/c/ee332023adfd5882808f2dabf037b32d6ce36f9e\n5. https://git.kernel.org/stable/c/e45b69360a63165377b30db4a1dfddd89ca18e9a\n6. https://git.kernel.org/stable/c/cf7385cb26ac4f0ee6c7385960525ad534323252", "creation_timestamp": "2025-05-09T08:25:27.000000Z"}</description>
      <content:encoded>{"uuid": "5fa34b37-0e3e-4b1a-9fa6-cdada42d0a0a", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2024-38541", "type": "published-proof-of-concept", "source": "https://t.me/DarkWebInformer_CVEAlerts/15707", "content": "\ud83d\udd17 DarkWebInformer.com - Cyber Threat Intelligence\n\ud83d\udccc CVE ID: CVE-2024-38541\n\ud83d\udd25 CVSS Score: N/A\n\ud83d\udd39 Description: In the Linux kernel, the following vulnerability has been resolved:\n\nof: module: add buffer overflow check in of_modalias()\n\nIn of_modalias(), if the buffer happens to be too small even for the 1st\nsnprintf() call, the len parameter will become negative and str parameter\n(if not NULL initially) will point beyond the buffer's end. Add the buffer\noverflow check after the 1st snprintf() call and fix such check after the\nstrlen() call (accounting for the terminating NUL char).\n\ud83d\udccf Published: 2024-06-19T13:35:16.637Z\n\ud83d\udccf Modified: 2025-05-09T08:06:05.301Z\n\ud83d\udd17 References:\n1. https://git.kernel.org/stable/c/c7f24b7d94549ff4623e8f41ea4d9f5319bd8ac8\n2. https://git.kernel.org/stable/c/5d59fd637a8af42b211a92b2edb2474325b4d488\n3. https://git.kernel.org/stable/c/0b0d5701a8bf02f8fee037e81aacf6746558bfd6\n4. https://git.kernel.org/stable/c/ee332023adfd5882808f2dabf037b32d6ce36f9e\n5. https://git.kernel.org/stable/c/e45b69360a63165377b30db4a1dfddd89ca18e9a\n6. https://git.kernel.org/stable/c/cf7385cb26ac4f0ee6c7385960525ad534323252", "creation_timestamp": "2025-05-09T08:25:27.000000Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/5fa34b37-0e3e-4b1a-9fa6-cdada42d0a0a/export</guid>
      <pubDate>Fri, 09 May 2025 08:25:27 +0000</pubDate>
    </item>
  </channel>
</rss>
