You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE record is not being prioritized for NVD enrichment efforts due to resource or other concerns.
Description
The Oliver POS – A WooCommerce Point of Sale (POS) plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key in all versions up to and including 2.4.2.6. The plugin protects its entire /wp-json/pos-bridge/* REST API namespace through the oliver_pos_rest_authentication() permission callback, which uses a loose PHP comparison (==) to compare the attacker-supplied 'OliverAuth' header value against the 'oliver_pos_authorization_token' option. On fresh installations where the admin has not yet completed the connection flow, this option is unset (get_option returns false). Due to PHP's type juggling, the loose comparison '0' == false evaluates to true, allowing an unauthenticated attacker to bypass authentication by sending 'OliverAuth: 0'. This grants full access to all POS API endpoints, enabling attackers to read user data (including administrator details), update user profiles (including email addresses), and delete non-admin users. An admin account email reset can lead to site takeover.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
Title: plugin de WordPress Oliver POS, Description: El plugin Oliver POS - Un Punto de Venta (POS) de WooCommerce para WordPress es vulnerable a la Omisión de autorización mediante clave controlada por el usuario en todas las versiones hasta la 2.4.2.6 inclusive. El plugin protege todo su espacio de nombres de la API REST /wp-json/pos-bridge/* a través de la función de devolución de llamada de permiso oliver_pos_rest_authentication(), que utiliza una comparación PHP laxa (==) para comparar el valor del encabezado 'OliverAuth' proporcionado por el atacante con la opción 'oliver_pos_authorization_token'. En instalaciones nuevas donde el administrador aún no ha completado el flujo de conexión, esta opción no está configurada (get_option devuelve falso). Debido a la manipulación de tipos de PHP, la comparación laxa '0' == false se evalúa como verdadera, permitiendo a un atacante no autenticado omitir la autenticación enviando 'OliverAuth: 0'. Esto otorga acceso completo a todos los puntos finales de la API de POS, permitiendo a los atacantes leer datos de usuario (incluidos los detalles del administrador), actualizar perfiles de usuario (incluidas las direcciones de correo electrónico) y eliminar usuarios no administradores. Un restablecimiento de correo electrónico de cuenta de administrador puede llevar a la toma de control del sitio.
[{"vendor":"oliverpos","product":"Oliver POS – A WooCommerce Point of Sale (POS)","defaultStatus":"unaffected","versions":[{"version":"0","lessThanOrEqual":"2.4.2.6","versionType":"semver","status":"affected"}]}]
New CVE Received from Wordfence5/19/2026 10:16:37 PM
Action
Type
Old Value
New Value
Added
Description
The Oliver POS – A WooCommerce Point of Sale (POS) plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key in all versions up to and including 2.4.2.6. The plugin protects its entire /wp-json/pos-bridge/* REST API namespace through the oliver_pos_rest_authentication() permission callback, which uses a loose PHP comparison (==) to compare the attacker-supplied 'OliverAuth' header value against the 'oliver_pos_authorization_token' option. On fresh installations where the admin has not yet completed the connection flow, this option is unset (get_option returns false). Due to PHP's type juggling, the loose comparison '0' == false evaluates to true, allowing an unauthenticated attacker to bypass authentication by sending 'OliverAuth: 0'. This grants full access to all POS API endpoints, enabling attackers to read user data (including administrator details), update user profiles (including email addresses), and delete non-admin users. An admin account email reset can lead to site takeover.