First published: Mon May 01 2023(Updated: )
In AVideo, a normal user can make a Meeting Schedule where the user can invite another user in that Meeting, but I found out that it did not properly sanitize the malicious characters when creating a Meeting Room. This leads the attacker to put malicious scripts. Impact: Since any USER including the ADMIN can see the meeting room that was created by the attacker this can lead to cookie hijacking and takeover of any accounts without user interaction. Step to Reproduce: 1. As normal USER go to Meet -> Schedule https://demo.avideo.com/plugin/Meet/ 2. In "Meet topic" field put XSS payload Example: "><img src=x onerror=alert('Pawned+by+Gonz')> 3. Then click Save 4. Now as ADMIN go to Meet -> Schedule -> Upcoming https://demo.avideo.com/plugin/Meet/ 5. Then the XSS payload that normal USER created will be executed Video POC: https://youtu.be/Nke0Bmv5F-o
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
WWBN AVideo | <12.4 | |
composer/wwbn/avideo | <12.4 | 12.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-30860 is considered a high severity vulnerability due to its potential for XSS attacks.
To fix CVE-2023-30860, ensure you update AVideo to the latest version beyond 12.4 which addresses the vulnerability.
Any normal user of AVideo versions up to 12.4 is affected by CVE-2023-30860.
CVE-2023-30860 is an XSS vulnerability that arises from improper sanitization of input during meeting room creation.
An attacker can inject malicious scripts into meeting invitations, potentially compromising user accounts and data.