WP Clinic
Entrar Registrarse

SEGURIDAD DE PLUGINS

¿Es seguro Woocommerce Currency Switcher?

Vulnerabilidades conocidas, compatibilidad con PHP y alternativas más seguras para el plugin de WordPress Woocommerce Currency Switcher — verificado contra la base de datos de seguridad local de WP Clinic.

Qué hace este plugin

  • Slug: woocommerce-currency-switcher
  • 50000+ instalaciones activas

convertercurrencycurrency switcherswitcherwoocommerce

Estado de mantenimiento

  • Última versión conocida: 1.4.9
  • Requiere PHP: 7.4+

Vulnerabilidades conocidas

17 CVEs conocidos registrados para Woocommerce Currency Switcher. Reportadas entre 2021 y 2026.

CVE Vulnerabilidad Tipo Gravedad Afectadas Corregido en Publicado Estado
CVE-2026-57319 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.4.9 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Alta 7,1 < 1.4.9 1.4.9 2026-06-25 ✓ corregido en la última versión
CVE-2026-9241 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.4.7 Elusión de autorización mediante una clave controlada por el usuario Media 4,3 < 1.4.7 1.4.7 2026-05-27 ✓ corregido en la última versión
CVE-2026-4094 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.4.6 Falta de control de autorización Alta 8,1 < 1.4.6 1.4.6 2026-05-14 ✓ corregido en la última versión
CVE-2026-39501 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.4.6 Media 5,3 < 1.4.6 1.4.6 2026-03-27 ✓ corregido en la última versión
CVE-2026-39497 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.4.6 Alta 7,6 < 1.4.6 1.4.6 2026-03-23 ✓ corregido en la última versión
CVE-2024-10640 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.4.2.3 Control incorrecto de la generación de código (inyección de código) Alta 7,3 < 1.4.2.3 1.4.2.3 2024-11-08 ✓ corregido en la última versión
CVE-2024-8271 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.4.2.2 Control incorrecto de la generación de código (inyección de código) Alta 7,3 < 1.4.2.2 1.4.2.2 2024-09-13 ✓ corregido en la última versión
CVE-2024-43297 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.4.2.1 Falta de control de autorización Alta 8,8 < 1.4.2.1 1.4.2.1 2024-08-16 ✓ corregido en la última versión

CVE-2026-57319

The FOX – Currency Switcher Professional for WooCommerce plugin for WordPress is vulnerable to Stored Cross-Site Scripting in versions up to, and including, 1.4.8 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Wordfence

CVE-2026-9241

The FOX – Currency Switcher Professional for WooCommerce plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key in all versions up to and including 1.4.6. This is due to the `get_value()` function in `classes/fixed/fixed_user_role.php` trusting the attacker-controlled `$_REQUEST['wooc_order_user_roles']` parameter to determine the user's role context for role-based price resolution without any validation, allowing it to override the legitimate role data derived from the authenticated user's session object via `$user->roles`. This makes it possible for authenticated attackers, with Subscriber-level access and above, to impersonate higher-privileged roles — such as wholesale customer or administrator — and obtain discounted or otherwise restricted pricing that should not be available to their actual role. This vulnerability only has practical impact when the fixed user-role pricing feature is enabled and at least one product has a privileged-role price configured.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: CVE.org

CVE-2026-4094

The FOX – Currency Switcher Professional for WooCommerce plugin for WordPress is vulnerable to unauthorized data loss due to a missing capability check on the 'admin_head' function in all versions up to, and including, 1.4.5. This makes it possible for authenticated attackers, with Contributor-level access and above, to delete the entire multi-currency configuration by visiting any wp-admin page with the `woocs_reset` parameter appended. Additionally, because no nonce is verified, this is also exploitable via Cross-Site Request Forgery against any administrator. The vulnerability may also be exploited by Subscriber-level users if the site is configured to allow Subscriber access to 'wp-admin' pages.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: CVE.org

CVE-2026-39501

