AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-7726

MEDIUM · CVSS 6.4 EPSS 0.24%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-08-09 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 6.4. It affects WordPress, Java. Exploitation may require the attacker to be authenticated.

CVE
CVE-2025-7726
Severity
MEDIUM
CVSS
6.4
EPSS
0.24%
WordPress Java

Original NVD Description

The The7 theme for WordPress is vulnerable to Stored Cross-Site Scripting via its lightbox rendering code in all versions up to, and including, 12.6.0 due to insufficient input sanitization and output escaping. The theme’s JavaScript reads user-supplied 'title' and 'data-dt-img-description' attributes directly via jQuery.attr(), concatenates them into an HTML string, and inserts that string into the DOM using methods such as jQuery.html() without escaping or filtering. 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.