Exploitation Summary
EIP tracks 1 public exploit for CVE-2006-1353. PoCs published by nukedx.
AI-analyzed exploit summary This Perl script exploits a SQL injection vulnerability in ASPPortal <= 3.1.1 to extract and decrypt user passwords. It sends a crafted HTTP request to retrieve the password hash and then decrypts it using a hardcoded key.
Description
Multiple SQL injection vulnerabilities in ASPPortal 3.1.1 and earlier allow remote attackers to execute arbitrary SQL commands via (1) the downloadid parameter in download_click.asp and (2) content_ID parameter in news/News_Item.asp; authenticated administrators can also conduct attacks via (3) user_id parameter to users/add_edit_user.asp, (4) bannerid parameter to banner_adds/banner_add_edit.asp, (5) cat_id parameter to categories/add_edit_cat.asp, (6) Content_ID parameter to News/add_edit_news.asp, (7) download_id parameter to downloads/add_edit_download.asp, (8) Poll_ID parameter to poll/add_edit_poll.asp, (9) contactid parameter to contactus/contactus_add_edit.asp, (10) sortby parameter to poll/poll_list.asp, and (11) unspecified inputs to downloads/add_edit_download.asp.
Exploits (1)
This Perl script exploits a SQL injection vulnerability in ASPPortal <= 3.1.1 to extract and decrypt user passwords. It sends a crafted HTTP request to retrieve the password hash and then decrypts it using a hardcoded key.