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

Publication date:
19/06/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt<br /> <br /> In rxe_comp_queue_pkt() an incoming response packet skb is enqueued to the<br /> resp_pkts queue and then a decision is made whether to run the completer<br /> task inline or schedule it. Finally the skb is dereferenced to bump a &amp;#39;hw&amp;#39;<br /> performance counter. This is wrong because if the completer task is<br /> already running in a separate thread it may have already processed the skb<br /> and freed it which can cause a seg fault. This has been observed<br /> infrequently in testing at high scale.<br /> <br /> This patch fixes this by changing the order of enqueuing the packet until<br /> after the counter is accessed.
Severity CVSS v4.0: Pending analysis
Last modification:
04/08/2026

CVE-2024-38545

Publication date:
19/06/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> RDMA/hns: Fix UAF for cq async event<br /> <br /> The refcount of CQ is not protected by locks. When CQ asynchronous<br /> events and CQ destruction are concurrent, CQ may have been released,<br /> which will cause UAF.<br /> <br /> Use the xa_lock() to protect the CQ refcount.
Severity CVSS v4.0: Pending analysis
Last modification:
04/08/2026

CVE-2023-39310

Publication date:
19/06/2024
Missing Authorization vulnerability in ThemeFusion Fusion Builder.This issue affects Fusion Builder: from n/a through 3.11.1.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2024-23443

Publication date:
19/06/2024
A high-privileged user, allowed to create custom osquery packs 17 could affect the availability of Kibana by uploading a maliciously crafted osquery pack.
Severity CVSS v4.0: Pending analysis
Last modification:
19/08/2024

CVE-2024-38329

Publication date:
19/06/2024
IBM Storage Protect for Virtual Environments: Data Protection for VMware 8.1.0.0 through 8.1.22.0 could allow a remote authenticated attacker to bypass security restrictions, caused by improper validation of user permission. By sending a specially crafted request, an attacker could exploit this vulnerability to change its settings, trigger backups, restore backups, and also delete all previous backups via log rotation. IBM X-Force ID: 294994.
Severity CVSS v4.0: Pending analysis
Last modification:
03/08/2024

CVE-2024-36979

Publication date:
19/06/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: bridge: mst: fix vlan use-after-free<br /> <br /> syzbot reported a suspicious rcu usage[1] in bridge&amp;#39;s mst code. While<br /> fixing it I noticed that nothing prevents a vlan to be freed while<br /> walking the list from the same path (br forward delay timer). Fix the rcu<br /> usage and also make sure we are not accessing freed memory by making<br /> br_mst_vlan_set_state use rcu read lock.<br /> <br /> [1]<br /> WARNING: suspicious RCU usage<br /> 6.9.0-rc6-syzkaller #0 Not tainted<br /> -----------------------------<br /> net/bridge/br_private.h:1599 suspicious rcu_dereference_protected() usage!<br /> ...<br /> stack backtrace:<br /> CPU: 1 PID: 8017 Comm: syz-executor.1 Not tainted 6.9.0-rc6-syzkaller #0<br /> Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 03/27/2024<br /> Call Trace:<br /> <br /> __dump_stack lib/dump_stack.c:88 [inline]<br /> dump_stack_lvl+0x241/0x360 lib/dump_stack.c:114<br /> lockdep_rcu_suspicious+0x221/0x340 kernel/locking/lockdep.c:6712<br /> nbp_vlan_group net/bridge/br_private.h:1599 [inline]<br /> br_mst_set_state+0x1ea/0x650 net/bridge/br_mst.c:105<br /> br_set_state+0x28a/0x7b0 net/bridge/br_stp.c:47<br /> br_forward_delay_timer_expired+0x176/0x440 net/bridge/br_stp_timer.c:88<br /> call_timer_fn+0x18e/0x650 kernel/time/timer.c:1793<br /> expire_timers kernel/time/timer.c:1844 [inline]<br /> __run_timers kernel/time/timer.c:2418 [inline]<br /> __run_timer_base+0x66a/0x8e0 kernel/time/timer.c:2429<br /> run_timer_base kernel/time/timer.c:2438 [inline]<br /> run_timer_softirq+0xb7/0x170 kernel/time/timer.c:2448<br /> __do_softirq+0x2c6/0x980 kernel/softirq.c:554<br /> invoke_softirq kernel/softirq.c:428 [inline]<br /> __irq_exit_rcu+0xf2/0x1c0 kernel/softirq.c:633<br /> irq_exit_rcu+0x9/0x30 kernel/softirq.c:645<br /> instr_sysvec_apic_timer_interrupt arch/x86/kernel/apic/apic.c:1043 [inline]<br /> sysvec_apic_timer_interrupt+0xa6/0xc0 arch/x86/kernel/apic/apic.c:1043<br /> <br /> <br /> asm_sysvec_apic_timer_interrupt+0x1a/0x20 arch/x86/include/asm/idtentry.h:702<br /> RIP: 0010:lock_acquire+0x264/0x550 kernel/locking/lockdep.c:5758<br /> Code: 2b 00 74 08 4c 89 f7 e8 ba d1 84 00 f6 44 24 61 02 0f 85 85 01 00 00 41 f7 c7 00 02 00 00 74 01 fb 48 c7 44 24 40 0e 36 e0 45 c7 44 25 00 00 00 00 00 43 c7 44 25 09 00 00 00 00 43 c7 44 25<br /> RSP: 0018:ffffc90013657100 EFLAGS: 00000206<br /> RAX: 0000000000000001 RBX: 1ffff920026cae2c RCX: 0000000000000001<br /> RDX: dffffc0000000000 RSI: ffffffff8bcaca00 RDI: ffffffff8c1eaa60<br /> RBP: ffffc90013657260 R08: ffffffff92efe507 R09: 1ffffffff25dfca0<br /> R10: dffffc0000000000 R11: fffffbfff25dfca1 R12: 1ffff920026cae28<br /> R13: dffffc0000000000 R14: ffffc90013657160 R15: 0000000000000246
Severity CVSS v4.0: Pending analysis
Last modification:
04/08/2026

CVE-2023-36683

Publication date:
19/06/2024
Missing Authorization vulnerability in WP SCHEMA PRO Schema Pro.This issue affects Schema Pro: from n/a through 2.7.8.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2023-36684

Publication date:
19/06/2024
Missing Authorization vulnerability in Brainstorm Force Convert Pro.This issue affects Convert Pro: from n/a through 1.7.5.
Severity CVSS v4.0: Pending analysis
Last modification:
20/09/2024

CVE-2023-37869

Publication date:
19/06/2024
Missing Authorization vulnerability in Premium Addons Premium Addons PRO.This issue affects Premium Addons PRO: from n/a through 2.9.0.
Severity CVSS v4.0: Pending analysis
Last modification:
23/01/2025

CVE-2023-37872

Publication date:
19/06/2024
Missing Authorization vulnerability in Woo WooCommerce Ship to Multiple Addresses.This issue affects WooCommerce Ship to Multiple Addresses: from n/a through 3.8.5.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2023-36676

Publication date:
19/06/2024
Missing Authorization vulnerability in Brainstorm Force Spectra.This issue affects Spectra: from n/a through 2.6.6.
Severity CVSS v4.0: Pending analysis
Last modification:
20/09/2024

CVE-2023-41805

Publication date:
19/06/2024
Missing Authorization vulnerability in Brainstorm Force Premium Starter Templates, Brainstorm Force Starter Templates astra-sites.This issue affects Premium Starter Templates: from n/a through 3.2.5; Starter Templates: from n/a through 3.2.5.
Severity CVSS v4.0: Pending analysis
Last modification:
20/09/2024