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-2026-8458

Publication date:
03/07/2026
libcurl might in some circumstances reuse the wrong connection when asked to<br /> do Negotiate-authenticated ones, even when they are set to use different<br /> &amp;#39;services&amp;#39;.<br /> <br /> libcurl features a pool of recent connections so that subsequent requests can<br /> reuse an existing connection to avoid overhead.<br /> <br /> When reusing a connection a range of criteria must be met. Due to a logical<br /> error in the code, a request that was issued by an application could<br /> wrongfully reuse an existing connection to the same server that was<br /> authenticated using different services.
Severity CVSS v4.0: Pending analysis
Last modification:
07/07/2026

CVE-2026-11586

Publication date:
03/07/2026
By default, curl automatically responds to WebSocket PING frames. Because curl<br /> lacks an upper bound on memory allocation for unacknowledged frames, a<br /> malicious server can exhaust all available memory by flooding curl with rapid,<br /> sequential PING messages.
Severity CVSS v4.0: Pending analysis
Last modification:
07/07/2026

CVE-2026-11564

Publication date:
03/07/2026
libcurl keeps previously used connections in a connection pool for subsequent<br /> transfers to reuse if one of them matches the setup.<br /> <br /> An easy handle that first uses default native CA trust can continue trusting<br /> the native platform store after the application switches that same handle to<br /> custom CA material for a later transfer.
Severity CVSS v4.0: Pending analysis
Last modification:
07/07/2026

CVE-2026-11352

Publication date:
03/07/2026
An issue in curl’s QUIC UDP receive function allows a malicious HTTP/3 server<br /> to trigger a remote denial of service against a curl or libcurl client.<br /> Because the helper function discards zero-length UDP datagrams before counting<br /> them toward the per-call packet budget, a connected QUIC peer can continuously<br /> stream empty datagrams to indefinitely stall the client.
Severity CVSS v4.0: Pending analysis
Last modification:
07/07/2026

CVE-2026-10536

Publication date:
03/07/2026
A use-after-free vulnerability exists in libcurl when an application<br /> configures an HTTP/2 stream-dependency tree via `CURLOPT_STREAM_DEPENDS` or<br /> `CURLOPT_STREAM_DEPENDS_E`, subsequently invokes `curl_easy_reset()`, and<br /> finally terminates the handle with `curl_easy_cleanup()`. During this final<br /> cleanup phase, libcurl attempts to access and modify an internal structure<br /> that was already freed during the reset operation.
Severity CVSS v4.0: Pending analysis
Last modification:
07/07/2026

CVE-2026-11856

Publication date:
03/07/2026
Successfully using libcurl to do a transfer to a specific HTTP origin<br /> (`hostA`) with **Digest** authentication and then changing the origin to a<br /> different one (`hostB`) for a second transfer, reusing the same handle, makes<br /> libcurl wrongly pass on the `Authorization:` header field meant for `hostA`,<br /> to `hostB`.
Severity CVSS v4.0: Pending analysis
Last modification:
07/07/2026

CVE-2026-9626

Publication date:
03/07/2026
The JSON API User plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the &amp;#39;content&amp;#39; parameter of the post_comment API endpoint in versions up to, and including, 4.1.0 This is due to insufficient input sanitization in the post_comment() function, which passes the attacker-controlled comment_content value directly to wp_insert_comment() without applying any HTML sanitization, and additionally allows the caller to set comment_approved=1 to self-approve the comment and bypass moderation. 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:
06/07/2026

CVE-2026-9725

Publication date:
03/07/2026
The Printcart Web to Print Product Designer for WooCommerce plugin for WordPress is vulnerable to Arbitrary File Deletion in versions up to, and including, 2.5.2 This is due to insufficient path validation in the store_design_data() function, which constructs a filesystem path from the user-supplied &amp;#39;nbd_item_key&amp;#39; POST parameter sanitized only with sanitize_text_field() — which does not strip path traversal sequences — and then passes that path directly to Nbdesigner_IO::delete_folder() and PHP&amp;#39;s rename(). The nonce protecting the nbd_save_customer_design AJAX action is freely obtainable by unauthenticated users via the nbd_check_use_logged_in endpoint. This makes it possible for unauthenticated attackers to delete arbitrary files on the affected site&amp;#39;s server which may make remote code execution possible.
Severity CVSS v4.0: Pending analysis
Last modification:
07/07/2026

CVE-2026-8489

Publication date:
03/07/2026
The Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction &amp; Membership Plugin plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the &amp;#39;about_me&amp;#39; parameter in all versions up to, and including, 2.11.4 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:
06/07/2026

CVE-2026-8892

Publication date:
03/07/2026
The CM Business Directory – Optimise and showcase local business plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Business Address Meta Fields in all versions up to, and including, 1.5.7 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. Because the malicious payload is stored in post meta rather than post_content, WordPress&amp;#39;s unfiltered_html capability restriction does not apply, meaning contributors who lack that capability can still inject executable HTML via the address meta fields such as cmbd_address, cmbd_cityTown, cmbd_stateCounty, cmbd_postalcode, cmbd_region, and cmbd_country.
Severity CVSS v4.0: Pending analysis
Last modification:
06/07/2026

CVE-2026-9180

Publication date:
03/07/2026
The MotoPress Appointment Booking plugin for WordPress is vulnerable to Authorization Bypass Through User-Controlled Key in all versions up to, and including, 2.4.4. This is due to the `POST /motopress/appointment/v1/bookings` REST endpoint being registered with `&amp;#39;permission_callback&amp;#39; =&gt; &amp;#39;__return_true&amp;#39;`, allowing unauthenticated access, while the `createBooking` handler in `BookingsRestController.php` accepts an attacker-supplied `payment_details.booking_id` value and loads the referenced booking via `findById()` without verifying that the caller owns or has any rights to that booking. This makes it possible for unauthenticated attackers to overwrite the customer name, email address, phone number, and `customer_id` of any non-confirmed victim booking by submitting a request with no reservation items, causing `BookingService::createBooking()` to load the existing victim booking object and persist it with attacker-controlled customer data. Victim booking IDs can be harvested prior to exploitation without authentication by querying the also-publicly-accessible `GET /motopress/appointment/v1/bookings/reservations` endpoint with a guessable `service_id` and date range, and only bookings whose status is not `STATUS_CONFIRMED` (e.g., pending or auto-draft) are valid targets.
Severity CVSS v4.0: Pending analysis
Last modification:
06/07/2026

CVE-2026-12557

Publication date:
03/07/2026
The Ninja Forms - File Uploads plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 3.3.29. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to read all plugin debug log entries stored in the wp_nf3_log table or permanently delete all rows from that table.
Severity CVSS v4.0: Pending analysis
Last modification:
06/07/2026