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

Publication date:
07/08/2024
A vulnerability classified as critical was found in Tenda i22 1.0.0.3(4687). This vulnerability affects the function formApPortalAccessCodeAuth of the file /goform/apPortalAccessCodeAuth. The manipulation of the argument accessCode/data/acceInfo leads to buffer overflow. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.
Severity CVSS v4.0: Pending analysis
Last modification:
08/08/2024

CVE-2024-41309

Publication date:
07/08/2024
An issue in the Hardware info module of IT Solutions Enjay CRM OS v1.0 allows attackers to escape the restricted terminal environment and gain root-level privileges on the underlying system.
Severity CVSS v4.0: Pending analysis
Last modification:
08/08/2024

CVE-2024-41432

Publication date:
07/08/2024
An IP Spoofing vulnerability has been discovered in Likeshop up to 2.5.7.20210811. This issue allows an attacker to replace their real IP address with any arbitrary IP address, specifically by adding a forged 'X-Forwarded' or 'Client-IP' header to requests. Exploiting IP spoofing, attackers can bypass account lockout mechanisms during attempts to log into admin accounts, spoof IP addresses in requests sent to the server, and impersonate IP addresses that have logged into user accounts, etc.
Severity CVSS v4.0: Pending analysis
Last modification:
08/08/2024

CVE-2024-42232

Publication date:
07/08/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> libceph: fix race between delayed_work() and ceph_monc_stop()<br /> <br /> The way the delayed work is handled in ceph_monc_stop() is prone to<br /> races with mon_fault() and possibly also finish_hunting(). Both of<br /> these can requeue the delayed work which wouldn&amp;#39;t be canceled by any of<br /> the following code in case that happens after cancel_delayed_work_sync()<br /> runs -- __close_session() doesn&amp;#39;t mess with the delayed work in order<br /> to avoid interfering with the hunting interval logic. This part was<br /> missed in commit b5d91704f53e ("libceph: behave in mon_fault() if<br /> cur_mon auth and monc-&gt;monmap being<br /> particularly susceptible to quickly being reused.<br /> <br /> To fix this:<br /> <br /> - clear monc-&gt;cur_mon and monc-&gt;hunting as part of closing the session<br /> in ceph_monc_stop()<br /> - bail from delayed_work() if monc-&gt;cur_mon is cleared, similar to how<br /> it&amp;#39;s done in mon_fault() and finish_hunting() (based on monc-&gt;hunting)<br /> - call cancel_delayed_work_sync() after the session is closed
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025

CVE-2024-42233

Publication date:
07/08/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> filemap: replace pte_offset_map() with pte_offset_map_nolock()<br /> <br /> The vmf-&gt;ptl in filemap_fault_recheck_pte_none() is still set from<br /> handle_pte_fault(). But at the same time, we did a pte_unmap(vmf-&gt;pte). <br /> After a pte_unmap(vmf-&gt;pte) unmap and rcu_read_unlock(), the page table<br /> may be racily changed and vmf-&gt;ptl maybe fails to protect the actual page<br /> table. Fix this by replacing pte_offset_map() with<br /> pte_offset_map_nolock().<br /> <br /> As David said, the PTL pointer might be stale so if we continue to use<br /> it infilemap_fault_recheck_pte_none(), it might trigger UAF. Also, if<br /> the PTL fails, the issue fixed by commit 58f327f2ce80 ("filemap: avoid<br /> unnecessary major faults in filemap_fault()") might reappear.
Severity CVSS v4.0: Pending analysis
Last modification:
08/08/2024

CVE-2024-42234

