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

Publication date:
10/04/2026
Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the CalDAV GetResource and GetResourcesByList methods fetch tasks by UID from the database without verifying that the authenticated user has access to the task's project. Any authenticated CalDAV user who knows (or guesses) a task UID can read the full task data from any project on the instance. This vulnerability is fixed in 2.3.0.
Severity CVSS v4.0: Pending analysis
Last modification:
17/04/2026

CVE-2026-35597

Publication date:
10/04/2026
Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the TOTP failed-attempt lockout mechanism is non-functional due to a database transaction handling bug. When a TOTP validation fails, the login handler in pkg/routes/api/v1/login.go calls HandleFailedTOTPAuth and then unconditionally rolls back. HandleFailedTOTPAuth in pkg/user/totp.go uses an in-memory counter (key-value store) to track failed attempts. When the counter reaches 10, it calls user.SetStatus(s, StatusAccountLocked) on the same database session s. Because the login handler always rolls back after a TOTP failure, the StatusAccountLocked write is undone. The in-memory counter correctly increments past 10, so the lockout code executes on every subsequent attempt, but the database write is rolled back every time. This allows unlimited brute-force attempts against TOTP codes. This vulnerability is fixed in 2.3.0.
Severity CVSS v4.0: Pending analysis
Last modification:
17/04/2026

CVE-2026-35596

Publication date:
10/04/2026
Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the hasAccessToLabel function contains a SQL operator precedence bug that allows any authenticated user to read any label that has at least one task association, regardless of project access. Label titles, descriptions, colors, and creator information are exposed. This vulnerability is fixed in 2.3.0.
Severity CVSS v4.0: Pending analysis
Last modification:
17/04/2026

CVE-2026-35595

Publication date:
10/04/2026
Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the CanUpdate check at pkg/models/project_permissions.go:139-148 only requires CanWrite on the new parent project when changing parent_project_id. However, Vikunja's permission model uses a recursive CTE that walks up the project hierarchy to compute permissions. Moving a project under a different parent changes the permission inheritance chain. When a user has inherited Write access (from a parent project share) and reparents the child project under their own project tree, the CTE resolves their ownership of the new parent as Admin (permission level 2) on the moved project. This vulnerability is fixed in 2.3.0.
Severity CVSS v4.0: Pending analysis
Last modification:
17/04/2026

CVE-2026-22560

Publication date:
10/04/2026
An open redirect vulnerability in Rocket.Chat versions prior to 8.4.0 allows users to be redirected to arbitrary URLs by manipulating parameters within a SAML endpoint.
Severity CVSS v4.0: Pending analysis
Last modification:
17/04/2026

CVE-2026-40227

Publication date:
10/04/2026
In systemd 260 before 261, a local unprivileged user can trigger an assert via an IPC API call with an array or map that has a null element.
Severity CVSS v4.0: Pending analysis
Last modification:
14/04/2026

CVE-2026-40226

Publication date:
10/04/2026
In nspawn in systemd 233 through 259 before 260, an escape-to-host action can occur via a crafted optional config file.
Severity CVSS v4.0: Pending analysis
Last modification:
17/04/2026

CVE-2026-40224

Publication date:
10/04/2026
In systemd 259 before 260, there is local privilege escalation in systemd-machined because varlink can be used to reach the root namespace.
Severity CVSS v4.0: Pending analysis
Last modification:
27/04/2026

CVE-2026-40225

Publication date:
10/04/2026
In udev in systemd before 260, local root execution can occur via malicious hardware devices and unsanitized kernel output.
Severity CVSS v4.0: Pending analysis
Last modification:
27/04/2026

CVE-2026-40228

Publication date:
10/04/2026
In systemd 259, systemd-journald can send ANSI escape sequences to the terminals of arbitrary users when a "logger -p emerg" command is executed, if ForwardToWall=yes is set.
Severity CVSS v4.0: Pending analysis
Last modification:
05/05/2026

CVE-2026-40021

Publication date:
10/04/2026
Apache Log4net&amp;#39;s XmlLayout https://logging.apache.org/log4net/manual/configuration/layouts.html#layout-list and XmlLayoutSchemaLog4J https://logging.apache.org/log4net/manual/configuration/layouts.html#layout-list , in versions before 3.3.0, fail to sanitize characters forbidden by the XML 1.0 specification https://www.w3.org/TR/xml/#charsets in MDC property keys and values, as well as the identity field that may carry attacker-influenced data. This causes an exception during serialization and the silent loss of the affected log event.<br /> <br /> An attacker who can influence any of these fields can exploit this to suppress individual log records, impairing audit trails and detection of malicious activity.<br /> <br /> Users are advised to upgrade to Apache Log4net 3.3.0, which fixes this issue.
Severity CVSS v4.0: MEDIUM
Last modification:
22/04/2026

CVE-2026-40023

Publication date:
10/04/2026
Apache Log4cxx&amp;#39;s XMLLayout https://logging.apache.org/log4cxx/1.7.0/classlog4cxx_1_1xml_1_1XMLLayout.html , in versions before 1.7.0, fails to sanitize characters forbidden by the XML 1.0 specification https://www.w3.org/TR/xml/#charsets in log messages, NDC, and MDC property keys and values, producing invalid XML output. Conforming XML parsers must reject such documents with a fatal error, which may cause downstream log processing systems to drop or fail to index affected records.<br /> <br /> An attacker who can influence logged data can exploit this to suppress individual log records, impairing audit trails and detection of malicious activity.<br /> <br /> Users are advised to upgrade to Apache Log4cxx 1.7.0, which fixes this issue.
Severity CVSS v4.0: MEDIUM
Last modification:
21/04/2026