Skip to content

PDF Embedder Detection

ID: wordpress-pdf-embedder

Severity: info

Author: ricardomaia

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

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

View on Github