vendor:
dalogin
by:
hc0
7,5
CVSS
HIGH
config file disclosure, sql injection, xss
200, 89, 79
CWE
Product Name: dalogin
Affected Version From: 2.2
Affected Version To: 2.2
Patch Exists: NO
Related CWE: N/A
CPE: 2.2
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
dalogin 2.2 multiple vulnerabilites
The config.ini file can be accessed from [path]/admin/include/config.ini which contains MySQL connection information. At line 115, the requested HTTP parameter id is used in an SQL query without filtering. An XSS attack payload can be posted as a comment which is then saved in the database.
Mitigation:
Filter user input, use parameterized queries, and use a web application firewall.