Cross-site scripting in Twenty - CVE-2026-44729
Published: July 28, 2026
Twenty
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary script in the victim's browser and disclose sensitive information.
The vulnerability exists due to cross-site scripting in the file serving endpoints at /files/* and /file/:fileFolder/:id when serving uploaded files without setting safe response headers. A remote user can upload a crafted HTML file and cause a victim to open its URL to execute arbitrary script in the victim's browser and disclose sensitive information.
User interaction is required, and the issue is exploitable in deployments where the response is rendered inline without protective header injection by upstream infrastructure.