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-2022-49574

Publication date:
26/02/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> tcp: Fix data-races around sysctl_tcp_recovery.<br /> <br /> While reading sysctl_tcp_recovery, it can be changed concurrently.<br /> Thus, we need to add READ_ONCE() to its readers.
Severity CVSS v4.0: Pending analysis
Last modification:
01/10/2025

CVE-2022-49575

Publication date:
26/02/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.<br /> <br /> While reading sysctl_tcp_thin_linear_timeouts, it can be changed<br /> concurrently. Thus, we need to add READ_ONCE() to its reader.
Severity CVSS v4.0: Pending analysis
Last modification:
01/10/2025

CVE-2022-49576

Publication date:
26/02/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.<br /> <br /> While reading sysctl_fib_multipath_hash_fields, it can be changed<br /> concurrently. Thus, we need to add READ_ONCE() to its readers.
Severity CVSS v4.0: Pending analysis
Last modification:
01/10/2025

CVE-2022-49577

Publication date:
26/02/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> udp: Fix a data-race around sysctl_udp_l3mdev_accept.<br /> <br /> While reading sysctl_udp_l3mdev_accept, it can be changed concurrently.<br /> Thus, we need to add READ_ONCE() to its reader.
Severity CVSS v4.0: Pending analysis
Last modification:
01/10/2025

CVE-2022-49578

Publication date:
26/02/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ip: Fix data-races around sysctl_ip_prot_sock.<br /> <br /> sysctl_ip_prot_sock is accessed concurrently, and there is always a chance<br /> of data-race. So, all readers and writers need some basic protection to<br /> avoid load/store-tearing.
Severity CVSS v4.0: Pending analysis
Last modification:
01/10/2025

CVE-2022-49579

Publication date:
26/02/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.<br /> <br /> While reading sysctl_fib_multipath_hash_policy, it can be changed<br /> concurrently. Thus, we need to add READ_ONCE() to its readers.
Severity CVSS v4.0: Pending analysis
Last modification:
01/10/2025

CVE-2022-49580

Publication date:
26/02/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.<br /> <br /> While reading sysctl_fib_multipath_use_neigh, it can be changed<br /> concurrently. Thus, we need to add READ_ONCE() to its reader.
Severity CVSS v4.0: Pending analysis
Last modification:
01/10/2025

CVE-2022-49581

Publication date:
26/02/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> be2net: Fix buffer overflow in be_get_module_eeprom<br /> <br /> be_cmd_read_port_transceiver_data assumes that it is given a buffer that<br /> is at least PAGE_DATA_LEN long, or twice that if the module supports SFF<br /> 8472. However, this is not always the case.<br /> <br /> Fix this by passing the desired offset and length to<br /> be_cmd_read_port_transceiver_data so that we only copy the bytes once.
Severity CVSS v4.0: Pending analysis
Last modification:
22/10/2025

CVE-2022-49582

Publication date:
26/02/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filtering<br /> <br /> The "ds" iterator variable used in dsa_port_reset_vlan_filtering() -&gt;<br /> dsa_switch_for_each_port() overwrites the "dp" received as argument,<br /> which is later used to call dsa_port_vlan_filtering() proper.<br /> <br /> As a result, switches which do enter that code path (the ones with<br /> vlan_filtering_is_global=true) will dereference an invalid dp in<br /> dsa_port_reset_vlan_filtering() after leaving a VLAN-aware bridge.<br /> <br /> Use a dedicated "other_dp" iterator variable to avoid this from<br /> happening.
Severity CVSS v4.0: Pending analysis
Last modification:
01/10/2025

CVE-2022-49583

Publication date:
26/02/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> iavf: Fix handling of dummy receive descriptors<br /> <br /> Fix memory leak caused by not handling dummy receive descriptor properly.<br /> iavf_get_rx_buffer now sets the rx_buffer return value for dummy receive<br /> descriptors. Without this patch, when the hardware writes a dummy<br /> descriptor, iavf would not free the page allocated for the previous receive<br /> buffer. This is an unlikely event but can still happen.<br /> <br /> [Jesse: massaged commit message]
Severity CVSS v4.0: Pending analysis
Last modification:
01/10/2025

CVE-2022-49584

Publication date:
26/02/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero<br /> <br /> It is possible to disable VFs while the PF driver is processing requests<br /> from the VF driver. This can result in a panic.<br /> <br /> BUG: unable to handle kernel paging request at 000000000000106c<br /> PGD 0 P4D 0<br /> Oops: 0000 [#1] SMP NOPTI<br /> CPU: 8 PID: 0 Comm: swapper/8 Kdump: loaded Tainted: G I --------- -<br /> Hardware name: Dell Inc. PowerEdge R740/06WXJT, BIOS 2.8.2 08/27/2020<br /> RIP: 0010:ixgbe_msg_task+0x4c8/0x1690 [ixgbe]<br /> Code: 00 00 48 8d 04 40 48 c1 e0 05 89 7c 24 24 89 fd 48 89 44 24 10 83 ff<br /> 01 0f 84 b8 04 00 00 4c 8b 64 24 10 4d 03 a5 48 22 00 00 80 7c 24 4c<br /> 00 0f 84 8a 03 00 00 0f b7 c7 83 f8 08 0f 84 8f 0a<br /> RSP: 0018:ffffb337869f8df8 EFLAGS: 00010002<br /> RAX: 0000000000001020 RBX: 0000000000000000 RCX: 000000000000002b<br /> RDX: 0000000000000002 RSI: 0000000000000008 RDI: 0000000000000006<br /> RBP: 0000000000000006 R08: 0000000000000002 R09: 0000000000029780<br /> R10: 00006957d8f42832 R11: 0000000000000000 R12: 0000000000001020<br /> R13: ffff8a00e8978ac0 R14: 000000000000002b R15: ffff8a00e8979c80<br /> FS: 0000000000000000(0000) GS:ffff8a07dfd00000(0000) knlGS:00000000000000<br /> CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033<br /> CR2: 000000000000106c CR3: 0000000063e10004 CR4: 00000000007726e0<br /> DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000<br /> DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400<br /> PKRU: 55555554<br /> Call Trace:<br /> <br /> ? ttwu_do_wakeup+0x19/0x140<br /> ? try_to_wake_up+0x1cd/0x550<br /> ? ixgbevf_update_xcast_mode+0x71/0xc0 [ixgbevf]<br /> ixgbe_msix_other+0x17e/0x310 [ixgbe]<br /> __handle_irq_event_percpu+0x40/0x180<br /> handle_irq_event_percpu+0x30/0x80<br /> handle_irq_event+0x36/0x53<br /> handle_edge_irq+0x82/0x190<br /> handle_irq+0x1c/0x30<br /> do_IRQ+0x49/0xd0<br /> common_interrupt+0xf/0xf<br /> <br /> This can be eventually be reproduced with the following script:<br /> <br /> while :<br /> do<br /> echo 63 &gt; /sys/class/net//device/sriov_numvfs<br /> sleep 1<br /> echo 0 &gt; /sys/class/net//device/sriov_numvfs<br /> sleep 1<br /> done<br /> <br /> Add lock when disabling SR-IOV to prevent process VF mailbox communication.
Severity CVSS v4.0: Pending analysis
Last modification:
22/10/2025

CVE-2022-49563

Publication date:
26/02/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> crypto: qat - add param check for RSA<br /> <br /> Reject requests with a source buffer that is bigger than the size of the<br /> key. This is to prevent a possible integer underflow that might happen<br /> when copying the source scatterlist into a linear buffer.
Severity CVSS v4.0: Pending analysis
Last modification:
01/10/2025