<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: CVE Reports</title>
    <description>The latest articles on DEV Community by CVE Reports (@cverports).</description>
    <link>https://dev.to/cverports</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1959489%2F6e9f36b9-96a5-441a-a9b5-6993444f71d8.png</url>
      <title>DEV Community: CVE Reports</title>
      <link>https://dev.to/cverports</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cverports"/>
    <language>en</language>
    <item>
      <title>CVE-2026-88008: CVE-2026-88008: Middleware Security Bypass via Unencrypted HTTP/2 (h2c) Connection Upgrades in Traefik</title>
      <dc:creator>CVE Reports</dc:creator>
      <pubDate>Fri, 11 Sep 2026 01:31:02 +0000</pubDate>
      <link>https://dev.to/cverports/cve-2026-88008-cve-2026-88008-middleware-security-bypass-via-unencrypted-http2-h2c-connection-50mf</link>
      <guid>https://dev.to/cverports/cve-2026-88008-cve-2026-88008-middleware-security-bypass-via-unencrypted-http2-h2c-connection-50mf</guid>
      <description>&lt;h1&gt;
  
  
  CVE-2026-88008: Middleware Security Bypass via Unencrypted HTTP/2 (h2c) Connection Upgrades in Traefik
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Vulnerability ID:&lt;/strong&gt; CVE-2026-88008&lt;br&gt;
&lt;strong&gt;CVSS Score:&lt;/strong&gt; 7.0&lt;br&gt;
&lt;strong&gt;Published:&lt;/strong&gt; 2026-09-10&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;An architectural flaw in the Traefik reverse proxy allows unauthenticated remote attackers to bypass security middlewares (such as basic authentication, IP allowlists, and forward authorization) by initiating an unencrypted HTTP/2 (h2c) upgrade request, causing the proxy to transition the connection into an opaque bi-directional TCP tunnel.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;Unauthenticated remote attackers can bypass Traefik security middlewares by upgrading a connection to cleartext HTTP/2 (h2c) over an unrestricted route, establishing a raw TCP tunnel directly to the backend that allows uninspected multiplexed streams to reach private paths.&lt;/p&gt;




