vendor:
Dalbum
by:
High-Tech Bridge SA Security Research Lab
3.3
CVSS
LOW
CSRF (Cross-Site Request Forgery), XSS (Cross Site Scripting)
352 (CSRF), 79 (XSS)
CWE
Product Name: Dalbum
Affected Version From: 1.43
Affected Version To: 1.43
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2011
Dalbum CSRF and XSS Vulnerabilities
The CSRF vulnerability exists in the 'pass.php' script of the Dalbum product, which fails to properly verify the source of HTTP requests. An attacker can exploit this vulnerability by using a browser and submitting a crafted form. The XSS vulnerability exists in the 'editini.php' script, which fails to properly sanitize user-supplied input in the 'url' variable, allowing the execution of arbitrary JavaScript code.
Mitigation:
The vendor should implement proper source verification in the 'pass.php' script to prevent CSRF attacks. Additionally, the vendor should properly sanitize user-supplied input in the 'url' variable of the 'editini.php' script to prevent XSS attacks.