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

Publication date:
27/05/2026
IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to a denial of service when executing a specially crafted query with a small statement heap.
Severity CVSS v4.0: Pending analysis
Last modification:
28/05/2026

CVE-2026-5515

Publication date:
27/05/2026
IBM App Connect Enterprise 13.0.1.0 through 13.0.7.0 stores potentially sensitive information in log files that could be read by a local user.
Severity CVSS v4.0: Pending analysis
Last modification:
28/05/2026

CVE-2026-4410

Publication date:
27/05/2026
IBM WebSphere Application Server - Liberty 19.0.0.7 through 26.0.0.5 and IBM WebSphere Application Server 9.0, and 8.5 and WebSphere Application Server Liberty are vulnerable to a denial of service, caused by sending a specially-crafted request. A remote attacker could exploit this vulnerability to cause the server to consume memory resources.
Severity CVSS v4.0: Pending analysis
Last modification:
27/05/2026

CVE-2026-48971

Publication date:
27/05/2026
Missing Authorization vulnerability in WebToffee Product Import Export for WooCommerce allows Exploiting Incorrectly Configured Access Control Security Levels.<br /> <br /> This issue affects Product Import Export for WooCommerce: from n/a through 2.5.6.
Severity CVSS v4.0: Pending analysis
Last modification:
27/05/2026

CVE-2026-48972

Publication date:
27/05/2026
Improper Control of Filename for Include/Require Statement in PHP Program (&amp;#39;PHP Remote File Inclusion&amp;#39;) vulnerability in SeedProd LLC SeedProd Pro allows PHP Local File Inclusion.<br /> <br /> This issue affects SeedProd Pro: from n/a before 6.19.5.
Severity CVSS v4.0: Pending analysis
Last modification:
27/05/2026

CVE-2026-5065

Publication date:
27/05/2026
IBM Controller 11.0.1, 11.1.0, 11.1.1, and 11.1.2 contains hard-coded credentials, such as a password or cryptographic key, which it uses for its own inbound authentication, outbound communication to external components, or encryption of internal data.
Severity CVSS v4.0: Pending analysis
Last modification:
27/05/2026

CVE-2026-46101

Publication date:
27/05/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> netfilter: reject zero shift in nft_bitwise<br /> <br /> Reject zero shift operands for nft_bitwise left and right shift<br /> expressions during initialization.<br /> <br /> The carry propagation logic computes the carry from the adjacent 32-bit<br /> word using BITS_PER_TYPE(u32) - shift. A zero shift operand turns this<br /> into a 32-bit shift, which is undefined behaviour.<br /> <br /> Reject zero shift operands in the control plane, alongside the existing<br /> check for values greater than or equal to 32, so malformed rules never<br /> reach the packet path.
Severity CVSS v4.0: Pending analysis
Last modification:
27/05/2026

CVE-2026-46103

Publication date:
27/05/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> can: ucan: fix devres lifetime<br /> <br /> USB drivers bind to USB interfaces and any device managed resources<br /> should have their lifetime tied to the interface rather than parent USB<br /> device. This avoids issues like memory leaks when drivers are unbound<br /> without their devices being physically disconnected (e.g. on probe<br /> deferral or configuration changes).<br /> <br /> Fix the control message buffer lifetime so that it is released on driver<br /> unbind.
Severity CVSS v4.0: Pending analysis
Last modification:
27/05/2026

CVE-2026-47104

Publication date:
27/05/2026
libusb before version 1.0.30 contains a one-byte out-of-bounds read vulnerability in parse_iad_array() in descriptor.c that allows attackers to trigger a denial of service by supplying a malformed USB descriptor whose bLength equals size minus one, causing the bounds check to use the original buffer size instead of the remaining size. Attackers in virtualized environments with USB passthrough can supply crafted descriptors through libusb_get_active_interface_association_descriptors or libusb_get_interface_association_descriptors to read one byte past the end of the malloc allocation, resulting in a denial of service.
Severity CVSS v4.0: MEDIUM
Last modification:
28/05/2026

CVE-2026-46102

Publication date:
27/05/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: strparser: fix skb_head leak in strp_abort_strp()<br /> <br /> When the stream parser is aborted, for example after a message assembly timeout,<br /> it can still hold a reference to a partially assembled message in<br /> strp-&gt;skb_head.<br /> <br /> That skb is not released in strp_abort_strp(), which leaks the partially<br /> assembled message and can be triggered repeatedly to exhaust memory.<br /> <br /> Fix this by freeing strp-&gt;skb_head and resetting the parser state in the<br /> abort path. Leave strp_stop() unchanged so final cleanup still happens in<br /> strp_done() after the work and timer have been synchronized.
Severity CVSS v4.0: Pending analysis
Last modification:
30/05/2026

CVE-2026-46095

Publication date:
27/05/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> md/md-llbitmap: raise barrier before state machine transition<br /> <br /> Move the barrier raise operation before calling llbitmap_state_machine()<br /> in both llbitmap_start_write() and llbitmap_start_discard(). This<br /> ensures the barrier is in place before any state transitions occur,<br /> preventing potential race conditions where the state machine could<br /> complete before the barrier is properly raised.
Severity CVSS v4.0: Pending analysis
Last modification:
27/05/2026

CVE-2026-46096

Publication date:
27/05/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()<br /> <br /> tpm2_read_public() calls tpm_buf_init() but fails to call<br /> tpm_buf_destroy() on two exit paths, leaking a page allocation:<br /> <br /> 1. When name_size() returns an error (unrecognized hash algorithm),<br /> the function returns directly without destroying the buffer.<br /> <br /> 2. On the success path, the buffer is never destroyed before<br /> returning.<br /> <br /> All other error paths in the function correctly call<br /> tpm_buf_destroy() before returning.<br /> <br /> Fix both by adding the missing tpm_buf_destroy() calls.
Severity CVSS v4.0: Pending analysis
Last modification:
27/05/2026