Publication date:
07/08/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> mm: fix crashes from deferred split racing folio migration<br /> <br /> Even on 6.10-rc6, I&amp;#39;ve been seeing elusive "Bad page state"s (often on<br /> flags when freeing, yet the flags shown are not bad: PG_locked had been<br /> set and cleared??), and VM_BUG_ON_PAGE(page_ref_count(page) == 0)s from<br /> deferred_split_scan()&amp;#39;s folio_put(), and a variety of other BUG and WARN<br /> symptoms implying double free by deferred split and large folio migration.<br /> <br /> 6.7 commit 9bcef5973e31 ("mm: memcg: fix split queue list crash when large<br /> folio migration") was right to fix the memcg-dependent locking broken in<br /> 85ce2c517ade ("memcontrol: only transfer the memcg data for migration"),<br /> but missed a subtlety of deferred_split_scan(): it moves folios to its own<br /> local list to work on them without split_queue_lock, during which time<br /> folio-&gt;_deferred_list is not empty, but even the "right" lock does nothing<br /> to secure the folio and the list it is on.<br /> <br /> Fortunately, deferred_split_scan() is careful to use folio_try_get(): so<br /> folio_migrate_mapping() can avoid the race by folio_undo_large_rmappable()<br /> while the old folio&amp;#39;s reference count is temporarily frozen to 0 - adding<br /> such a freeze in the !mapping case too (originally, folio lock and<br /> unmapping and no swap cache left an anon folio unreachable, so no freezing<br /> was needed there: but the deferred split queue offers a way to reach it).
Severity CVSS v4.0: Pending analysis
Last modification:
08/08/2024

CVE-2024-42235

