Description
The Dear Flipbook – PDF Flipbook, 3D Flipbook, PDF embed, PDF viewer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'post_content (Custom HTML block inner HTML)' parameter in all versions up to, and including, 2.4.30 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. A Contributor-level attacker can insert a crafted .df-element div with data-df-lightbox='thumb' via a Custom HTML block, whose inner HTML is passed as the title argument to parseThumbs() at render time, enabling both innerHTML injection into a span element and attribute breakout via an onerror handler on a constructed img element.
Published: 2026-09-05
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Dear Flipbook WordPress plugin is vulnerable to a stored cross‑site scripting flaw. The attacker inserts a custom HTML block that contains a crafted '.df-element' div with a data-df-lightbox attribute. When the page renders, the inner HTML of this element is passed to a parsing function that fails to escape or sanitize the content, resulting in arbitrary script execution for any visitor to the page. The vulnerability allows a malicious contributor or higher role to inject scripts, deface pages, steal session cookies, or perform other malicious actions within the context of the site.

Affected Systems

All WordPress sites that use the Dear Flipbook – PDF Flipbook, 3D Flipbook, PDF embed, or PDF viewer plugin versions up to and including 2.4.30 are affected. The plugin is distributed by dearhive under the DearFlip name. Sites that permit contributor‑level users to add Custom HTML blocks are particularly at risk.

Risk and Exploitability

The CVSS score of 6.4 indicates medium severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires an attacker to have authenticated contributor‑level or higher access to the WordPress backend, which limits the attack window but still poses a significant risk once that role is obtained. The lack of remote, unauthenticated access means the vulnerability depends on insider or compromised accounts, but the damage scope is large once exploited.

Generated by OpenCVE AI on September 5, 2026 at 06:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Dear Flipbook to the latest release (e.g., 2.4.37) where the XSS issue is fixed.
  • If an immediate upgrade is not possible, remove or disable Custom HTML blocks that use the '.df-element' div, or sanitize the 'post_content' input to strip script and potentially malicious attributes.
  • Restrict contributor privileges so that users who do not need to edit plugin content cannot add Custom HTML blocks or otherwise inject arbitrary HTML.

Generated by OpenCVE AI on September 5, 2026 at 06:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 05 Sep 2026 05:45:00 +0000

Type Values Removed Values Added
Description The Dear Flipbook – PDF Flipbook, 3D Flipbook, PDF embed, PDF viewer plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'post_content (Custom HTML block inner HTML)' parameter in all versions up to, and including, 2.4.30 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. A Contributor-level attacker can insert a crafted .df-element div with data-df-lightbox='thumb' via a Custom HTML block, whose inner HTML is passed as the title argument to parseThumbs() at render time, enabling both innerHTML injection into a span element and attribute breakout via an onerror handler on a constructed img element.
Title Dear Flipbook <= 2.4.30 - Authenticated (Contributor+) Stored Cross-Site Scripting via '.df-element' Element Inner HTML
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-05T05:30:55.495Z

Reserved: 2026-05-14T18:43:33.122Z

Link: CVE-2026-8625

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-05T06:17:10.690

Modified: 2026-09-05T06:17:10.690

Link: CVE-2026-8625

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T06:30:04Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')