CyberRota Analysis
AI-GeneratedThe vulnerability affects the Java-based application telegram-search, which is susceptible to stored cross-site scripting (XSS) due to the improper handling of unsanitized HTML in messages. This flaw allows remote attackers to execute arbitrary JavaScript in users' browsers without any interaction, posing a significant risk of data theft or session hijacking. Organizations using this application should prioritize remediation efforts to protect their users from potential exploitation.
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
telegram-search contains a stored cross-site scripting vulnerability that allows remote attackers to execute arbitrary JavaScript in victims' browsers by sending crafted messages containing unsanitized HTML to a shared Telegram group. The highlightKeyword function in MessageList.vue passes raw message content directly to v-html without HTML escaping or sanitization, enabling stored, cross-user, zero-click execution of injected payloads such as image onerror handlers when victims browse or search messages.