The FOX plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on a function in versions up to, and including, 1.4.5. This makes it possible for unauthenticated attackers to perform an unauthorized action.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Wordfence

CVE-2026-39497

The FOX plugin for WordPress is vulnerable to SQL Injection in versions up to, and including, 1.4.5 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with shop manager-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Wordfence

CVE-2024-10640

The The FOX – Currency Switcher Professional for WooCommerce plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 1.4.2.2. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: CVE.org

CVE-2024-8271

The The FOX – Currency Switcher Professional for WooCommerce plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 1.4.2.1. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode in the 'woocs_get_custom_price_html' function. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: CVE.org

CVE-2024-43297

The WOOCS – WooCommerce Currency Switcher plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the wp_ajax_woocs_admin_theme_id AJAX action in versions up to, and including, 1.4.2. This makes it possible for authenticated attackers, with subscriber-level access and above, to change the theme id.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Wordfence

+ 10 vulnerabilidades conocidas más
CVE Vulnerabilidad Tipo Gravedad Afectadas Corregido en Publicado Estado
CVE-2024-3734 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.4.1.9 Control incorrecto de la generación de código (inyección de código) Media 6,5 < 1.4.1.9 1.4.1.9 2024-04-24 ✓ corregido en la última versión
CVE-2024-30458 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.4.1.8 Falsificación de petición en sitios cruzados (CSRF) Media 4,3 < 1.4.1.8 1.4.1.8 2024-03-28 ✓ corregido en la última versión
CVE-2023-6556 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.4.1.7 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Media 5,4 < 1.4.1.7 1.4.1.7 2023-12-23 ✓ corregido en la última versión
CVE-2023-49834 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.4.1.5 Falsificación de petición en sitios cruzados (CSRF) Media 5,4 < 1.4.1.5 1.4.1.5 2023-12-05 ✓ corregido en la última versión
CVE-2022-4431 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.3.9.4 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Media 5,4 < 1.3.9.4 1.3.9.4 2022-12-20 ✓ corregido en la última versión
FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.3.9.3 Desconocido < 1.3.9.3 1.3.9.3 2022-12-20 ✓ corregido en la última versión
CVE-2022-0234 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.3.7.5 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Media 6,1 < 1.3.7.5 1.3.7.5 2022-01-19 ✓ corregido en la última versión
CVE-2021-25043 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.3.7.3 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Media 6,1 < 1.3.7.3 1.3.7.3 2021-12-13 ✓ corregido en la última versión
CVE-2021-24938 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.3.7.1 Neutralización incorrecta de la entrada al generar la página web (Cross-site Scripting / XSS) Media 6,1 < 1.3.7.1 1.3.7.1 2021-11-08 ✓ corregido en la última versión
CVE-2021-24566 FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.3.7.1 Limitación incorrecta de una ruta a un directorio restringido (Path Traversal) Alta 8,8 < 1.3.7.1 1.3.7.1 2021-07-22 ✓ corregido en la última versión

CVE-2024-3734

The FOX – Currency Switcher Professional for WooCommerce plugin is vulnerable to Unauthenticated Arbitrary Shortcode Execution in versions up to, and including, 1.4.1.8. This allows unauthenticated attackers to execute arbitrary shortcodes. The severity and exploitability depends on what other plugins are installed and what shortcode functionality they provide.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: CVE.org

CVE-2024-30458

Update the WordPress WOOCS – WooCommerce Currency Switcher plugin to the latest available version (at least 1.4.1.8). Dhabaleshwar Das discovered and reported this Cross Site Request Forgery (CSRF) vulnerability in WordPress WOOCS – WooCommerce Currency Switcher Plugin. This could allow a malicious actor to force higher privileged users to execute unwanted actions under their current authentication. This vulnerability has been fixed in version 1.4.1.8. This vulnerability was reported to and published by Patchstack. Our users receive alerts and protections up to 48 hours in advance. Have additional information or questions about this entry? Get in touch.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Patchstack

