<?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>Thu, 03 Sep 2026 22:21:28 +0000</lastBuildDate>
    <item>
      <title>059bc356-2489-45d4-9070-7abe053ef9f2</title>
      <link>https://vulnerability.circl.lu/sighting/059bc356-2489-45d4-9070-7abe053ef9f2/export</link>
      <description>{"uuid": "059bc356-2489-45d4-9070-7abe053ef9f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75931", "type": "seen", "source": "https://gist.github.com/alon710/6d6bc08cb0fafac0bb8a8c33b4c587ed", "content": "# CVE-2026-75931: CVE-2026-75931: Host Confusion and SSRF Bypass via Scheme-Relative URIs in fast-uri\n\n&amp;gt; **CVSS Score:** 7.5\n&amp;gt; **Published:** 2026-09-02\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-75931\n\n## Summary\nA host confusion vulnerability exists in the fast-uri Node.js library when parsing scheme-relative URI references. Due to inconsistent domain name canonicalization, applications validating resolved hosts can be bypassed by downstream WHATWG-compliant parsers, facilitating Server-Side Request Forgery (SSRF).\n\n## TL;DR\nA discrepancy in host canonicalization within fast-uri allows bypasses of SSRF and access-control filters when handling scheme-relative URI references.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-436 (Interpretation Conflict)\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 7.5 (High)\n- **EPSS Score**: 0.00247 (15.89th percentile)\n- **Impact**: SSRF Filter Bypass / Host Obfuscation\n- **Exploit Status**: PoC / Conceptual\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- fast-uri (Node.js NPM package)\n- **fast-uri**: &amp;gt;= 2.4.2, &amp;lt; 2.4.5 (Fixed in: `2.4.5`)\n- **fast-uri**: &amp;gt;= 3.1.3, &amp;lt; 3.1.6 (Fixed in: `3.1.6`)\n- **fast-uri**: &amp;gt;= 4.0.1, &amp;lt; 4.1.3 (Fixed in: `4.1.3`)\n\n## Mitigation\n\n- Upgrade fast-uri to safe versions (2.4.5, 3.1.6, or 4.1.3)\n- Use native WHATWG URL parser to validate hostnames in security gateways\n- Force package resolutions/overrides for transitive fast-uri dependencies\n\n**Remediation Steps:**\n1. Identify and audit fast-uri versions inside node_modules and package lockfiles\n2. Run npm update fast-uri or yarn upgrade fast-uri to download fixed releases\n3. Implement package overrides or resolutions in package.json to pin secure versions\n4. Add WHATWG URL validation on policy enforcement checks as a defense-in-depth measure\n\n## References\n\n- [NVD Detail CVE-2026-75931](https://nvd.nist.gov/vuln/detail/CVE-2026-75931)\n- [GitHub Security Advisory GHSA-5jgf-p345-68v8](https://github.com/fastify/fast-uri/security/advisories/GHSA-5jgf-p345-68v8)\n- [Remediation Commit 4e4ebd](https://github.com/fastify/fast-uri/commit/4e4ebd8b245f6ca16e448203559eea3e545453a3)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-75931) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-02T16:31:29.955898Z"}</description>
      <content:encoded>{"uuid": "059bc356-2489-45d4-9070-7abe053ef9f2", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75931", "type": "seen", "source": "https://gist.github.com/alon710/6d6bc08cb0fafac0bb8a8c33b4c587ed", "content": "# CVE-2026-75931: CVE-2026-75931: Host Confusion and SSRF Bypass via Scheme-Relative URIs in fast-uri\n\n&amp;gt; **CVSS Score:** 7.5\n&amp;gt; **Published:** 2026-09-02\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-75931\n\n## Summary\nA host confusion vulnerability exists in the fast-uri Node.js library when parsing scheme-relative URI references. Due to inconsistent domain name canonicalization, applications validating resolved hosts can be bypassed by downstream WHATWG-compliant parsers, facilitating Server-Side Request Forgery (SSRF).\n\n## TL;DR\nA discrepancy in host canonicalization within fast-uri allows bypasses of SSRF and access-control filters when handling scheme-relative URI references.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-436 (Interpretation Conflict)\n- **Attack Vector**: Network (AV:N)\n- **CVSS Score**: 7.5 (High)\n- **EPSS Score**: 0.00247 (15.89th percentile)\n- **Impact**: SSRF Filter Bypass / Host Obfuscation\n- **Exploit Status**: PoC / Conceptual\n- **CISA KEV Status**: Not Listed\n\n## Affected Systems\n\n- fast-uri (Node.js NPM package)\n- **fast-uri**: &amp;gt;= 2.4.2, &amp;lt; 2.4.5 (Fixed in: `2.4.5`)\n- **fast-uri**: &amp;gt;= 3.1.3, &amp;lt; 3.1.6 (Fixed in: `3.1.6`)\n- **fast-uri**: &amp;gt;= 4.0.1, &amp;lt; 4.1.3 (Fixed in: `4.1.3`)\n\n## Mitigation\n\n- Upgrade fast-uri to safe versions (2.4.5, 3.1.6, or 4.1.3)\n- Use native WHATWG URL parser to validate hostnames in security gateways\n- Force package resolutions/overrides for transitive fast-uri dependencies\n\n**Remediation Steps:**\n1. Identify and audit fast-uri versions inside node_modules and package lockfiles\n2. Run npm update fast-uri or yarn upgrade fast-uri to download fixed releases\n3. Implement package overrides or resolutions in package.json to pin secure versions\n4. Add WHATWG URL validation on policy enforcement checks as a defense-in-depth measure\n\n## References\n\n- [NVD Detail CVE-2026-75931](https://nvd.nist.gov/vuln/detail/CVE-2026-75931)\n- [GitHub Security Advisory GHSA-5jgf-p345-68v8](https://github.com/fastify/fast-uri/security/advisories/GHSA-5jgf-p345-68v8)\n- [Remediation Commit 4e4ebd](https://github.com/fastify/fast-uri/commit/4e4ebd8b245f6ca16e448203559eea3e545453a3)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-75931) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-09-02T16:31:29.955898Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/059bc356-2489-45d4-9070-7abe053ef9f2/export</guid>
      <pubDate>Wed, 02 Sep 2026 16:31:29 +0000</pubDate>
    </item>
    <item>
      <title>7cc42082-895e-4077-9dec-d0dae921a7a5</title>
      <link>https://vulnerability.circl.lu/sighting/7cc42082-895e-4077-9dec-d0dae921a7a5/export</link>
      <description>{"uuid": "7cc42082-895e-4077-9dec-d0dae921a7a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75931", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mukcg4x6cn2r", "content": "fast-uri, CVE-2026-75931: it only canonicalizes a host to ASCII when the input has an explicit scheme, so resolving a scheme-relative //host/ reference against a scheme-bearing base emits the host verbatim. Re-parsing the resolved URI yields a different host than resolve() returned. #dev", "creation_timestamp": "2026-09-02T15:57:39.814690Z"}</description>
      <content:encoded>{"uuid": "7cc42082-895e-4077-9dec-d0dae921a7a5", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75931", "type": "seen", "source": "https://bsky.app/profile/thestandup.bsky.social/post/3mukcg4x6cn2r", "content": "fast-uri, CVE-2026-75931: it only canonicalizes a host to ASCII when the input has an explicit scheme, so resolving a scheme-relative //host/ reference against a scheme-bearing base emits the host verbatim. Re-parsing the resolved URI yields a different host than resolve() returned. #dev", "creation_timestamp": "2026-09-02T15:57:39.814690Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/7cc42082-895e-4077-9dec-d0dae921a7a5/export</guid>
      <pubDate>Wed, 02 Sep 2026 15:57:39 +0000</pubDate>
    </item>
    <item>
      <title>e904f324-feb3-490a-b83e-b9cbd2592da8</title>
      <link>https://vulnerability.circl.lu/sighting/e904f324-feb3-490a-b83e-b9cbd2592da8/export</link>
      <description>{"uuid": "e904f324-feb3-490a-b83e-b9cbd2592da8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75931", "type": "seen", "source": "https://bsky.app/profile/ulisesgascon.com/post/3mtsyrka2pk2b", "content": "\ud83d\udea8 High-severity security fix in fast-uri 2.4.5, 3.1.6, and 4.1.3 just released!\n\nPatches CVE-2026-75931. Host confusion via skipped IDN canonicalization on scheme-relative references.\n\ngithub.com/fastify/fast...", "creation_timestamp": "2026-08-24T09:33:52.741894Z"}</description>
      <content:encoded>{"uuid": "e904f324-feb3-490a-b83e-b9cbd2592da8", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "CVE-2026-75931", "type": "seen", "source": "https://bsky.app/profile/ulisesgascon.com/post/3mtsyrka2pk2b", "content": "\ud83d\udea8 High-severity security fix in fast-uri 2.4.5, 3.1.6, and 4.1.3 just released!\n\nPatches CVE-2026-75931. Host confusion via skipped IDN canonicalization on scheme-relative references.\n\ngithub.com/fastify/fast...", "creation_timestamp": "2026-08-24T09:33:52.741894Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/e904f324-feb3-490a-b83e-b9cbd2592da8/export</guid>
      <pubDate>Mon, 24 Aug 2026 09:33:52 +0000</pubDate>
    </item>
  </channel>
</rss>
