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-2025-37967

Publication date:
20/05/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> usb: typec: ucsi: displayport: Fix deadlock<br /> <br /> This patch introduces the ucsi_con_mutex_lock / ucsi_con_mutex_unlock<br /> functions to the UCSI driver. ucsi_con_mutex_lock ensures the connector<br /> mutex is only locked if a connection is established and the partner pointer<br /> is valid. This resolves a deadlock scenario where<br /> ucsi_displayport_remove_partner holds con-&gt;mutex waiting for<br /> dp_altmode_work to complete while dp_altmode_work attempts to acquire it.
Severity CVSS v4.0: Pending analysis
Last modification:
16/12/2025

CVE-2025-37969

Publication date:
20/05/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_tagged_fifo<br /> <br /> Prevent st_lsm6dsx_read_tagged_fifo from falling in an infinite loop in<br /> case pattern_len is equal to zero and the device FIFO is not empty.
Severity CVSS v4.0: Pending analysis
Last modification:
16/12/2025

CVE-2025-37970

Publication date:
20/05/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> iio: imu: st_lsm6dsx: fix possible lockup in st_lsm6dsx_read_fifo<br /> <br /> Prevent st_lsm6dsx_read_fifo from falling in an infinite loop in case<br /> pattern_len is equal to zero and the device FIFO is not empty.
Severity CVSS v4.0: Pending analysis
Last modification:
16/12/2025

CVE-2025-37972

Publication date:
20/05/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> Input: mtk-pmic-keys - fix possible null pointer dereference<br /> <br /> In mtk_pmic_keys_probe, the regs parameter is only set if the button is<br /> parsed in the device tree. However, on hardware where the button is left<br /> floating, that node will most likely be removed not to enable that<br /> input. In that case the code will try to dereference a null pointer.<br /> <br /> Let&amp;#39;s use the regs struct instead as it is defined for all supported<br /> platforms. Note that it is ok setting the key reg even if that latter is<br /> disabled as the interrupt won&amp;#39;t be enabled anyway.
Severity CVSS v4.0: Pending analysis
Last modification:
16/12/2025

CVE-2025-37966

Publication date:
20/05/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> riscv: Fix kernel crash due to PR_SET_TAGGED_ADDR_CTRL<br /> <br /> When userspace does PR_SET_TAGGED_ADDR_CTRL, but Supm extension is not<br /> available, the kernel crashes:<br /> <br /> Oops - illegal instruction [#1]<br /> [snip]<br /> epc : set_tagged_addr_ctrl+0x112/0x15a<br /> ra : set_tagged_addr_ctrl+0x74/0x15a<br /> epc : ffffffff80011ace ra : ffffffff80011a30 sp : ffffffc60039be10<br /> [snip]<br /> status: 0000000200000120 badaddr: 0000000010a79073 cause: 0000000000000002<br /> set_tagged_addr_ctrl+0x112/0x15a<br /> __riscv_sys_prctl+0x352/0x73c<br /> do_trap_ecall_u+0x17c/0x20c<br /> andle_exception+0x150/0x15c<br /> <br /> Fix it by checking if Supm is available.
Severity CVSS v4.0: Pending analysis
Last modification:
17/03/2026

CVE-2025-37968

Publication date:
20/05/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> iio: light: opt3001: fix deadlock due to concurrent flag access<br /> <br /> The threaded IRQ function in this driver is reading the flag twice: once to<br /> lock a mutex and once to unlock it. Even though the code setting the flag<br /> is designed to prevent it, there are subtle cases where the flag could be<br /> true at the mutex_lock stage and false at the mutex_unlock stage. This<br /> results in the mutex not being unlocked, resulting in a deadlock.<br /> <br /> Fix it by making the opt3001_irq() code generally more robust, reading the<br /> flag into a variable and using the variable value at both stages.
Severity CVSS v4.0: Pending analysis
Last modification:
12/05/2026

CVE-2025-37965

Publication date:
20/05/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/amd/display: Fix invalid context error in dml helper<br /> <br /> [Why]<br /> "BUG: sleeping function called from invalid context" error.<br /> after:<br /> "drm/amd/display: Protect FPU in dml2_validate()/dml21_validate()"<br /> <br /> The populate_dml_plane_cfg_from_plane_state() uses the GFP_KERNEL flag<br /> for memory allocation, which shouldn&amp;#39;t be used in atomic contexts.<br /> <br /> The allocation is needed only for using another helper function<br /> get_scaler_data_for_plane().<br /> <br /> [How]<br /> Modify helpers to pass a pointer to scaler_data within existing context,<br /> eliminating the need for dynamic memory allocation/deallocation<br /> and copying.<br /> <br /> (cherry picked from commit bd3e84bc98f81b44f2c43936bdadc3241d654259)
Severity CVSS v4.0: Pending analysis
Last modification:
14/11/2025

CVE-2025-48014

Publication date:
20/05/2025
Password guessing limits could be bypassed when using LDAP authentication.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2025-48015

Publication date:
20/05/2025
Failed login response could be different depending on whether the username was local or central.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2025-48016

Publication date:
20/05/2025
OpenFlow discovery protocol can exhaust resources because it is not rate limited
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2025-48017

Publication date:
20/05/2025
Improper limitation of pathname in Circuit Provisioning and File Import applications allows modification and uploading of files
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2025-48018

Publication date:
20/05/2025
An authenticated user can modify application state data.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026