<?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, 30 Aug 2026 17:30:33 +0000</lastBuildDate>
    <item>
      <title>c5d4de7a-ba98-4019-89bd-c90d16bbe471</title>
      <link>https://vulnerability.circl.lu/sighting/c5d4de7a-ba98-4019-89bd-c90d16bbe471/export</link>
      <description>{"uuid": "c5d4de7a-ba98-4019-89bd-c90d16bbe471", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-45019", "type": "seen", "source": "https://gist.github.com/alon710/cd9e29ae1307bd41a5c652b5662f31b2", "content": "# CVE-2026-45019: CVE-2026-45019: Server-Side Request Forgery (SSRF) in Chainlit MCP Endpoint\n\n&amp;gt; **CVSS Score:** 7.2\n&amp;gt; **Published:** 2026-08-25\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-45019\n\n## Summary\nAn unauthenticated server-side request forgery (SSRF) vulnerability exists in Chainlit versions &amp;gt;= 2.4.0rc0 and &amp;lt; 2.12.0 when the Model Context Protocol (MCP) features are enabled. This vulnerability allows remote, unauthenticated attackers to force the backend application server to initiate arbitrary HTTP/HTTPS connections to internal subnets, localhost endpoints, or cloud metadata infrastructure.\n\n## TL;DR\nUnauthenticated attackers can abuse the Model Context Protocol (MCP) endpoint in Chainlit to execute arbitrary HTTP requests to internal networks and local interfaces.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-918\n- **Attack Vector**: Network\n- **CVSS**: 7.2\n- **EPSS**: Not Available\n- **Impact**: Server-Side Request Forgery (SSRF)\n- **Exploit Status**: PoC\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Chainlit server deployments with features.mcp.enabled = true\n- **Chainlit**: &amp;gt;= 2.4.0rc0, &amp;lt; 2.12.0 (Fixed in: `2.12.0`)\n\n## Mitigation\n\n- Upgrade Chainlit to version 2.12.0 or later\n- Disable the Model Context Protocol (MCP) in the config file if not required\n- Implement local egress firewall rules blocking requests to 127.0.0.1 and 169.254.169.254\n- Ensure authentication is required to access the Chainlit interface\n\n**Remediation Steps:**\n1. Review `.chainlit/config.toml` and set `features.mcp.enabled = false`.\n2. Update the project dependencies using `pip install --upgrade chainlit` to fetch version 2.12.0.\n3. Restrict outbound network traffic from the application container using firewall software.\n\n## References\n\n- [GHSA-hvfh-5mj3-5f3j Security Advisory](https://github.com/Chainlit/chainlit/security/advisories/GHSA-hvfh-5mj3-5f3j)\n- [SPL-2026-002: Chainlit Security Advisory Document](https://github.com/Chainlit/chainlit/blob/2.12.0/docs/security-advisory-2026-mcp.md#spl-2026-002--ssrf-via-mcp-streamable-http--sse)\n- [Chainlit v2.12.0 Release Changelog](https://github.com/Chainlit/chainlit/releases/tag/2.12.0)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-45019) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-25T22:31:31.549837Z"}</description>
      <content:encoded>{"uuid": "c5d4de7a-ba98-4019-89bd-c90d16bbe471", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-45019", "type": "seen", "source": "https://gist.github.com/alon710/cd9e29ae1307bd41a5c652b5662f31b2", "content": "# CVE-2026-45019: CVE-2026-45019: Server-Side Request Forgery (SSRF) in Chainlit MCP Endpoint\n\n&amp;gt; **CVSS Score:** 7.2\n&amp;gt; **Published:** 2026-08-25\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-45019\n\n## Summary\nAn unauthenticated server-side request forgery (SSRF) vulnerability exists in Chainlit versions &amp;gt;= 2.4.0rc0 and &amp;lt; 2.12.0 when the Model Context Protocol (MCP) features are enabled. This vulnerability allows remote, unauthenticated attackers to force the backend application server to initiate arbitrary HTTP/HTTPS connections to internal subnets, localhost endpoints, or cloud metadata infrastructure.\n\n## TL;DR\nUnauthenticated attackers can abuse the Model Context Protocol (MCP) endpoint in Chainlit to execute arbitrary HTTP requests to internal networks and local interfaces.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-918\n- **Attack Vector**: Network\n- **CVSS**: 7.2\n- **EPSS**: Not Available\n- **Impact**: Server-Side Request Forgery (SSRF)\n- **Exploit Status**: PoC\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- Chainlit server deployments with features.mcp.enabled = true\n- **Chainlit**: &amp;gt;= 2.4.0rc0, &amp;lt; 2.12.0 (Fixed in: `2.12.0`)\n\n## Mitigation\n\n- Upgrade Chainlit to version 2.12.0 or later\n- Disable the Model Context Protocol (MCP) in the config file if not required\n- Implement local egress firewall rules blocking requests to 127.0.0.1 and 169.254.169.254\n- Ensure authentication is required to access the Chainlit interface\n\n**Remediation Steps:**\n1. Review `.chainlit/config.toml` and set `features.mcp.enabled = false`.\n2. Update the project dependencies using `pip install --upgrade chainlit` to fetch version 2.12.0.\n3. Restrict outbound network traffic from the application container using firewall software.\n\n## References\n\n- [GHSA-hvfh-5mj3-5f3j Security Advisory](https://github.com/Chainlit/chainlit/security/advisories/GHSA-hvfh-5mj3-5f3j)\n- [SPL-2026-002: Chainlit Security Advisory Document](https://github.com/Chainlit/chainlit/blob/2.12.0/docs/security-advisory-2026-mcp.md#spl-2026-002--ssrf-via-mcp-streamable-http--sse)\n- [Chainlit v2.12.0 Release Changelog](https://github.com/Chainlit/chainlit/releases/tag/2.12.0)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-45019) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-08-25T22:31:31.549837Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/c5d4de7a-ba98-4019-89bd-c90d16bbe471/export</guid>
      <pubDate>Tue, 25 Aug 2026 22:31:31 +0000</pubDate>
    </item>
    <item>
      <title>3af891d0-132c-48a9-8601-6683e927ee99</title>
      <link>https://vulnerability.circl.lu/sighting/3af891d0-132c-48a9-8601-6683e927ee99/export</link>
      <description>{"uuid": "3af891d0-132c-48a9-8601-6683e927ee99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-45019", "type": "published-proof-of-concept", "source": "https://github.com/Chainlit/chainlit/security/advisories/GHSA-hvfh-5mj3-5f3j", "content": "", "creation_timestamp": "2026-08-25T20:35:05.655781Z"}</description>
      <content:encoded>{"uuid": "3af891d0-132c-48a9-8601-6683e927ee99", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "86ecb4e1-bb32-44d5-9f39-8a4673af8385", "vulnerability": "CVE-2026-45019", "type": "published-proof-of-concept", "source": "https://github.com/Chainlit/chainlit/security/advisories/GHSA-hvfh-5mj3-5f3j", "content": "", "creation_timestamp": "2026-08-25T20:35:05.655781Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/3af891d0-132c-48a9-8601-6683e927ee99/export</guid>
      <pubDate>Tue, 25 Aug 2026 20:35:05 +0000</pubDate>
    </item>
  </channel>
</rss>
