Skip to content

Safe SVG Detection

ID: wordpress-safe-svg

Severity: info

Author: ricardomaia

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

id: wordpress-safe-svg
info:
name: Safe SVG Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/safe-svg/
metadata:
plugin_namespace: safe-svg
wpscan: https://wpscan.com/plugin/safe-svg
tags: tech,wordpress,wp-plugin,top-100,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/safe-svg/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/safe-svg.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: 490a00463044022021a0bb224be0812296f523737e8b6dd241b0a55ec6ae4ff575a7c3bd3f76ce1102206766c71ce46f24c2f58842f6c7e6489d6d8bc08d45c0d1a870e231608bbded69: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/safe-svg.yaml"

View on Github