convos-chat/convos

convos-chat/convos

Releases217
Frequency2 weeks 3 days
Last Release
Stars1.18K
Convos :busts_in_silhouette: is the simplest way to use IRC in your browser

CVE History

CVEPublishedCVSS v3CVSS v2
7.6 HIGH3.5 LOW

Convos is an open source multi-user chat that runs in a web browser. Characters starting with "https://" in the chat window create an <a> tag. Stored XSS vulnerability using onfocus and autofocus occurs because escaping exists for "<" or ">" but escaping for double quotes does not exist. Through this vulnerability, an attacker is capable to execute malicious scripts. Users are advised to update as soon as possible.

7.6 HIGH3.5 LOW

Convos is an open source multi-user chat that runs in a web browser. You can't use SVG extension in Convos' chat window, but you can upload a file with an .html extension. By uploading an SVG file with an html extension the upload filter can be bypassed. This causes Stored XSS. Also, after uploading a file the XSS attack is triggered upon a user viewing the file. Through this vulnerability, an attacker is capable to execute malicious scripts. Users are advised to update as soon as possible.

5.4 MEDIUM3.5 LOW

A Stored Cross Site Scripting (XSS) issue exists in Convos-Chat before 6.32.

5.3 MEDIUM5 MEDIUM

Convos before 4.20 does not properly generate a random secret in Core/Settings.pm and Util.pm. This leads to a predictable CONVOS_LOCAL_SECRET value, affecting password resets and invitations.