<?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>Fri, 18 Sep 2026 17:14:53 +0000</lastBuildDate>
    <item>
      <title>aca7acce-9d2c-4db8-8240-b0d7b0f4f85d</title>
      <link>https://vulnerability.circl.lu/sighting/aca7acce-9d2c-4db8-8240-b0d7b0f4f85d/export</link>
      <description>{"uuid": "aca7acce-9d2c-4db8-8240-b0d7b0f4f85d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-9395-2G46-RJ3F", "type": "seen", "source": "https://gist.github.com/alon710/cb18b141add55b295dbcd30cffe58ba1", "content": "# GHSA-9395-2G46-RJ3F: GHSA-9395-2G46-RJ3F: Multiple Cross-Site Scripting (XSS) Vulnerabilities in djust Template and Live Engine\n\n&amp;gt; **CVSS Score:** 8.2\n&amp;gt; **Published:** 2026-09-17\n&amp;gt; **Full Report:** https://cvereports.com/reports/GHSA-9395-2G46-RJ3F\n\n## Summary\nA comprehensive technical analysis of six Cross-Site Scripting (XSS) vulnerability classes in the djust framework versions 1.0.0 through 1.1.0, involving escaping failures across the Python-Rust template boundary and stateful WebSocket cache lifecycles.\n\n## TL;DR\ndjust versions 1.0.0 through 1.1.0 contain multiple high-severity XSS vectors due to improper escaping in filters, slot rendering, and stateful WebSockets. Upgrading to 1.1.1 is required to secure affected applications.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-79\n- **Vulnerability Class**: Improper Neutralization of Input During Web Page Generation (Cross-Site Scripting)\n- **Attack Vector**: Network (AV:N)\n- **Attack Complexity**: Low (AC:L)\n- **Privileges Required**: None (PR:N)\n- **User Interaction**: Required (UI:R)\n- **Scope**: Changed (S:C)\n- **Exploit Status**: Functional Proof-of-Concept (PoC) available\n\n## Affected Systems\n\n- djust application deployments\n- djust template engine (djust_templates)\n- djust live-view backend (djust_live)\n- **djust**: &amp;gt;= 1.0.0, &amp;lt;= 1.1.0 (Fixed in: `1.1.1`)\n\n## Mitigation\n\n- Upgrade djust to version 1.1.1 or higher immediately.\n- Implement a strict Content Security Policy (CSP) with restrictive script-src directives to prevent execution of injected scripts.\n- Perform code audits to identify and replace vulnerable template filters such as unordered_list and safeseq with manual loop rendering.\n- Sanitize Python variables before passing them into component slots or WebSocket state synchronizations.\n\n**Remediation Steps:**\n1. Open your application's dependency specification file (e.g., requirements.txt, pyproject.toml).\n2. Modify the djust entry to require version 1.1.1 or higher (djust &amp;gt;= 1.1.1).\n3. Rebuild and redeploy your application to ensure all production environments run the updated package.\n4. Deploy a Content Security Policy (CSP) header specifying 'script-src' with secure nonces or hashes.\n5. Configure your Web Application Firewall (WAF) or API gateway to inspect active WebSocket streams for potential HTML script injections.\n\n## References\n\n- [djust Main Repository](https://github.com/djust-org/djust)\n- [GitHub Security Advisory GHSA-9395-2G46-RJ3F](https://github.com/advisories/GHSA-9395-2G46-RJ3F)\n- [djust v1.1.1 Release Notes](https://github.com/djust-org/djust/releases/tag/v1.1.1)\n- [djust comparative diff v1.1.0 to v1.1.1](https://github.com/djust-org/djust/compare/v1.1.0...v1.1.1)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/GHSA-9395-2G46-RJ3F) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-18T13:32:11.125840Z"}</description>
      <content:encoded>{"uuid": "aca7acce-9d2c-4db8-8240-b0d7b0f4f85d", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-9395-2G46-RJ3F", "type": "seen", "source": "https://gist.github.com/alon710/cb18b141add55b295dbcd30cffe58ba1", "content": "# GHSA-9395-2G46-RJ3F: GHSA-9395-2G46-RJ3F: Multiple Cross-Site Scripting (XSS) Vulnerabilities in djust Template and Live Engine\n\n&amp;gt; **CVSS Score:** 8.2\n&amp;gt; **Published:** 2026-09-17\n&amp;gt; **Full Report:** https://cvereports.com/reports/GHSA-9395-2G46-RJ3F\n\n## Summary\nA comprehensive technical analysis of six Cross-Site Scripting (XSS) vulnerability classes in the djust framework versions 1.0.0 through 1.1.0, involving escaping failures across the Python-Rust template boundary and stateful WebSocket cache lifecycles.\n\n## TL;DR\ndjust versions 1.0.0 through 1.1.0 contain multiple high-severity XSS vectors due to improper escaping in filters, slot rendering, and stateful WebSockets. Upgrading to 1.1.1 is required to secure affected applications.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-79\n- **Vulnerability Class**: Improper Neutralization of Input During Web Page Generation (Cross-Site Scripting)\n- **Attack Vector**: Network (AV:N)\n- **Attack Complexity**: Low (AC:L)\n- **Privileges Required**: None (PR:N)\n- **User Interaction**: Required (UI:R)\n- **Scope**: Changed (S:C)\n- **Exploit Status**: Functional Proof-of-Concept (PoC) available\n\n## Affected Systems\n\n- djust application deployments\n- djust template engine (djust_templates)\n- djust live-view backend (djust_live)\n- **djust**: &amp;gt;= 1.0.0, &amp;lt;= 1.1.0 (Fixed in: `1.1.1`)\n\n## Mitigation\n\n- Upgrade djust to version 1.1.1 or higher immediately.\n- Implement a strict Content Security Policy (CSP) with restrictive script-src directives to prevent execution of injected scripts.\n- Perform code audits to identify and replace vulnerable template filters such as unordered_list and safeseq with manual loop rendering.\n- Sanitize Python variables before passing them into component slots or WebSocket state synchronizations.\n\n**Remediation Steps:**\n1. Open your application's dependency specification file (e.g., requirements.txt, pyproject.toml).\n2. Modify the djust entry to require version 1.1.1 or higher (djust &amp;gt;= 1.1.1).\n3. Rebuild and redeploy your application to ensure all production environments run the updated package.\n4. Deploy a Content Security Policy (CSP) header specifying 'script-src' with secure nonces or hashes.\n5. Configure your Web Application Firewall (WAF) or API gateway to inspect active WebSocket streams for potential HTML script injections.\n\n## References\n\n- [djust Main Repository](https://github.com/djust-org/djust)\n- [GitHub Security Advisory GHSA-9395-2G46-RJ3F](https://github.com/advisories/GHSA-9395-2G46-RJ3F)\n- [djust v1.1.1 Release Notes](https://github.com/djust-org/djust/releases/tag/v1.1.1)\n- [djust comparative diff v1.1.0 to v1.1.1](https://github.com/djust-org/djust/compare/v1.1.0...v1.1.1)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/GHSA-9395-2G46-RJ3F) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-18T13:32:11.125840Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/aca7acce-9d2c-4db8-8240-b0d7b0f4f85d/export</guid>
      <pubDate>Fri, 18 Sep 2026 13:32:11 +0000</pubDate>
    </item>
    <item>
      <title>937c6ffc-c46c-4a9d-b1d2-82d3686237b1</title>
      <link>https://vulnerability.circl.lu/sighting/937c6ffc-c46c-4a9d-b1d2-82d3686237b1/export</link>
      <description>{"uuid": "937c6ffc-c46c-4a9d-b1d2-82d3686237b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-9395-2g46-rj3f", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mvqkg5zxkt2q", "content": "https://github.com/advisories/GHSA-9395-2g46-rj3f\nmore like this: https://standup.thecompound.tech/sb/yfqvfg", "creation_timestamp": "2026-09-17T21:02:00.100862Z"}</description>
      <content:encoded>{"uuid": "937c6ffc-c46c-4a9d-b1d2-82d3686237b1", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-9395-2g46-rj3f", "type": "seen", "source": "https://bsky.app/profile/standup.thecompound.tech/post/3mvqkg5zxkt2q", "content": "https://github.com/advisories/GHSA-9395-2g46-rj3f\nmore like this: https://standup.thecompound.tech/sb/yfqvfg", "creation_timestamp": "2026-09-17T21:02:00.100862Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/937c6ffc-c46c-4a9d-b1d2-82d3686237b1/export</guid>
      <pubDate>Thu, 17 Sep 2026 21:02:00 +0000</pubDate>
    </item>
  </channel>
</rss>
