CyberRota Analysis
AI-GeneratedThe Markdown renderer in maalfer Pentestify versions prior to 2.3.2 is vulnerable to cross-site scripting (XSS), allowing authenticated users to execute arbitrary JavaScript by crafting Markdown links with double quotes that disrupt the href attribute. This vulnerability could lead to unauthorized actions or data exposure within the application. Organizations using affected versions should prioritize patching to mitigate potential exploitation risks.
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
Cross-site Scripting in the Markdown renderer in maalfer Pentestify before 2.3.2 allows authenticated users to execute arbitrary JavaScript in the application origin via a Markdown link whose URL contains a double quote, which closes the anchor's href attribute because the renderer's sanitization step does not escape quotes