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

Softbiz Recipes Portal script Cross-Site Scripting Vulnerabilities

The Softbiz Recipes Portal script is prone to multiple cross-site scripting vulnerabilities. These vulnerabilities occur because the application fails to sufficiently sanitize user-supplied data, allowing an attacker to execute arbitrary script code in the context of the affected site. By exploiting these vulnerabilities, an attacker can steal cookie-based authentication credentials and launch further attacks.

Mitigation:

To mitigate these vulnerabilities, developers should implement proper input sanitization and validation routines. User-supplied data should be properly encoded or filtered to prevent the execution of malicious code.
Source

Exploit-DB raw data:

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

Softbiz Recipes Portal script is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied data.

An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks. 

http://www.example.com/[path]/admin/index.php?msg=[XSS]
http://www.example.com/[path]/signinform.php?id=0&return_add=/caregivers/index.php&errmsg=[XSS]
http://www.example.com/[path]/signinform.php?errmsg=[XSS]
http://www.example.com/[path]/msg_confirm_mem.php?errmsg=[XSS]