header-logo
Suggest Exploit
vendor:
InverseFlow
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting (XSS)
79
CWE
Product Name: InverseFlow
Affected Version From: 2.4
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Multiple Cross-Site Scripting Vulnerabilities in InverseFlow

The application fails to sanitize user-supplied data, leading to multiple XSS vulnerabilities. An attacker can execute arbitrary script code in the context of the affected website, potentially stealing authentication credentials and launching further attacks.

Mitigation:

Properly sanitize user-supplied data to prevent XSS attacks. Implement input validation and output encoding.
Source

Exploit-DB raw data:

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

InverseFlow is prone to multiple cross-site scripting vulnerabilities because the application fails to sufficiently sanitize user-supplied data.

An attacker could exploit these vulnerabilities to execute arbitrary script code in the context of the affected website. This may allow the attacker to steal cookie-based authentication credentials and launch other attacks.

InverseFlow 2.4 is vulnerable; other versions may also be affected. 

http://www.example.com/inver/inverseflow/ticketview.php?email= [XSS]

http://www.example.com/inver/inverseflow/ticketview.php?email=&id=[XSS]

http://www.example.com/inver/inverseflow/login.php?redirect=[XSS] 
cqrsecured