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-2023-53300

Publication date:
16/09/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> media: hi846: Fix memleak in hi846_init_controls()<br /> <br /> hi846_init_controls doesn&amp;#39;t clean the allocated ctrl_hdlr<br /> in case there is a failure, which causes memleak. Add<br /> v4l2_ctrl_handler_free to free the resource properly.
Severity CVSS v4.0: Pending analysis
Last modification:
14/01/2026

CVE-2023-53302

Publication date:
16/09/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> wifi: iwl4965: Add missing check for create_singlethread_workqueue()<br /> <br /> Add the check for the return value of the create_singlethread_workqueue()<br /> in order to avoid NULL pointer dereference.
Severity CVSS v4.0: Pending analysis
Last modification:
14/01/2026

CVE-2023-53303

Publication date:
16/09/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule()<br /> <br /> Inject fault When select CONFIG_VCAP_KUNIT_TEST, the below memory leak<br /> occurs. If kzalloc() for duprule succeeds, but the following<br /> kmemdup() fails, the duprule, ckf and caf memory will be leaked. So kfree<br /> them in the error path.<br /> <br /> unreferenced object 0xffff122744c50600 (size 192):<br /> comm "kunit_try_catch", pid 346, jiffies 4294896122 (age 911.812s)<br /> hex dump (first 32 bytes):<br /> 10 27 00 00 04 00 00 00 1e 00 00 00 2c 01 00 00 .&amp;#39;..........,...<br /> 00 00 00 00 00 00 00 00 18 06 c5 44 27 12 ff ff ...........D&amp;#39;...<br /> backtrace:<br /> [] __kmem_cache_alloc_node+0x274/0x2f8<br /> [] kmalloc_trace+0x38/0x88<br /> [] vcap_dup_rule+0x50/0x460<br /> [] vcap_add_rule+0x8cc/0x1038<br /> [] test_vcap_xn_rule_creator.constprop.0.isra.0+0x238/0x494<br /> [] vcap_api_rule_remove_in_front_test+0x1ac/0x698<br /> [] kunit_try_run_case+0xe0/0x20c<br /> [] kunit_generic_run_threadfn_adapter+0x50/0x94<br /> [] kthread+0x2e8/0x374<br /> [] ret_from_fork+0x10/0x20
Severity CVSS v4.0: Pending analysis
Last modification:
14/01/2026

CVE-2023-53301

Publication date:
16/09/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> f2fs: fix kernel crash due to null io-&gt;bio<br /> <br /> We should return when io-&gt;bio is null before doing anything. Otherwise, panic.<br /> <br /> BUG: kernel NULL pointer dereference, address: 0000000000000010<br /> RIP: 0010:__submit_merged_write_cond+0x164/0x240 [f2fs]<br /> Call Trace:<br /> <br /> f2fs_submit_merged_write+0x1d/0x30 [f2fs]<br /> commit_checkpoint+0x110/0x1e0 [f2fs]<br /> f2fs_write_checkpoint+0x9f7/0xf00 [f2fs]<br /> ? __pfx_issue_checkpoint_thread+0x10/0x10 [f2fs]<br /> __checkpoint_and_complete_reqs+0x84/0x190 [f2fs]<br /> ? preempt_count_add+0x82/0xc0<br /> ? __pfx_issue_checkpoint_thread+0x10/0x10 [f2fs]<br /> issue_checkpoint_thread+0x4c/0xf0 [f2fs]<br /> ? __pfx_autoremove_wake_function+0x10/0x10<br /> kthread+0xff/0x130<br /> ? __pfx_kthread+0x10/0x10<br /> ret_from_fork+0x2c/0x50<br />
Severity CVSS v4.0: Pending analysis
Last modification:
27/01/2026

CVE-2023-53293

Publication date:
16/09/2025
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
Severity CVSS v4.0: Pending analysis
Last modification:
29/10/2025

CVE-2023-53289

Publication date:
16/09/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> media: bdisp: Add missing check for create_workqueue<br /> <br /> Add the check for the return value of the create_workqueue<br /> in order to avoid NULL pointer dereference.
Severity CVSS v4.0: Pending analysis
Last modification:
14/01/2026

