CVE-2025-7726

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.
Configurations

No configuration.

History

11 Aug 2025, 18:32

Type Values Removed Values Added
Summary
  • (es) El tema The7 para WordPress es vulnerable a Cross-Site Scripting almacenado a través de su código de renderizado lightbox en todas las versiones hasta la 12.6.0 incluida, debido a una depuración de entrada insuficiente y un escape de salida insuficiente. El JavaScript del tema lee los atributos "title" y "data-dt-img-description" proporcionados por el usuario directamente mediante jQuery.attr(), los concatena en una cadena HTML y la inserta en el DOM mediante métodos como jQuery.html() sin escape ni filtrado. Esto permite a atacantes autenticados, con acceso de colaborador o superior, inyectar scripts web arbitrarios en las páginas que se ejecutarán al acceder a una página inyectada.

09 Aug 2025, 14:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-08-09 14:15

Updated : 2025-08-11 18:32


NVD link : CVE-2025-7726

Mitre link : CVE-2025-7726

CVE.ORG link : CVE-2025-7726


JSON object : View

Products Affected

No product.

CWE
CWE-79

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