CVE-2026-48763 PUBLISHED

TypeBot has Arbitrary S3 Object Write in deprecated public upload endpoint via attacker-controlled filePath

Assigner: GitHub_M
Reserved: 22.05.2026 Published: 11.08.2026 Updated: 11.08.2026

TypeBot is a chatbot builder tool. Versions prior to 3.17.0 expose a deprecated public upload endpoint at GET /api/v1/typebots/{typebotId}/blocks/{blockId}/storage/upload-url that accepts an attacker-controlled filePath and returns a presigned S3 PUT URL for that exact key. Because the endpoint only checks that the referenced typebot is public and that the referenced block is a file input block, an unauthenticated attacker who knows a valid public typebotId and blockId can request presigned upload URLs for arbitrary objects in the shared bucket, including private/... and other tenants' public/... paths. Version 3.17.0 fixes this issue.

Metrics

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

Product Status

Vendor baptisteArno
Product typebot.io
Versions
  • Version < 3.17.0 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE