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

Publication date:
24/12/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> clk: clk-apple-nco: Add NULL check in applnco_probe<br /> <br /> Add NULL check in applnco_probe, to handle kernel NULL pointer<br /> dereference error.
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025

CVE-2024-53155

Publication date:
24/12/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ocfs2: fix uninitialized value in ocfs2_file_read_iter()<br /> <br /> Syzbot has reported the following KMSAN splat:<br /> <br /> BUG: KMSAN: uninit-value in ocfs2_file_read_iter+0x9a4/0xf80<br /> ocfs2_file_read_iter+0x9a4/0xf80<br /> __io_read+0x8d4/0x20f0<br /> io_read+0x3e/0xf0<br /> io_issue_sqe+0x42b/0x22c0<br /> io_wq_submit_work+0xaf9/0xdc0<br /> io_worker_handle_work+0xd13/0x2110<br /> io_wq_worker+0x447/0x1410<br /> ret_from_fork+0x6f/0x90<br /> ret_from_fork_asm+0x1a/0x30<br /> <br /> Uninit was created at:<br /> __alloc_pages_noprof+0x9a7/0xe00<br /> alloc_pages_mpol_noprof+0x299/0x990<br /> alloc_pages_noprof+0x1bf/0x1e0<br /> allocate_slab+0x33a/0x1250<br /> ___slab_alloc+0x12ef/0x35e0<br /> kmem_cache_alloc_bulk_noprof+0x486/0x1330<br /> __io_alloc_req_refill+0x84/0x560<br /> io_submit_sqes+0x172f/0x2f30<br /> __se_sys_io_uring_enter+0x406/0x41c0<br /> __x64_sys_io_uring_enter+0x11f/0x1a0<br /> x64_sys_call+0x2b54/0x3ba0<br /> do_syscall_64+0xcd/0x1e0<br /> entry_SYSCALL_64_after_hwframe+0x77/0x7f<br /> <br /> Since an instance of &amp;#39;struct kiocb&amp;#39; may be passed from the block layer<br /> with &amp;#39;private&amp;#39; field uninitialized, introduce &amp;#39;ocfs2_iocb_init_rw_locked()&amp;#39;<br /> and use it from where &amp;#39;ocfs2_dio_end_io()&amp;#39; might take care, i.e. in<br /> &amp;#39;ocfs2_file_read_iter()&amp;#39; and &amp;#39;ocfs2_file_write_iter()&amp;#39;.
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025

CVE-2024-53156

Publication date:
24/12/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service()<br /> <br /> I found the following bug in my fuzzer:<br /> <br /> UBSAN: array-index-out-of-bounds in drivers/net/wireless/ath/ath9k/htc_hst.c:26:51<br /> index 255 is out of range for type &amp;#39;htc_endpoint [22]&amp;#39;<br /> CPU: 0 UID: 0 PID: 8 Comm: kworker/0:0 Not tainted 6.11.0-rc6-dirty #14<br /> Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.15.0-1 04/01/2014<br /> Workqueue: events request_firmware_work_func<br /> Call Trace:<br /> <br /> dump_stack_lvl+0x180/0x1b0<br /> __ubsan_handle_out_of_bounds+0xd4/0x130<br /> htc_issue_send.constprop.0+0x20c/0x230<br /> ? _raw_spin_unlock_irqrestore+0x3c/0x70<br /> ath9k_wmi_cmd+0x41d/0x610<br /> ? mark_held_locks+0x9f/0xe0<br /> ...<br /> <br /> Since this bug has been confirmed to be caused by insufficient verification<br /> of conn_rsp_epid, I think it would be appropriate to add a range check for<br /> conn_rsp_epid to htc_connect_service() to prevent the bug from occurring.
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025

CVE-2024-53157

Publication date:
24/12/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> firmware: arm_scpi: Check the DVFS OPP count returned by the firmware<br /> <br /> Fix a kernel crash with the below call trace when the SCPI firmware<br /> returns OPP count of zero.<br /> <br /> dvfs_info.opp_count may be zero on some platforms during the reboot<br /> test, and the kernel will crash after dereferencing the pointer to<br /> kcalloc(info-&gt;count, sizeof(*opp), GFP_KERNEL).<br /> <br /> | Unable to handle kernel NULL pointer dereference at virtual address 0000000000000028<br /> | Mem abort info:<br /> | ESR = 0x96000004<br /> | Exception class = DABT (current EL), IL = 32 bits<br /> | SET = 0, FnV = 0<br /> | EA = 0, S1PTW = 0<br /> | Data abort info:<br /> | ISV = 0, ISS = 0x00000004<br /> | CM = 0, WnR = 0<br /> | user pgtable: 4k pages, 48-bit VAs, pgdp = 00000000faefa08c<br /> | [0000000000000028] pgd=0000000000000000<br /> | Internal error: Oops: 96000004 [#1] SMP<br /> | scpi-hwmon: probe of PHYT000D:00 failed with error -110<br /> | Process systemd-udevd (pid: 1701, stack limit = 0x00000000aaede86c)<br /> | CPU: 2 PID: 1701 Comm: systemd-udevd Not tainted 4.19.90+ #1<br /> | Hardware name: PHYTIUM LTD Phytium FT2000/4/Phytium FT2000/4, BIOS<br /> | pstate: 60000005 (nZCv daif -PAN -UAO)<br /> | pc : scpi_dvfs_recalc_rate+0x40/0x58 [clk_scpi]<br /> | lr : clk_register+0x438/0x720<br /> | Call trace:<br /> | scpi_dvfs_recalc_rate+0x40/0x58 [clk_scpi]<br /> | devm_clk_hw_register+0x50/0xa0<br /> | scpi_clk_ops_init.isra.2+0xa0/0x138 [clk_scpi]<br /> | scpi_clocks_probe+0x528/0x70c [clk_scpi]<br /> | platform_drv_probe+0x58/0xa8<br /> | really_probe+0x260/0x3d0<br /> | driver_probe_device+0x12c/0x148<br /> | device_driver_attach+0x74/0x98<br /> | __driver_attach+0xb4/0xe8<br /> | bus_for_each_dev+0x88/0xe0<br /> | driver_attach+0x30/0x40<br /> | bus_add_driver+0x178/0x2b0<br /> | driver_register+0x64/0x118<br /> | __platform_driver_register+0x54/0x60<br /> | scpi_clocks_driver_init+0x24/0x1000 [clk_scpi]<br /> | do_one_initcall+0x54/0x220<br /> | do_init_module+0x54/0x1c8<br /> | load_module+0x14a4/0x1668<br /> | __se_sys_finit_module+0xf8/0x110<br /> | __arm64_sys_finit_module+0x24/0x30<br /> | el0_svc_common+0x78/0x170<br /> | el0_svc_handler+0x38/0x78<br /> | el0_svc+0x8/0x340<br /> | Code: 937d7c00 a94153f3 a8c27bfd f9400421 (b8606820)<br /> | ---[ end trace 06feb22469d89fa8 ]---<br /> | Kernel panic - not syncing: Fatal exception<br /> | SMP: stopping secondary CPUs<br /> | Kernel Offset: disabled<br /> | CPU features: 0x10,a0002008<br /> | Memory Limit: none
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025

CVE-2024-53150

Publication date:
24/12/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ALSA: usb-audio: Fix out of bounds reads when finding clock sources<br /> <br /> The current USB-audio driver code doesn&amp;#39;t check bLength of each<br /> descriptor at traversing for clock descriptors. That is, when a<br /> device provides a bogus descriptor with a shorter bLength, the driver<br /> might hit out-of-bounds reads.<br /> <br /> For addressing it, this patch adds sanity checks to the validator<br /> functions for the clock descriptor traversal. When the descriptor<br /> length is shorter than expected, it&amp;#39;s skipped in the loop.<br /> <br /> For the clock source and clock multiplier descriptors, we can just<br /> check bLength against the sizeof() of each descriptor type.<br /> OTOH, the clock selector descriptor of UAC2 and UAC3 has an array<br /> of bNrInPins elements and two more fields at its tail, hence those<br /> have to be checked in addition to the sizeof() check.
Severity CVSS v4.0: Pending analysis
Last modification:
04/11/2025

CVE-2024-53147

Publication date:
24/12/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> exfat: fix out-of-bounds access of directory entries<br /> <br /> In the case of the directory size is greater than or equal to<br /> the cluster size, if start_clu becomes an EOF cluster(an invalid<br /> cluster) due to file system corruption, then the directory entry<br /> where ei-&gt;hint_femp.eidx hint is outside the directory, resulting<br /> in an out-of-bounds access, which may cause further file system<br /> corruption.<br /> <br /> This commit adds a check for start_clu, if it is an invalid cluster,<br /> the file or directory will be treated as empty.
Severity CVSS v4.0: Pending analysis
Last modification:
01/10/2025

CVE-2024-53145

Publication date:
24/12/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> um: Fix potential integer overflow during physmem setup<br /> <br /> This issue happens when the real map size is greater than LONG_MAX,<br /> which can be easily triggered on UML/i386.
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025

CVE-2024-53146

Publication date:
24/12/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> NFSD: Prevent a potential integer overflow<br /> <br /> If the tag length is &gt;= U32_MAX - 3 then the "length + 4" addition<br /> can result in an integer overflow. Address this by splitting the<br /> decoding into several steps so that decode_cb_compound4res() does<br /> not have to perform arithmetic on the unsafe length value.
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025

CVE-2024-53148

Publication date:
24/12/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> comedi: Flush partial mappings in error case<br /> <br /> If some remap_pfn_range() calls succeeded before one failed, we still have<br /> buffer pages mapped into the userspace page tables when we drop the buffer<br /> reference with comedi_buf_map_put(bm). The userspace mappings are only<br /> cleaned up later in the mmap error path.<br /> <br /> Fix it by explicitly flushing all mappings in our VMA on the error path.<br /> <br /> See commit 79a61cc3fc04 ("mm: avoid leaving partial pfn mappings around in<br /> error case").
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025

CVE-2024-43441

Publication date:
24/12/2024
Authentication Bypass by Assumed-Immutable Data vulnerability in Apache HugeGraph-Server.<br /> <br /> This issue affects Apache HugeGraph-Server: from 1.0.0 before 1.5.0.<br /> <br /> Users are recommended to upgrade to version 1.5.0, which fixes the issue.
Severity CVSS v4.0: Pending analysis
Last modification:
01/07/2025

CVE-2024-10856

Publication date:
24/12/2024
The Booking Calendar WpDevArt plugin is vulnerable to time-based, blind SQL injection via the `id` parameter in the “wpdevart_booking_calendar” shortcode in versions up to, and including, 3.2.19 due to insufficient escaping on the user-supplied parameter and lack of sufficient preparation on the existing SQL query. The vulnerability requires the “delete_prev_date” theme option being enabled. This makes it possible for authenticated attackers, with contributor-level access or above, to append additional SQL queries into already existing query that can be used to extract sensitive information such as passwords from the database.
Severity CVSS v4.0: Pending analysis
Last modification:
21/03/2025

CVE-2024-11726

Publication date:
24/12/2024
The Appointment Booking Calendar Plugin and Scheduling Plugin – BookingPress plugin for WordPress is vulnerable to SQL Injection via the &amp;#39;category&amp;#39; parameter of the &amp;#39;bookingpress_form&amp;#39; shortcode in all versions up to, and including, 1.1.21 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Severity CVSS v4.0: Pending analysis
Last modification:
24/12/2024