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.
Published: 2026-08-03
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in CTI‑Transmute’s administrative account deletion endpoint. The /account/delete/<id> URL accepts HTTP GET requests that modify state, allowing an authenticated administrator’s session to be abused by an unauthenticated attacker. An attacker can construct a crafted link or embed a request that, when accessed by an administrator, results in arbitrary user accounts being deleted without explicit confirmation, thereby altering application state and potentially denying access to legitimate users. This CSRF weakness also carries the risk of removing critical administrative accounts, which could impair overall system management.

Affected Systems

The affected product is MISP CTI‑Transmute, also known simply as CTI‑Transmute, a tool used for transmuting CTI content. No specific sub‑versions are listed in the advisory; organizations should verify whether their deployed instance is susceptible as the issue exists in versions prior to the patch that implements POST‑only deletion and CSRF protection.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity, while the EPSS score is not provided and the vulnerability is not in the CISA KEV catalog. Exploitation requires a legitimate administrator to visit a maliciously crafted page, which is typically achieved through social‑engineering or phishing. Consequently, the likelihood of exploitation is moderate but significant, especially in environments lacking strict access controls or monitoring of administrative activity.

Generated by OpenCVE AI on August 4, 2026 at 10:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade CTI‑Transmute to the latest available release that enforces POST‑only deletion and requires a valid CSRF token.
  • As a temporary countermeasure, reconfigure the web server or application firewall to reject HTTP GET requests to the /account/delete/<id> endpoint.
  • Review and tighten administrator privileges, ensuring only authorized users can delete accounts, and enable logging to monitor deletions for anomalous activity.

Generated by OpenCVE AI on August 4, 2026 at 10:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
First Time appeared Misp
Misp cti-transmute
Vendors & Products Misp
Misp cti-transmute

Mon, 03 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 03 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
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.
Title Cross-Site Request Forgery in the Administrative User Deletion Endpoint
Weaknesses CWE-352
References
Metrics cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Misp Cti-transmute
cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-08-03T10:45:04.254Z

Reserved: 2026-08-03T09:42:53.915Z

Link: CVE-2026-69082

cve-icon Vulnrichment

Updated: 2026-08-03T10:44:48.989Z

cve-icon NVD

Status : Received

Published: 2026-08-03T10:16:33.540

Modified: 2026-08-03T12:16:28.250

Link: CVE-2026-69082

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T10:30:07Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)