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

Publication date:
28/07/2026
Pivotick did not validate the URL scheme of node imagePath values derived from graph data before assigning them to SVG image resources. An attacker able to supply crafted graph data could set an image path to a malicious URI.<br /> <br /> When a victim rendered the affected graph, the browser could resolve the attacker-controlled URI and initiate an unintended request or invoke scheme-specific handling in the victim’s context. Depending on the URI, browser behaviour, and installed protocol handlers, exploitation could disclose limited client or network metadata, facilitate rendering-based tracking, or attempt to access local or internal resources.<br /> <br /> Exploitation requires a victim to load or render graph data containing the malicious imagePath. The patch normalizes ASCII whitespace and control characters in URI schemes and restricts image paths to relative URLs or the http, https, data, and blob schemes.
Severity CVSS v4.0: MEDIUM
Last modification:
30/07/2026

CVE-2026-59878

Publication date:
28/07/2026
Improper Input Validation vulnerability in Apache ActiveMQ AMQP, Apache ActiveMQ, Apache ActiveMQ All.<br /> <br /> A remote unauthenticated peer that can reach an exposed AMQP NIO connector can trigger denial-of-service behavior by sending a frame size value. This cause the NIO threads to die and if done rapidly enough can lead to exhaustion of the NIO thread pool denying service to other connections.<br /> This issue affects Apache ActiveMQ AMQP: before 5.19.9, from 6.0.0 before 6.2.8; Apache ActiveMQ: before 5.19.9, from 6.0.0 before 6.2.8; Apache ActiveMQ All: before 5.19.9, from 6.0.0 before 6.2.8.<br /> <br /> Users are recommended to upgrade to version 5.19.9, 6.2.8, or 6.3.0 which fixes the issue.
Severity CVSS v4.0: Pending analysis
Last modification:
28/07/2026

CVE-2026-61487

Publication date:
28/07/2026
Improper Authorization vulnerability in Apache ActiveMQ Broker, Apache ActiveMQ All, Apache ActiveMQ.<br /> <br /> An authenticated low-privilege user can bypass a per-destination<br /> write ACL by sending to an ActiveMQ temporary composite destination whose physical name is a<br /> comma-separated composite of real queues. This allows publishing messages to any of the destinations in the list without proper write ACL permissions because the authorization check is bypassed due to the composite destination being marked as temporary.<br /> This issue affects Apache ActiveMQ Broker: before 5.19.9, from 6.0.0 before 6.2.8; Apache ActiveMQ All: before 5.19.9, from 6.0.0 before 6.2.8; Apache ActiveMQ: before 5.19.9, from 6.0.0 before 6.2.8.<br /> <br /> Users are recommended to upgrade to version 5.19.9, 6.2.8 or 6.3.0, which fixes the issue.
Severity CVSS v4.0: Pending analysis
Last modification:
28/07/2026

CVE-2026-7187

Publication date:
28/07/2026
Missing authentication for critical function vulnerability in Universal Software Inc. UKBS allows Accessing Functionality Not Properly Constrained by ACLs.<br /> <br /> This issue affects UKBS: through 28072026.<br /> NOTE: The vendor was contacted and it was learned that the product is not supported.
Severity CVSS v4.0: Pending analysis
Last modification:
04/08/2026

CVE-2026-66920

Publication date:
28/07/2026
Pivotick contains an uncontrolled-recursion vulnerability when processing caller-supplied graph and node data. The affected graph algorithms recursively traversed graph edges, while the JSON viewer recursively processed each level of a node’s data structure. A specially crafted graph containing an excessively long path, deeply nested properties, or circular object references could therefore exhaust the JavaScript call stack when Pivotick calculates a layout or displays a node in the inspection modal.<br /> <br /> Successful exploitation may cause an uncaught exception, freeze the affected page, or crash the browser tab, resulting in a client-side denial of service. No confidentiality or integrity impact has been identified.<br /> <br /> The patch replaces the recursive graph traversals with iterative stack-based implementations and limits the reachability calculation to 1,000,000 edge traversals. It also limits JSON rendering to 64 levels and detects circular references before descending further into an object.
Severity CVSS v4.0: HIGH
Last modification:
30/07/2026

CVE-2026-65881

Publication date:
28/07/2026
Joomla Extension - joomdle.com - Insecure default configuration allows read/write user account access in Joomdle
Severity CVSS v4.0: Pending analysis
Last modification:
28/07/2026

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