CVE-2023-6556

Update the WordPress WOOCS – WooCommerce Currency Switcher plugin to the latest available version (at least 1.4.1.7). Lucio Sá discovered and reported this Cross Site Scripting (XSS) vulnerability in WordPress WOOCS – WooCommerce Currency Switcher Plugin. This could allow a malicious actor to inject malicious scripts, such as redirects, advertisements, and other HTML payloads into your website which will be executed when guests visit your site. This vulnerability has been fixed in version 1.4.1.7. Have additional information or questions about this entry? Get in touch.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Patchstack

CVE-2023-49834

Update the WordPress WOOCS – WooCommerce Currency Switcher plugin to the latest available version (at least 1.4.1.5). Brandon Roldan discovered and reported this Cross Site Request Forgery (CSRF) vulnerability in WordPress WOOCS – WooCommerce Currency Switcher Plugin. This could allow a malicious actor to force higher privileged users to execute unwanted actions under their current authentication. This vulnerability has been fixed in version 1.4.1.5.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Patchstack

CVE-2022-4431

Update the WordPress WOOCS plugin to the latest available version (at least 1.3.9.4). Lana Codes discovered and reported this Cross Site Scripting (XSS) vulnerability in WordPress WOOCS – WooCommerce Currency Switcher Plugin. This could allow a malicious actor to inject malicious scripts, such as redirects, advertisements, and other HTML payloads into your website which will be executed when guests visit your site. This vulnerability has been fixed in version 1.3.9.4.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Patchstack

FOX – Currency Switcher Professional for WooCommerce [woocommerce-currency-switcher] < 1.3.9.3

Update the Wordpress WOOCS plugin to the latest available version (at least 1.3.9.3). Lana Codes discovered and reported this Cross Site Scripting (XSS) vulnerability in WordPress WOOCS – WooCommerce Currency Switcher Plugin. This could allow a malicious actor to inject malicious scripts, such as redirects, advertisements, and other HTML payloads into your website which will be executed when guests visit your site. This vulnerability has been fixed in version 1.3.9.3.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Patchstack

CVE-2022-0234

The WOOCS WordPress plugin before 1.3.7.5 does not sanitise and escape the woocs_in_order_currency parameter of the woocs_get_products_price_html AJAX action (available to both unauthenticated and authenticated users) before outputting it back in the response, leading to a Reflected Cross-Site Scripting

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: CVE.org

CVE-2021-25043

The WOOCS WordPress plugin before 1.3.7.3 does not sanitise and escape the custom_prices parameter before outputting it back in the response, leading to a Reflected Cross-Site Scripting issue

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: CVE.org

CVE-2021-24938

The WOOCS WordPress plugin before 1.3.7.1 does not sanitise and escape the key parameter of the woocs_update_profiles_data AJAX action (available to any authenticated user) before outputting it back in the response, leading to a Reflected cross-Site Scripting issue

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: CVE.org

CVE-2021-24566

The WooCommerce Currency Switcher plugin for WordPress is vulnerable to Local File Inclusion in versions up to, and including, 1.3.7 via the "woocs.php" file. This allows low-level authenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.

Descripción técnica mostrada en el idioma original de la fuente (inglés).

Fuente: Wordfence

Cómo solucionarlo

Mantén Woocommerce Currency Switcher actualizado — 1.4.9 es la última versión en wordpress.org, y cada CVE de arriba indica la versión exacta que lo corrigió ("Corregido en").

Este es el historial completo de vulnerabilidades conocidas del plugin, no un escaneo de una instalación específica — ejecuta un escaneo gratis de tu propio sitio para verificar tu versión instalada exacta.

Alternativas más seguras / más establecidas

Verifica tu propio sitio WordPress

Ejecuta un escaneo pasivo gratis ahora, o crea una cuenta gratuita e instala el plugin de WP Clinic para un escaneo profundo de toda tu cuenta de hosting y reparación asistida por IA.