&lt;h2&gt;
  
  
  Technical Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CWE ID&lt;/strong&gt;: CWE-444 / CWE-863&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack Vector&lt;/strong&gt;: Network (N)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CVSS v4.0 Score&lt;/strong&gt;: 7.0 (High)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;EPSS Score&lt;/strong&gt;: 0.00 (Pending)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Impact&lt;/strong&gt;: Authentication &amp;amp; Middleware Policy Bypass&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exploit Status&lt;/strong&gt;: Proof-of-Concept State&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CISA KEV Status&lt;/strong&gt;: Not Listed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Affected Systems
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Traefik Proxy&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Traefik&lt;/strong&gt;: &amp;gt;= 2.11.26, &amp;lt; 2.11.57 (Fixed in: &lt;code&gt;2.11.57&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Traefik&lt;/strong&gt;: &amp;gt;= 3.4.2, &amp;lt; 3.7.13 (Fixed in: &lt;code&gt;3.7.13&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Code Analysis
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Commit: &lt;a href="https://github.com/traefik/traefik/commit/a277e94664ffc1ce9543df552d3bbf48d4d3b8b3" rel="noopener noreferrer"&gt;a277e94&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Introduce h2cUpgradeHandler to strip client-initiated h2c upgrades and prevent reverse proxy tunneling bypass.&lt;/p&gt;

&lt;h2&gt;
  
  
  Mitigation Strategies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Upgrade Traefik to non-vulnerable release versions (v2.11.57 or v3.7.13)&lt;/li&gt;
&lt;li&gt;Disable cleartext h2c upgrade support on all backend destination servers&lt;/li&gt;
&lt;li&gt;Configure unencrypted backend endpoints using prior knowledge (h2c:// scheme) rather than transport upgrades&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Remediation Steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Audit existing deployment files to check Traefik dynamic and static configuration structures.&lt;/li&gt;
&lt;li&gt;Upgrade Traefik binary or Docker container image tag to 2.11.57 or 3.7.13.&lt;/li&gt;
&lt;li&gt;Verify configuration files do not expose h2c backends using http:// schemas if h2c is enabled at the service layer.&lt;/li&gt;
&lt;li&gt;Test endpoint compliance by sending a mock h2c upgrade request and ensuring the Upgrade header is excluded.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/traefik/traefik/security/advisories/GHSA-w4v4-9rw7-5326" rel="noopener noreferrer"&gt;GitHub Advisory: Bypass of Security Middlewares via h2c Upgrade&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/traefik/traefik/releases/tag/v2.11.57" rel="noopener noreferrer"&gt;Traefik v2.11.57 Release Tag&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/traefik/traefik/releases/tag/v3.7.13" rel="noopener noreferrer"&gt;Traefik v3.7.13 Release Tag&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://cvereports.com/reports/CVE-2026-88008" rel="noopener noreferrer"&gt;Read the full report for CVE-2026-88008 on our website&lt;/a&gt; for more details including interactive diagrams and full exploit analysis.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>cve</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>CVE-2026-88006: CVE-2026-88006: Incorrect Authorization in Open WebUI OAuth Token Exchange</title>
      <dc:creator>CVE Reports</dc:creator>
      <pubDate>Fri, 11 Sep 2026 00:31:04 +0000</pubDate>
      <link>https://dev.to/cverports/cve-2026-88006-cve-2026-88006-incorrect-authorization-in-open-webui-oauth-token-exchange-47db</link>
      <guid>https://dev.to/cverports/cve-2026-88006-cve-2026-88006-incorrect-authorization-in-open-webui-oauth-token-exchange-47db</guid>
      <description>&lt;h1&gt;
  
  
  CVE-2026-88006: Incorrect Authorization in Open WebUI OAuth Token Exchange
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Vulnerability ID:&lt;/strong&gt; CVE-2026-88006&lt;br&gt;
&lt;strong&gt;CVSS Score:&lt;/strong&gt; 6.5&lt;br&gt;
&lt;strong&gt;Published:&lt;/strong&gt; 2026-09-10&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;An incorrect authorization vulnerability in Open WebUI allows users to bypass Identity Provider (IdP) role revocations and demotions. Prior to version 0.11.1, the OAuth token exchange endpoint failed to execute user synchronization and group mapping checks, enabling users with active provider tokens to establish sessions with their cached, stale database roles.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;Open WebUI's token exchange endpoint bypassed Identity Provider role checks, letting demoted or revoked users access the application with stale, cached database privileges.&lt;/p&gt;




&lt;h2&gt;
  
  
  Technical Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CWE ID&lt;/strong&gt;: CWE-863 (Incorrect Authorization)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack Vector&lt;/strong&gt;: Network&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CVSS v3.1 Score&lt;/strong&gt;: 6.5&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Impact&lt;/strong&gt;: Partial Privilege Escalation / Authorization Bypass&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exploit Status&lt;/strong&gt;: None/Unproven&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CISA KEV Status&lt;/strong&gt;: Not Listed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Affected Systems
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Open WebUI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open WebUI&lt;/strong&gt;: &amp;gt;= 0.8.0, &amp;lt; 0.11.1 (Fixed in: &lt;code&gt;0.11.1&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Code Analysis
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Commit: &lt;a href="https://github.com/open-webui/open-webui/commit/d799e81edbdc971c6deb096b6474cd95b93504bf" rel="noopener noreferrer"&gt;d799e81&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Refactor user synchronization and integrate role check inside token exchange endpoint&lt;/p&gt;

&lt;h2&gt;
  
  
  Mitigation Strategies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Upgrade Open WebUI to version 0.11.1 or higher.&lt;/li&gt;
&lt;li&gt;Implement short-lived access tokens on the external Identity Provider.&lt;/li&gt;
&lt;li&gt;Audit existing database roles periodically to align with the identity provider directory.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Remediation Steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Identify the running version of Open WebUI.&lt;/li&gt;
&lt;li&gt;Download the v0.11.1 release or pull the updated Docker container image.&lt;/li&gt;
&lt;li&gt;Deploy the updated application and restart the backend services.&lt;/li&gt;
&lt;li&gt;Verify that requests to the /token/exchange endpoint trigger the role mapping checks.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/open-webui/open-webui/security/advisories/GHSA-wvm9-9g5j-623f" rel="noopener noreferrer"&gt;GitHub Security Advisory GHSA-wvm9-9g5j-623f&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/open-webui/open-webui/commit/d799e81edbdc971c6deb096b6474cd95b93504bf" rel="noopener noreferrer"&gt;Remediating Commit d799e81edbdc971c6deb096b6474cd95b93504bf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/open-webui/open-webui/releases/tag/v0.11.1" rel="noopener noreferrer"&gt;Official Release v0.11.1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cve.org/CVERecord?id=CVE-2026-88006" rel="noopener noreferrer"&gt;CVE.org Record&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://cvereports.com/reports/CVE-2026-88006" rel="noopener noreferrer"&gt;Read the full report for CVE-2026-88006 on our website&lt;/a&gt; for more details including interactive diagrams and full exploit analysis.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>cve</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>CVE-2026-88016: CVE-2026-88016: Arbitrary Filesystem Metadata Modification and Directory Traversal in rclone</title>
      <dc:creator>CVE Reports</dc:creator>
      <pubDate>Thu, 10 Sep 2026 23:30:31 +0000</pubDate>
      <link>https://dev.to/cverports/cve-2026-88016-cve-2026-88016-arbitrary-filesystem-metadata-modification-and-directory-traversal-1lfg</link>
      <guid>https://dev.to/cverports/cve-2026-88016-cve-2026-88016-arbitrary-filesystem-metadata-modification-and-directory-traversal-1lfg</guid>
      <description>&lt;h1&gt;
  
  
  CVE-2026-88016: Arbitrary Filesystem Metadata Modification and Directory Traversal in rclone
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Vulnerability ID:&lt;/strong&gt; CVE-2026-88016&lt;br&gt;
&lt;strong&gt;CVSS Score:&lt;/strong&gt; 7.1&lt;br&gt;
&lt;strong&gt;Published:&lt;/strong&gt; 2026-09-10&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;CVE-2026-88016 is a high-severity directory traversal and arbitrary metadata modification vulnerability in rclone versions prior to 1.75.1. When synchronizing directories with the &lt;code&gt;--links&lt;/code&gt; and &lt;code&gt;--metadata&lt;/code&gt; flags, rclone fails to apply sandboxing to directory metadata operations, leading to symbolic link following that allows modification of arbitrary files outside the target destination.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;Directory-level metadata operations in rclone with the &lt;code&gt;--links&lt;/code&gt; flag follow attacker-controlled symbolic links, allowing arbitrary filesystem metadata modifications and local privilege escalation.&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚠️ Exploit Status: POC
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Technical Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CWE ID&lt;/strong&gt;: CWE-59&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack Vector&lt;/strong&gt;: Network&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CVSS v3.1&lt;/strong&gt;: 7.1&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Impact&lt;/strong&gt;: Local Privilege Escalation / Arbitrary Metadata Modification&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exploit Status&lt;/strong&gt;: Proof-of-Concept&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;KEV Status&lt;/strong&gt;: Not Listed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Affected Systems
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;rclone&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;rclone&lt;/strong&gt;: &amp;lt; 1.75.1 (Fixed in: &lt;code&gt;1.75.1&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Code Analysis
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Commit: &lt;a href="https://github.com/rclone/rclone/commit/a7ab39d3d1958afa1446982c1dc4e4a73a887e3e" rel="noopener noreferrer"&gt;a7ab39d&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Local backend: Fix symlink traversal via directory metadata operations&lt;/p&gt;

&lt;h3&gt;
  
  
  Commit: &lt;a href="https://github.com/rclone/rclone/commit/17b0c03338a857bcb0a68d2d4c82ddbdec3f7893" rel="noopener noreferrer"&gt;17b0c03&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Local backend: Fix birth-time timestamp bypass when translating symlinks on Windows&lt;/p&gt;

&lt;h2&gt;
  
  
  Mitigation Strategies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Upgrade rclone to version 1.75.1 or later.&lt;/li&gt;
&lt;li&gt;Disable the &lt;code&gt;--links&lt;/code&gt; (&lt;code&gt;-l&lt;/code&gt;) flag when syncing from untrusted sources.&lt;/li&gt;
&lt;li&gt;Run the synchronization jobs with minimal system privileges.&lt;/li&gt;
&lt;li&gt;Avoid using &lt;code&gt;--metadata&lt;/code&gt; alongside &lt;code&gt;--links&lt;/code&gt; in unpatched environments.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Remediation Steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Identify all systems and automated scripts running rclone.&lt;/li&gt;
&lt;li&gt;Check the installed rclone version using &lt;code&gt;rclone version&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Download and install rclone version 1.75.1 or higher.&lt;/li&gt;
&lt;li&gt;As an interim control, review the use of the &lt;code&gt;--links&lt;/code&gt; and &lt;code&gt;--metadata&lt;/code&gt; arguments.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/rclone/rclone/security/advisories/GHSA-f8g7-2xjc-7mfh" rel="noopener noreferrer"&gt;GitHub Security Advisory GHSA-f8g7-2xjc-7mfh&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nvd.nist.gov/vuln/detail/CVE-2026-88016" rel="noopener noreferrer"&gt;NVD - CVE-2026-88016&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cve.org/CVERecord?id=CVE-2026-88016" rel="noopener noreferrer"&gt;CVE Org authoritative entry&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/rclone/rclone/commit/a7ab39d3d1958afa1446982c1dc4e4a73a887e3e" rel="noopener noreferrer"&gt;Core Fix Commit (Permissions/Ownership/Timestamps)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/rclone/rclone/commit/17b0c03338a857bcb0a68d2d4c82ddbdec3f7893" rel="noopener noreferrer"&gt;Secondary Fix Commit (Birth-time/Windows)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://cvereports.com/reports/CVE-2026-88016" rel="noopener noreferrer"&gt;Read the full report for CVE-2026-88016 on our website&lt;/a&gt; for more details including interactive diagrams and full exploit analysis.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>cve</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>GHSA-M3WP-48JR-VR4G: GHSA-m3wp-48jr-vr4g: Unbounded Remote Media Fetch and Video Frame Expansion DoS in mistral.rs</title>
      <dc:creator>CVE Reports</dc:creator>
      <pubDate>Thu, 10 Sep 2026 22:30:31 +0000</pubDate>
      <link>https://dev.to/cverports/ghsa-m3wp-48jr-vr4g-ghsa-m3wp-48jr-vr4g-unbounded-remote-media-fetch-and-video-frame-expansion-4io3</link>
      <guid>https://dev.to/cverports/ghsa-m3wp-48jr-vr4g-ghsa-m3wp-48jr-vr4g-unbounded-remote-media-fetch-and-video-frame-expansion-4io3</guid>
      <description>&lt;h1&gt;
  
  
  GHSA-m3wp-48jr-vr4g: Unbounded Remote Media Fetch and Video Frame Expansion DoS in mistral.rs
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Vulnerability ID:&lt;/strong&gt; GHSA-M3WP-48JR-VR4G&lt;br&gt;
&lt;strong&gt;CVSS Score:&lt;/strong&gt; 7.5&lt;br&gt;
&lt;strong&gt;Published:&lt;/strong&gt; 2026-09-10&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;An unbounded resource consumption and server-side request forgery (SSRF) vulnerability in mistral.rs allows remote, unauthenticated attackers to cause a denial of service (DoS) or execute SSRF attacks. The flaw exists in mistralrs-server-core due to unchecked remote media fetching, infinite stream buffering, and unbounded FFmpeg frame extraction.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;Unauthenticated remote attackers can crash the mistral.rs server via Out-Of-Memory (OOM) or exhaust storage/CPU resources by sending crafted media URLs to the completions API.&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚠️ Exploit Status: POC
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Technical Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CWE ID&lt;/strong&gt;: CWE-400, CWE-918&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack Vector&lt;/strong&gt;: Network (AV:N)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CVSS Severity&lt;/strong&gt;: 7.5 (High)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exploit Status&lt;/strong&gt;: Proof-of-Concept Publicly Available&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;KEV Status&lt;/strong&gt;: Not Listed&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Impact&lt;/strong&gt;: Denial of Service (OOM/Disk Exhaustion), SSRF&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Affected Systems
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;mistral.rs&lt;/li&gt;
&lt;li&gt;mistralrs-server-core&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;mistralrs-server-core&lt;/strong&gt;: &amp;lt; 0.8.18 (Fixed in: &lt;code&gt;v0.8.18&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Mitigation Strategies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Upgrade mistral.rs to v0.8.18 or later.&lt;/li&gt;
&lt;li&gt;Apply egress firewall filters to drop connections to internal and loopback IP spaces.&lt;/li&gt;
&lt;li&gt;Implement Nginx reverse-proxy request payload limits and timeouts.&lt;/li&gt;
&lt;li&gt;Remove system ffmpeg binaries if video parsing is not required in production.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Remediation Steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Check current mistral.rs server version utilizing 'cargo tree' or dependency manifest audits.&lt;/li&gt;
&lt;li&gt;Modify Cargo.toml dependency targets for mistralrs-server-core to version &amp;gt;= 0.8.18.&lt;/li&gt;
&lt;li&gt;Rebuild application using updated crates.io packages and verify media_source.rs features are active.&lt;/li&gt;
&lt;li&gt;Add egress rules in iptables to restrict host server from querying local network assets.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/EricLBuehler/mistral.rs/security/advisories/GHSA-m3wp-48jr-vr4g" rel="noopener noreferrer"&gt;GitHub Security Advisory GHSA-m3wp-48jr-vr4g&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/EricLBuehler/mistral.rs/pull/2263" rel="noopener noreferrer"&gt;Pull Request 2263: Harden remote media fetching&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/EricLBuehler/mistral.rs/releases/tag/v0.8.18" rel="noopener noreferrer"&gt;Release v0.8.18 Release Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/EricLBuehler/mistral.rs" rel="noopener noreferrer"&gt;mistral.rs Main Project Repository&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://cvereports.com/reports/GHSA-M3WP-48JR-VR4G" rel="noopener noreferrer"&gt;Read the full report for GHSA-M3WP-48JR-VR4G on our website&lt;/a&gt; for more details including interactive diagrams and full exploit analysis.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>cve</category>
      <category>cybersecurity</category>
      <category>ghsa</category>
    </item>
    <item>
      <title>CVE-2026-86083: CVE-2026-86083: Sandbox Escape and Remote Code Execution via Code-Printer Injection in n8n Legacy Expression Engine</title>
      <dc:creator>CVE Reports</dc:creator>
      <pubDate>Thu, 10 Sep 2026 21:30:29 +0000</pubDate>
      <link>https://dev.to/cverports/cve-2026-86083-cve-2026-86083-sandbox-escape-and-remote-code-execution-via-code-printer-injection-3l8l</link>
      <guid>https://dev.to/cverports/cve-2026-86083-cve-2026-86083-sandbox-escape-and-remote-code-execution-via-code-printer-injection-3l8l</guid>
      <description>&lt;h1&gt;
  
  
  CVE-2026-86083: Sandbox Escape and Remote Code Execution via Code-Printer Injection in n8n Legacy Expression Engine
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Vulnerability ID:&lt;/strong&gt; CVE-2026-86083&lt;br&gt;
&lt;strong&gt;CVSS Score:&lt;/strong&gt; 7.7&lt;br&gt;
&lt;strong&gt;Published:&lt;/strong&gt; 2026-09-10&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A critical sandbox escape vulnerability exists in the legacy expression engine of n8n. By leveraging Shared Builtin Tampering combined with Code-Printer Injection, an authenticated attacker can hijack the mutable global JSON.stringify function. This hijacking allows the attacker to inject arbitrary Node.js source code into internal execution contexts during code generation, escaping the isolated-vm sandbox and achieving full remote code execution on the host system.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;An authenticated user can bypass the isolated-vm sandbox in n8n's legacy expression engine by poisoning the global JSON.stringify function, leading to arbitrary host command execution.&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚠️ Exploit Status: POC
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Technical Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CWE ID&lt;/strong&gt;: CWE-94&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack Vector&lt;/strong&gt;: Network&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CVSS v4.0 Score&lt;/strong&gt;: 7.7&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exploit Status&lt;/strong&gt;: PoC Available&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;KEV Status&lt;/strong&gt;: Not Listed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Affected Systems
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;n8n open-source workflow automation platform using legacy expression engine&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;lt; 1.123.76 (Fixed in: &lt;code&gt;1.123.76&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;gt;= 2.0.0, &amp;lt; 2.37.7 (Fixed in: &lt;code&gt;2.37.7&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;gt;= 2.38.0, &amp;lt; 2.38.2 (Fixed in: &lt;code&gt;2.38.2&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Mitigation Strategies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Upgrade n8n to version 1.123.76, 2.37.7, 2.38.2 or later&lt;/li&gt;
&lt;li&gt;Configure N8N_EXPRESSION_ENGINE environment variable to 'vm'&lt;/li&gt;
&lt;li&gt;Employ non-root container isolation for the n8n process&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Remediation Steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Identify the current n8n version in deployment&lt;/li&gt;
&lt;li&gt;Deploy the appropriate patch release from n8n's official distribution channel&lt;/li&gt;
&lt;li&gt;Alternatively, export the environment variable N8N_EXPRESSION_ENGINE=vm in the deployment configuration&lt;/li&gt;
&lt;li&gt;Restart the n8n container or service daemon to apply the configuration&lt;/li&gt;
&lt;li&gt;Verify that legacy expression engine warnings are no longer logged&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/security/advisories/GHSA-6xcw-7xm6-48c6" rel="noopener noreferrer"&gt;GitHub Security Advisory GHSA-6xcw-7xm6-48c6&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nvd.nist.gov/vuln/detail/CVE-2026-86083" rel="noopener noreferrer"&gt;NVD CVE-2026-86083 Details&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://cvereports.com/reports/CVE-2026-86083" rel="noopener noreferrer"&gt;Read the full report for CVE-2026-86083 on our website&lt;/a&gt; for more details including interactive diagrams and full exploit analysis.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>cve</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>CVE-2026-87017: CVE-2026-87017: Broken Object-Level Authorization (BOLA) in Open WebUI Knowledge Search</title>
      <dc:creator>CVE Reports</dc:creator>
      <pubDate>Thu, 10 Sep 2026 20:30:31 +0000</pubDate>
      <link>https://dev.to/cverports/cve-2026-87017-cve-2026-87017-broken-object-level-authorization-bola-in-open-webui-knowledge-1d3f</link>
      <guid>https://dev.to/cverports/cve-2026-87017-cve-2026-87017-broken-object-level-authorization-bola-in-open-webui-knowledge-1d3f</guid>
      <description>&lt;h1&gt;
  
  
  CVE-2026-87017: Broken Object-Level Authorization (BOLA) in Open WebUI Knowledge Search
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Vulnerability ID:&lt;/strong&gt; CVE-2026-87017&lt;br&gt;
&lt;strong&gt;CVSS Score:&lt;/strong&gt; 4.3&lt;br&gt;
&lt;strong&gt;Published:&lt;/strong&gt; 2026-09-10&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A Broken Object-Level Authorization (BOLA) vulnerability exists in Open WebUI starting from version 0.7.0 up to (but not including) 0.11.1. The flaw resides in the platform's built-in knowledge search tool, which constructs metadata filters to scope database queries based on user permissions. However, eleven of the fifteen shipped vector database backends accepted these filters but silently ignored them, enabling authenticated users to retrieve and enumerate the metadata of inaccessible or private knowledge bases.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;Eleven of fifteen vector database backends in Open WebUI ignored query filters, allowing authenticated users to enumerate metadata of unauthorized knowledge bases.&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚠️ Exploit Status: POC
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Technical Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CWE ID&lt;/strong&gt;: CWE-863&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack Vector&lt;/strong&gt;: Network (AV:N)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CVSS v3.1 Score&lt;/strong&gt;: 4.3 (Medium)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exploit Status&lt;/strong&gt;: Proof-of-Concept (PoC) / Known Root Cause&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;KEV Status&lt;/strong&gt;: Not Listed&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Affected Components&lt;/strong&gt;: Vector database client adapters&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Affected Systems
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Open WebUI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Open WebUI&lt;/strong&gt;: &amp;gt;= 0.7.0, &amp;lt; 0.11.1 (Fixed in: &lt;code&gt;0.11.1&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Code Analysis
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Commit: &lt;a href="https://github.com/open-webui/open-webui/commit/1d6d4e6e6647e1d403438ede7bd9ba20bc4cc8f6" rel="noopener noreferrer"&gt;1d6d4e6&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Explicitly translate, parse, and apply metadata filters across affected vector database backends.&lt;/p&gt;

&lt;h2&gt;
  
  
  Mitigation Strategies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Upgrade to Open WebUI version 0.11.1 or later.&lt;/li&gt;
&lt;li&gt;Disable the built-in knowledge search tool for low-privilege roles.&lt;/li&gt;
&lt;li&gt;Switch the active vector store backend to Chroma.&lt;/li&gt;
&lt;li&gt;Isolate sensitive knowledge bases in dedicated vector database instances.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Remediation Steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Identify the current running version of Open WebUI.&lt;/li&gt;
&lt;li&gt;If running any version from 0.7.0 through 0.11.0, prepare the environment for an upgrade.&lt;/li&gt;
&lt;li&gt;Pull the latest Docker image or update the Git repository to version 0.11.1.&lt;/li&gt;
&lt;li&gt;Restart the Open WebUI container or service.&lt;/li&gt;
&lt;li&gt;Verify the configuration of the active vector database backend.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/open-webui/open-webui/security/advisories/GHSA-pcvc-8vrv-8q6w" rel="noopener noreferrer"&gt;GitHub Security Advisory GHSA-pcvc-8vrv-8q6w&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/open-webui/open-webui/commit/1d6d4e6e6647e1d403438ede7bd9ba20bc4cc8f6" rel="noopener noreferrer"&gt;Fix Commit 1d6d4e&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/open-webui/open-webui/releases/tag/v0.11.1" rel="noopener noreferrer"&gt;Open WebUI v0.11.1 Release Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nvd.nist.gov/vuln/detail/CVE-2026-87017" rel="noopener noreferrer"&gt;NVD CVE-2026-87017 Details&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cve.org/CVERecord?id=CVE-2026-87017" rel="noopener noreferrer"&gt;CVE.org CVE-2026-87017 Record&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://cvereports.com/reports/CVE-2026-87017" rel="noopener noreferrer"&gt;Read the full report for CVE-2026-87017 on our website&lt;/a&gt; for more details including interactive diagrams and full exploit analysis.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>cve</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>CVE-2026-86076: CVE-2026-86076: Remote Code Execution via Expression Sandbox Escape in n8n</title>
      <dc:creator>CVE Reports</dc:creator>
      <pubDate>Thu, 10 Sep 2026 19:30:31 +0000</pubDate>
      <link>https://dev.to/cverports/cve-2026-86076-cve-2026-86076-remote-code-execution-via-expression-sandbox-escape-in-n8n-346j</link>
      <guid>https://dev.to/cverports/cve-2026-86076-cve-2026-86076-remote-code-execution-via-expression-sandbox-escape-in-n8n-346j</guid>
      <description>&lt;h1&gt;
  
  
  CVE-2026-86076: Remote Code Execution via Expression Sandbox Escape in n8n
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Vulnerability ID:&lt;/strong&gt; CVE-2026-86076&lt;br&gt;
&lt;strong&gt;CVSS Score:&lt;/strong&gt; 8.7&lt;br&gt;
&lt;strong&gt;Published:&lt;/strong&gt; 2026-09-10&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;An expression sandbox escape vulnerability exists in n8n due to a missing AST traversal check on ClassBody in the PrototypeSanitizer. This allows authenticated users with low privileges to bypass property checks and achieve remote code execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;A missing ClassBody traversal in n8n's expression sanitizer allows low-privileged users to redefine the '__sanitize' resolver on custom classes, escaping the sandbox to execute arbitrary Node.js commands.&lt;/p&gt;




&lt;h2&gt;
  
  
  Technical Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CWE ID&lt;/strong&gt;: CWE-94&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack Vector&lt;/strong&gt;: Network&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CVSS Score&lt;/strong&gt;: 8.7 (High)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Impact&lt;/strong&gt;: Remote Code Execution (RCE) / Stored Cross-User JavaScript Execution&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exploit Status&lt;/strong&gt;: PoC (Proof of Concept) Feasible&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;KEV Status&lt;/strong&gt;: Not Listed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Affected Systems
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;n8n Workflow Automation Platform&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;lt; 1.123.76 (Fixed in: &lt;code&gt;1.123.76&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;gt;= 2.0.0, &amp;lt; 2.37.7 (Fixed in: &lt;code&gt;2.37.7&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;gt;= 2.38.0, &amp;lt; 2.38.2 (Fixed in: &lt;code&gt;2.38.2&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Mitigation Strategies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Upgrade n8n immediately to version 1.123.76, 2.37.7, or 2.38.2 to resolve the missing AST check.&lt;/li&gt;
&lt;li&gt;Audit stored workflow configurations within the system database to identify unauthorized expressions.&lt;/li&gt;
&lt;li&gt;Enforce strict Role-Based Access Control (RBAC) to ensure untrusted users cannot author workflows.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Remediation Steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Locate the active deployment and execute the version bump (e.g., 'docker pull n8n-io/n8n:2.38.2').&lt;/li&gt;
&lt;li&gt;Scan the workflow database using SQL queries for occurrence of '__sanitize' within the workflow definitions.&lt;/li&gt;
&lt;li&gt;Restrict workspace configuration and editing privileges to administrative roles.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/security/advisories/GHSA-hw8v-xxg5-vvvx" rel="noopener noreferrer"&gt;n8n Security Advisory GHSA-hw8v-xxg5-vvvx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/releases/tag/n8n@1.123.76" rel="noopener noreferrer"&gt;n8n Release 1.123.76&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/releases/tag/n8n@2.37.7" rel="noopener noreferrer"&gt;n8n Release 2.37.7&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/releases/tag/n8n@2.38.2" rel="noopener noreferrer"&gt;n8n Release 2.38.2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://cvereports.com/reports/CVE-2026-86076" rel="noopener noreferrer"&gt;Read the full report for CVE-2026-86076 on our website&lt;/a&gt; for more details including interactive diagrams and full exploit analysis.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>cve</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>CVE-2026-86075: CVE-2026-86075: Unauthenticated Persistent Storage Exhaustion via OAuth Dynamic Client Registration Endpoint in n8n</title>
      <dc:creator>CVE Reports</dc:creator>
      <pubDate>Thu, 10 Sep 2026 18:30:29 +0000</pubDate>
      <link>https://dev.to/cverports/cve-2026-86075-cve-2026-86075-unauthenticated-persistent-storage-exhaustion-via-oauth-dynamic-1doa</link>
      <guid>https://dev.to/cverports/cve-2026-86075-cve-2026-86075-unauthenticated-persistent-storage-exhaustion-via-oauth-dynamic-1doa</guid>
      <description>&lt;h1&gt;
  
  
  CVE-2026-86075: Unauthenticated Persistent Storage Exhaustion via OAuth Dynamic Client Registration Endpoint in n8n
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Vulnerability ID:&lt;/strong&gt; CVE-2026-86075&lt;br&gt;
&lt;strong&gt;CVSS Score:&lt;/strong&gt; 8.7&lt;br&gt;
&lt;strong&gt;Published:&lt;/strong&gt; 2026-09-10&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;In vulnerable configurations of n8n, the OAuth Dynamic Client Registration endpoint implements field size validation for redirect_uris but fails to enforce proper limits on client_name and grant_types. This allows an unauthenticated remote attacker to submit arbitrarily large values for these fields, leading to persistent database and disk storage exhaustion.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;An unauthenticated remote attacker can cause a complete Denial of Service (DoS) of the n8n platform by submitting excessively large registration payloads containing bloated client_name and grant_types fields, which exhausts backend persistent storage.&lt;/p&gt;




&lt;h2&gt;
  
  
  Technical Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CWE ID&lt;/strong&gt;: CWE-770&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack Vector&lt;/strong&gt;: Network&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack Complexity&lt;/strong&gt;: Low&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privileges Required&lt;/strong&gt;: None&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CVSS v4.0&lt;/strong&gt;: 8.7 (High)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exploit Status&lt;/strong&gt;: None&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;KEV Status&lt;/strong&gt;: Not Listed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Affected Systems
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;n8n Workflow Automation Platform&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;lt; 2.37.7 (Fixed in: &lt;code&gt;2.37.7&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;gt;= 2.38.0, &amp;lt; 2.38.2 (Fixed in: &lt;code&gt;2.38.2&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Mitigation Strategies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Upgrade n8n to version 2.37.7, 2.38.2, or later&lt;/li&gt;
&lt;li&gt;Configure WAF payload limits on registration endpoints&lt;/li&gt;
&lt;li&gt;Implement rate limiting per source IP for OAuth registration routes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Remediation Steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Identify the deployed n8n version and branch.&lt;/li&gt;
&lt;li&gt;If running &amp;lt; 2.37.7, upgrade to 2.37.7.&lt;/li&gt;
&lt;li&gt;If running 2.38.0 or 2.38.1, upgrade to 2.38.2.&lt;/li&gt;
&lt;li&gt;Monitor database table metrics for the oauth_clients table to detect bloat.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/security/advisories/GHSA-hh89-3r9w-qj3j" rel="noopener noreferrer"&gt;GitHub Security Advisory GHSA-hh89-3r9w-qj3j&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nvd.nist.gov/vuln/detail/CVE-2026-86075" rel="noopener noreferrer"&gt;NVD - CVE-2026-86075&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/releases/tag/n8n@2.37.7" rel="noopener noreferrer"&gt;n8n Release v2.37.7&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/releases/tag/n8n@2.38.2" rel="noopener noreferrer"&gt;n8n Release v2.38.2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://cvereports.com/reports/CVE-2026-86075" rel="noopener noreferrer"&gt;Read the full report for CVE-2026-86075 on our website&lt;/a&gt; for more details including interactive diagrams and full exploit analysis.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>cve</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>CVE-2025-21587: CVE-2025-21587: Timing Side-Channel Vulnerability in JSSE RSA Decryption</title>
      <dc:creator>CVE Reports</dc:creator>
      <pubDate>Thu, 10 Sep 2026 17:31:32 +0000</pubDate>
      <link>https://dev.to/cverports/cve-2025-21587-cve-2025-21587-timing-side-channel-vulnerability-in-jsse-rsa-decryption-1307</link>
      <guid>https://dev.to/cverports/cve-2025-21587-cve-2025-21587-timing-side-channel-vulnerability-in-jsse-rsa-decryption-1307</guid>
      <description>&lt;h1&gt;
  
  
  CVE-2025-21587: Timing Side-Channel Vulnerability in JSSE RSA Decryption
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Vulnerability ID:&lt;/strong&gt; CVE-2025-21587&lt;br&gt;
&lt;strong&gt;CVSS Score:&lt;/strong&gt; 7.4&lt;br&gt;
&lt;strong&gt;Published:&lt;/strong&gt; 2025-04-15&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;CVE-2025-21587 is a high-severity timing side-channel vulnerability in the Java Secure Socket Extension (JSSE) component of Oracle Java SE and GraalVM. The flaw allows unauthenticated network attackers to perform Bleichenbacher-style (Marvin) decryption oracle attacks, potentially compromising TLS session confidentiality.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;A timing side-channel in JSSE allows remote attackers to decrypt TLS traffic or forge signatures by exploiting non-constant-time RSA unpadding operations.&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚠️ Exploit Status: POC
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Technical Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CWE ID&lt;/strong&gt;: CWE-385&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack Vector&lt;/strong&gt;: Network (High Complexity)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CVSS Score&lt;/strong&gt;: 7.4 (High)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;EPSS Score&lt;/strong&gt;: 0.00784 (53.94%)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Impact&lt;/strong&gt;: Confidentiality and Integrity Compromise&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exploit Status&lt;/strong&gt;: Proof of Concept (Theoretical)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;KEV Status&lt;/strong&gt;: Not Listed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Affected Systems
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Oracle Java SE&lt;/li&gt;
&lt;li&gt;Oracle GraalVM for JDK&lt;/li&gt;
&lt;li&gt;Oracle GraalVM Enterprise Edition&lt;/li&gt;
&lt;li&gt;Debian OpenJDK&lt;/li&gt;
&lt;li&gt;Ubuntu OpenJDK&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Oracle Java SE&lt;/strong&gt;: 8u441, 11.0.26, 17.0.14, 21.0.6, 24 (Fixed in: &lt;code&gt;8u451, 11.0.27, 17.0.15, 21.0.7, 24.0.1&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Oracle GraalVM for JDK&lt;/strong&gt;: 17.0.14, 21.0.6, 24 (Fixed in: &lt;code&gt;17.0.15, 21.0.7, 24.0.1&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Oracle GraalVM Enterprise Edition&lt;/strong&gt;: 20.3.17, 21.3.13 (Fixed in: &lt;code&gt;CPU April 2025 Patches&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Code Analysis
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Commit: &lt;a href="https://github.com/openjdk/jdk17u/commit/73aa304234f2ec17abbb640b7f2d0503cf1bfc91.diff" rel="noopener noreferrer"&gt;73aa304&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Upstream fix in OpenJDK 17u implementing unpadForTls helper to establish constant-time processing&lt;/p&gt;

&lt;h3&gt;
  
  
  Commit: &lt;a href="https://github.com/openjdk/jdk21u/commit/d5c94adf69ba20f5652453729620c4f1c8e4860e" rel="noopener noreferrer"&gt;d5c94ad&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Upstream constant-time fix in OpenJDK 21u&lt;/p&gt;

&lt;h3&gt;
  
  
  Commit: &lt;a href="https://github.com/openjdk/jdk11u/commit/2adb01e8c5fbcc3dfa9f82df3deccb3a1705bf13" rel="noopener noreferrer"&gt;2adb01e&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Upstream constant-time fix in OpenJDK 11u&lt;/p&gt;

&lt;h3&gt;
  
  
  Commit: &lt;a href="https://github.com/openjdk/jdk8u/commit/3cdd3081565d890801a27a1f9ac8bc53e5711ce6" rel="noopener noreferrer"&gt;3cdd308&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Upstream constant-time fix in OpenJDK 8u&lt;/p&gt;

&lt;h2&gt;
  
  
  Mitigation Strategies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Disable static RSA key exchange suites (TLS_RSA_*) and enforce Forward Secrecy (ECDHE/DHE).&lt;/li&gt;
&lt;li&gt;Deploy Java security updates containing the April 2025 Critical Patch Update.&lt;/li&gt;
&lt;li&gt;Enforce TLS 1.3 across exposed network interfaces to naturally eliminate RSA key exchange vectors.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Remediation Steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Identify all active JRE and JDK installations hosting TLS services.&lt;/li&gt;
&lt;li&gt;Apply the corresponding patched version (e.g., 8u451, 11.0.27, 17.0.15, 21.0.7, 24.0.1 or higher).&lt;/li&gt;
&lt;li&gt;Modify local server configuration files (such as Tomcat server.xml or Spring Boot properties) to remove cipher suites starting with TLS_RSA.&lt;/li&gt;
&lt;li&gt;Monitor network traffic for an anomalous spike in TLS alerts (specifically Alert 20 or 51).&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://www.oracle.com/security-alerts/cpuapr2025.html" rel="noopener noreferrer"&gt;Oracle April 2025 Security Advisory&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://security-tracker.debian.org/tracker/CVE-2025-21587" rel="noopener noreferrer"&gt;Debian CVE-2025-21587 Tracker&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://ubuntu.com/security/CVE-2025-21587" rel="noopener noreferrer"&gt;Ubuntu Security Tracker - CVE-2025-21587&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://security.netapp.com/advisory/ntap-20250502-0005/" rel="noopener noreferrer"&gt;NetApp Security Advisory&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://cvereports.com/reports/CVE-2025-21587" rel="noopener noreferrer"&gt;Read the full report for CVE-2025-21587 on our website&lt;/a&gt; for more details including interactive diagrams and full exploit analysis.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>cve</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>CVE-2026-86081: CVE-2026-86081: Regular Expression Denial of Service in n8n Git Node</title>
      <dc:creator>CVE Reports</dc:creator>
      <pubDate>Thu, 10 Sep 2026 17:31:02 +0000</pubDate>
      <link>https://dev.to/cverports/cve-2026-86081-cve-2026-86081-regular-expression-denial-of-service-in-n8n-git-node-25gl</link>
      <guid>https://dev.to/cverports/cve-2026-86081-cve-2026-86081-regular-expression-denial-of-service-in-n8n-git-node-25gl</guid>
      <description>&lt;h1&gt;
  
  
  CVE-2026-86081: Regular Expression Denial of Service in n8n Git Node
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Vulnerability ID:&lt;/strong&gt; CVE-2026-86081&lt;br&gt;
&lt;strong&gt;CVSS Score:&lt;/strong&gt; 7.1&lt;br&gt;
&lt;strong&gt;Published:&lt;/strong&gt; 2026-09-10&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A Regular Expression Denial of Service (ReDoS) vulnerability exists in n8n due to inefficient validation in its default blocked-file-pattern matching mechanism. This flaw can be triggered during Git operations, allowing authenticated workflow editors to cause resource exhaustion and completely freeze the n8n application process.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;An authenticated user with workflow editing privileges can trigger exponential backtracking in n8n's file validation regular expression, blocking the single-threaded Node.js event loop and rendering the entire instance unavailable.&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚠️ Exploit Status: POC
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Technical Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CWE ID&lt;/strong&gt;: CWE-1333&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack Vector&lt;/strong&gt;: Network&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CVSS v4.0 Score&lt;/strong&gt;: 7.1&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;EPSS Score&lt;/strong&gt;: 0.00322&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exploit Status&lt;/strong&gt;: poc&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CISA KEV Status&lt;/strong&gt;: Not Listed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Affected Systems
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;n8n Workflow Automation Platform&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;lt; 1.123.76 (Fixed in: &lt;code&gt;1.123.76&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;gt;= 2.0.0 &amp;lt; 2.37.7 (Fixed in: &lt;code&gt;2.37.7&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;gt;= 2.38.0 &amp;lt; 2.38.2 (Fixed in: &lt;code&gt;2.38.2&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Mitigation Strategies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Upgrade n8n deployment to a patched release containing the hardened regular expression.&lt;/li&gt;
&lt;li&gt;Define the environment variable N8N_BLOCK_FILE_PATTERNS using the secure regex to override the vulnerable default configuration.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Remediation Steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;For Docker-based deployments, update the container image tag to 1.123.76, 2.37.7, or 2.38.2.&lt;/li&gt;
&lt;li&gt;If immediate patching is unavailable, append &lt;code&gt;N8N_BLOCK_FILE_PATTERNS='^(?:[^/]*/)*\.git(?:/.*)?$'&lt;/code&gt; to the server environment variables.&lt;/li&gt;
&lt;li&gt;Restart the n8n service to apply the updated environment configuration.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/security/advisories/GHSA-j535-v25q-vx3q" rel="noopener noreferrer"&gt;GitHub Security Advisory (GHSA-j535-v25q-vx3q)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nvd.nist.gov/vuln/detail/CVE-2026-86081" rel="noopener noreferrer"&gt;National Vulnerability Database (NVD) Record&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.cve.org/CVERecord?id=CVE-2026-86081" rel="noopener noreferrer"&gt;CVE.org Record&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/releases/tag/n8n@1.123.76" rel="noopener noreferrer"&gt;n8n v1.123.76 Release Tag&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/releases/tag/n8n@2.37.7" rel="noopener noreferrer"&gt;n8n v2.37.7 Release Tag&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/releases/tag/n8n@2.38.2" rel="noopener noreferrer"&gt;n8n v2.38.2 Release Tag&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://cvereports.com/reports/CVE-2026-86081" rel="noopener noreferrer"&gt;Read the full report for CVE-2026-86081 on our website&lt;/a&gt; for more details including interactive diagrams and full exploit analysis.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>cve</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>CVE-2026-86082: CVE-2026-86082: Server-Side Request Forgery and Credential Leakage in n8n OpenAI Chat Model Node</title>
      <dc:creator>CVE Reports</dc:creator>
      <pubDate>Thu, 10 Sep 2026 16:30:30 +0000</pubDate>
      <link>https://dev.to/cverports/cve-2026-86082-cve-2026-86082-server-side-request-forgery-and-credential-leakage-in-n8n-openai-4mko</link>
      <guid>https://dev.to/cverports/cve-2026-86082-cve-2026-86082-server-side-request-forgery-and-credential-leakage-in-n8n-openai-4mko</guid>
      <description>&lt;h1&gt;
  
  
  CVE-2026-86082: Server-Side Request Forgery and Credential Leakage in n8n OpenAI Chat Model Node
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Vulnerability ID:&lt;/strong&gt; CVE-2026-86082&lt;br&gt;
&lt;strong&gt;CVSS Score:&lt;/strong&gt; 7.1&lt;br&gt;
&lt;strong&gt;Published:&lt;/strong&gt; 2026-09-10&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;CVE-2026-86082 is a critical Server-Side Request Forgery (SSRF) and credential leakage vulnerability in n8n. The flaw exists in the OpenAI Chat Model node's searchModels function, which fails to enforce credential domain restrictions when populating the model dropdown list. This allows an authenticated workflow editor to exfiltrate plaintext OpenAI API keys to an arbitrary attacker-controlled domain by specifying a custom baseURL override.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;An authenticated workflow editor can bypass credential domain restrictions in n8n's OpenAI Chat Model node, causing the backend to send plaintext OpenAI API keys to an arbitrary server during dynamic model search.&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚠️ Exploit Status: POC
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Technical Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CWE ID&lt;/strong&gt;: CWE-918&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack Vector&lt;/strong&gt;: Network&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CVSS Score&lt;/strong&gt;: 7.1 (High)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exploit Status&lt;/strong&gt;: Proof of Concept (PoC) documented&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CISA KEV Status&lt;/strong&gt;: Not Listed&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;EPSS Score&lt;/strong&gt;: 0.00246 (Percentile: 15.84%)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Impact&lt;/strong&gt;: Plaintext Credential Leakage / Server-Side Request Forgery (SSRF)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Affected Systems
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;n8n&lt;/li&gt;
&lt;li&gt;n8n-nodes-langchain&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;lt; 1.123.76 (Fixed in: &lt;code&gt;1.123.76&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;gt;= 2.0.0, &amp;lt; 2.37.7 (Fixed in: &lt;code&gt;2.37.7&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n8n&lt;/strong&gt;: &amp;gt;= 2.38.0, &amp;lt; 2.38.2 (Fixed in: &lt;code&gt;2.38.2&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Code Analysis
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Commit: &lt;a href="https://github.com/n8n-io/n8n/commit/cbee391326797c19a2593934063311fed6131e07" rel="noopener noreferrer"&gt;cbee391&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Fix: Enforce domain restrictions in OpenAI model loader&lt;/p&gt;

&lt;h3&gt;
  
  
  Commit: &lt;a href="https://github.com/n8n-io/n8n/commit/2a4ca7868dc75edca4c575d6507021e1e6b0ec90" rel="noopener noreferrer"&gt;2a4ca78&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Fix: Apply security assertions in OpenAI LMChat model search (2.37.7 backport)&lt;/p&gt;

&lt;h3&gt;
  
  
  Commit: &lt;a href="https://github.com/n8n-io/n8n/commit/7bd63f41c2f1f2bc2576c0728dbe2e68ed61e0f1" rel="noopener noreferrer"&gt;7bd63f4&lt;/a&gt;
&lt;/h3&gt;

&lt;p&gt;Fix: Restrict custom baseURL for OpenAI model population in 2.38.2 release&lt;/p&gt;

&lt;h2&gt;
  
  
  Exploit Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://github.com/n8n-io/n8n/security/advisories/GHSA-34ff-336r-5q23" rel="noopener noreferrer"&gt;GitHub Security Advisory&lt;/a&gt;: Advisory documenting vulnerability mechanics, reproduction steps, and exploit details.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Mitigation Strategies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Upgrade n8n immediately to one of the patched releases: 1.123.76, 2.37.7, or 2.38.2.&lt;/li&gt;
&lt;li&gt;Monitor egress connections from the n8n application containers to block unauthorized API endpoints.&lt;/li&gt;
&lt;li&gt;Limit authorization for Workflow Editor roles to trusted organizational personnel.&lt;/li&gt;
&lt;li&gt;Rotate all potentially exposed OpenAI API keys immediately.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Remediation Steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Identify all running instances of n8n and verify their current version numbers.&lt;/li&gt;
&lt;li&gt;Apply the patch by deploying docker image tags &lt;a href="mailto:n8n@1.123.76"&gt;n8n@1.123.76&lt;/a&gt;, &lt;a href="mailto:n8n@2.37.7"&gt;n8n@2.37.7&lt;/a&gt;, or &lt;a href="mailto:n8n@2.38.2"&gt;n8n@2.38.2&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Review n8n workspace settings and verify credentials configuration audit logs.&lt;/li&gt;
&lt;li&gt;In the OpenAI developer dashboard, revoke and replace all keys mapped to active n8n instances.&lt;/li&gt;
&lt;li&gt;Establish custom egress firewall policies restricting the n8n environment's outbound communication to verified domains.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/security/advisories/GHSA-34ff-336r-5q23" rel="noopener noreferrer"&gt;n8n Security Advisory GHSA-34ff-336r-5q23&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/commit/cbee391326797c19a2593934063311fed6131e07" rel="noopener noreferrer"&gt;Fix Commit - cbee391326797c19a2593934063311fed6131e07&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/commit/2a4ca7868dc75edca4c575d6507021e1e6b0ec90" rel="noopener noreferrer"&gt;Fix Commit - 2a4ca7868dc75edca4c575d6507021e1e6b0ec90&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/n8n-io/n8n/commit/7bd63f41c2f1f2bc2576c0728dbe2e68ed61e0f1" rel="noopener noreferrer"&gt;Fix Commit - 7bd63f41c2f1f2bc2576c0728dbe2e68ed61e0f1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://cvereports.com/reports/CVE-2026-86082" rel="noopener noreferrer"&gt;Read the full report for CVE-2026-86082 on our website&lt;/a&gt; for more details including interactive diagrams and full exploit analysis.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>cve</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>GHSA-HXJG-93WC-H8P8: GHSA-hxjg-93wc-h8p8: Cross-Site Request Forgery in Komari Management Interface</title>
      <dc:creator>CVE Reports</dc:creator>
      <pubDate>Thu, 10 Sep 2026 05:30:31 +0000</pubDate>
      <link>https://dev.to/cverports/ghsa-hxjg-93wc-h8p8-ghsa-hxjg-93wc-h8p8-cross-site-request-forgery-in-komari-management-interface-12j0</link>
      <guid>https://dev.to/cverports/ghsa-hxjg-93wc-h8p8-ghsa-hxjg-93wc-h8p8-cross-site-request-forgery-in-komari-management-interface-12j0</guid>
      <description>&lt;h1&gt;
  
  
  GHSA-hxjg-93wc-h8p8: Cross-Site Request Forgery in Komari Management Interface
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Vulnerability ID:&lt;/strong&gt; GHSA-HXJG-93WC-H8P8&lt;br&gt;
&lt;strong&gt;CVSS Score:&lt;/strong&gt; 8.8&lt;br&gt;
&lt;strong&gt;Published:&lt;/strong&gt; 2026-09-09&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;A high-severity Cross-Site Request Forgery (CSRF) vulnerability exists in the Komari server monitoring tool. The administrative interface sets authentication cookies without restrictive SameSite or Secure attributes, and lacks any CSRF validation, enabling unauthenticated remote attackers to execute arbitrary commands or modify backend settings by exploiting administrative sessions.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;Unauthenticated remote attackers can execute arbitrary shell commands on managed nodes and disable administrative 2FA by tricking an authenticated administrator into visiting a malicious link.&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚠️ Exploit Status: POC
&lt;/h3&gt;

&lt;h2&gt;
  
  
  Technical Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CWE ID&lt;/strong&gt;: CWE-352 (Cross-Site Request Forgery)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Attack Vector&lt;/strong&gt;: Network (AV:N)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CVSS Severity&lt;/strong&gt;: 8.8 (High)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Exploit Maturity&lt;/strong&gt;: Proof of Concept (PoC)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Impact&lt;/strong&gt;: Remote Code Execution / Privilege Escalation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;First Patched Version&lt;/strong&gt;: 1.2.2&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Affected Systems
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Komari Monitoring Server (github.com/komari-monitor/komari)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;github.com/komari-monitor/komari&lt;/strong&gt;: &amp;lt; 0.0.0-20260609084633-98122fa4d110 (Fixed in: &lt;code&gt;1.2.2&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Mitigation Strategies
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Explicitly configure the session cookie with 'Secure=true' and 'SameSite=Lax' properties.&lt;/li&gt;
&lt;li&gt;Implement CSRF validation middleware on all state-changing endpoints (/api/admin/*).&lt;/li&gt;
&lt;li&gt;Utilize Double-Submit Cookie patterns or custom HTTP header validation.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Remediation Steps:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Upgrade the Komari server application to version 1.2.2 or higher.&lt;/li&gt;
&lt;li&gt;If immediate upgrade is not viable, enforce reverse-proxy level validation of the HTTP 'Origin' and 'Referer' headers.&lt;/li&gt;
&lt;li&gt;Enable HTTPS strictly to prevent session cookie leakage over unencrypted channels.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  References
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/komari-monitor/komari/security/advisories/GHSA-hxjg-93wc-h8p8" rel="noopener noreferrer"&gt;Official GitHub Security Advisory&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/komari-monitor/komari/releases/tag/1.2.2" rel="noopener noreferrer"&gt;Komari Release Tag 1.2.2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;em&gt;&lt;a href="https://cvereports.com/reports/GHSA-HXJG-93WC-H8P8" rel="noopener noreferrer"&gt;Read the full report for GHSA-HXJG-93WC-H8P8 on our website&lt;/a&gt; for more details including interactive diagrams and full exploit analysis.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>cve</category>
      <category>cybersecurity</category>
      <category>ghsa</category>
    </item>
  </channel>
</rss>
