CVE-2026-73140 PUBLISHED

cti-transmute Evaluation Report Exports Expose Private Comments and Author Information

Assigner: CIRCL
Reserved: 11.08.2026 Published: 11.08.2026 Updated: 11.08.2026

Affected versions of cti-transmute fail to apply comment-level access-control rules when generating evaluation report exports. Although normal comment retrieval filters comments according to conversion visibility, comment privacy, ownership, authorship, and administrative privileges, build_evaluation_report() previously included all evaluation comments without applying those rules.

Consequently, a user who was authorized to view a conversion could export its evaluation report as Markdown or PDF and obtain private evaluation comments that should only have been visible to the conversion owner, the comment author, or an administrator. The leaked report data also contained the comment author's name. The fix passes the requesting user into the report builder and filters every evaluation comment using the shared access.can_see_comment() authorization function.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:L/SI:N/SA:N
CVSS Score: 5.3

Product Status

Vendor MISP
Product cti-transmute
Versions Default: unaffected
  • affected from 0 to 1.4.0 (incl.)

Credits

  • Jeroen Pinoy finder
  • Christian Studer remediation developer

References

Problem Types

  • CWE-862 Missing Authorization CWE

Impacts

  • CAPEC-87 Forceful Browsing