vendor:
Archangel Weblog
by:
Stack-Terrorist
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Archangel Weblog
Affected Version From: 0.90.02
Affected Version To: 0.90.02
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
Archangel Weblog 0.90.02 Remote SQL Injection Exploit
This exploit allows an attacker to gain access to the Archangel Weblog 0.90.02 application by exploiting a SQL injection vulnerability. The exploit uses a UNION SELECT statement to concatenate the author_password column from the authors table and then uses the LIKE operator to match the author_password with the value of the author_password variable. The exploit then prints out the login and password of the news manager.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a SQL query.