vendor:
Gallery Kys
by:
Osirys
7.5
CVSS
HIGH
Admin Password Disclosure / Permanent XSS
200, 79
CWE
Product Name: Gallery Kys
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: N/A
CPE: a:advancescripts:gallery_kys
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
Gallery Kys 1.0 Admin Password Disclosure / Permanent XSS
Gallery Kys 1.0 is vulnerable to an admin password disclosure and permanent XSS. The admin password is stored in plaintext in the config.inc file, which can be accessed directly. Additionally, the uploadform.php file does not properly filter user input, allowing an attacker to inject malicious JavaScript code into the description field.
Mitigation:
Don't allow direct access to the config.inc file and change its extension to .php. Filter user input before printing it in the HTML code.