CVE-2026-7146
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 · uneditedA security vulnerability has been detected in AlejandroArciniegas mcp-data-vis up to de5a51525a69822290eaee569a1ab447b490746d. Affected by this vulnerability is the function axios of the file src/servers/web-scraper/server.js of the component HTTP Request Handler. Such manipulation leads to server-side request forgery. The attack may be launched remotely. The exploit has been disclosed publicly and may be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. The project was informed of the problem early through an issue report but has not responded yet.
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 confidenceThis is a Server-Side Request Forgery (SSRF) vulnerability in the mcp-data-vis project's web-scraper component. The axios function in src/servers/web-scraper/server.js allows unvalidated user input to be used in HTTP requests, enabling attackers to make the server request arbitrary URLs, potentially accessing internal services or cloud metadata endpoints.
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
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
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.
-
Locate the mcp-data-vis projectSearch your codebase or node_modules for the 'mcp-data-vis' package directory, or grep for files containing 'web-scraper' in your project structureAffected if The mcp-data-vis project with a web-scraper component is present in your environment
-
Find the vulnerable server.js fileLocate the file at src/servers/web-scraper/server.js within the mcp-data-vis package or your projectAffected if The file src/servers/web-scraper/server.js exists in your environment
-
Inspect axios usage in the web-scraperOpen src/servers/web-scraper/server.js and examine how the axios function is called - look for places where user input flows directly into axios request URL parameters without validationAffected if The code contains axios calls that accept user-supplied URLs without validation or allowlist checks
-
Check if user input reaches the vulnerable axios callTrace the data flow in server.js - identify function parameters or API endpoints that accept URL input and are passed to axios without validation functionsAffected if User-controllable input (request parameters, query strings, body data) is passed directly to axios without sanitization or allowlist validation
-
Verify if the web-scraper endpoint is exposedCheck your application's routes or API definitions to confirm the web-scraper endpoint is registered and accessibleAffected if The web-scraper functionality is exposed via a reachable API endpoint or route
You are affected if the mcp-data-vis web-scraper component is present and its server.js file contains axios calls that accept user-supplied URLs without validation or allowlist filtering.
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.
From vendor dataImplement strict input validation on URLs passed to the axios function, using an allowlist approach for permitted domains or URL patterns, and validate that requests are not directed to internal/private network addresses (e.g., localhost, 127.0.0.1, private IP ranges).
- Consultation2.0 h
- Implementation4.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 $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-7146 — 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-7146 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