CVE-2026-69082 Details
Description
CTI-Transmute contained a cross-site request forgery vulnerability in the administrative user deletion functionality. The /account/delete/<id> endpoint accepted HTTP GET requests for an operation that modified application state. An unauthenticated remote attacker could construct a malicious link or embed a request targeting this endpoint and induce an authenticated CTI-Transmute administrator to visit the attacker-controlled content. If the administrator had an active session, the browser would automatically include the administrator’s session credentials, causing the selected user account to be deleted without the administrator intentionally confirming the operation. Successful exploitation requires interaction from a currently authenticated administrator who has permission to delete users. The attacker does not need a CTI-Transmute account or administrative privileges because the forged request executes using the victim administrator’s session. The vulnerability could allow an attacker to delete arbitrary user accounts, resulting in unauthorized modification of application state and denial of access for affected users. Depending on whether administrators can delete other administrators or the final administrative account, exploitation could also disrupt administration of the CTI-Transmute instance. The patch resolves the issue by restricting the deletion endpoint to HTTP POST requests and submitting the deletion through a form containing a CSRF token.
A cross-site request forgery (CSRF) vulnerability has been identified in CTI-Transmute, specifically within the administrative user deletion feature. The vulnerability exists in the '/account/delete/<id>' endpoint, which accepts HTTP GET requests for an operation that alters application state. An unauthenticated remote attacker could create a malicious link or request aimed at this endpoint, tricking an authenticated CTI-Transmute administrator into visiting the attacker-controlled content. If the administrator had an active session, the browser would automatically include the session credentials, resulting in the unintended deletion of the selected user account. This exploitation requires interaction from an authenticated administrator with user deletion permissions. The vulnerability allows for the deletion of arbitrary user accounts, unauthorized modification of application state, and potential disruption of access for affected users. If administrators can delete other admins or the last admin account, it could severely impact the management of the CTI-Transmute instance.
The vulnerability has been addressed by modifying the deletion endpoint to accept only HTTP POST requests and requiring the inclusion of a CSRF token in the deletion form.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 3, 2026CISA-ADP
Assessed Aug 3, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/MISP/cti-transmute/commit/4f0d051ec5f1d45894c26987d409411728b2d82c | CIRCL | Source CodeVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-352 | Cross-Site Request Forgery (CSRF) | CIRCL |
Affected Products
| Product | Versions |
|---|---|
| CTI-Transmute | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 3, 2026 | CVE Modified | CISA-ADP |
| Aug 3, 2026 | New CVE Received | CIRCL |
Volerion