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

Publication date:
25/12/2024
Dell NativeEdge, version(s) 2.1.0.0, contain(s) an Execution with Unnecessary Privileges vulnerability. A low privileged attacker with local access could potentially exploit this vulnerability, leading to Elevation of privileges.
Severity CVSS v4.0: Pending analysis
Last modification:
29/01/2025

CVE-2023-5117

Publication date:
25/12/2024
An issue was discovered in GitLab CE/EE affecting all versions before 17.6.0 in which users were unaware that files uploaded to comments on confidential issues and epics of public projects could be accessed without authentication via a direct link to the uploaded file URL.
Severity CVSS v4.0: Pending analysis
Last modification:
11/07/2025

CVE-2024-39727

Publication date:
25/12/2024
IBM Engineering Lifecycle Optimization - Engineering Insights 7.0.2 and 7.0.3 uses a web link with untrusted references to an external site. A remote attacker could exploit this vulnerability to expose sensitive information or perform unauthorized actions on the victims’ web browser.
Severity CVSS v4.0: Pending analysis
Last modification:
10/01/2025

CVE-2024-39725

Publication date:
25/12/2024
IBM Engineering Lifecycle Optimization - Engineering Insights 7.0.2 and 7.0.3 could allow a remote attacker to obtain sensitive information when a detailed technical error message is returned in the browser. This information could be used in further attacks against the system.
Severity CVSS v4.0: Pending analysis
Last modification:
10/01/2025

CVE-2024-8950

Publication date:
25/12/2024
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Arne Informatics Piramit Automation allows Blind SQL Injection.This issue affects Piramit Automation: before 27.09.2024.
Severity CVSS v4.0: Pending analysis
Last modification:
25/12/2024

CVE-2024-52046

Publication date:
25/12/2024
The ObjectSerializationDecoder in Apache MINA uses Java’s native deserialization protocol to process<br /> incoming serialized data but lacks the necessary security checks and defenses. This vulnerability allows<br /> attackers to exploit the deserialization process by sending specially crafted malicious serialized data,<br /> potentially leading to remote code execution (RCE) attacks.<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> This issue affects MINA core versions 2.0.X, 2.1.X and 2.2.X, and will be fixed by the releases 2.0.27, 2.1.10 and 2.2.4.<br /> <br /> <br /> <br /> <br /> <br /> It&amp;#39;s also important to note that an application using MINA core library will only be affected if the IoBuffer#getObject() method is called, and this specific method is potentially called when adding a ProtocolCodecFilter instance using the ObjectSerializationCodecFactory class in the filter chain. If your application is specifically using those classes, you have to upgrade to the latest version of MINA core library.<br /> <br /> <br /> <br /> <br /> Upgrading will  not be enough: you also need to explicitly allow the classes the decoder will accept in the ObjectSerializationDecoder instance, using one of the three new methods:<br /> <br /> <br /> <br /> <br /> /**<br /> <br />      * Accept class names where the supplied ClassNameMatcher matches for<br /> <br /> * deserialization, unless they are otherwise rejected.<br /> <br /> *<br /> <br /> * @param classNameMatcher the matcher to use<br /> <br /> */<br /> <br /> public void accept(ClassNameMatcher classNameMatcher)<br /> <br /> <br /> <br /> <br /> /**<br /> <br /> * Accept class names that match the supplied pattern for<br /> <br /> * deserialization, unless they are otherwise rejected.<br /> <br /> *<br /> <br /> * @param pattern standard Java regexp<br /> <br /> */<br /> <br /> public void accept(Pattern pattern) <br /> <br /> <br /> <br /> <br /> <br /> /**<br /> <br /> * Accept the wildcard specified classes for deserialization,<br /> <br /> * unless they are otherwise rejected.<br /> <br /> *<br /> <br /> * @param patterns Wildcard file name patterns as defined by<br /> <br /> * {@link org.apache.commons.io.FilenameUtils#wildcardMatch(String, String) FilenameUtils.wildcardMatch}<br /> <br /> */<br /> <br /> public void accept(String... patterns)<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> By default, the decoder will reject *all* classes that will be present in the incoming data.<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> Note: The FtpServer, SSHd and Vysper sub-project are not affected by this issue.
Severity CVSS v4.0: CRITICAL
Last modification:
12/02/2025

CVE-2024-11281

Publication date:
25/12/2024
The WooCommerce Point of Sale plugin for WordPress is vulnerable to privilege escalation in all versions up to, and including, 6.1.0. This is due to insufficient validation on the &amp;#39;logged_in_user_id&amp;#39; value when option values are empty and the ability for attackers to change the email of arbitrary user accounts. This makes it possible for unauthenticated attackers to change the email of arbitrary user accounts, including administrators, and reset their password to gain access to the account.
Severity CVSS v4.0: Pending analysis
Last modification:
25/12/2024

CVE-2024-12335

Publication date:
25/12/2024
The Avada (Fusion) Builder plugin for WordPress is vulnerable to Information Exposure in all versions up to, and including, 3.11.12 via the handle_clone_post() function and the &amp;#39;fusion_blog&amp;#39; shortcode and due to insufficient restrictions on which posts can be included. This makes it possible for authenticated attackers, with contributor-level access and above, to extract data from password protected, private, or draft posts that they should not have access to.
Severity CVSS v4.0: Pending analysis
Last modification:
25/12/2024

CVE-2024-10862

Publication date:
25/12/2024
The NEX-Forms – Ultimate Form Builder – Contact forms and much more plugin for WordPress is vulnerable to SQL Injection via the &amp;#39;search_params&amp;#39; parameter in all versions up to, and including, 8.7.15 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This can be exploited via CSRF due to a lack of nonce validation on the get_table_records AJAX action.
Severity CVSS v4.0: Pending analysis
Last modification:
08/04/2026

CVE-2024-10858

Publication date:
25/12/2024
The Jetpack WordPress plugin before 14.1 does not properly checks the postmessage origin in its 13.x versions, allowing it to be bypassed and leading to DOM-XSS. The issue only affects websites hosted on WordPress.com.
Severity CVSS v4.0: Pending analysis
Last modification:
14/05/2025

CVE-2024-12636

Publication date:
25/12/2024
The Privacy Policy Generator, Terms &amp; Conditions Generator WordPress Plugin : WP Legal Pages plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 3.2.6. This is due to missing or incorrect nonce validation on the &amp;#39;create_popup_delete_process&amp;#39; function. This makes it possible for unauthenticated attackers to delete popups via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
Severity CVSS v4.0: Pending analysis
Last modification:
25/12/2024

CVE-2024-12428

Publication date:
25/12/2024
The WP Data Access – App, Table, Form and Chart Builder plugin plugin for WordPress is vulnerable to SQL Injection via the &amp;#39;order[user_login][dir]&amp;#39; parameter in all versions up to, and including, 5.5.22 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers 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:
25/12/2024