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

Publication date:
26/02/2026
Discourse is an open source discussion platform. Prior to versions 2025.12.2, 2026.1.1, and 2026.2.0, `discourse-policy` plugin allows any authenticated user to interact with policies on posts they do not have permission to view. The `PolicyController` loads posts by ID without verifying the current user's access, enabling policy group members to accept/unaccept policies on posts in private categories or PMs they cannot see and any authenticated user to enumerate which post IDs have policies attached via differentiated error responses (information disclosure). The issue is patched in versions 2025.12.2, 2026.1.1, and 2026.2.0 by adding a `guardian.can_see?(@post)` check in the `set_post` before_action, ensuring post visibility is verified before any policy action is processed. As a workaround, disabling the discourse-policy plugin (`policy_enabled = false`) eliminates the vulnerability. There is no other workaround without upgrading.
Severity CVSS v4.0: Pending analysis
Last modification:
02/03/2026

CVE-2026-26265

Publication date:
26/02/2026
Discourse is an open source discussion platform. Prior to versions 2025.12.2, 2026.1.1, and 2026.2.0, an IDOR vulnerability in the directory items endpoint allows any user, including anonymous users, to retrieve private user field values for all users in the directory. The `user_field_ids` parameter in `DirectoryItemsController#index` accepts arbitrary user field IDs without authorization checks, bypassing the visibility restrictions (`show_on_profile` / `show_on_user_card`) that are enforced elsewhere (e.g., `UserCardSerializer` via `Guardian#allowed_user_field_ids`). An attacker can request `GET /directory_items.json?period=all&user_field_ids=` with any private field ID and receive that field's value for every user in the directory response. This enables bulk exfiltration of private user data such as phone numbers, addresses, or other sensitive custom fields that admins have explicitly configured as non-public. The issue is patched in versions 2025.12.2, 2026.1.1, and 2026.2.0 by filtering `user_field_ids` against `UserField.public_fields` for non-staff users before building the custom field map. As a workaround, site administrators can remove sensitive data from private user fields, or disable the user directory via the `enable_user_directory` site setting.
Severity CVSS v4.0: Pending analysis
Last modification:
02/03/2026

CVE-2026-26228

Publication date:
26/02/2026
VideoLAN VLC for Android prior to version 3.7.0 contains a path traversal vulnerability in the Remote Access Server routing for the authenticated endpoint GET /download. The file query parameter is concatenated into a filesystem path under the configured download directory without canonicalization or directory containment checks, allowing an authenticated attacker with network reachability to the Remote Access Server to request files outside the intended directory. The impact is bounded by the Android application sandbox and storage restrictions, typically limiting exposure to app-internal and app-specific external storage.
Severity CVSS v4.0: LOW
Last modification:
15/04/2026

CVE-2026-26078

Publication date:
26/02/2026
Discourse is an open source discussion platform. Prior to versions 2025.12.2, 2026.1.1, and 2026.2.0, when the `patreon_webhook_secret` site setting is blank, an attacker can forge valid webhook signatures by computing an HMAC-MD5 with an empty string as the key. Since the request body is known to the sender, the attacker can produce a matching signature and send arbitrary webhook payloads. This allows unauthorized creation, modification, or deletion of Patreon pledge data and triggering patron-to-group synchronization. This vulnerability is patched in versions 2025.12.2, 2026.1.1, and 2026.2.0. The fix rejects webhook requests when the webhook secret is not configured, preventing signature forgery with an empty key. As a workaround, configure the `patreon_webhook_secret` site setting with a strong, non-empty secret value. When the secret is non-empty, an attacker cannot forge valid signatures without knowing the secret.
Severity CVSS v4.0: Pending analysis
Last modification:
02/03/2026

CVE-2025-71057

Publication date:
26/02/2026
Improper session management in D-Link Wireless N 300 ADSL2+ Modem Router DSL-124 ME_1.00 allows attackers to execute a session hijacking attack via spoofing the IP address of an authenticated user.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2025-56605

Publication date:
26/02/2026
A reflected Cross-Site Scripting (XSS) vulnerability exists in the register.php backend script of PuneethReddyHC Event Management System 1.0. The mobile POST parameter is improperly validated and echoed back in the HTTP response without sanitization, allowing an attacker to inject and execute arbitrary JavaScript code in the victim's browser.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2026-3071

Publication date:
26/02/2026
Deserialization of untrusted data in the LanguageModel class of Flair from versions 0.4.1 to latest are vulnerable to arbitrary code execution when loading a malicious model.
Severity CVSS v4.0: Pending analysis
Last modification:
15/04/2026

CVE-2026-2244

Publication date:
26/02/2026
A vulnerability in Google Cloud Vertex AI Workbench from 7/21/2025 to 01/30/2026 allows an attacker to exfiltrate valid Google Cloud access tokens of other users via abuse of a built-in startup script.<br /> <br /> All instances after January 30th, 2026 have been patched to protect from this vulnerability. No user action is required for this.
Severity CVSS v4.0: HIGH
Last modification:
15/04/2026

CVE-2026-26077

Publication date:
26/02/2026
Discourse is an open source discussion platform. Prior to versions 2025.12.2, 2026.1.1, and 2026.2.0, several webhook endpoints (SendGrid, Mailjet, Mandrill, Postmark, SparkPost) in the `WebhooksController` accepted requests without a valid authentication token when no token was configured. This allowed unauthenticated attackers to forge webhook payloads and artificially inflate user bounce scores, potentially causing legitimate user emails to be disabled. The Mailpace endpoint had no token validation at all. Starting in versions 2025.12.2, 2026.1.1, and 2026.2.0, all webhook endpoints reject requests with a 406 response when no authentication token is configured. As a workaround, ensure that webhook authentication tokens are configured for all email provider integrations in site settings (e.g., `sendgrid_verification_key`, `mailjet_webhook_token`, `postmark_webhook_token`, `sparkpost_webhook_token`). There&amp;#39;s no current workaround for mailpace before getting this fix.
Severity CVSS v4.0: Pending analysis
Last modification:
02/03/2026

CVE-2026-2680

Publication date:
26/02/2026
Reflected Cross-Site Scripting (XSS) on the A3factura web platform, in parameter &amp;#39;customerVATNumber&amp;#39;, in &amp;#39;a3factura-app.wolterskluwer.es/#/incomes/salesDeliveryNotes&amp;#39; endpoint, which could allow an attacker to execute arbitrary code in the victim&amp;#39;s browser.
Severity CVSS v4.0: MEDIUM
Last modification:
02/03/2026

CVE-2026-2679

Publication date:
26/02/2026
Reflected Cross-Site Scripting (XSS) on the A3factura web platform, in parameter &amp;#39;customerName&amp;#39;, in &amp;#39;a3factura-app.wolterskluwer.es/#/incomes/salesInvoices&amp;#39; endpoint, which could allow an attacker to execute arbitrary code in the victim&amp;#39;s browser.
Severity CVSS v4.0: MEDIUM
Last modification:
02/03/2026

CVE-2026-2678

Publication date:
26/02/2026
Reflected Cross-Site Scripting (XSS) on the A3factura web platform, in parameter &amp;#39;name&amp;#39;, parameter &amp;#39;name&amp;#39;, in &amp;#39;a3factura-app.wolterskluwer.es/#/incomes/customers&amp;#39; endpoint, which could allow an attacker to execute arbitrary code in the victim&amp;#39;s browser.
Severity CVSS v4.0: MEDIUM
Last modification:
02/03/2026