CVE-2023-53290

Publication date:
16/09/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> samples/bpf: Fix fout leak in hbm&amp;#39;s run_bpf_prog<br /> <br /> Fix fout being fopen&amp;#39;ed but then not subsequently fclose&amp;#39;d. In the affected<br /> branch, fout is otherwise going out of scope.
Severity CVSS v4.0: Pending analysis
Last modification:
14/01/2026

CVE-2023-53291

Publication date:
16/09/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale<br /> <br /> Running the &amp;#39;kfree_rcu_test&amp;#39; test case [1] results in a splat [2].<br /> The root cause is the kfree_scale_thread thread(s) continue running<br /> after unloading the rcuscale module. This commit fixes that isue by<br /> invoking kfree_scale_cleanup() from rcu_scale_cleanup() when removing<br /> the rcuscale module.<br /> <br /> [1] modprobe rcuscale kfree_rcu_test=1<br /> // After some time<br /> rmmod rcuscale<br /> rmmod torture<br /> <br /> [2] BUG: unable to handle page fault for address: ffffffffc0601a87<br /> #PF: supervisor instruction fetch in kernel mode<br /> #PF: error_code(0x0010) - not-present page<br /> PGD 11de4f067 P4D 11de4f067 PUD 11de51067 PMD 112f4d067 PTE 0<br /> Oops: 0010 [#1] PREEMPT SMP NOPTI<br /> CPU: 1 PID: 1798 Comm: kfree_scale_thr Not tainted 6.3.0-rc1-rcu+ #1<br /> Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 0.0.0 02/06/2015<br /> RIP: 0010:0xffffffffc0601a87<br /> Code: Unable to access opcode bytes at 0xffffffffc0601a5d.<br /> RSP: 0018:ffffb25bc2e57e18 EFLAGS: 00010297<br /> RAX: 0000000000000000 RBX: ffffffffc061f0b6 RCX: 0000000000000000<br /> RDX: 0000000000000000 RSI: ffffffff962fd0de RDI: ffffffff962fd0de<br /> RBP: ffffb25bc2e57ea8 R08: 0000000000000000 R09: 0000000000000000<br /> R10: 0000000000000001 R11: 0000000000000001 R12: 0000000000000000<br /> R13: 0000000000000000 R14: 000000000000000a R15: 00000000001c1dbe<br /> FS: 0000000000000000(0000) GS:ffff921fa2200000(0000) knlGS:0000000000000000<br /> CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033<br /> CR2: ffffffffc0601a5d CR3: 000000011de4c006 CR4: 0000000000370ee0<br /> DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000<br /> DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400<br /> Call Trace:<br /> <br /> ? kvfree_call_rcu+0xf0/0x3a0<br /> ? kthread+0xf3/0x120<br /> ? kthread_complete_and_exit+0x20/0x20<br /> ? ret_from_fork+0x1f/0x30<br /> <br /> Modules linked in: rfkill sunrpc ... [last unloaded: torture]<br /> CR2: ffffffffc0601a87<br /> ---[ end trace 0000000000000000 ]---
Severity CVSS v4.0: Pending analysis
Last modification:
14/01/2026

CVE-2023-53292

Publication date:
16/09/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> blk-mq: fix NULL dereference on q-&gt;elevator in blk_mq_elv_switch_none<br /> <br /> After grabbing q-&gt;sysfs_lock, q-&gt;elevator may become NULL because of<br /> elevator switch.<br /> <br /> Fix the NULL dereference on q-&gt;elevator by checking it with lock.
Severity CVSS v4.0: Pending analysis
Last modification:
14/01/2026

CVE-2023-53294

