CVE-2026-73155

Source
https://cve.org/CVERecord?id=CVE-2026-73155
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-73155.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-73155
Published
2026-08-11T07:31:49.315Z
Modified
2026-08-13T04:02:48.384039833Z
Severity
  • 5.3 (Medium) CVSS_V4 - 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 CVSS Calculator
Summary
cti-transmute Missing Authorization Allows Reactions to Private Comments
Details

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 commentid directly to commentsrepo.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.canseecomment(current_user, comment, conversion). Unauthorized requests now receive HTTP 403.

Database specific
{
    "unresolved_ranges": [
        {
            "extracted_events": [
                {
                    "last_affected": "1.4.0"
                }
            ],
            "source": "AFFECTED_FIELD"
        }
    ],
    "cna_assigner": "CIRCL",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/73xxx/CVE-2026-73155.json",
    "cwe_ids": [
        "CWE-862"
    ]
}
References

Affected packages

Git / github.com/misp/cti-transmute

Affected ranges

Type
GIT
Repo
https://github.com/misp/cti-transmute
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "source": "REFERENCES"
}

Affected versions

v1.*
v1.3
v1.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-73155.json"