Vulnerabilities

With the aim of informing, warning and helping professionals with the latest security vulnerabilities in technology systems, we have made a database available for users interested in this information, which is in Spanish and includes all of the latest documented and recognised vulnerabilities.

This repository, with over 75,000 registers, is based on the information from the NVD (National Vulnerability Database) – by virtue of a partnership agreement – through which INCIBE translates the included information into Spanish.

On occasions this list will show vulnerabilities that have still not been translated, as they are added while the INCIBE team is still carrying out the translation process. The CVE  (Common Vulnerabilities and Exposures) Standard for Information Security Vulnerability Names is used with the aim to support the exchange of information between different tools and databases.

All vulnerabilities collected are linked to different information sources, as well as available patches or solutions provided by manufacturers and developers. It is possible to carry out advanced searches, as there is the option to select different criteria to narrow down the results, some examples being vulnerability types, manufacturers and impact levels, among others.

Through RSS feeds or Newsletters we can be informed daily about the latest vulnerabilities added to the repository. Below there is a list, updated daily, where you can discover the latest vulnerabilities.

CVE-2026-0636

Publication date:
15/04/2026
Improper neutralization of special elements used in an LDAP query (&amp;#39;LDAP injection&amp;#39;) vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcprov on all (prov modules).<br /> <br /> This vulnerability is associated with program files LDAPStoreHelper.<br /> <br /> <br /> <br /> This issue affects BC-JAVA: from 1.74 before 1.80.2, from 1.81 before 1.81.1, from 1.82 before 1.84.
Severity CVSS v4.0: MEDIUM
Last modification:
19/05/2026

CVE-2024-33618

Publication date:
15/04/2026
Uncontrolled Resource Consumption in Bosch VMS Central Server in Bosch VMS 12.0.1 <br /> allows attackers to consume excessive amounts of disk space via network interface.
Severity CVSS v4.0: Pending analysis
Last modification:
17/04/2026

CVE-2026-4091

Publication date:
15/04/2026
The OPEN-BRAIN plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 0.5.0. This is due to missing nonce verification on the settings form in the func_page_main() function. This makes it possible for unauthenticated attackers to inject malicious web scripts via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
Severity CVSS v4.0: Pending analysis
Last modification:
22/04/2026

CVE-2026-5617

Publication date:
15/04/2026
The Login as User plugin for WordPress is vulnerable to Privilege Escalation in all versions up to, and including, 1.0.3. This is due to the handle_return_to_admin() function trusting a client-controlled cookie (oclaup_original_admin) to determine which user to authenticate as, without any server-side verification that the cookie value was legitimately set during an admin-initiated user switch. This makes it possible for authenticated attackers, with Subscriber-level access and above, to escalate their privileges to administrator by setting the oclaup_original_admin cookie to an administrator&amp;#39;s user ID and triggering the "Return to Admin" functionality.
Severity CVSS v4.0: Pending analysis
Last modification:
22/04/2026

CVE-2026-5694

Publication date:
15/04/2026
The Quick Interest Slider plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the &amp;#39;loan-amount&amp;#39; and &amp;#39;loan-period&amp;#39; parameters in all versions up to, and including, 3.1.5 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.
Severity CVSS v4.0: Pending analysis
Last modification:
22/04/2026

CVE-2026-5717

Publication date:
15/04/2026
The VI: Include Post By plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the &amp;#39;class_container&amp;#39; attribute of the &amp;#39;include-post-by-cat&amp;#39; shortcode in all versions up to, and including, 0.4.200706 due to insufficient input sanitization and output escaping on user supplied attributes. 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.
Severity CVSS v4.0: Pending analysis
Last modification:
22/04/2026

CVE-2026-3659

Publication date:
15/04/2026
The WP Circliful plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the &amp;#39;id&amp;#39; shortcode attribute of the [circliful] shortcode and via multiple shortcode attributes of the [circliful_direct] shortcode in all versions up to and including 1.2. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. Specifically, in the circliful_shortcode() function, the &amp;#39;id&amp;#39; attribute value is concatenated directly into an HTML id attribute (line 285) without any escaping, allowing an attacker to break out of the double-quoted attribute and inject arbitrary HTML event handlers. Similarly, the circliful_direct_shortcode() function (line 257) outputs all shortcode attributes directly into HTML data-* attributes without escaping. 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.
Severity CVSS v4.0: Pending analysis
Last modification:
22/04/2026

CVE-2026-3998

Publication date:
15/04/2026
The WM JqMath plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the &amp;#39;style&amp;#39; shortcode attribute of the [jqmath] shortcode in all versions up to and including 1.3. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. The generate_jqMathFormula() function directly concatenates the &amp;#39;style&amp;#39; attribute value into an HTML style attribute without applying esc_attr() or any other escaping. 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.
Severity CVSS v4.0: Pending analysis
Last modification:
22/04/2026

CVE-2026-4002

Publication date:
15/04/2026
The Petje.af plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to and including 2.1.8. This is due to missing nonce validation in the ajax_revoke_token() function which handles the &amp;#39;petjeaf_disconnect&amp;#39; AJAX action. The function performs destructive operations including revoking OAuth2 tokens, deleting user meta, and deleting WordPress user accounts (for users with the &amp;#39;petjeaf_member&amp;#39; role) without verifying the request originated from a legitimate source. This makes it possible for unauthenticated attackers to force authenticated users to delete their Petje.af member user accounts via a forged request granted the victim clicks on a link or visits a malicious site.
Severity CVSS v4.0: Pending analysis
Last modification:
22/04/2026

CVE-2026-4005

Publication date:
15/04/2026
The Coachific Shortcode plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the &amp;#39;userhash&amp;#39; shortcode attribute in all versions up to and including 1.0. This is due to insufficient input sanitization and output escaping. The plugin uses sanitize_text_field() on the &amp;#39;userhash&amp;#39; parameter, which strips HTML tags but does not escape characters significant in a JavaScript string context (such as double quotes, semicolons, and parentheses). The sanitized value is then directly interpolated into a JavaScript string within a tag on line 29 without any JavaScript-specific escaping (e.g., wp_json_encode() or esc_js()). 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.
Severity CVSS v4.0: Pending analysis
Last modification:
22/04/2026

CVE-2026-4011

Publication date:
15/04/2026
The Power Charts Lite plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the &amp;#39;id&amp;#39; parameter of the [pc] shortcode in all versions up to, and including, 0.1.0. This is due to insufficient input sanitization and output escaping on the &amp;#39;id&amp;#39; shortcode attribute. Specifically, in the pc_shortcode() function, the &amp;#39;id&amp;#39; attribute is extracted from user-supplied shortcode attributes and directly concatenated into an HTML div element&amp;#39;s class attribute without any escaping or sanitization at line 62. The resulting HTML is then passed through html_entity_decode() before being returned, further undermining any potential safety. 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.
Severity CVSS v4.0: Pending analysis
Last modification:
22/04/2026

CVE-2026-1782

Publication date:
15/04/2026
The MetForm Pro plugin for WordPress is vulnerable to Improper Input Validation in all versions up to, and including, 3.9.7 This is due to the payment integrations (Stripe/PayPal) trusting a user-submitted calculation field value without recomputing or validating it against the configured form price. This makes it possible for unauthenticated attackers to manipulate the payment amount via the &amp;#39;mf-calculation&amp;#39; field in the form submission REST request granted there exists a specific form with this particular configuration.
Severity CVSS v4.0: Pending analysis
Last modification:
22/04/2026