CVE-2026-69082
Received Received - Intake

Cross-Site Request Forgery in CTI-Transmute Admin Panel

Vulnerability report for CVE-2026-69082, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-03

Last updated on: 2026-08-03

Assigner: 5a6e4751-2f3f-4070-9419-94fb35b644e8

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-03
Last Modified
2026-08-03
Generated
2026-08-03
AI Q&A
2026-08-03
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
cti-transmute cti-transmute *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CTI-Transmute had a cross-site request forgery (CSRF) vulnerability in the user deletion feature. The /account/delete/<id> endpoint accepted GET requests, which could be exploited by an attacker to trick an authenticated administrator into deleting user accounts without their knowledge.

Detection Guidance

Detecting this CSRF vulnerability requires checking if the /account/delete/<id> endpoint accepts HTTP GET requests. Monitor web server logs for suspicious GET requests to deletion endpoints. Use tools like curl to test if the endpoint responds to GET requests with state changes.

Impact Analysis

An attacker could delete arbitrary user accounts, leading to unauthorized modifications and denial of access for affected users. If administrators or the last admin account are deleted, it could disrupt the entire CTI-Transmute instance.

Mitigation Strategies

Immediately update CTI-Transmute to the patched version that restricts the deletion endpoint to HTTP POST requests and requires CSRF tokens. Disable or restrict administrative user deletion functionality if an update is not immediately available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-69082. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart