Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-1314

CVE-2026-1314: WordPress 3D FlipBook Info Disclosure Flaw

CVE-2026-1314 is an information disclosure vulnerability in the 3D FlipBook WordPress plugin that allows unauthenticated attackers to access protected flipbook metadata. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-1314 Overview

The 3D FlipBook – PDF Embedder, PDF Flipbook Viewer, Flipbook Image Gallery plugin for WordPress contains a missing authorization vulnerability in the send_post_pages_json() function. This security flaw affects all versions up to and including 1.16.17, allowing unauthenticated attackers to bypass access controls and retrieve sensitive flipbook page metadata for content that should be restricted—including draft, private, and password-protected flipbooks.

Critical Impact

Unauthenticated attackers can access metadata from private, draft, and password-protected flipbook content without any authentication, potentially exposing sensitive organizational information.

Affected Products

  • 3D FlipBook – PDF Embedder, PDF Flipbook Viewer, Flipbook Image Gallery plugin for WordPress versions ≤ 1.16.17
  • WordPress installations with the vulnerable plugin versions installed
  • Sites utilizing private or password-protected flipbook content

Discovery Timeline

  • 2026-04-15 - CVE CVE-2026-1314 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2026-1314

Vulnerability Analysis

This vulnerability falls under CWE-862 (Missing Authorization), a common security weakness where an application fails to verify that a user has the necessary privileges before allowing access to protected resources. The send_post_pages_json() function in the 3D FlipBook plugin processes requests for flipbook page metadata without implementing any capability checks or authentication verification.

In WordPress plugin development, functions that expose sensitive data should implement capability checks using functions like current_user_can() to verify the requesting user has appropriate permissions. The absence of this check creates a direct path for unauthorized data access.

Root Cause

The root cause of this vulnerability is the complete absence of a capability check within the send_post_pages_json() function. WordPress provides a robust permission system that allows developers to restrict functionality based on user roles and capabilities. When a plugin function fails to implement these checks, any user—including unauthenticated visitors—can invoke the function and access the data it returns.

The function appears to be accessible via WordPress AJAX or REST endpoints without requiring authentication, directly returning flipbook metadata regardless of the post status (draft, private, or password-protected).

Attack Vector

The attack vector is network-based and requires no authentication, privileges, or user interaction. An attacker can exploit this vulnerability by sending crafted requests to the WordPress site targeting the vulnerable send_post_pages_json() function.

The exploitation process involves:

  1. Identifying WordPress sites running the vulnerable 3D FlipBook plugin versions (≤ 1.16.17)
  2. Crafting HTTP requests that invoke the send_post_pages_json() function
  3. Enumerating flipbook post IDs to retrieve metadata for private, draft, or password-protected content
  4. Extracting sensitive information from the returned JSON responses

For detailed technical information regarding the vulnerability mechanism, refer to the Wordfence Vulnerability Report.

Detection Methods for CVE-2026-1314

Indicators of Compromise

  • Unusual HTTP requests targeting flipbook-related AJAX endpoints without authenticated sessions
  • High volume of requests attempting to enumerate post IDs through the send_post_pages_json() function
  • Access log entries showing successful JSON responses for private or draft post content from unauthenticated sources
  • Suspicious patterns of requests probing for flipbook metadata across multiple post IDs

Detection Strategies

  • Monitor web server access logs for requests containing send_post_pages_json or related flipbook AJAX actions from unauthenticated users
  • Implement Web Application Firewall (WAF) rules to detect and alert on enumeration attempts targeting flipbook endpoints
  • Review WordPress audit logs for unauthorized access attempts to protected flipbook content
  • Deploy SentinelOne Singularity Platform for real-time endpoint monitoring and behavioral analysis of WordPress application traffic

Monitoring Recommendations

  • Enable detailed logging for WordPress AJAX requests, particularly those related to the 3D FlipBook plugin
  • Configure alerting for anomalous request patterns targeting plugin endpoints from external IP addresses
  • Implement rate limiting on AJAX endpoints to slow down enumeration attacks
  • Use SentinelOne's application control features to monitor file access patterns on WordPress installations

How to Mitigate CVE-2026-1314

Immediate Actions Required

  • Update the 3D FlipBook plugin to a version newer than 1.16.17 immediately
  • Audit WordPress sites for installations of the vulnerable plugin versions
  • Review access logs to determine if the vulnerability has been exploited
  • Temporarily disable the 3D FlipBook plugin if an update is not immediately available

Patch Information

A security patch addressing this vulnerability is available. The fix introduces proper capability checks to the send_post_pages_json() function, ensuring that only authorized users can access flipbook metadata for protected content. The patch details can be reviewed in the WordPress Change Log Entry.

Site administrators should update to the latest version of the 3D FlipBook plugin through the WordPress dashboard or by downloading directly from the WordPress plugin repository.

Workarounds

  • Implement Web Application Firewall (WAF) rules to block unauthenticated requests to flipbook AJAX endpoints
  • Use WordPress security plugins to add additional access control layers to sensitive plugin functions
  • Restrict access to the WordPress admin-ajax.php endpoint from untrusted IP ranges if feasible
  • Review and remove any sensitive content from flipbooks until the plugin is updated
bash
# Example: Blocking unauthenticated access to flipbook endpoints via .htaccess
# Add to WordPress root .htaccess file

<IfModule mod_rewrite.c>
RewriteEngine On
# Block unauthenticated requests to specific flipbook actions
RewriteCond %{REQUEST_URI} ^/wp-admin/admin-ajax\.php [NC]
RewriteCond %{QUERY_STRING} action=.*flipbook.* [NC]
RewriteCond %{HTTP_COOKIE} !wordpress_logged_in [NC]
RewriteRule .* - [F,L]
</IfModule>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Change Log Entry

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4106: HT Mega Elementor Information Disclosure

  • CVE-2026-2262: Easy Appointments Information Disclosure

  • CVE-2026-4126: Table Manager Plugin Info Disclosure Flaw

  • CVE-2026-4812: ACF WordPress Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English