๐Ÿ” CVE Alert

CVE-2026-73155

UNKNOWN 0.0

cti-transmute Missing Authorization Allows Reactions to Private Comments

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Affected versions of cti-transmute allow authenticated users to add or remove emoji reactions on comments without first checking whether those users are authorized to view the target comment. The vulnerable react() handler passed an attacker-controlled comment_id directly to comments_repo.toggle_reaction() after only validating that the ID existed syntactically and that the requested emoji was permitted. Because comment-level visibility was not enforced, a user who could identify the ID of a private or otherwise inaccessible comment could modify reaction state on that comment despite lacking permission to access it. The fix retrieves the target comment, rejects missing or deleted comments, retrieves its associated conversion, and enforces access.can_see_comment(current_user, comment, conversion). Unauthorized requests now receive HTTP 403.

CWE CWE-862
Vendor misp
Product cti-transmute
Published Aug 11, 2026
Stay Ahead of the Next One

Get instant alerts for misp cti-transmute

Be the first to know when new unknown vulnerabilities affecting misp cti-transmute are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

MISP / cti-transmute
0 โ‰ค 1.4.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/MISP/cti-transmute/commit/a18c07c3dd4a74b91ad8dd23d6e84fee4bcbd457

Credits

Jeroen Pinoy Christian Studer