The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2569

CVE-2026-2569: Dear Flipbook WordPress Plugin XSS Flaw

CVE-2026-2569 is a stored cross-site scripting vulnerability in the Dear Flipbook WordPress plugin affecting versions up to 2.4.20. Attackers with Author-level access can inject malicious scripts via PDF page labels.

Published: March 13, 2026

CVE-2026-2569 Overview

The Dear Flipbook – PDF Flipbook, 3D Flipbook, PDF embed, PDF viewer plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability in all versions up to and including 2.4.20. The vulnerability exists due to insufficient input sanitization and output escaping when processing PDF page labels. This security flaw allows authenticated attackers with Author-level access or above to inject arbitrary web scripts into pages, which execute whenever a user accesses the compromised content.

Critical Impact

Authenticated attackers can inject persistent malicious scripts that execute in the context of victim browsers, potentially leading to session hijacking, credential theft, or further compromise of WordPress installations.

Affected Products

  • Dear Flipbook – PDF Flipbook, 3D Flipbook, PDF embed, PDF viewer plugin for WordPress versions up to and including 2.4.20

Discovery Timeline

  • 2026-03-11 - CVE CVE-2026-2569 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-2569

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw exists in the PDF page label handling functionality of the Dear Flipbook plugin. When users upload PDF documents, the plugin processes page labels embedded within the PDF metadata without properly sanitizing or escaping the content before rendering it in the browser.

The Stored XSS nature of this vulnerability makes it particularly dangerous as the malicious payload persists on the server and executes every time a user views the affected page. Unlike reflected XSS attacks, stored XSS does not require social engineering to trick users into clicking malicious links—the payload automatically triggers upon page access.

Root Cause

The root cause of this vulnerability lies in insufficient input sanitization and output escaping mechanisms when the plugin processes and displays PDF page labels. The Dear Flipbook plugin fails to properly validate and encode user-controlled data extracted from PDF metadata before inserting it into the DOM, allowing attackers to embed JavaScript code that executes in the victim's browser context.

Attack Vector

The attack requires authentication with at least Author-level privileges on the target WordPress installation. An attacker can exploit this vulnerability by:

  1. Creating or uploading a specially crafted PDF document containing malicious JavaScript in the page label metadata
  2. Using the Dear Flipbook plugin to embed the malicious PDF on a WordPress page or post
  3. When legitimate users view the flipbook content, the injected script executes in their browser session

The malicious scripts can perform actions such as stealing session cookies, redirecting users to phishing pages, modifying page content, or performing actions on behalf of the authenticated user. This can lead to account takeover, especially if administrative users access the compromised pages.

Detection Methods for CVE-2026-2569

Indicators of Compromise

  • Unexpected JavaScript code or encoded script tags appearing in PDF page labels within the WordPress database
  • Suspicious entries in the wp_posts or plugin-related tables containing script elements
  • Browser-based alerts or unexpected behaviors when viewing Dear Flipbook content
  • Network traffic to unknown external domains originating from flipbook pages

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common XSS payloads in PDF-related requests
  • Conduct regular security audits of content created by Author-level users
  • Use browser-based XSS auditing tools to scan flipbook pages for stored malicious scripts
  • Review plugin database tables for suspicious content containing <script> tags or JavaScript event handlers

Monitoring Recommendations

  • Enable detailed logging for user uploads and content modifications in WordPress
  • Monitor for unusual patterns in PDF uploads, particularly from newly created author accounts
  • Implement Content Security Policy (CSP) headers to mitigate the impact of successful XSS exploitation
  • Set up alerts for modifications to flipbook content by monitoring file integrity and database changes

How to Mitigate CVE-2026-2569

Immediate Actions Required

  • Update the Dear Flipbook plugin to a version newer than 2.4.20 immediately
  • Review existing flipbook content for potentially malicious JavaScript injections
  • Audit user accounts with Author-level access and above for suspicious activity
  • Consider temporarily disabling the plugin until the patch is applied

Patch Information

The vendor has released a security patch addressing this vulnerability. For technical details on the code changes, refer to the WordPress Plugin Changeset. Additional vulnerability information is available in the Wordfence Vulnerability Report.

Update the plugin through the WordPress admin dashboard by navigating to Plugins → Installed Plugins → Dear Flipbook and clicking "Update Now" if an update is available.

Workarounds

  • Restrict Author-level access to trusted users only until the patch is applied
  • Implement a Content Security Policy (CSP) header to prevent inline script execution
  • Use a WordPress security plugin to scan for and block XSS payloads in uploaded content
  • Manually review and sanitize PDF page labels before publishing flipbook content
bash
# WordPress CLI command to update the plugin
wp plugin update dear-flipbook --force

# Add CSP header via .htaccess as a temporary mitigation
# Add to your .htaccess file:
Header set Content-Security-Policy "script-src 'self'; object-src 'self'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • WordPress Plugin Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2023-54358: adivaha Travel Plugin XSS Vulnerability

  • CVE-2026-3005: WordPress List Category Posts XSS Flaw

  • CVE-2026-5742: WordPress UsersWP Plugin XSS Vulnerability

  • CVE-2026-4336: WordPress Ultimate FAQ Accordion XSS 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