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

Publication date:
20/07/2026
SurrealDB versions before 3.2.0 contain a permissions bypass vulnerability where data-modifying statements within PERMISSIONS clauses execute with enforcement disabled. Attackers with permission to perform a guarded operation can write to tables they lack permission for by embedding CREATE, UPDATE, DELETE, or UPSERT statements in the PERMISSIONS clause, causing unintended writes and data corruption.
Severity CVSS v4.0: MEDIUM
Last modification:
20/07/2026

CVE-2026-16247

Publication date:
20/07/2026
In _connect.BRAIN versions prior to 5.06,<br /> the application LogPathConfig.exe is executed during setup. During this<br /> process, existing permissions on %ProgramData% are deleted and replaced,<br /> granting the Windows group Everyone full control instead of restricting<br /> access to %ProgramData%\Bizerba\_connect.BRAIN or %ProgramData%\Bizerba\BCT.<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> Starting with _connect.BRAIN 5.06,<br /> the setup no longer executes this tool.
Severity CVSS v4.0: Pending analysis
Last modification:
20/07/2026

CVE-2026-16246

Publication date:
20/07/2026
In BRAIN2 versions prior to 3.09, the<br /> application LogPathConfig.exe is executed during setup. As a result, the<br /> Windows group Everyone is granted full control over %ProgramData% instead of<br /> being restricted to %ProgramData%\Bizerba\BRAIN2\.<br /> <br /> <br /> <br /> <br /> <br /> Starting with BRAIN2 3.09, the setup no<br /> longer executes this tool.<br /> <br /> However, the optional component Bizerba ScriptService still executes it.<br /> <br /> <br /> <br /> <br /> <br /> Bizerba ScriptService is being<br /> deprecated and will no longer be included starting with BRAIN2 version 3.11.
Severity CVSS v4.0: Pending analysis
Last modification:
20/07/2026

CVE-2026-16254

Publication date:
20/07/2026
A flaw was found in claircore&amp;#39;s apk package scanner. Malformed package-database data in a container layer can cause an out-of-bounds access that panics the scanner. If that panic is not recovered, the Clair indexer process can crash, leading to a denial of service.
Severity CVSS v4.0: Pending analysis
Last modification:
20/07/2026

CVE-2026-15813

Publication date:
20/07/2026
A vulnerability was found in the network packet de-fragmentation engine of kronosnet (Version affected
Severity CVSS v4.0: Pending analysis
Last modification:
20/07/2026

CVE-2026-15588

Publication date:
20/07/2026
A denial-of-service and resource exhaustion vulnerability exists within the `GDBus` component of GLib. The `gdbusauth` authentication mechanism fails to enforce proper length limitations on data lines read from a client. An unauthenticated local or remote attacker can exploit this lack of input validation by sending excessively long streams of data, causing the application to consume massive amounts of system memory and CPU, potentially leading to a crash or system hang.
Severity CVSS v4.0: Pending analysis
Last modification:
20/07/2026

CVE-2026-14448

Publication date:
20/07/2026
An high privileged remote attacker can exploit an authenticated OS command injection vulnerability in the system_certificates view due to improper neutralization of special elements in an OS command. This can result in a total loss of confidentiality, availability and integrity.
Severity CVSS v4.0: HIGH
Last modification:
20/07/2026

CVE-2026-2445

Publication date:
20/07/2026
The affected product accepts user-supplied input within a URL parameter without enforcing expected sanitization or encoding before rendering it within the response. This condition allows for the injection of malicious JavaScript payloads.<br /> <br /> An attacker can leverage this vulnerability to cause the user&amp;#39;s browser to redirect to a malicious website, modify the user interface of the webpage, or retrieve sensitive information from the browser. However, the impact is mitigated for session hijacking as all session-related sensitive cookies are protected by the httpOnly flag.
Severity CVSS v4.0: Pending analysis
Last modification:
20/07/2026

CVE-2026-16242

Publication date:
20/07/2026
A flaw was found in the Konnectivity proxy-server configuration for hosted control planes. The agent-facing listener was started without --cluster-ca-cert (and without token-based agent authentication), so client certificates were not validated. A remote attacker who can reach the Konnectivity cluster endpoint could connect as an unauthenticated agent, join the routing pool, and potentially proxy, inspect, modify, or drop control-plane-to-node traffic.
Severity CVSS v4.0: Pending analysis
Last modification:
20/07/2026

CVE-2026-13577

Publication date:
20/07/2026
Dancer2 versions through 2.1.0 for Perl generate insecure session ids when CSPRNG modules are unavailable.<br /> <br /> Dancer2::Core::Role::SessionFactory::generate_id silently falls back to a built-in rand-derived session id when both Math::Random::ISAAC::XS and Crypt::URandom are unavailable.<br /> <br /> The fallback session id is generated from a SHA-1 hash of a call to the built-in rand function, the absolute path of the Dancer2::Core::Role::SessionFactory module, an internal counter, the process id, the module instance memory address, and a shuffled string of characters (using the List::Util::shuffle function, which also uses the built-in rand function).<br /> <br /> These are all low-entropy and easily guessed sources.<br /> <br /> The built-in rand() function is seeded with 32-bits and considered unsuitable for security applications.<br /> <br /> Predictable session ids could allow an attacker to gain access to systems.
Severity CVSS v4.0: Pending analysis
Last modification:
20/07/2026

CVE-2026-6656

Publication date:
20/07/2026
Crypt::Password versions through 0.28 for Perl are susceptible to timing attacks.<br /> <br /> The check_password method uses the built-in eq operator. This allows discrepancies in timing to be used to guess the underlying hash.
Severity CVSS v4.0: Pending analysis
Last modification:
20/07/2026

CVE-2026-8825

Publication date:
20/07/2026
The Elementor Website Builder WordPress plugin before 4.1.4 does not properly check user permissions before returning post data through one of its REST endpoints, allowing authenticated users with Contributor-level access and above to retrieve the title, body and metadata of private posts, private pages and drafts authored by other users (including administrators).
Severity CVSS v4.0: Pending analysis
Last modification:
20/07/2026