CyberRota Analysis
AI-GeneratedThe vulnerability in cti-transmute allows unauthorized users to export evaluation reports that include private comments, bypassing established access-control rules. This could lead to the exposure of sensitive information, such as comment authorship, to users who should not have access to it. Organizations using affected versions of cti-transmute should prioritize applying the fix to prevent potential data leaks and maintain confidentiality.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
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.