header-logo
Suggest Exploit
vendor:
PhotoPost Pro
by:
Unknown
7.5
CVSS
HIGH
Input Validation
79, 89
CWE
Product Name: PhotoPost Pro
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:
2005

Input Validation Vulnerabilities in PhotoPost Pro

Multiple input validation vulnerabilities affect PhotoPost Pro. These include cross-site scripting vulnerabilities in 'slideshow.php', 'showgallery.php', and 'showmembers.php' scripts, as well as SQL injection vulnerabilities in 'showmembers.php' and 'showphoto.php' scripts. These vulnerabilities occur due to the application's failure to properly sanitize user-supplied input.

Mitigation:

To mitigate these vulnerabilities, it is recommended to implement proper input validation and sanitization techniques in the affected application. Additionally, keeping the application up to date with the latest security patches can help prevent exploitation.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/12920/info
    
Multiple input validation vulnerabilities reportedly affect PhotoPost Pro. These issues are due to a failure of the application to properly sanitize user-supplied input prior to using it to carry out critical actions.
    
The first set of issues are cross-site scripting vulnerabilities that affect the 'slideshow.php', 'showgallery.php', and 'showmembers.php' scripts. These issues arise as the application fails to properly sanitize input passed through the offending functions before including it in dynamically generated Web content.
    
The second set of issues are SQL injection vulnerabilities that affect the 'showmembers.php' and 'showphoto.php' scripts. The application includes the value of the offending parameters without sanitization, allowing an attacker to inject SQL syntax and manipulate SQL queries.
    
An attacker may leverage these issues to carry out cross-site scripting and SQL injection attacks against the affected application. This may result in the theft of authentication credentials, destruction or disclosure of sensitive data, and potentially other attacks.

http://www.example.com/photos/showphoto.php?photo='SQL_ERROR 
cqrsecured