Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/GramSearch/telegram-search
- https://github.com/GramSearch/telegram-search/issues/653
- https://github.com/GramSearch/telegram-search/pull/654
- https://github.com/groupultra/telegram-search/commit/54f6adced844ce9990228d75e31
- https://www.vulncheck.com/advisories/telegram-search-stored-xss-via-v-html-in-me
FAQ
What is CVE-2026-73031?
CVE-2026-73031 is a vulnerability with a CVSS score of 8.7 (HIGH). 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 unsanitize...
How severe is CVE-2026-73031?
CVE-2026-73031 has been rated HIGH with a CVSS base score of 8.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-73031?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.