Publication date:
07/08/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> s390/mm: Add NULL pointer check to crst_table_free() base_crst_free()<br /> <br /> crst_table_free() used to work with NULL pointers before the conversion<br /> to ptdescs. Since crst_table_free() can be called with a NULL pointer<br /> (error handling in crst_table_upgrade() add an explicit check.<br /> <br /> Also add the same check to base_crst_free() for consistency reasons.<br /> <br /> In real life this should not happen, since order two GFP_KERNEL<br /> allocations will not fail, unless FAIL_PAGE_ALLOC is enabled and used.
Severity CVSS v4.0: Pending analysis
Last modification:
08/08/2024

CVE-2024-42236

Publication date:
07/08/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> usb: gadget: configfs: Prevent OOB read/write in usb_string_copy()<br /> <br /> Userspace provided string &amp;#39;s&amp;#39; could trivially have the length zero. Left<br /> unchecked this will firstly result in an OOB read in the form<br /> `if (str[0 - 1] == &amp;#39;\n&amp;#39;) followed closely by an OOB write in the form<br /> `str[0 - 1] = &amp;#39;\0&amp;#39;`.<br /> <br /> There is already a validating check to catch strings that are too long.<br /> Let&amp;#39;s supply an additional check for invalid strings that are too short.
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025

CVE-2024-42237

Publication date:
07/08/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> firmware: cs_dsp: Validate payload length before processing block<br /> <br /> Move the payload length check in cs_dsp_load() and cs_dsp_coeff_load()<br /> to be done before the block is processed.<br /> <br /> The check that the length of a block payload does not exceed the number<br /> of remaining bytes in the firwmware file buffer was being done near the<br /> end of the loop iteration. However, some code before that check used the<br /> length field without validating it.
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025

CVE-2024-42238

Publication date:
07/08/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> firmware: cs_dsp: Return error if block header overflows file<br /> <br /> Return an error from cs_dsp_power_up() if a block header is longer<br /> than the amount of data left in the file.<br /> <br /> The previous code in cs_dsp_load() and cs_dsp_load_coeff() would loop<br /> while there was enough data left in the file for a valid region. This<br /> protected against overrunning the end of the file data, but it didn&amp;#39;t<br /> abort the file processing with an error.
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025

CVE-2024-42239

Publication date:
07/08/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> bpf: Fail bpf_timer_cancel when callback is being cancelled<br /> <br /> Given a schedule:<br /> <br /> timer1 cb timer2 cb<br /> <br /> bpf_timer_cancel(timer2); bpf_timer_cancel(timer1);<br /> <br /> Both bpf_timer_cancel calls would wait for the other callback to finish<br /> executing, introducing a lockup.<br /> <br /> Add an atomic_t count named &amp;#39;cancelling&amp;#39; in bpf_hrtimer. This keeps<br /> track of all in-flight cancellation requests for a given BPF timer.<br /> Whenever cancelling a BPF timer, we must check if we have outstanding<br /> cancellation requests, and if so, we must fail the operation with an<br /> error (-EDEADLK) since cancellation is synchronous and waits for the<br /> callback to finish executing. This implies that we can enter a deadlock<br /> situation involving two or more timer callbacks executing in parallel<br /> and attempting to cancel one another.<br /> <br /> Note that we avoid incrementing the cancelling counter for the target<br /> timer (the one being cancelled) if bpf_timer_cancel is not invoked from<br /> a callback, to avoid spurious errors. The whole point of detecting<br /> cur-&gt;cancelling and returning -EDEADLK is to not enter a busy wait loop<br /> (which may or may not lead to a lockup). This does not apply in case the<br /> caller is in a non-callback context, the other side can continue to<br /> cancel as it sees fit without running into errors.<br /> <br /> Background on prior attempts:<br /> <br /> Earlier versions of this patch used a bool &amp;#39;cancelling&amp;#39; bit and used the<br /> following pattern under timer-&gt;lock to publish cancellation status.<br /> <br /> lock(t-&gt;lock);<br /> t-&gt;cancelling = true;<br /> mb();<br /> if (cur-&gt;cancelling)<br /> return -EDEADLK;<br /> unlock(t-&gt;lock);<br /> hrtimer_cancel(t-&gt;timer);<br /> t-&gt;cancelling = false;<br /> <br /> The store outside the critical section could overwrite a parallel<br /> requests t-&gt;cancelling assignment to true, to ensure the parallely<br /> executing callback observes its cancellation status.<br /> <br /> It would be necessary to clear this cancelling bit once hrtimer_cancel<br /> is done, but lack of serialization introduced races. Another option was<br /> explored where bpf_timer_start would clear the bit when (re)starting the<br /> timer under timer-&gt;lock. This would ensure serialized access to the<br /> cancelling bit, but may allow it to be cleared before in-flight<br /> hrtimer_cancel has finished executing, such that lockups can occur<br /> again.<br /> <br /> Thus, we choose an atomic counter to keep track of all outstanding<br /> cancellation requests and use it to prevent lockups in case callbacks<br /> attempt to cancel each other while executing in parallel.
Severity CVSS v4.0: Pending analysis
Last modification:
08/08/2024

CVE-2024-42240

Publication date:
07/08/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> x86/bhi: Avoid warning in #DB handler due to BHI mitigation<br /> <br /> When BHI mitigation is enabled, if SYSENTER is invoked with the TF flag set<br /> then entry_SYSENTER_compat() uses CLEAR_BRANCH_HISTORY and calls the<br /> clear_bhb_loop() before the TF flag is cleared. This causes the #DB handler<br /> (exc_debug_kernel()) to issue a warning because single-step is used outside the<br /> entry_SYSENTER_compat() function.<br /> <br /> To address this issue, entry_SYSENTER_compat() should use CLEAR_BRANCH_HISTORY<br /> after making sure the TF flag is cleared.<br /> <br /> The problem can be reproduced with the following sequence:<br /> <br /> $ cat sysenter_step.c<br /> int main()<br /> { asm("pushf; pop %ax; bts $8,%ax; push %ax; popf; sysenter"); }<br /> <br /> $ gcc -o sysenter_step sysenter_step.c<br /> <br /> $ ./sysenter_step<br /> Segmentation fault (core dumped)<br /> <br /> The program is expected to crash, and the #DB handler will issue a warning.<br /> <br /> Kernel log:<br /> <br /> WARNING: CPU: 27 PID: 7000 at arch/x86/kernel/traps.c:1009 exc_debug_kernel+0xd2/0x160<br /> ...<br /> RIP: 0010:exc_debug_kernel+0xd2/0x160<br /> ...<br /> Call Trace:<br /> <br /> ? show_regs+0x68/0x80<br /> ? __warn+0x8c/0x140<br /> ? exc_debug_kernel+0xd2/0x160<br /> ? report_bug+0x175/0x1a0<br /> ? handle_bug+0x44/0x90<br /> ? exc_invalid_op+0x1c/0x70<br /> ? asm_exc_invalid_op+0x1f/0x30<br /> ? exc_debug_kernel+0xd2/0x160<br /> exc_debug+0x43/0x50<br /> asm_exc_debug+0x1e/0x40<br /> RIP: 0010:clear_bhb_loop+0x0/0xb0<br /> ...<br /> <br /> <br /> ? entry_SYSENTER_compat_after_hwframe+0x6e/0x8d<br /> <br /> <br /> [ bp: Massage commit message. ]
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025