<?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>Mon, 14 Sep 2026 15:09:14 +0000</lastBuildDate>
    <item>
      <title>16ce2750-49f4-49b7-8a02-64c6720b1c06</title>
      <link>https://vulnerability.circl.lu/sighting/16ce2750-49f4-49b7-8a02-64c6720b1c06/export</link>
      <description>{"uuid": "16ce2750-49f4-49b7-8a02-64c6720b1c06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-37008", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mvh7x74rsn2b", "content": "\ud83d\udfe0 CVE-2026-37008 - High (8.1)\n\nCrewAI before fb2323b offers a Python blocklist approach that operates at the wrong level of abst...\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-37008/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-09-14T04:00:44.280784Z"}</description>
      <content:encoded>{"uuid": "16ce2750-49f4-49b7-8a02-64c6720b1c06", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-37008", "type": "seen", "source": "https://bsky.app/profile/thehackerwire.bsky.social/post/3mvh7x74rsn2b", "content": "\ud83d\udfe0 CVE-2026-37008 - High (8.1)\n\nCrewAI before fb2323b offers a Python blocklist approach that operates at the wrong level of abst...\n\nhttps://www.thehackerwire.com/vulnerability/CVE-2026-37008/\n\n#infosec #cybersecurity #CVE #vulnerability #security #patchstack", "creation_timestamp": "2026-09-14T04:00:44.280784Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/16ce2750-49f4-49b7-8a02-64c6720b1c06/export</guid>
      <pubDate>Mon, 14 Sep 2026 04:00:44 +0000</pubDate>
    </item>
    <item>
      <title>6253ed9b-c296-4338-9ba9-6bf4d070cac7</title>
      <link>https://vulnerability.circl.lu/sighting/6253ed9b-c296-4338-9ba9-6bf4d070cac7/export</link>
      <description>{"uuid": "6253ed9b-c296-4338-9ba9-6bf4d070cac7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-37008", "type": "seen", "source": "https://gist.github.com/ichintu/66ee5056fb951ebe1cfdbe3d6efa4dc0", "content": "**CVE-2026-37008** is a high-severity (8.1) vulnerability in CrewAI versions prior to commit `fb2323b`. It stems from a flawed security blocklist that only restricts Python imports, leaving the broader interpreter runtime unsecured. Attackers can bypass in-process sandbox controls by directly invoking interpreter functions (e.g., `ctypes.CDLL(None)`) to load C libraries without triggering import checks. Effective mitigation requires enforcing restrictions across the entire Python runtime, not just the import system.", "creation_timestamp": "2026-09-14T00:03:14.530399Z"}</description>
      <content:encoded>{"uuid": "6253ed9b-c296-4338-9ba9-6bf4d070cac7", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-37008", "type": "seen", "source": "https://gist.github.com/ichintu/66ee5056fb951ebe1cfdbe3d6efa4dc0", "content": "**CVE-2026-37008** is a high-severity (8.1) vulnerability in CrewAI versions prior to commit `fb2323b`. It stems from a flawed security blocklist that only restricts Python imports, leaving the broader interpreter runtime unsecured. Attackers can bypass in-process sandbox controls by directly invoking interpreter functions (e.g., `ctypes.CDLL(None)`) to load C libraries without triggering import checks. Effective mitigation requires enforcing restrictions across the entire Python runtime, not just the import system.", "creation_timestamp": "2026-09-14T00:03:14.530399Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/6253ed9b-c296-4338-9ba9-6bf4d070cac7/export</guid>
      <pubDate>Mon, 14 Sep 2026 00:03:14 +0000</pubDate>
    </item>
    <item>
      <title>8bc2af2d-ccd9-4933-8f97-fe0850bc3992</title>
      <link>https://vulnerability.circl.lu/sighting/8bc2af2d-ccd9-4933-8f97-fe0850bc3992/export</link>
      <description>{"uuid": "8bc2af2d-ccd9-4933-8f97-fe0850bc3992", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-37008", "type": "seen", "source": "https://bsky.app/profile/postac001.bsky.social/post/3mvgphnxdtu2b", "content": "CrewAI\u306ePython\u30d6\u30ed\u30c3\u30af\u30ea\u30b9\u30c8\u6a5f\u80fd\u306b\u8106\u5f31\u6027\u3002\u30e2\u30b8\u30e5\u30fc\u30eb\u540d\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u30d6\u30ed\u30c3\u30af\u304c\u4e0d\u5341\u5206\u3067\u3001ctypes.CDLL(None)\u7b49\u3067\u5b8c\u5168\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30b0\u30e9\u30d5\u3078\u306e\u30a2\u30af\u30bb\u30b9\u304c\u53ef\u80fd\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308b\u3002\nCVE-2026-37008 CVSS 8.1 | HIGH", "creation_timestamp": "2026-09-13T23:05:41.564178Z"}</description>
      <content:encoded>{"uuid": "8bc2af2d-ccd9-4933-8f97-fe0850bc3992", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-37008", "type": "seen", "source": "https://bsky.app/profile/postac001.bsky.social/post/3mvgphnxdtu2b", "content": "CrewAI\u306ePython\u30d6\u30ed\u30c3\u30af\u30ea\u30b9\u30c8\u6a5f\u80fd\u306b\u8106\u5f31\u6027\u3002\u30e2\u30b8\u30e5\u30fc\u30eb\u540d\u30a4\u30f3\u30dd\u30fc\u30c8\u6642\u30d6\u30ed\u30c3\u30af\u304c\u4e0d\u5341\u5206\u3067\u3001ctypes.CDLL(None)\u7b49\u3067\u5b8c\u5168\u306a\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30b0\u30e9\u30d5\u3078\u306e\u30a2\u30af\u30bb\u30b9\u304c\u53ef\u80fd\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308b\u3002\nCVE-2026-37008 CVSS 8.1 | HIGH", "creation_timestamp": "2026-09-13T23:05:41.564178Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/8bc2af2d-ccd9-4933-8f97-fe0850bc3992/export</guid>
      <pubDate>Sun, 13 Sep 2026 23:05:41 +0000</pubDate>
    </item>
  </channel>
</rss>
