CVE-2025-14799

The Brevo - Email, SMS, Web Push, Chat, and more. plugin for WordPress is vulnerable to authorization bypass due to type juggling in all versions up to, and including, 3.3.0. This is due to the use of loose comparison (==) instead of strict comparison (===) when validating the installation ID in the `/wp-json/mailin/v1/mailin_disconnect` REST API endpoint. This makes it possible for unauthenticated attackers to disconnect the Brevo integration, delete the API key, remove all subscription forms, and reset plugin settings by sending a boolean `true` value for the `id` parameter, which bypasses the authorization check through PHP type juggling.
Configurations

No configuration.

History

15 Apr 2026, 00:35

Type Values Removed Values Added
Summary
  • (es) El plugin Brevo - Email, SMS, Web Push, Chat y más para WordPress es vulnerable a un bypass de autorización debido a la manipulación de tipos en todas las versiones hasta la 3.3.0, inclusive. Esto se debe al uso de comparación laxa (==) en lugar de comparación estricta (===) al validar el ID de instalación en el endpoint de la API REST `/wp-json/mailin/v1/mailin_disconnect`. Esto permite a atacantes no autenticados desconectar la integración de Brevo, eliminar la clave de la API, eliminar todos los formularios de suscripción y restablecer la configuración del plugin enviando un valor booleano `true` para el parámetro `id`, lo que bypassa la verificación de autorización a través de la manipulación de tipos de PHP.

18 Feb 2026, 12:15

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-18 12:15

Updated : 2026-06-17 08:36


NVD link : CVE-2025-14799

Mitre link : CVE-2025-14799

CVE.ORG link : CVE-2025-14799


JSON object : View

Products Affected

No product.

CWE
CWE-843

Access of Resource Using Incompatible Type ('Type Confusion')