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

Publication date:
16/08/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ksmbd: validate command request size<br /> <br /> In commit 2b9b8f3b68ed ("ksmbd: validate command payload size"), except<br /> for SMB2_OPLOCK_BREAK_HE command, the request size of other commands<br /> is not checked, it&amp;#39;s not expected. Fix it by add check for request<br /> size of other commands.
Severity CVSS v4.0: Pending analysis
Last modification:
18/11/2025

CVE-2023-32246

Publication date:
16/08/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ksmbd: call rcu_barrier() in ksmbd_server_exit()<br /> <br /> racy issue is triggered the bug by racing between closing a connection<br /> and rmmod. In ksmbd, rcu_barrier() is not called at module unload time,<br /> so nothing prevents ksmbd from getting unloaded while it still has RCU<br /> callbacks pending. It leads to trigger unintended execution of kernel<br /> code locally and use to defeat protections such as Kernel Lockdown
Severity CVSS v4.0: Pending analysis
Last modification:
18/11/2025

CVE-2025-8878

Publication date:
16/08/2025
The The Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile &amp; Restrict Content – ProfilePress plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 4.16.4. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2025-38550

Publication date:
16/08/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ipv6: mcast: Delay put pmc-&gt;idev in mld_del_delrec()<br /> <br /> pmc-&gt;idev is still used in ip6_mc_clear_src(), so as mld_clear_delrec()<br /> does, the reference should be put after ip6_mc_clear_src() return.
Severity CVSS v4.0: Pending analysis
Last modification:
07/01/2026

CVE-2025-38549

Publication date:
16/08/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error paths<br /> <br /> When processing mount options, efivarfs allocates efivarfs_fs_info (sfi)<br /> early in fs_context initialization. However, sfi is associated with the<br /> superblock and typically freed when the superblock is destroyed. If the<br /> fs_context is released (final put) before fill_super is called—such as<br /> on error paths or during reconfiguration—the sfi structure would leak,<br /> as ownership never transfers to the superblock.<br /> <br /> Implement the .free callback in efivarfs_context_ops to ensure any<br /> allocated sfi is properly freed if the fs_context is torn down before<br /> fill_super, preventing this memory leak.
Severity CVSS v4.0: Pending analysis
Last modification:
18/11/2025

CVE-2025-38551

Publication date:
16/08/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> virtio-net: fix recursived rtnl_lock() during probe()<br /> <br /> The deadlock appears in a stack trace like:<br /> <br /> virtnet_probe()<br /> rtnl_lock()<br /> virtio_config_changed_work()<br /> netdev_notify_peers()<br /> rtnl_lock()<br /> <br /> It happens if the VMM sends a VIRTIO_NET_S_ANNOUNCE request while the<br /> virtio-net driver is still probing.<br /> <br /> The config_work in probe() will get scheduled until virtnet_open() enables<br /> the config change notification via virtio_config_driver_enable().
Severity CVSS v4.0: Pending analysis
Last modification:
18/11/2025

CVE-2025-8105

Publication date:
16/08/2025
The The Soledad theme for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 8.6.7. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2025-8142

Publication date:
16/08/2025
The Soledad theme for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 8.6.7 via the &amp;#39;header_layout&amp;#39; parameter. This makes it possible for authenticated attackers, with Contributor-level access and above, to include and execute arbitrary .php files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where .php file types can be uploaded and included.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2025-8143

Publication date:
16/08/2025
The Soledad theme for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘pcsml_smartlists_h’ parameter in all versions up to, and including, 8.6.7 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2025-38552

Publication date:
16/08/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> mptcp: plug races between subflow fail and subflow creation<br /> <br /> We have races similar to the one addressed by the previous patch between<br /> subflow failing and additional subflow creation. They are just harder to<br /> trigger.<br /> <br /> The solution is similar. Use a separate flag to track the condition<br /> &amp;#39;socket state prevent any additional subflow creation&amp;#39; protected by the<br /> fallback lock.<br /> <br /> The socket fallback makes such flag true, and also receiving or sending<br /> an MP_FAIL option.<br /> <br /> The field &amp;#39;allow_infinite_fallback&amp;#39; is now always touched under the<br /> relevant lock, we can drop the ONCE annotation on write.
Severity CVSS v4.0: Pending analysis
Last modification:
12/05/2026

CVE-2025-38548

Publication date:
16/08/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> hwmon: (corsair-cpro) Validate the size of the received input buffer<br /> <br /> Add buffer_recv_size to store the size of the received bytes.<br /> Validate buffer_recv_size in send_usb_cmd().
Severity CVSS v4.0: Pending analysis
Last modification:
07/01/2026

CVE-2025-38546

Publication date:
16/08/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> atm: clip: Fix memory leak of struct clip_vcc.<br /> <br /> ioctl(ATMARP_MKIP) allocates struct clip_vcc and set it to<br /> vcc-&gt;user_back.<br /> <br /> The code assumes that vcc_destroy_socket() passes NULL skb<br /> to vcc-&gt;push() when the socket is close()d, and then clip_push()<br /> frees clip_vcc.<br /> <br /> However, ioctl(ATMARPD_CTRL) sets NULL to vcc-&gt;push() in<br /> atm_init_atmarp(), resulting in memory leak.<br /> <br /> Let&amp;#39;s serialise two ioctl() by lock_sock() and check vcc-&gt;push()<br /> in atm_init_atmarp() to prevent memleak.
Severity CVSS v4.0: Pending analysis
Last modification:
07/01/2026