๐Ÿ” CVE Alert

CVE-2026-81101

MEDIUM 6.5

Airtable MCP CLI before 0.2.5 Credential Disclosure via Unvalidated Configured Endpoint

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

The configure command accepted any endpoint URL and stored it beside the user's access token. ConfigureCommand.execute in src/cli.ts persisted the value given to its endpoint option into the user profile without passing it through createSafeUrl in src/config.ts, the helper that already restricted the environment-variable form of the same setting to the vendor's own hosts over HTTPS. Because the connect path in src/mcp.ts attaches the stored token as a bearer credential on every request to the configured endpoint, a user who was persuaded to run configure with an endpoint of the attacker's choosing sent their personal access token to that destination on each subsequent invocation. Version 0.2.5 applies the same helper to the option.

CWE CWE-200
Vendor airtable
Product airtable-mcp-cli
Published Aug 27, 2026
Stay Ahead of the Next One

Get instant alerts for airtable airtable-mcp-cli

Be the first to know when new medium vulnerabilities affecting airtable airtable-mcp-cli are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

Airtable / airtable-mcp-cli
0 < 0.2.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Airtable/airtable-mcp-cli github.com: https://github.com/Airtable/airtable-mcp-cli/pull/17 vulncheck.com: https://www.vulncheck.com/advisories/airtable-mcp-cli-before-0.2.5-credential-disclosure-via-unvalidated-configured-endpoint

Credits

Avishai Gonen (Pluto Security)