Publication date:
16/09/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> fs/ntfs3: Fix null-ptr-deref on inode-&gt;i_op in ntfs_lookup()<br /> <br /> Syzbot reported a null-ptr-deref bug:<br /> <br /> ntfs3: loop0: Different NTFS&amp;#39; sector size (1024) and media sector size<br /> (512)<br /> ntfs3: loop0: Mark volume as dirty due to NTFS errors<br /> general protection fault, probably for non-canonical address<br /> 0xdffffc0000000001: 0000 [#1] PREEMPT SMP KASAN<br /> KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f]<br /> RIP: 0010:d_flags_for_inode fs/dcache.c:1980 [inline]<br /> RIP: 0010:__d_add+0x5ce/0x800 fs/dcache.c:2796<br /> Call Trace:<br /> <br /> d_splice_alias+0x122/0x3b0 fs/dcache.c:3191<br /> lookup_open fs/namei.c:3391 [inline]<br /> open_last_lookups fs/namei.c:3481 [inline]<br /> path_openat+0x10e6/0x2df0 fs/namei.c:3688<br /> do_filp_open+0x264/0x4f0 fs/namei.c:3718<br /> do_sys_openat2+0x124/0x4e0 fs/open.c:1310<br /> do_sys_open fs/open.c:1326 [inline]<br /> __do_sys_open fs/open.c:1334 [inline]<br /> __se_sys_open fs/open.c:1330 [inline]<br /> __x64_sys_open+0x221/0x270 fs/open.c:1330<br /> do_syscall_x64 arch/x86/entry/common.c:50 [inline]<br /> do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80<br /> entry_SYSCALL_64_after_hwframe+0x63/0xcd<br /> <br /> If the MFT record of ntfs inode is not a base record, inode-&gt;i_op can be<br /> NULL. And a null-ptr-deref may happen:<br /> <br /> ntfs_lookup()<br /> dir_search_u() # inode-&gt;i_op is set to NULL<br /> d_splice_alias()<br /> __d_add()<br /> d_flags_for_inode() # inode-&gt;i_op-&gt;get_link null-ptr-deref<br /> <br /> Fix this by adding a Check on inode-&gt;i_op before calling the<br /> d_splice_alias() function.
Severity CVSS v4.0: Pending analysis
Last modification:
14/01/2026

CVE-2023-53295

Publication date:
16/09/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> udf: Do not update file length for failed writes to inline files<br /> <br /> When write to inline file fails (or happens only partly), we still<br /> updated length of inline data as if the whole write succeeded. Fix the<br /> update of length of inline data to happen only if the write succeeds.
Severity CVSS v4.0: Pending analysis
Last modification:
14/01/2026

CVE-2023-53296

Publication date:
16/09/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> sctp: check send stream number after wait_for_sndbuf<br /> <br /> This patch fixes a corner case where the asoc out stream count may change<br /> after wait_for_sndbuf.<br /> <br /> When the main thread in the client starts a connection, if its out stream<br /> count is set to N while the in stream count in the server is set to N - 2,<br /> another thread in the client keeps sending the msgs with stream number<br /> N - 1, and waits for sndbuf before processing INIT_ACK.<br /> <br /> However, after processing INIT_ACK, the out stream count in the client is<br /> shrunk to N - 2, the same to the in stream count in the server. The crash<br /> occurs when the thread waiting for sndbuf is awake and sends the msg in a<br /> non-existing stream(N - 1), the call trace is as below:<br /> <br /> KASAN: null-ptr-deref in range [0x0000000000000038-0x000000000000003f]<br /> Call Trace:<br /> <br /> sctp_cmd_send_msg net/sctp/sm_sideeffect.c:1114 [inline]<br /> sctp_cmd_interpreter net/sctp/sm_sideeffect.c:1777 [inline]<br /> sctp_side_effects net/sctp/sm_sideeffect.c:1199 [inline]<br /> sctp_do_sm+0x197d/0x5310 net/sctp/sm_sideeffect.c:1170<br /> sctp_primitive_SEND+0x9f/0xc0 net/sctp/primitive.c:163<br /> sctp_sendmsg_to_asoc+0x10eb/0x1a30 net/sctp/socket.c:1868<br /> sctp_sendmsg+0x8d4/0x1d90 net/sctp/socket.c:2026<br /> inet_sendmsg+0x9d/0xe0 net/ipv4/af_inet.c:825<br /> sock_sendmsg_nosec net/socket.c:722 [inline]<br /> sock_sendmsg+0xde/0x190 net/socket.c:745<br /> <br /> The fix is to add an unlikely check for the send stream number after the<br /> thread wakes up from the wait_for_sndbuf.
Severity CVSS v4.0: Pending analysis
Last modification:
14/01/2026