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

Publication date:
28/07/2026
Joomla Extension - joomdle.com - Reflected XSS vulnerability in Joomdle
Severity CVSS v4.0: Pending analysis
Last modification:
28/07/2026

CVE-2026-66913

Publication date:
28/07/2026
Lookyloo did not enforce limits on the decompressed size of uploaded capture archives and compressed HAR files.<br /> <br /> An attacker could submit a specially crafted ZIP, gzip, or zlib-compressed capture containing data that expands to a very large size during processing. Because the application decompressed this content directly in memory without first limiting the output size, processing the malicious capture could exhaust available memory, terminate a web or worker process, or make the Lookyloo instance unavailable.<br /> <br /> The vulnerability affects both full Lookyloo capture archive imports and API submissions containing gzip-compressed HAR data. Repeated exploitation could cause a persistent denial-of-service condition until the affected processes or instance are restarted.<br /> <br /> The patch introduces:<br /> <br /> * A 1 GB cumulative uncompressed-size limit for imported capture archives.<br /> * Size-limited gzip and zlib decompression for compressed HAR files.<br /> * Explicit detection and handling of suspected zip bombs.<br /> * An HTTP 400 response when an oversized compressed HAR file is submitted through the API.
Severity CVSS v4.0: MEDIUM
Last modification:
30/07/2026

CVE-2026-66918

Publication date:
28/07/2026
Pivotick fails to sanitize attacker-controlled SVG markup supplied through the per-node style.svgIcon property before inserting it into the document.<br /> <br /> When rendering a graph node, the vulnerable code assigns the SVG icon markup directly to the innerHTML property of a live SVG element. An attacker able to influence graph data can provide crafted markup containing executable event handlers, such as an element with an onerror attribute.<br /> <br /> When a victim loads or renders the malicious graph, the payload may execute arbitrary JavaScript in the security context of the application embedding Pivotick. Successful exploitation could allow the attacker to access application data available to the victim, modify displayed content, or perform actions using the victim’s authenticated session.<br /> <br /> Exploitation requires an application using Pivotick to render graph data that is controlled or modified by an attacker.
Severity CVSS v4.0: HIGH
Last modification:
30/07/2026

CVE-2026-66919

Publication date:
28/07/2026
Pivotick contains a cross-site scripting vulnerability in the inspect and edit node modals. Node labels and descriptions originating from graph data were interpolated directly into HTML used to construct the modal headers.<br /> <br /> An attacker able to supply or modify graph data could insert a malicious HTML or JavaScript payload into a node’s label or description. The payload would be parsed and executed in the application’s origin when a user opened the affected node’s inspect or edit modal.<br /> <br /> Successful exploitation could allow the attacker to access information available to the victim, modify application data, or perform actions using the victim’s active session.<br /> <br /> The vulnerability has been addressed by creating the modal elements without embedding graph data in HTML and assigning node labels and descriptions through textContent.
Severity CVSS v4.0: MEDIUM
Last modification:
30/07/2026

CVE-2026-62431

Publication date:
28/07/2026
The logic to handle periodic Viridian STIMERs performs a division with an<br /> unchecked user-controlled divisor value, that can be set to zero to cause a #DE<br /> fault.
Severity CVSS v4.0: Pending analysis
Last modification:
28/07/2026

CVE-2026-62432

Publication date:
28/07/2026
The EVTCHNOP_expand_array hypercall checks for whether FIFO event<br /> channels are enabled, but without holding the correct lock. It can race<br /> with EVTCHNOP_reset, resulting in dereferencing a NULL pointer.
Severity CVSS v4.0: Pending analysis
Last modification:
28/07/2026

CVE-2026-62433

Publication date:
28/07/2026
Parts of the DM_OP handling code assumes the caller has provided the<br /> required number of buffers for the given operation without any checking<br /> being done. As a result, certain operations might access stack<br /> rubble as structures are possibly uninitialized.
Severity CVSS v4.0: Pending analysis
Last modification:
28/07/2026

CVE-2026-62434

Publication date:
28/07/2026
A guest started with Populated on Demand enabled (PoD) can attempt to<br /> reclaim pages which aren&amp;#39;t regular guest RAM. This can cause corruption<br /> of memory management state in Xen.
Severity CVSS v4.0: Pending analysis
Last modification:
28/07/2026

CVE-2026-62435

Publication date:
28/07/2026
[This CNA information record relates to multiple CVEs; the<br /> text explains which aspects/vulnerabilities correspond to which CVE.]<br /> <br /> With the introduction of Grant Table v2 came the requirement to be able to<br /> switch between versions. Switching from v1 to v2 reduces the number of<br /> valid grant references, as a bigger shared entry structure is then needed<br /> while the shared table doesn&amp;#39;t change size. Switching from v2 back to v1<br /> the status frames, which are separate in v2, go away.<br /> <br /> Code holding, but intermediately dropping and then re-acquiring the grant<br /> table lock, sometimes wrongly assumes that said properties wouldn&amp;#39;t change<br /> across the window in time where the lock is not being held.<br /> <br /> The v1 -&gt; v2 issue is CVE-2026-62435.<br /> <br /> The v2 -&gt; v1 issue is CVE-2026-62436.
Severity CVSS v4.0: Pending analysis
Last modification:
28/07/2026

CVE-2026-62436

Publication date:
28/07/2026
[This CNA information record relates to multiple CVEs; the<br /> text explains which aspects/vulnerabilities correspond to which CVE.]<br /> <br /> With the introduction of Grant Table v2 came the requirement to be able to<br /> switch between versions. Switching from v1 to v2 reduces the number of<br /> valid grant references, as a bigger shared entry structure is then needed<br /> while the shared table doesn&amp;#39;t change size. Switching from v2 back to v1<br /> the status frames, which are separate in v2, go away.<br /> <br /> Code holding, but intermediately dropping and then re-acquiring the grant<br /> table lock, sometimes wrongly assumes that said properties wouldn&amp;#39;t change<br /> across the window in time where the lock is not being held.<br /> <br /> The v1 -&gt; v2 issue is CVE-2026-62435.<br /> <br /> The v2 -&gt; v1 issue is CVE-2026-62436.
Severity CVSS v4.0: Pending analysis
Last modification:
28/07/2026

CVE-2026-62428

Publication date:
28/07/2026
When grant-copy operations are processed, the respective grant may or may<br /> not already be in use by another operation (a mapping or another copy).<br /> For all copy operations the referenced guest frame is looked up. When<br /> another operation is already active for the grant (the grant is "pinned"),<br /> what is being supplied back to actually carry out permission checks and<br /> copy operation may not be consistent: The permission check may be carried<br /> out on a page different from the one involved in the copy.
Severity CVSS v4.0: Pending analysis
Last modification:
28/07/2026

CVE-2026-62429

Publication date:
28/07/2026
Accessing the vNUMA configuration data of a guest is still possible when<br /> domain destruction has already started. The cleaning up of that<br /> configuration information is not synchronized with its retrieval by a<br /> device model controlling the guest.
Severity CVSS v4.0: Pending analysis
Last modification:
28/07/2026