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-12510

Publication date:
16/07/2026
The AI Engine WordPress plugin before 3.5.5 does not verify that a user owns the chatbot conversation referenced by a client-supplied identifier, allowing users with subscriber-level access to read other users' private conversations and take over their conversation records when the discussions feature is enabled.
Severity CVSS v4.0: Pending analysis
Last modification:
16/07/2026

CVE-2026-12525

Publication date:
16/07/2026
The Redux Framework WordPress plugin before 4.5.13 does not restrict which user meta keys can be written when saving custom profile fields, allowing users with at least the Subscriber role to escalate their privileges to Administrator by submitting a crafted value while updating their own profile, on sites where the Redux Framework WordPress plugin before 4.5.13's user-profile (Users extension) feature is enabled.
Severity CVSS v4.0: Pending analysis
Last modification:
16/07/2026

CVE-2026-53366

Publication date:
16/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ipv4: account for fraggap on the paged allocation path<br /> <br /> In __ip_append_data(), when the paged-allocation branch is taken,<br /> alloclen and pagedlen are computed as<br /> <br /> alloclen = fragheaderlen + transhdrlen;<br /> pagedlen = datalen - transhdrlen;<br /> <br /> datalen already includes fraggap, but the fraggap bytes carried over<br /> from the previous skb are copied into the new skb&amp;#39;s linear area at<br /> offset transhdrlen by the subsequent skb_copy_and_csum_bits(). The<br /> linear area is therefore undersized by fraggap bytes while pagedlen is<br /> overstated by the same amount.<br /> <br /> The non-paged branch sets alloclen to fraglen, which already accounts<br /> for fraggap because datalen does. Bring the paged branch in line by<br /> adding fraggap to alloclen and subtracting it from pagedlen.<br /> <br /> After this adjustment, copy no longer collapses to -fraggap on the<br /> paged path, so remove the stale comment describing that old arithmetic.
Severity CVSS v4.0: Pending analysis
Last modification:
16/07/2026

CVE-2026-15013

Publication date:
16/07/2026
The SAML Single Sign On – SSO Login plugin for WordPress is vulnerable to Authentication Bypass via SAML Signature Algorithm Confusion in all versions up to, and including, 5.4.3. The vulnerability exists because `Mo_SAML_Utilities::mo_saml_cast_key()` reads the `SignatureMethod` Algorithm attribute directly from the attacker-controlled `SAMLResponse` parameter rather than enforcing the locally configured algorithm, causing the plugin to recast the IdP&amp;#39;s RSA public key as an HMAC-SHA1 shared secret and validate the forged signature against it. This makes it possible for unauthenticated attackers to forge a SAML assertion targeting any WordPress account — including administrators — obtain valid WordPress authentication cookies, and achieve full administrator-level account takeover.
Severity CVSS v4.0: Pending analysis
Last modification:
16/07/2026

CVE-2026-15306

Publication date:
16/07/2026
The Product Feed Manager For WooCommerce – Sell on 200+ Online Marketplaces plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via &amp;#39;s&amp;#39; Search Parameter in all versions up to, and including, 7.6.1 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.
Severity CVSS v4.0: Pending analysis
Last modification:
16/07/2026

CVE-2026-15445

Publication date:
16/07/2026
The SEO Booster plugin for WordPress is vulnerable to time-based SQL Injection via the &amp;#39;orderby&amp;#39; parameter in all versions up to, and including, 7.3.1 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 administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. Although esc_sql() and sanitize_text_field() are applied, neither neutralizes SQL keywords, commas, parentheses, or subquery syntax in an unquoted ORDER BY context, leaving the clause fully attacker-controlled.
Severity CVSS v4.0: Pending analysis
Last modification:
16/07/2026

CVE-2026-15458

Publication date:
16/07/2026
The SEO Booster plugin for WordPress is vulnerable to generic SQL Injection via the &amp;#39;sort_field&amp;#39; parameter in all versions up to, and including, 7.3.1 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 administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Severity CVSS v4.0: Pending analysis
Last modification:
16/07/2026

CVE-2026-13042

Publication date:
16/07/2026
The RPB Chessboard plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Comment Content in all versions up to, and including, 8.1.2 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. WordPress&amp;#39;s save-time kses sanitization does not mitigate this issue because the crafted payload uses only kses-allowed tags and attributes (such as an &amp;lt;a&amp;gt; element with title and href), and the dangerous attribute-breaking HTML is synthesized entirely at render time by the plugin&amp;#39;s own comment_text filter.
Severity CVSS v4.0: Pending analysis
Last modification:
16/07/2026

CVE-2026-21729

Publication date:
16/07/2026
Loki queries with large limits can cause large memory allocations which can impact the availability of the service, depending on its deployment strategy.
Severity CVSS v4.0: Pending analysis
Last modification:
16/07/2026

CVE-2026-15652

Publication date:
16/07/2026
The Easy Accordion – AI-Powered FAQ &amp; Accordion Blocks, Product FAQ plugin for WordPress is vulnerable to Stored Cross-Site Scripting via &amp;#39;align&amp;#39; Block Attribute in all versions up to, and including, 3.1.6 due to insufficient input sanitization and output 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:
16/07/2026

CVE-2026-15336

Publication date:
16/07/2026
The Catch Themes Demo Import plugin for WordPress is vulnerable to Missing Authorization in versions up to, and including, 3.3. This is due to the catch_themes_demo_import_activate_plugin() function, hooked on admin_init when the activate_plugin GET parameter is present, calling Plugin_Upgrader::install() to download and install a plugin from WordPress.org before performing the current_user_can(&amp;#39;activate_plugins&amp;#39;) capability check. This makes it possible for authenticated attackers, with subscriber-level access and above, to install the hardcoded &amp;#39;essential-content-types&amp;#39; plugin from the WordPress.
Severity CVSS v4.0: Pending analysis
Last modification:
16/07/2026

CVE-2026-14987

Publication date:
16/07/2026
The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to Stored Cross-Site Scripting via &amp;#39;twitter_message&amp;#39; Sequoia Template Setting in all versions up to, and including, 4.16.3 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with give worker-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The injected script executes specifically when a donor clicks the Share on Twitter button on the Sequoia donation confirmation view, as that is when the unescaped twitter_message value is evaluated inside the JavaScript template literal.
Severity CVSS v4.0: Pending analysis
Last modification:
16/07/2026