Compromised McpPublished Apr 2, 2026

MCP server ships with test-mode endpoint enabled in production builds

CriticalAARM tierConfirmed
Seen4times across1customer
jiffy-ti-2026-000055

Summary

MCP server left a `/__test/exec` endpoint enabled in its published Docker image. Accepts arbitrary command input with no auth. Attacker who finds the server at a discoverable path exec's on the host.

Severity & confidence

Severity
Critical

Critical

Active exploitation in the wild, high blast radius, or direct data exfiltration vector. Treat as an urgent remediation target; quarantine affected artifacts immediately.

Confidence
Confirmed

Confirmed

Observed directly by Jiffy scanners or validated by multiple independent sources. Indicators are reliable enough to drive automated action.

Indicators

Observed patterns and artifacts associated with this entry. Each indicator can be copied into your detection stack or SIEM.

  • /__test/exec|/debug/exec

Detection rule

A YARA-style pseudo-rule auto-generated from the indicators above. Useful as a starting point — adapt the syntax for your target detection platform.

YARA-style pseudo-rule
rule jiffy_ti_2026_000055
{
    meta:
        source = "jiffy-intel"
        severity = "critical"
        description = "Auto-generated from Jiffy Intel indicators"
    strings:
    $endpoint_0 = "/__test/exec|/debug/exec"
    condition:
        $endpoint_0
}

Auto-generated from the indicators above. Adapt syntax for your detection stack before deploying.

Affected tools

ToolVersionsStatus
Any MCP-capable agent*vulnerable

Example artifacts

Sanitized examples of artifacts Jiffy has observed exhibiting this pattern. Publisher handles are redacted; version ranges and status reflect the most recent scan.

  • ops-harness-mcpMCP server
    Removed
    Source
    MCP Registry
    Versions
    0.5.0
    First observed
    Mar 25, 2026
    Last observed
    Apr 17, 2026
  • ci-harness-mcpMCP server
    Quarantined
    Source
    Community registry
    Versions
    0.2.0
    First observed
    Mar 29, 2026

How to remediate

  1. 01Rebuild affected MCP server images without test endpoints.
  2. 02Expose narrow tool surface only.

Timeline & sources

Timeline

  1. First observedMar 25, 202623 days ago
  2. Last updatedApr 27, 2026today
  3. PublishedApr 2, 202615 days ago

Sources

scanner

References

Scan for patterns like this

Point Jiffy at your GitHub org, IDE config, or a single artifact. Get a scored report in under a minute.

Start a free scan