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-2024-26605

Publication date:
26/02/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> PCI/ASPM: Fix deadlock when enabling ASPM<br /> <br /> A last minute revert in 6.7-final introduced a potential deadlock when<br /> enabling ASPM during probe of Qualcomm PCIe controllers as reported by<br /> lockdep:<br /> <br /> ============================================<br /> WARNING: possible recursive locking detected<br /> 6.7.0 #40 Not tainted<br /> --------------------------------------------<br /> kworker/u16:5/90 is trying to acquire lock:<br /> ffffacfa78ced000 (pci_bus_sem){++++}-{3:3}, at: pcie_aspm_pm_state_change+0x58/0xdc<br /> <br /> but task is already holding lock:<br /> ffffacfa78ced000 (pci_bus_sem){++++}-{3:3}, at: pci_walk_bus+0x34/0xbc<br /> <br /> other info that might help us debug this:<br /> Possible unsafe locking scenario:<br /> <br /> CPU0<br /> ----<br /> lock(pci_bus_sem);<br /> lock(pci_bus_sem);<br /> <br /> *** DEADLOCK ***<br /> <br /> Call trace:<br /> print_deadlock_bug+0x25c/0x348<br /> __lock_acquire+0x10a4/0x2064<br /> lock_acquire+0x1e8/0x318<br /> down_read+0x60/0x184<br /> pcie_aspm_pm_state_change+0x58/0xdc<br /> pci_set_full_power_state+0xa8/0x114<br /> pci_set_power_state+0xc4/0x120<br /> qcom_pcie_enable_aspm+0x1c/0x3c [pcie_qcom]<br /> pci_walk_bus+0x64/0xbc<br /> qcom_pcie_host_post_init_2_7_0+0x28/0x34 [pcie_qcom]<br /> <br /> The deadlock can easily be reproduced on machines like the Lenovo ThinkPad<br /> X13s by adding a delay to increase the race window during asynchronous<br /> probe where another thread can take a write lock.<br /> <br /> Add a new pci_set_power_state_locked() and associated helper functions that<br /> can be called with the PCI bus semaphore held to avoid taking the read lock<br /> twice.
Severity CVSS v4.0: Pending analysis
Last modification:
28/04/2024

CVE-2024-27350

Publication date:
26/02/2024
Amazon Fire OS 7 before 7.6.6.9 and 8 before 8.1.0.3 allows Fire TV applications to establish local ADB (Android Debug Bridge) connections. NOTE: some third parties dispute whether this has security relevance, because an ADB connection is only possible after the (non-default) ADB Debugging option is enabled, and after the initiator of that specific connection attempt has been approved via a full-screen prompt.
Severity CVSS v4.0: Pending analysis
Last modification:
18/09/2025

CVE-2024-27359

Publication date:
26/02/2024
Certain WithSecure products allow a Denial of Service because the engine scanner can go into an infinite loop when processing an archive file. This affects WithSecure Client Security 15, WithSecure Server Security 15, WithSecure Email and Server Security 15, WithSecure Elements Endpoint Protection 17 and later, WithSecure Client Security for Mac 15, WithSecure Elements Endpoint Protection for Mac 17 and later, WithSecure Linux Security 64 12.0, WithSecure Linux Protection 12.0, and WithSecure Atlant 1.0.35-1.
Severity CVSS v4.0: Pending analysis
Last modification:
05/08/2024

CVE-2024-27444

Publication date:
26/02/2024
langchain_experimental (aka LangChain Experimental) in LangChain before 0.1.8 allows an attacker to bypass the CVE-2023-44467 fix and execute arbitrary code via the __import__, __subclasses__, __builtins__, __globals__, __getattribute__, __bases__, __mro__, or __base__ attribute in Python code. These are not prohibited by pal_chain/base.py.
Severity CVSS v4.0: Pending analysis
Last modification:
14/07/2025

CVE-2024-27447

Publication date:
26/02/2024
pretix before 2024.1.1 mishandles file validation.
Severity CVSS v4.0: Pending analysis
Last modification:
11/06/2025

CVE-2024-27454

Publication date:
26/02/2024
orjson.loads in orjson before 3.9.15 does not limit recursion for deeply nested JSON documents.
Severity CVSS v4.0: Pending analysis
Last modification:
18/09/2025

CVE-2024-27455

Publication date:
26/02/2024
In the Bentley ALIM Web application, certain configuration settings can cause exposure of a user&amp;#39;s ALIM session token when the user attempts to download files. This is fixed in Assetwise ALIM Web 23.00.04.04 and Assetwise Information Integrity Server 23.00.02.03.
Severity CVSS v4.0: Pending analysis
Last modification:
14/08/2024

CVE-2024-27456

Publication date:
26/02/2024
rack-cors (aka Rack CORS Middleware) 2.0.1 has 0666 permissions for the .rb files.
Severity CVSS v4.0: Pending analysis
Last modification:
18/09/2025

CVE-2024-26603

Publication date:
26/02/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> x86/fpu: Stop relying on userspace for info to fault in xsave buffer<br /> <br /> Before this change, the expected size of the user space buffer was<br /> taken from fx_sw-&gt;xstate_size. fx_sw-&gt;xstate_size can be changed<br /> from user-space, so it is possible construct a sigreturn frame where:<br /> <br /> * fx_sw-&gt;xstate_size is smaller than the size required by valid bits in<br /> fx_sw-&gt;xfeatures.<br /> * user-space unmaps parts of the sigrame fpu buffer so that not all of<br /> the buffer required by xrstor is accessible.<br /> <br /> In this case, xrstor tries to restore and accesses the unmapped area<br /> which results in a fault. But fault_in_readable succeeds because buf +<br /> fx_sw-&gt;xstate_size is within the still mapped area, so it goes back and<br /> tries xrstor again. It will spin in this loop forever.<br /> <br /> Instead, fault in the maximum size which can be touched by XRSTOR (taken<br /> from fpstate-&gt;user_size).<br /> <br /> [ dhansen: tweak subject / changelog ]
Severity CVSS v4.0: Pending analysis
Last modification:
04/11/2025

CVE-2024-26604

Publication date:
26/02/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> Revert "kobject: Remove redundant checks for whether ktype is NULL"<br /> <br /> This reverts commit 1b28cb81dab7c1eedc6034206f4e8d644046ad31.<br /> <br /> It is reported to cause problems, so revert it for now until the root<br /> cause can be found.
Severity CVSS v4.0: Pending analysis
Last modification:
04/11/2025

CVE-2024-26606

Publication date:
26/02/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> binder: signal epoll threads of self-work<br /> <br /> In (e)poll mode, threads often depend on I/O events to determine when<br /> data is ready for consumption. Within binder, a thread may initiate a<br /> command via BINDER_WRITE_READ without a read buffer and then make use<br /> of epoll_wait() or similar to consume any responses afterwards.<br /> <br /> It is then crucial that epoll threads are signaled via wakeup when they<br /> queue their own work. Otherwise, they risk waiting indefinitely for an<br /> event leaving their work unhandled. What is worse, subsequent commands<br /> won&amp;#39;t trigger a wakeup either as the thread has pending work.
Severity CVSS v4.0: Pending analysis
Last modification:
04/11/2025

CVE-2024-25760

Publication date:
26/02/2024
Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.
Severity CVSS v4.0: Pending analysis
Last modification:
27/02/2024