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

Cross-Site Scripting in PhotoStand

PhotoStand is prone to a cross-site scripting vulnerability because the application fails to properly sanitize user-supplied input. An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.

Mitigation:

To mitigate this vulnerability, it is recommended to implement input validation and sanitization techniques to ensure that user-supplied input is properly encoded or removed before being displayed or executed.
Source

Exploit-DB raw data:

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

PhotoStand is prone to a cross-site scripting vulnerability because the application fails to properly sanitize user-supplied input.

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

http://www.example.com/index.php?page=search&q=<script>alert(document.cookie)</script>