CVE-2025-7664

The AL Pack plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the check_activate_permission() permission callback for the /wp-json/presslearn/v1/activate REST API endpoint in all versions up to, and including, 1.0.2. The callback reads the client-supplied Origin header and, after parsing, allows the request if it matches one of the trusted domains, without ever verifying user authentication, capabilities, or nonce tokens. This makes it possible for unauthenticated attackers to activate premium features by simply spoofing the Origin header.
Configurations

No configuration.

History

18 Aug 2025, 20:16

Type Values Removed Values Added
Summary
  • (es) El complemento AL Pack para WordPress es vulnerable a accesos no autorizados debido a la falta de una comprobación de capacidad en la devolución de llamada check_activate_permission() del endpoint de la API REST /wp-json/presslearn/v1/activate en todas las versiones hasta la 1.0.2 incluida. La devolución de llamada lee el encabezado Origin proporcionado por el cliente y, tras analizarlo, permite la solicitud si coincide con uno de los dominios de confianza, sin verificar la autenticación del usuario, las capacidades ni los tokens nonce. Esto permite a atacantes no autenticados activar funciones premium simplemente falsificando el encabezado Origin.

16 Aug 2025, 04:16

Type Values Removed Values Added
New CVE

Information

Published : 2025-08-16 04:16

Updated : 2025-08-18 20:16


NVD link : CVE-2025-7664

Mitre link : CVE-2025-7664

CVE.ORG link : CVE-2025-7664


JSON object : View

Products Affected

No product.

CWE
CWE-862

Missing Authorization