CVE-2026-47769
Last modified
CVE-2026-47769 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. APIFold reads an OpenAPI 3.x or Swagger 2.x specification and generates a live, production-ready MCP server endpoint. Prior to commit 7f19b52280f414f57af2b79a95333d1c8fbeece5, the `/webhooks/:serverSlug/:eventName` endpoint accepts arbitrary unauthenticated JSON and stores it in Redis and the `webhook_events` PostgreSQL table without any signature check or authentication requirement.
Description
APIFold reads an OpenAPI 3.x or Swagger 2.x specification and generates a live, production-ready MCP server endpoint. Prior to commit 7f19b52280f414f57af2b79a95333d1c8fbeece5, the `/webhooks/:serverSlug/:eventName` endpoint accepts arbitrary unauthenticated JSON and stores it in Redis and the `webhook_events` PostgreSQL table without any signature check or authentication requirement. The root cause is that `createWebhookRouter` is called at `server.ts:188` without a `validators` map, so `receivers.ts:80`'s optional-chaining guard evaluates to `undefined` and the signature-validation block (`receiver.ts:81–95`) is unconditionally skipped. Any unauthenticated network client that knows a valid server slug can inject arbitrary payloads, which are subsequently served as trusted resource state to legitimate MCP clients. Commit 7f19b52280f414f57af2b79a95333d1c8fbeece5 patches the issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Work90210 | APIFold | < 7f19b52280f414f57af2b79a95333d1c8fbeece5 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-47769?
How severe is CVE-2026-47769?
How do I fix CVE-2026-47769?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-47762TinyMCE is an open source rich text editor. Prior to 5.11.1,…5.4
- CVE-2026-47763pdm is a Python package and dependency manager supporting th…6.8
- CVE-2026-47764pdm is a Python package and dependency manager supporting th…8.4
- CVE-2026-47765Frappe is a full-stack web application framework. Prior to 1…7.1
- CVE-2026-47767Symfony is a PHP framework for web and console applications …9.8
- CVE-2026-47768nebula-mesh is a self-hosted control plane for Slack Nebula …5.5
- CVE-2026-4777A security flaw has been discovered in SourceCodester Sales …6.5
- CVE-2026-47770jq is a command-line JSON processor. Prior to 1.8.2, compari…5.5
- CVE-2026-47774Envoy is an open source edge and service proxy designed for …7.5
- CVE-2026-47775Envoy is an open source edge and service proxy designed for …6.8
- CVE-2026-47777Mastodon is a free, open-source social network server based …7.5
- CVE-2026-47778Envoy is an open source edge and service proxy designed for …4.4
Are you affected by CVE-2026-47769?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
