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

Publication date:
14/05/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> netfilter: nf_tables: use timestamp to check for set element timeout<br /> <br /> Add a timestamp field at the beginning of the transaction, store it<br /> in the nftables per-netns area.<br /> <br /> Update set backend .insert, .deactivate and sync gc path to use the<br /> timestamp, this avoids that an element expires while control plane<br /> transaction is still unfinished.<br /> <br /> .lookup and .update, which are used from packet path, still use the<br /> current time to check if the element has expired. And .get path and dump<br /> also since this runs lockless under rcu read size lock. Then, there is<br /> async gc which also needs to check the current time since it runs<br /> asynchronously from a workqueue.
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025

CVE-2024-27394

Publication date:
14/05/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> tcp: Fix Use-After-Free in tcp_ao_connect_init<br /> <br /> Since call_rcu, which is called in the hlist_for_each_entry_rcu traversal<br /> of tcp_ao_connect_init, is not part of the RCU read critical section, it<br /> is possible that the RCU grace period will pass during the traversal and<br /> the key will be free.<br /> <br /> To prevent this, it should be changed to hlist_for_each_entry_safe.
Severity CVSS v4.0: Pending analysis
Last modification:
08/04/2025

CVE-2024-27395

Publication date:
14/05/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: openvswitch: Fix Use-After-Free in ovs_ct_exit<br /> <br /> Since kfree_rcu, which is called in the hlist_for_each_entry_rcu traversal<br /> of ovs_ct_limit_exit, is not part of the RCU read critical section, it<br /> is possible that the RCU grace period will pass during the traversal and<br /> the key will be free.<br /> <br /> To prevent this, it should be changed to hlist_for_each_entry_safe.
Severity CVSS v4.0: Pending analysis
Last modification:
14/01/2025

CVE-2024-27396

Publication date:
14/05/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: gtp: Fix Use-After-Free in gtp_dellink<br /> <br /> Since call_rcu, which is called in the hlist_for_each_entry_rcu traversal<br /> of gtp_dellink, is not part of the RCU read critical section, it<br /> is possible that the RCU grace period will pass during the traversal and<br /> the key will be free.<br /> <br /> To prevent this, it should be changed to hlist_for_each_entry_safe.
Severity CVSS v4.0: Pending analysis
Last modification:
14/01/2025

CVE-2024-27393

Publication date:
14/05/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> xen-netfront: Add missing skb_mark_for_recycle<br /> <br /> Notice that skb_mark_for_recycle() is introduced later than fixes tag in<br /> commit 6a5bcd84e886 ("page_pool: Allow drivers to hint on SKB recycling").<br /> <br /> It is believed that fixes tag were missing a call to page_pool_release_page()<br /> between v5.9 to v5.14, after which is should have used skb_mark_for_recycle().<br /> Since v6.6 the call page_pool_release_page() were removed (in<br /> commit 535b9c61bdef ("net: page_pool: hide page_pool_release_page()")<br /> and remaining callers converted (in commit 6bfef2ec0172 ("Merge branch<br /> &amp;#39;net-page_pool-remove-page_pool_release_page&amp;#39;")).<br /> <br /> This leak became visible in v6.8 via commit dba1b8a7ab68 ("mm/page_pool: catch<br /> page_pool memory leaks").
Severity CVSS v4.0: Pending analysis
Last modification:
08/04/2025

CVE-2024-27281

Publication date:
14/05/2024
An issue was discovered in RDoc 6.3.3 through 6.6.2, as distributed in Ruby 3.x through 3.3.0. When parsing .rdoc_options (used for configuration in RDoc) as a YAML file, object injection and resultant remote code execution are possible because there are no restrictions on the classes that can be restored. (When loading the documentation cache, object injection and resultant remote code execution are also possible if there were a crafted cache.) The main fixed version is 6.6.3.1. For Ruby 3.0 users, a fixed version is rdoc 6.3.4.1. For Ruby 3.1 users, a fixed version is rdoc 6.4.1.1. For Ruby 3.2 users, a fixed version is rdoc 6.5.1.1.
Severity CVSS v4.0: Pending analysis
Last modification:
04/11/2025

CVE-2024-27282

Publication date:
14/05/2024
An issue was discovered in Ruby 3.x through 3.3.0. If attacker-supplied data is provided to the Ruby regex compiler, it is possible to extract arbitrary heap data relative to the start of the text, including pointers and sensitive strings. The fixed versions are 3.0.7, 3.1.5, 3.2.4, and 3.3.1.
Severity CVSS v4.0: Pending analysis
Last modification:
04/11/2025

CVE-2024-27280

Publication date:
14/05/2024
A buffer-overread issue was discovered in StringIO 3.0.1, as distributed in Ruby 3.0.x through 3.0.6 and 3.1.x through 3.1.4. The ungetbyte and ungetc methods on a StringIO can read past the end of a string, and a subsequent call to StringIO.gets may return the memory value. 3.0.3 is the main fixed version; however, for Ruby 3.0 users, a fixed version is stringio 3.0.1.1, and for Ruby 3.1 users, a fixed version is stringio 3.0.1.2.
Severity CVSS v4.0: Pending analysis
Last modification:
04/11/2025

CVE-2024-27269

Publication date:
14/05/2024
IBM QRadar SIEM 7.5 could allow a privileged user to configure user management that would disclose unintended sensitive information across tenants. IBM X-Force ID: 284575.
Severity CVSS v4.0: Pending analysis
Last modification:
25/07/2025

CVE-2024-27082

Publication date:
14/05/2024
Cacti provides an operational monitoring and fault management framework. Versions of Cacti prior to 1.2.27 are vulnerable to stored cross-site scripting, a type of cross-site scripting where malicious scripts are permanently stored on a target server and served to users who access a particular page. Version 1.2.27 contains a patch for the issue.
Severity CVSS v4.0: Pending analysis
Last modification:
18/12/2024

CVE-2024-26517

Publication date:
14/05/2024
SQL Injection vulnerability in School Task Manager v.1.0 allows a remote attacker to obtain sensitive information via a crafted payload to the delete-task.php component.
Severity CVSS v4.0: Pending analysis
Last modification:
18/06/2025

CVE-2024-26306

Publication date:
14/05/2024
iPerf3 before 3.17, when used with OpenSSL before 3.2.0 as a server with RSA authentication, allows a timing side channel in RSA decryption operations. This side channel could be sufficient for an attacker to recover credential plaintext. It requires the attacker to send a large number of messages for decryption, as described in "Everlasting ROBOT: the Marvin Attack" by Hubert Kario.
Severity CVSS v4.0: Pending analysis
Last modification:
03/11/2025