CVE-2026-42260
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedOpen-WebSearch is a multi-engine MCP server, CLI, and local daemon for agent web search and content retrieval. Prior to 2.1.7, isPublicHttpUrl / assertPublicHttpUrl in src/utils/urlSafety.ts do not recognize bracketed IPv6 literals and do not resolve DNS, which combine to allow non-blind SSRF with the response body returned to the caller. This vulnerability is fixed in 2.1.7.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe isPublicHttpUrl and assertPublicHttpUrl functions in Open-WebSearch fail to validate bracketed IPv6 addresses and do not perform DNS resolution, allowing attackers to bypass URL validation and make the server request internal network resources. This enables non-blind SSRF where the attacker receives the response body from internal services.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Open-WebSearch installation versionLocate the Open-WebSearch installation directory and check the version file, package.json, or version metadata. Common locations: package.json for Node.js installations, or a VERSION file in the root directory. Run: cat package.json | grep version or ls -la for version files.Affected if The installed version is lower than 2.1.7 (any version prior to the fix is vulnerable)
-
Locate the URL validation moduleSearch for files containing 'isPublicHttpUrl' or 'assertPublicHttpUrl' functions in the codebase. Use grep: grep -r 'isPublicHttpUrl' . or grep -r 'assertPublicHttpUrl' .Affected if These functions exist in the codebase and are used for URL validation
-
Identify URL-handling endpointsReview the application's HTTP routes or endpoints that accept URLs as input. Look for parameters named 'url', 'href', 'redirect', or similar that accept user-provided URLs. Check route handlers in main application files.Affected if The application accepts user-supplied URLs that are passed through the vulnerable validation functions
-
Test for IPv6 address handlingSubmit a request with a bracketed IPv6 address pointing to an internal resource, such as http://[::1] or http://[fe80::1], as a URL parameter. Observe whether the server makes a request to the internal address.Affected if The server accepts bracketed IPv6 addresses and attempts to resolve/request them without proper validation
A user is affected if they run Open-WebSearch version lower than 2.1.7 and the application exposes endpoints that accept user URLs processed by the isPublicHttpUrl or assertPublicHttpUrl functions.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to Open-WebSearch version 2.1.7 or later, which includes proper IPv6 literal recognition and DNS resolution in the URL safety validation.
2.1.7
- Upgrade Open-WebSearch to version 2.1.7 or later to obtain the patched version of src/utils/urlSafety.ts that properly validates bracketed IPv6 literals and resolves DNS for SSRF protection
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,696.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-42260 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-42260 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data