CVE-2026-25883 PUBLISHED

Vexa Webhook Feature has a SSRF Vulnerability

Assigner: GitHub_M
Reserved: 06.02.2026 Published: 20.04.2026 Updated: 20.04.2026

Vexa is an open-source, self-hostable meeting bot API and meeting transcription API. Prior to 0.10.0-260419-1910, the Vexa webhook feature allows authenticated users to configure an arbitrary URL that receives HTTP POST requests when meetings complete. The application performs no validation on the webhook URL, enabling Server-Side Request Forgery (SSRF). An authenticated attacker can set their webhook URL to target internal services (Redis, databases, admin panels), cloud metadata endpoints (AWS/GCP credential theft), and/or localhost services. Version 0.10.0-260419-1910 patches the issue.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N
CVSS Score: 5.8

Product Status

Vendor Vexa-ai
Product vexa
Versions
  • Version < 0.10.0-260419-1910 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE