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-2025-1768

Publication date:
07/03/2025
The SEO Plugin by Squirrly SEO plugin for WordPress is vulnerable to blind SQL Injection via the 'search' parameter in all versions up to, and including, 12.4.05 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Subscriber-level access and above, 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:
09/04/2025

CVE-2025-1886

Publication date:
07/03/2025
Pass-Back vulnerability in versions prior to 2025.35.000 of Sage 200 Spain. This vulnerability allows an authenticated attacker with administrator privileges to discover stored SMTP credentials.
Severity CVSS v4.0: HIGH
Last modification:
07/03/2025

CVE-2024-12634

Publication date:
07/03/2025
The Related Posts, Inline Related Posts, Contextual Related Posts, Related Content By PickPlugins plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including 2.0.59. This is due to missing nonce validation on a function. This makes it possible for unauthenticated attackers to inject malicious web scripts 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:
07/03/2025

CVE-2024-13668

Publication date:
07/03/2025
The WordPress Activity O Meter WordPress plugin through 1.0 does not sanitise and escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admins.
Severity CVSS v4.0: Pending analysis
Last modification:
21/05/2025

CVE-2024-13805

Publication date:
07/03/2025
The Advanced File Manager — Ultimate WordPress File Manager and Document Library Plugin plugin for WordPress is vulnerable to Stored Cross-Site Scripting via SVG File uploads in all versions up to, and including, 5.2.14 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Subscriber-level access and above, and granted permissions by an Administrator, to inject arbitrary web scripts in pages that will execute whenever a user accesses the SVG file.
Severity CVSS v4.0: Pending analysis
Last modification:
21/05/2025

CVE-2024-13857

Publication date:
07/03/2025
The WPGet API – Connect to any external REST API plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 2.2.10. This makes it possible for authenticated attackers, with Administrator-level access and above, to make web requests to arbitrary locations originating from the web application which can be used to query and modify information from internal services.
Severity CVSS v4.0: Pending analysis
Last modification:
07/03/2025

CVE-2024-9458

Publication date:
07/03/2025
The Reservit Hotel WordPress plugin before 3.0 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup).
Severity CVSS v4.0: Pending analysis
Last modification:
09/01/2026

CVE-2024-13635

Publication date:
07/03/2025
The VK Blocks plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.94.2.2 via the page content block. This makes it possible for authenticated attackers, with Contributor-level access and above, to extract sensitive data including the content of private posts and pages.
Severity CVSS v4.0: Pending analysis
Last modification:
07/03/2025

CVE-2024-13552

Publication date:
07/03/2025
The SupportCandy – Helpdesk & Customer Support Ticket System plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 3.3.0 via file upload due to missing validation on a user controlled key. This makes it possible for authenticated attackers to download attachments for support tickets that don't belong to them. If an admin enables tickets for guests, this can be exploited by unauthenticated attackers.
Severity CVSS v4.0: Pending analysis
Last modification:
07/03/2025

CVE-2025-21842

Publication date:
07/03/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> amdkfd: properly free gang_ctx_bo when failed to init user queue<br /> <br /> The destructor of a gtt bo is declared as<br /> void amdgpu_amdkfd_free_gtt_mem(struct amdgpu_device *adev, void **mem_obj);<br /> Which takes void** as the second parameter.<br /> <br /> GCC allows passing void* to the function because void* can be implicitly<br /> casted to any other types, so it can pass compiling.<br /> <br /> However, passing this void* parameter into the function&amp;#39;s<br /> execution process(which expects void** and dereferencing void**)<br /> will result in errors.
Severity CVSS v4.0: Pending analysis
Last modification:
29/10/2025

CVE-2025-21841

Publication date:
07/03/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> cpufreq/amd-pstate: Fix cpufreq_policy ref counting<br /> <br /> amd_pstate_update_limits() takes a cpufreq_policy reference but doesn&amp;#39;t<br /> decrement the refcount in one of the exit paths, fix that.
Severity CVSS v4.0: Pending analysis
Last modification:
29/10/2025

CVE-2025-21840

Publication date:
07/03/2025
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> thermal/netlink: Prevent userspace segmentation fault by adjusting UAPI header<br /> <br /> The intel-lpmd tool [1], which uses the THERMAL_GENL_ATTR_CPU_CAPABILITY<br /> attribute to receive HFI events from kernel space, encounters a<br /> segmentation fault after commit 1773572863c4 ("thermal: netlink: Add the<br /> commands and the events for the thresholds").<br /> <br /> The issue arises because the THERMAL_GENL_ATTR_CPU_CAPABILITY raw value<br /> was changed while intel_lpmd still uses the old value.<br /> <br /> Although intel_lpmd can be updated to check the THERMAL_GENL_VERSION and<br /> use the appropriate THERMAL_GENL_ATTR_CPU_CAPABILITY value, the commit<br /> itself is questionable.<br /> <br /> The commit introduced a new element in the middle of enum thermal_genl_attr,<br /> which affects many existing attributes and introduces potential risks<br /> and unnecessary maintenance burdens for userspace thermal netlink event<br /> users.<br /> <br /> Solve the issue by moving the newly introduced<br /> THERMAL_GENL_ATTR_TZ_PREV_TEMP attribute to the end of the<br /> enum thermal_genl_attr. This ensures that all existing thermal generic<br /> netlink attributes remain unaffected.<br /> <br /> [ rjw: Subject edits ]
Severity CVSS v4.0: Pending analysis
Last modification:
29/10/2025