CVE-2026-73155
Last modified
CVE-2026-73155 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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). EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| MISP | cti-transmute | <= 1.4.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-73155?
How severe is CVE-2026-73155?
How do I fix CVE-2026-73155?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7312CWE‑522: Insufficiently Protected Credentials in web service…7.5
- CVE-2026-73122A flaw was found in the multicloud-operators-channel compone…7.7
- CVE-2026-7313CWE‑522: Insufficiently Protected Credentials in web service…4.9
- CVE-2026-7314A vulnerability was detected in eiceblue spire-doc-mcp-serve…7.3
- CVE-2026-73140Affected versions of cti-transmute fail to apply comment-lev…5.3
- CVE-2026-7315A flaw has been found in eiceblue spire-pdf-mcp-server 0.1.1…7.3
- CVE-2026-73156Affected versions of cti-transmute fail to HTML-escape attac…5.3
- CVE-2026-73157Affected versions of cti-transmute render data obtained from…2.3
- CVE-2026-73158Affected versions of cti-transmute insufficiently validate s…5.1
- CVE-2026-73159Affected versions of cti-transmute allow a tag's icon value …5.1
- CVE-2026-7316A vulnerability has been found in eiliyaabedini aider-mcp up…7.3
- CVE-2026-73160Affected versions of cti-transmute contain an SSRF vulnerabi…8.7
Are you affected by CVE-2026-73155?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
