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

Publication date:
29/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> perf/core: Detach event groups during remove_on_exec<br /> <br /> perf_event_remove_on_exec() removes events by calling<br /> perf_event_exit_event(). For top-level events, this removes the event from<br /> the context with DETACH_EXIT only.<br /> <br /> This can leave inconsistent group state when a removed event is a group<br /> leader and the group contains siblings without remove_on_exec. If the group<br /> was active, the surviving siblings can remain active and attached to the<br /> removed leader&amp;#39;s sibling list, but are no longer represented by a valid<br /> group leader on the PMU context active lists.<br /> <br /> A later close of the removed leader uses DETACH_GROUP and can promote the<br /> still-active siblings from this stale group state. The next schedule-in can<br /> then add an already-linked active_list entry again, corrupting the PMU<br /> context active list.<br /> <br /> With DEBUG_LIST enabled, this is caught as a list_add double-add in<br /> merge_sched_in().<br /> <br /> Fix this by detaching group relationships when remove_on_exec removes an<br /> event. This preserves the existing task-exit and revoke behavior, while<br /> ensuring surviving siblings are ungrouped before the removed event leaves<br /> the context.
Severity CVSS v4.0: Pending analysis
Last modification:
30/07/2026

CVE-2026-64557

Publication date:
29/07/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()<br /> <br /> l2cap_sock_new_connection_cb() returned l2cap_pi(sk)-&gt;chan after<br /> release_sock(parent). Once the parent lock is dropped the newly<br /> enqueued child socket sk is reachable via the accept queue, so another<br /> task can accept and free it before the callback dereferences sk,<br /> resulting in a use-after-free.<br /> <br /> Rework the -&gt;new_connection() op so the core, rather than the callback,<br /> owns the child channel&amp;#39;s lifetime. The op now receives a pre-allocated<br /> new_chan and returns an errno instead of allocating and returning a<br /> channel. l2cap_new_connection() allocates the child channel and links<br /> it into the conn list via __l2cap_chan_add() before invoking the<br /> callback, so the conn-list reference keeps the channel alive once<br /> release_sock(parent) exposes the socket to other tasks.<br /> <br /> Channel configuration that was duplicated in l2cap_sock_init() and the<br /> various new_connection callbacks is consolidated into<br /> l2cap_chan_set_defaults(), which now inherits from the parent channel<br /> when one is supplied.
Severity CVSS v4.0: Pending analysis
Last modification:
30/07/2026

CVE-2026-9720

Publication date:
29/07/2026
The Facturación Electrónica Costa Rica plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 2.0.2. This is due to missing or incorrect nonce validation on the (global scope, included by fvcr_admin_page_html) function. This makes it possible for unauthenticated attackers to modify the plugin&amp;#39;s configuration, including API tokens, access tokens, economic activity, Hacienda environment mode, invoice and ticket emission flags, exchange rate, and branch settings 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:
30/07/2026

CVE-2026-65325

Publication date:
29/07/2026
Apache Traffic Server reuses multiplexed HTTP/2 origin connections without verifying the server certificate covers the new request hostname.<br /> <br /> This issue affects Apache Traffic Server: from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Severity CVSS v4.0: MEDIUM
Last modification:
03/08/2026

CVE-2026-65324

Publication date:
29/07/2026
Apache Traffic Server drops the per-stream buffer cap when dechunking HTTP/2 or HTTP/3 responses, letting a slow client exhaust server memory.<br /> <br /> This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Severity CVSS v4.0: HIGH
Last modification:
03/08/2026

CVE-2026-58156

Publication date:
29/07/2026
Apache Traffic Server mis-parses ports in URLs and userinfo, allowing port-based access-control bypass.<br /> <br /> This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Severity CVSS v4.0: MEDIUM
Last modification:
03/08/2026

CVE-2026-11973

Publication date:
29/07/2026
The WP-Lister Lite for eBay plugin for WordPress is vulnerable to generic SQL Injection via the &amp;#39;orderby&amp;#39; parameter in all versions up to, and including, 3.8.8 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:
30/07/2026

CVE-2026-13425

Publication date:
29/07/2026
The Database for CF7 plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Array Form Field Values in all versions up to, and including, 1.2.6 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. This is exploitable by unauthenticated attackers because Contact Form 7 accepts array-structured input for ordinary text fields (e.g., your-name[]) via the public REST API endpoint /wp-json/contact-form-7/v1/contact-forms/{id}/feedback, and the plugin stores submitted data using $wpdb INSERT with serialize() into a custom wp_cf7db table, bypassing WordPress save-time filtering via wp_insert_post/wp_kses.
Severity CVSS v4.0: Pending analysis
Last modification:
30/07/2026

CVE-2026-58155

Publication date:
29/07/2026
Apache Traffic Server truncates over-long header names, allowing header aliasing, request smuggling, and policy bypass.<br /> <br /> This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Severity CVSS v4.0: CRITICAL
Last modification:
03/08/2026

CVE-2026-58154

Publication date:
29/07/2026
Apache Traffic Server can write out of bounds or overflow integers while parsing MIME and HTTP headers.<br /> <br /> This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Severity CVSS v4.0: CRITICAL
Last modification:
03/08/2026

CVE-2026-58153

Publication date:
29/07/2026
Apache Traffic Server forwards HTTP/2 origin trailers to HTTP/1 clients without proper chunked framing when converting HTTP/2 to HTTP/1.<br /> <br /> This issue affects Apache Traffic Server: from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Severity CVSS v4.0: MEDIUM
Last modification:
03/08/2026

CVE-2026-58152

Publication date:
29/07/2026
Apache Traffic Server mishandles integers while decoding HPACK/XPACK headers, corrupting memory.<br /> <br /> This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Severity CVSS v4.0: MEDIUM
Last modification:
03/08/2026