<?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>Sat, 19 Sep 2026 03:08:22 +0000</lastBuildDate>
    <item>
      <title>13f571d0-1f5c-43eb-b23b-efe9715eaba0</title>
      <link>https://vulnerability.circl.lu/sighting/13f571d0-1f5c-43eb-b23b-efe9715eaba0/export</link>
      <description>{"uuid": "13f571d0-1f5c-43eb-b23b-efe9715eaba0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61592", "type": "seen", "source": "https://gist.github.com/alon710/3c02b26d6c320787bd1ad9415b67e503", "content": "# CVE-2026-61592: CVE-2026-61592: Session Hijacking and Authorization Bypass in djust SSE Transport\n\n&amp;gt; **CVSS Score:** 7.4\n&amp;gt; **Published:** 2026-09-16\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-61592\n\n## Summary\nA high-severity session hijacking and authorization bypass vulnerability has been identified in the djust framework prior to version 1.0.7. The flaw resides in the Server-Sent Events (SSE) transport implementation, which keyed sessions solely by client-provided session identifiers without verifying session ownership or binding. This allows an attacker who possesses or guesses a victim's session identifier to send malicious post messages to execute arbitrary state machine event handlers under the identity and permissions of the victim.\n\n## TL;DR\nThe djust framework prior to 1.0.7 accepted client-supplied session IDs in the Server-Sent Events (SSE) transport without verifying user ownership, enabling session hijacking and unauthorized state execution.\n\n## Technical Details\n\n- **CWE ID**: CWE-384 / CWE-862\n- **Attack Vector**: Network\n- **CVSS Score**: 7.4\n- **EPSS Score**: 0.00\n- **Impact**: Session Hijacking / Privilege Escalation\n- **Exploit Status**: none\n- **KEV Status**: not listed\n\n## Affected Systems\n\n- djust-org djust framework, versions prior to 1.0.7\n- **djust**: &amp;lt; 1.0.7 (Fixed in: `1.0.7`)\n\n## Mitigation\n\n- Upgrade the djust library to version 1.0.7 or higher.\n- Disable the SSE transport layer in Django settings to force secure WebSocket transport fallback.\n- Correlate HTTP requests to detect cross-principal session interactions.\n\n**Remediation Steps:**\n1. Verify the installed djust version in your requirements or environment files.\n2. Update djust package dependency to 1.0.7.\n3. Configure DJUST_SSE_ENABLED = False in settings.py if immediate patching is unavailable.\n4. Deploy the updated code to the target environments.\n5. Monitor reverse proxy and application gateway logs for anomalous cross-IP session identifiers.\n\n## References\n\n- [GitHub Security Advisory GHSA-f795-p5jw-j6g2](https://github.com/djust-org/djust/security/advisories/GHSA-f795-p5jw-j6g2)\n- [djust Release v1.0.7](https://github.com/djust-org/djust/releases/tag/v1.0.7)\n- [NVD - CVE-2026-61592](https://nvd.nist.gov/vuln/detail/CVE-2026-61592)\n- [CVE Record - CVE-2026-61592](https://www.cve.org/CVERecord?id=CVE-2026-61592)\n- [Wiz Vulnerability Database](https://www.wiz.io/vulnerability-database/cve/cve-2026-61592)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-61592) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-17T12:31:50.608280Z"}</description>
      <content:encoded>{"uuid": "13f571d0-1f5c-43eb-b23b-efe9715eaba0", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-61592", "type": "seen", "source": "https://gist.github.com/alon710/3c02b26d6c320787bd1ad9415b67e503", "content": "# CVE-2026-61592: CVE-2026-61592: Session Hijacking and Authorization Bypass in djust SSE Transport\n\n&amp;gt; **CVSS Score:** 7.4\n&amp;gt; **Published:** 2026-09-16\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-61592\n\n## Summary\nA high-severity session hijacking and authorization bypass vulnerability has been identified in the djust framework prior to version 1.0.7. The flaw resides in the Server-Sent Events (SSE) transport implementation, which keyed sessions solely by client-provided session identifiers without verifying session ownership or binding. This allows an attacker who possesses or guesses a victim's session identifier to send malicious post messages to execute arbitrary state machine event handlers under the identity and permissions of the victim.\n\n## TL;DR\nThe djust framework prior to 1.0.7 accepted client-supplied session IDs in the Server-Sent Events (SSE) transport without verifying user ownership, enabling session hijacking and unauthorized state execution.\n\n## Technical Details\n\n- **CWE ID**: CWE-384 / CWE-862\n- **Attack Vector**: Network\n- **CVSS Score**: 7.4\n- **EPSS Score**: 0.00\n- **Impact**: Session Hijacking / Privilege Escalation\n- **Exploit Status**: none\n- **KEV Status**: not listed\n\n## Affected Systems\n\n- djust-org djust framework, versions prior to 1.0.7\n- **djust**: &amp;lt; 1.0.7 (Fixed in: `1.0.7`)\n\n## Mitigation\n\n- Upgrade the djust library to version 1.0.7 or higher.\n- Disable the SSE transport layer in Django settings to force secure WebSocket transport fallback.\n- Correlate HTTP requests to detect cross-principal session interactions.\n\n**Remediation Steps:**\n1. Verify the installed djust version in your requirements or environment files.\n2. Update djust package dependency to 1.0.7.\n3. Configure DJUST_SSE_ENABLED = False in settings.py if immediate patching is unavailable.\n4. Deploy the updated code to the target environments.\n5. Monitor reverse proxy and application gateway logs for anomalous cross-IP session identifiers.\n\n## References\n\n- [GitHub Security Advisory GHSA-f795-p5jw-j6g2](https://github.com/djust-org/djust/security/advisories/GHSA-f795-p5jw-j6g2)\n- [djust Release v1.0.7](https://github.com/djust-org/djust/releases/tag/v1.0.7)\n- [NVD - CVE-2026-61592](https://nvd.nist.gov/vuln/detail/CVE-2026-61592)\n- [CVE Record - CVE-2026-61592](https://www.cve.org/CVERecord?id=CVE-2026-61592)\n- [Wiz Vulnerability Database](https://www.wiz.io/vulnerability-database/cve/cve-2026-61592)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-61592) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-17T12:31:50.608280Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/13f571d0-1f5c-43eb-b23b-efe9715eaba0/export</guid>
      <pubDate>Thu, 17 Sep 2026 12:31:50 +0000</pubDate>
    </item>
  </channel>
</rss>
