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

Publication date:
16/06/2026
Unauthenticated Broken Access Control in WP Event SOlution
Severity CVSS v4.0: Pending analysis
Last modification:
16/06/2026

CVE-2026-8444

Publication date:
16/06/2026
The WP Review Slider Pro plugin for WordPress is vulnerable to SQL Injection via the 'curselrevs[]' parameter of the wpfb_find_reviews AJAX action in versions up to, and including, 12.6.8. This is due to the handler reading $_POST['curselrevs'] raw with no sanitization or type casting, then concatenating each array element directly into a `WHERE id IN ( ... )` clause without quoting and executing via $wpdb->get_results() without $wpdb->prepare(). 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:
16/06/2026

CVE-2026-10093

Publication date:
16/06/2026
The File Sharing & Download Manager – User Private Files plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'fldr_ttl' parameter in all versions up to, and including, 2.1.6 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with subscriber-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:
16/06/2026

CVE-2025-9912

Publication date:
16/06/2026
Nokia SR Linux is vulnerable to a local privilege escalation vulnerability. Successful exploitation of this vulnerability may allow an authenticated user to execute arbitrary commands with superuser privilege.
Severity CVSS v4.0: Pending analysis
Last modification:
16/06/2026

CVE-2026-46331

Publication date:
16/06/2026
In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net/sched: fix pedit partial COW leading to page cache corruption<br /> <br /> tcf_pedit_act() computes the COW range for skb_ensure_writable()<br /> once before the key loop using tcfp_off_max_hint, but the hint does<br /> not account for the runtime header offset added by typed keys. This<br /> can leave part of the write region un-COW&amp;#39;d.<br /> <br /> Fix by moving skb_ensure_writable() inside the per-key loop where<br /> the actual write offset is known, and add overflow checking on the<br /> offset arithmetic. For negative offsets (e.g. Ethernet header edits<br /> at ingress), use skb_cow() to COW the headroom instead. Guard<br /> offset_valid() against INT_MIN, where negation is undefined.
Severity CVSS v4.0: Pending analysis
Last modification:
23/07/2026

CVE-2026-10780

Publication date:
16/06/2026
The Static Block plugin for WordPress is vulnerable to Insecure Direct Object Reference in all versions up to, and including, 2.2. This is due to the static_block_content() shortcode handler retrieving a post via get_post() using an attacker-supplied &amp;#39;id&amp;#39; attribute and outputting its post_content without verifying the post&amp;#39;s status (private, draft, pending) or the requesting user&amp;#39;s capability to view it. This makes it possible for authenticated attackers, with contributor-level access and above, to read the contents of arbitrary posts, including private and draft static blocks (and any other post type) created by administrators, by embedding the [static_block_content id="X"] shortcode in their own content and previewing it.
Severity CVSS v4.0: Pending analysis
Last modification:
16/06/2026

CVE-2026-5149

Publication date:
16/06/2026
The RTMKit plugin for WordPress is vulnerable to Incorrect Authorization in all versions up to, and including, 2.0.7 This is due to the get_submission_content AJAX endpoint lacking a capability check to verify that a user has permission to access the requested form submission data. This makes it possible for authenticated attackers, with Contributor-level access and above, to view arbitrary form submissions from other users by iterating the entries_id parameter.
Severity CVSS v4.0: Pending analysis
Last modification:
16/06/2026

CVE-2026-6933

Publication date:
16/06/2026
The Premmerce Dev Tools plugin for WordPress is vulnerable to Remote Code Execution via missing authorization in versions up to and including 2.0. This is due to the &amp;#39;generatePluginHandler&amp;#39; function lacking any authorization check before processing user-supplied POST data, combined with the &amp;#39;createFromStub&amp;#39; function performing unsanitized string substitution of the &amp;#39;premmerce_plugin_namespace&amp;#39; parameter directly into PHP stub files written to the wp-content/plugins/ directory. An attacker can inject a semicolon followed by arbitrary PHP code into the namespace parameter, causing the generated plugin file to contain and execute that code when accessed via HTTP. This makes it possible for authenticated attackers with Subscriber-level access and above to create arbitrary PHP files on the server and achieve remote code execution.
Severity CVSS v4.0: Pending analysis
Last modification:
16/06/2026

CVE-2026-8443

Publication date:
16/06/2026
The WP Review Slider Pro plugin for WordPress is vulnerable to SQL Injection via the &amp;#39;stypes&amp;#39; and &amp;#39;slocations&amp;#39; parameters of the wppro_get_overall_chart_data AJAX action in versions up to, and including, 12.6.8. This is due to the use of stripslashes() on user-supplied JSON strings prior to json_decode(), which removes the escaping applied by WordPress&amp;#39;s wp_magic_quotes; the resulting decoded array values are then concatenated directly into SQL WHERE clauses without parameterization, and the constructed query is executed via $wpdb-&gt;get_results() without $wpdb-&gt;prepare(). 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. The handler also returns the executed SQL string in its JSON response, which simplifies oracle construction for blind exploitation.
Severity CVSS v4.0: Pending analysis
Last modification:
16/06/2026

CVE-2026-9187

Publication date:
16/06/2026
The Abandoned Contact Form 7 plugin for WordPress is vulnerable to unauthorized arbitrary post deletion in versions up to, and including, 2.2. This is due to a missing capability check and missing nonce validation in the action__remove_abandoned() function, which is registered to both the wp_ajax_remove_abandoned and wp_ajax_nopriv_remove_abandoned hooks. The handler takes a user-supplied recover_id parameter from $_POST and passes it directly to wp_delete_post() with the force-delete flag set to true, without verifying that the ID belongs to the plugin&amp;#39;s own cf7af_data post type. This makes it possible for unauthenticated attackers to permanently delete arbitrary posts, pages, or other content on the affected site by sending a single admin-ajax.
Severity CVSS v4.0: Pending analysis
Last modification:
16/06/2026

CVE-2026-50255

Publication date:
16/06/2026
Incorrect default permissions issue exists in Optical Disc Archive Software for Windows 5.5.3 and earlier. If this vulnerability is exploited, arbitrary code may be executed with SYSTEM privileges.
Severity CVSS v4.0: MEDIUM
Last modification:
16/06/2026

CVE-2025-10262

Publication date:
16/06/2026
Nokia SR Linux is vulnerable to local privilege escalation vulnerability due to unsanitized format validation. Successful exploitation of this vulnerability may allow an authenticated user to execute arbitrary commands with superuser privileges.
Severity CVSS v4.0: Pending analysis
Last modification:
16/06/2026