Skip to content

SVG Support Detection

ID: wordpress-svg-support

Severity: info

Author: ricardomaia

Tags: tech,wordpress,wp-plugin,top-100,top-200

id: wordpress-svg-support
info:
name: SVG Support Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/svg-support/
metadata:
plugin_namespace: svg-support
wpscan: https://wpscan.com/plugin/svg-support
tags: tech,wordpress,wp-plugin,top-100,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/svg-support/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/svg-support.txt
extractors:
- type: regex
part: body
internal: true
name: internal_detected_version
group: 1
regex:
- '(?i)Stable.tag:\s?([\w.]+)'
- type: regex
part: body
name: detected_version
group: 1
regex:
- '(?i)Stable.tag:\s?([\w.]+)'
matchers-condition: or
matchers:
- type: dsl
name: "outdated_version"
dsl:
- compare_versions(internal_detected_version, concat("< ", last_version))
- type: regex
part: body
regex:
- '(?i)Stable.tag:\s?([\w.]+)'
# digest: 4b0a00483046022100f6764f6293bd76d515c9bb7cb73ec487559a76de94f81dd919d1f807b95053cc02210099906db4407f1dc0451f3246e785c26730fcaa6378d3b71454664e78531e3a61:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/wordpress/plugins/svg-support.yaml"

View on Github