header-logo
Suggest Exploit
vendor:
Miro Broadcast Machine
by:
Not specified
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: Miro Broadcast Machine
Affected Version From: 0.9.9.9
Affected Version To: 0.9.9.9
Patch Exists: NO
Related CWE: Not specified
CPE: a:participatoryculture:miro_broadcast_machine:0.9.9.9
Metasploit:
Other Scripts:
Platforms Tested:
Not specified

Cross-Site Scripting Vulnerability in Miro Broadcast Machine

Miro Broadcast Machine is prone to a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data. Exploiting this issue allows attackers to execute arbitrary HTML or script code in a user's browser session in the context of an affected site. This may allow the attacker to steal cookie-based authentication credentials and launch other attacks.

Mitigation:

The vendor should sanitize user-supplied data to prevent cross-site scripting attacks. Users should be cautious when visiting untrusted websites and keep their browsers and security software up to date.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/26407/info

Miro Broadcast Machine is prone to a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data.

Exploiting this issue allows attackers to execute arbitrary HTML or script code in a user's browser session in the context of an affected site. This may allow the attacker to steal cookie-based authentication credentials and launch other attacks.

This issue affects Broadcast Machine 0.9.9.9; other versions may also be affected.

<form action="http://www.example.com/login.php" method="post"><input type="text" name="username" value='"<script>alert(1)</script>'><input type="submit"></form>