PatchSiren cyber security CVE debrief
CVE-2026-62865 baptisteArno CVE debrief
CVE-2026-62865 is a high-severity vulnerability in Typebot, an open-source chatbot builder. In self-hosted versions prior to 3.18.0, the server-side Send Email integration block allows arbitrary reading of local files on the server. Attackers can publish a bot that attaches an absolute path to a file, such as /etc/passwd or /proc/self/environ, and mails it to an address they control. This enables reading any file the server process can access, including process environment secrets such as the credential encryption key and database connection string, without administrative privileges or victim interaction. Open signup is enabled by default and the system SMTP credential is already
- Vendor
- baptisteArno
- Product
- typebot.io
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-25
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-25
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for Typebot instances, particularly those with self-hosted versions prior to 3.18.0, should assess exposure and prioritize upgrading to prevent exploitation. They should also review and restrict access to the Send Email integration block, monitor for suspicious activity, and track exceptions.
Why it matters
CVE-2026-62865 is a high-severity vulnerability in Typebot that allows arbitrary reading of local files on the server. Defenders should prioritize upgrading to version 3.18.0 or later to prevent exploitation.
- Reading arbitrary files on the server
- Potential exposure of process environment secrets
- Possible disruption of service through exploitation
Technical summary
The vulnerability is caused by the server-side Send Email integration block's ability to build Nodemailer attachments from a typebot variable. The parseAttachments helper returns the supplied value as a filesystem path whenever it does not start with the application's own base URL. This allows an attacker to read any file the server process can access, including process environment secrets, without administrative privileges or victim interaction. The issue is fixed in version 3.18.0. There is no evidence of in-the-wild exploitation.
Defensive priority
Defenders should prioritize upgrading to version 3.18.0 or later to prevent exploitation.
Recommended defensive actions
- Upgrade to Typebot version 3.18.0 or later
- Review and restrict access to the Send Email integration block
- Monitor for suspicious activity in Typebot instances
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The vulnerability allows arbitrary reading of local files on the server through the Send Email integration block. Attackers can publish a bot whose Send Email block attaches an absolute path such as /etc/passwd or /proc/self/environ and mails it to an address they control, enabling reading of any file the server process can access, including process environment secrets. The issue is fixed in version 3.18.0. There is no evidence of in-the-wild exploitation.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-62865 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-62865
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-62865 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-62865
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/baptisteArno/typebot.io/commit/9c81300e5abb28a68a5af2920b92043e3512899d
-
Source reference
Unverified legacy reference
URL: https://github.com/baptisteArno/typebot.io/releases/tag/v3.18.0
-
Source reference
Unverified legacy reference
URL: https://github.com/baptisteArno/typebot.io/security/advisories/GHSA-j32h-2r6x-wmf3
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.