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

Publication date:
29/02/2024
The Migration, Backup, Staging – WPvivid plugin for WordPress is vulnerable to unauthorized access due to a missing capability check on the get_restore_progress() and restore() functions in all versions up to, and including, 0.9.68. This makes it possible for unauthenticated attackers to exploit a SQL injection vulnerability or trigger a DoS.
Severity CVSS v4.0: Pending analysis
Last modification:
08/04/2026

CVE-2024-1981

Publication date:
29/02/2024
The Migration, Backup, Staging – WPvivid plugin for WordPress is vulnerable to SQL Injection via the 'table_prefix' parameter in version 0.9.68 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:
16/01/2025

CVE-2024-1978

Publication date:
29/02/2024
The Friends plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 2.8.5 via the discover_available_feeds function. 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 and can be used to query and modify information from internal services.
Severity CVSS v4.0: Pending analysis
Last modification:
08/04/2026

CVE-2024-21752

Publication date:
29/02/2024
Cross-Site Request Forgery (CSRF) vulnerability in Ernest Marcinko Ajax Search Lite allows Reflected XSS.This issue affects Ajax Search Lite: from n/a through 4.11.4.<br /> <br />
Severity CVSS v4.0: Pending analysis
Last modification:
18/03/2025

CVE-2024-23501

Publication date:
29/02/2024
Improper Neutralization of Input During Web Page Generation (&amp;#39;Cross-site Scripting&amp;#39;) vulnerability in Shopfiles Ltd Ebook Store allows Stored XSS.This issue affects Ebook Store: from n/a through 5.788.<br /> <br />
Severity CVSS v4.0: Pending analysis
Last modification:
16/01/2025

CVE-2024-24525

Publication date:
29/02/2024
An issue in EpointWebBuilder 5.1.0-sp1, 5.2.1-sp1, 5.4.1 and 5.4.2 allows a remote attacker to execute arbitrary code via the infoid parameter of the URL.
Severity CVSS v4.0: Pending analysis
Last modification:
27/03/2025

CVE-2024-25093

Publication date:
29/02/2024
Improper Neutralization of Input During Web Page Generation (&amp;#39;Cross-site Scripting&amp;#39;) vulnerability in Milan Petrovic GD Rating System allows Stored XSS.This issue affects GD Rating System: from n/a through 3.5.<br /> <br />
Severity CVSS v4.0: Pending analysis
Last modification:
16/01/2025

CVE-2024-25094

Publication date:
29/02/2024
Improper Neutralization of Input During Web Page Generation (&amp;#39;Cross-site Scripting&amp;#39;) vulnerability in Paul Jura &amp; Nicolas Montigny PJ News Ticker allows Stored XSS.This issue affects PJ News Ticker: from n/a through 1.9.5.<br /> <br />
Severity CVSS v4.0: Pending analysis
Last modification:
16/01/2025

CVE-2024-25098

Publication date:
29/02/2024
Improper Neutralization of Input During Web Page Generation (&amp;#39;Cross-site Scripting&amp;#39;) vulnerability in Pascal Bajorat PB oEmbed HTML5 Audio – with Cache Support allows Stored XSS.This issue affects PB oEmbed HTML5 Audio – with Cache Support: from n/a through 2.6.<br /> <br />
Severity CVSS v4.0: Pending analysis
Last modification:
16/01/2025

CVE-2023-52480

Publication date:
29/02/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ksmbd: fix race condition between session lookup and expire<br /> <br /> Thread A + Thread B<br /> ksmbd_session_lookup | smb2_sess_setup<br /> sess = xa_load |<br /> |<br /> | xa_erase(&amp;conn-&gt;sessions, sess-&gt;id);<br /> |<br /> | ksmbd_session_destroy(sess) --&gt; kfree(sess)<br /> |<br /> // UAF! |<br /> sess-&gt;last_active = jiffies |<br /> +<br /> <br /> This patch add rwsem to fix race condition between ksmbd_session_lookup<br /> and ksmbd_expire_session.
Severity CVSS v4.0: Pending analysis
Last modification:
13/01/2025

CVE-2023-52481

Publication date:
29/02/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> arm64: errata: Add Cortex-A520 speculative unprivileged load workaround<br /> <br /> Implement the workaround for ARM Cortex-A520 erratum 2966298. On an<br /> affected Cortex-A520 core, a speculatively executed unprivileged load<br /> might leak data from a privileged load via a cache side channel. The<br /> issue only exists for loads within a translation regime with the same<br /> translation (e.g. same ASID and VMID). Therefore, the issue only affects<br /> the return to EL0.<br /> <br /> The workaround is to execute a TLBI before returning to EL0 after all<br /> loads of privileged data. A non-shareable TLBI to any address is<br /> sufficient.<br /> <br /> The workaround isn&amp;#39;t necessary if page table isolation (KPTI) is<br /> enabled, but for simplicity it will be. Page table isolation should<br /> normally be disabled for Cortex-A520 as it supports the CSV3 feature<br /> and the E0PD feature (used when KASLR is enabled).
Severity CVSS v4.0: Pending analysis
Last modification:
04/04/2025

CVE-2023-52483

Publication date:
29/02/2024
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> mctp: perform route lookups under a RCU read-side lock<br /> <br /> Our current route lookups (mctp_route_lookup and mctp_route_lookup_null)<br /> traverse the net&amp;#39;s route list without the RCU read lock held. This means<br /> the route lookup is subject to preemption, resulting in an potential<br /> grace period expiry, and so an eventual kfree() while we still have the<br /> route pointer.<br /> <br /> Add the proper read-side critical section locks around the route<br /> lookups, preventing premption and a possible parallel kfree.<br /> <br /> The remaining net-&gt;mctp.routes accesses are already under a<br /> rcu_read_lock, or protected by the RTNL for updates.<br /> <br /> Based on an analysis from Sili Luo , where<br /> introducing a delay in the route lookup could cause a UAF on<br /> simultaneous sendmsg() and route deletion.
Severity CVSS v4.0: Pending analysis
Last modification:
13/01/2025