Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-55640 – Unauthenticated Vector Store Corruption via Webhook Endpoint – nextcloud-mcp-server

Be the first to know when new zero-days emerge:

Summary

CVE-2026-55640 is a critical missing-authentication vulnerability (CWE-306) affecting nextcloud-mcp-server, an open-source Model Context Protocol server that integrates Nextcloud with AI agents. The POST /webhooks/nextcloud endpoint accepts unauthenticated requests whenever the WEBHOOK_SECRET environment variable is left unset (its default state), allowing a remote, unauthenticated attacker to spoof any user’s identity and delete or corrupt that user’s vector embeddings, destroying the semantic search index. The flaw carries a CVSS v3.1 base score of 9.1 (Critical).

Technical details

  • Root cause: The webhook handler’s authentication check is implemented as if secret: — when the WEBHOOK_SECRET configuration value is unset (its default), the authentication check is skipped entirely rather than failing closed.
  • Untrusted input: The attacker-controlled payload["user"]["uid"] field from the incoming JSON webhook body is passed directly into vector database (Qdrant) operations without any verification that the request actually originated from Nextcloud or that the claimed user identity is legitimate.
  • Trigger conditions: The MCP server must have vector sync/semantic search enabled with WEBHOOK_SECRET left at its default unset value — the out-of-the-box configuration.
  • Attack vector: Network-based, no authentication or user interaction required. An attacker who can reach the server’s webhook port (default 8000) can send a crafted POST /webhooks/nextcloud request impersonating any user.
  • Impact: By spoofing arbitrary user IDs in delete or re-index events, an attacker can mass-delete or corrupt vector embeddings across all users, destroying the semantic search index and requiring a full re-indexing/recovery to restore functionality. No confidentiality impact is noted (C:N), but integrity and availability impacts are both rated High.

Affected software

  • cbcoutinho/nextcloud-mcp-server (PyPI package nextcloud-mcp-server) versions ≤ 0.117.1
  • Fixed in version 0.117.2

Severity

  • CVSS v3.1 Base Score: 9.1 (Critical)
  • Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Mitigation and recommended actions

  • Immediate: Upgrade nextcloud-mcp-server to version 0.117.2 or later, which enforces the WEBHOOK_SECRET check and adds HMAC-based validation of webhook requests.
  • If patching is not immediately possible:
    • Explicitly set a strong, random WEBHOOK_SECRET value rather than relying on the default unset configuration.
    • Restrict network access to the /webhooks/nextcloud endpoint (e.g., firewall rules, reverse proxy allowlists) so only the trusted Nextcloud instance can reach it.
    • Monitor and back up vector store (Qdrant) data to enable recovery if embeddings are deleted or corrupted, and audit logs for unexpected webhook calls or mass deletion/re-index events.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge