<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <id>https://vulnerability.circl.lu/sightings/feed</id>
  <title>Most recent sightings.</title>
  <updated>2026-09-04T00:12:40.539462+00:00</updated>
  <author>
    <name>Vulnerability-Lookup</name>
    <email>info@circl.lu</email>
  </author>
  <link href="https://vulnerability.circl.lu" rel="alternate"/>
  <generator uri="https://lkiesow.github.io/python-feedgen" version="1.0.0">python-feedgen</generator>
  <subtitle>Contains only the most 10 recent sightings.</subtitle>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/059bc356-2489-45d4-9070-7abe053ef9f2/export</id>
    <title>059bc356-2489-45d4-9070-7abe053ef9f2</title>
    <updated>2026-09-04T00:12:40.567179+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"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>
    <link href="https://vulnerability.circl.lu/sighting/059bc356-2489-45d4-9070-7abe053ef9f2/export"/>
    <published>2026-09-02T16:31:29.955898+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/7cc42082-895e-4077-9dec-d0dae921a7a5/export</id>
    <title>7cc42082-895e-4077-9dec-d0dae921a7a5</title>
    <updated>2026-09-04T00:12:40.571290+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"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>
    <link href="https://vulnerability.circl.lu/sighting/7cc42082-895e-4077-9dec-d0dae921a7a5/export"/>
    <published>2026-09-02T15:57:39.814690+00:00</published>
  </entry>
  <entry>
    <id>https://vulnerability.circl.lu/sighting/e904f324-feb3-490a-b83e-b9cbd2592da8/export</id>
    <title>e904f324-feb3-490a-b83e-b9cbd2592da8</title>
    <updated>2026-09-04T00:12:40.571663+00:00</updated>
    <author>
      <name>Automation user</name>
      <uri>https://cve.circl.lu/user/automation</uri>
    </author>
    <content>{"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>
    <link href="https://vulnerability.circl.lu/sighting/e904f324-feb3-490a-b83e-b9cbd2592da8/export"/>
    <published>2026-08-24T09:33:52.741894+00:00</published>
  </entry>
</feed>
