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

Publication date:
11/08/2026
Affected versions of MISP cti-transmute expose several state-changing account operations as GET requests:<br /> <br /> <br /> <br /> * <br /> /account/follow<br /> <br /> <br /> * <br /> /account/delete_notification<br /> <br /> <br /> * <br /> /account/mark_notification_read<br /> <br /> <br /> * <br /> /account/mark_all_read<br /> <br /> <br /> <br /> <br /> <br /> These endpoints require authentication, but before the fix they could be invoked with simple GET requests. That makes them susceptible to cross-site request forgery because a third-party site can induce the victim’s browser to send authenticated GET requests automatically.<br /> <br /> <br /> The patch converts the actions to POST or DELETE and updates the frontend to include an X-CSRFToken header, providing explicit CSRF protection for those state-changing operations.
Severity CVSS v4.0: MEDIUM
Last modification:
11/08/2026

CVE-2026-33922

Publication date:
11/08/2026
A path traversal vulnerability was discovered in the Offline archives functionality of the local web interface due to insufficient validation of an input parameter. A local user with administrative credentials for the web interface could submit an archive name containing traversal sequences and delete arbitrary files reachable by the Arc process, which runs with administrative privileges on the host.
Severity CVSS v4.0: MEDIUM
Last modification:
11/08/2026

CVE-2026-33921

Publication date:
11/08/2026
The Windows installer deployed Npcap leaving its access restriction option at the insecure default value, so the driver was accessible to every local user of the host instead of being restricted to administrators only. A local user without administrative privileges could use the Npcap driver to capture the traffic reaching the host, which discloses information belonging both to the host and to other systems on the same network segment, and to send arbitrary raw packets on that segment.
Severity CVSS v4.0: MEDIUM
Last modification:
11/08/2026

CVE-2026-73161

Publication date:
11/08/2026
Affected versions of cti-transmute improperly handle conversion-table values passed through the search highlighting feature. The highlight() function previously returned the underlying text directly when no search query was supplied, or performed a regex replacement that inserted tags without first escaping the original content. Because the resulting value is used by an HTML-rendering sink, malicious markup contained in conversion data could be interpreted as HTML rather than displayed as text.<br /> <br /> The fix introduces a shared highlightMatches() helper that first converts special characters such as , &amp;, and quotes into HTML entities. Only after escaping does the code insert the application-controlled element used for search highlighting.
Severity CVSS v4.0: MEDIUM
Last modification:
11/08/2026

CVE-2026-72693

Publication date:
11/08/2026
`openvt -u` is intended to identify the owner of the current VT and then execute `login` as that user from a privileged context. In the documented `kbrequest`/init usage, the ownership test in `authenticate_user()` relies on `stat("/proc//fd/0")`. `stat()` on `/proc//fd/0` follows the symlink to the underlying TTY device node. As a result, `buf.st_uid` reflects the owner of the TTY node rather than the owner of the process holding the file descriptor. If the TTY owner returns to `root` or the getty owner after logout while an unprivileged process still has `fd 0` attached to that TTY, the check can incorrectly treat that process as belonging to the privileged console owner. Once that check succeeds, the `-u` path executes a passwordless login as the selected user. In the documented `kbrequest`/init deployment using `openvt -us`, this can result in passwordless `login -f root` on the spawned VT. This report establishes that privilege escalation path for that documented deployment; it does not claim equivalent reachability for deployments that do not use `openvt -u` from a privileged `kbrequest`/init path.
Severity CVSS v4.0: Pending analysis
Last modification:
11/08/2026

CVE-2026-72694

Publication date:
11/08/2026
A flaw was found in MRTG. When the MRTG daemon is started as a root user and subsequently drops privileges, a local, low-privileged attacker can exploit a symbolic link (symlink) following vulnerability. By influencing or pre-placing a symlink in the process ID (PID) file path, the attacker can trick the root process into changing the ownership of an arbitrary existing file to the daemon user. This can lead to local privilege escalation, allowing unauthorized access to or modification of sensitive files.
Severity CVSS v4.0: Pending analysis
Last modification:
11/08/2026

CVE-2026-73157

Publication date:
11/08/2026
Affected versions of cti-transmute render data obtained from a remote MISP instance into the event-browser interface using HTML interpolation. Because fields such as event IDs, event information, organization names, tags, tag colors, TLP labels, distribution labels, and error/flash text may be controlled by the remote MISP server, a malicious or compromised remote instance could return crafted values that inject HTML or script-capable content into the cti-transmute interface.<br /> <br /> <br /> The patch explicitly notes that remote-derived values must not reach innerHTML, and replaces string-built rows and badges with DOM nodes populated through textContent. It also restricts remote-controlled tag colors to six-digit hexadecimal values, preventing malicious CSS values such as url(...).
Severity CVSS v4.0: LOW
Last modification:
11/08/2026

CVE-2026-73158

Publication date:
11/08/2026
Affected versions of cti-transmute insufficiently validate saved graph configuration data. Graph configurations can contain style properties that are later consumed by Pivotick, and Pivotick interprets svgIcon as HTML. Because saved configurations may be created by one user and later displayed to other users—including administrators—a malicious user could store a crafted svgIcon value that executes script in another viewer’s browser.<br /> <br /> <br /> The fix introduces a strict configuration schema on both the server and client. Only known properties are accepted, style entries are limited to shape, color, and size, and dangerous properties such as svgIcon and iconClass are explicitly rejected. Existing stored configurations are also sanitized when listed and again before being applied in the browser.
Severity CVSS v4.0: MEDIUM
Last modification:
11/08/2026

CVE-2026-73159

Publication date:
11/08/2026
Affected versions of cti-transmute allow a tag&amp;#39;s icon value to be stored and later interpolated into HTML through Vue&amp;#39;s v-html. The helper mapIcon() previously constructed an HTML string directly from the icon value:<br /> <br /> <br /> <br /> <br /> <br /> Because the icon is user-supplied, a crafted value could break out of the intended markup and inject attacker-controlled HTML. When the affected tag was later rendered, including on the administrative triage interface, the payload could execute in the viewer&amp;#39;s browser.<br /> <br /> <br /> The patch mitigates the issue at multiple layers: v-html is replaced with Vue :class binding, mapIcon() now returns only a constrained FontAwesome class string, and the backend validates icons against the FontAwesome catalogue or a strict [a-z0-9-]{1,40} slug pattern before storing them.
Severity CVSS v4.0: MEDIUM
Last modification:
11/08/2026

CVE-2026-15562

Publication date:
11/08/2026
A flaw was found in EAP&amp;#39;s jboss-remoting. A remote unauthenticated attacker who can reach :8080 (or :9990, or :4447) and complete an Upgrade: jboss-remoting handshake can cause OOM errors that degrade requests server-wide, leading to denial of service.
Severity CVSS v4.0: Pending analysis
Last modification:
11/08/2026

CVE-2026-15563

Publication date:
11/08/2026
A flaw was found in EAP&amp;#39;s IIOP. The listener&amp;#39;s NameService would accept bind operations without authentication, allowing an attacker to hijack JNDI lookups and binding them to a malicious ORB, achieving MITM or DoS on further invocations.
Severity CVSS v4.0: Pending analysis
Last modification:
11/08/2026

CVE-2026-15565

Publication date:
11/08/2026
A flaw was found in Undertow. A remote attacker can cause Out of Memory on websockets endpoint without authentication on any @ServerEndpoint class that has any @OnMessage method. This allows an attacker to cause Denial of Service attack without authentication and using only a standard WebSocket handshake.
Severity CVSS v4.0: Pending analysis
Last modification:
11/08/2026