VYPR

Airtable Mcp CLI

by Airtable

CVEs (1)

  • CVE-2026-81101MedAug 27, 2026
    risk 0.35cvss 6.5epss

    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…