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

Publication date:
18/06/2026
claudiopizzillo PIAF-HMS (PBX-In-A-Flash Hotel Management System; no released versions, latest commit 389d2633441b65ced1c104212cd62be2bfca21e5) contains multiple unauthenticated SQL injection vulnerabilities. The application has no authentication mechanism and passes user-supplied HTTP parameters directly into deprecated mysql_query() calls via string concatenation, without sanitization, escaping, or parameterization. Affected sinks include rooms.php (DELETE FROM Rooms WHERE ID = $_GET['ID'], unquoted numeric context), checkuser.php (WHERE Ext = '$_GET["Ext"]'), ec.php (date/extension parameters in a WHERE), checkin.php and wakeup.php ($_POST values into INSERT statements), bills.php ($_POST fields built into a WHERE clause), and rates.php and checkout.php. A remote, unauthenticated attacker can inject arbitrary SQL to read, modify, or delete arbitrary records in the backing database (e.g. rooms.php?ID=1 OR 1=1 deletes all room records). Note: queries run via the legacy mysql_* extension, which does not permit stacked statements.
Severity CVSS v4.0: CRITICAL
Last modification:
22/06/2026

CVE-2026-50141

Publication date:
18/06/2026
Woodpecker is a CI/CD engine. Starting in version 3.0.0 and prior to version 3.14.1, a vulnerability in Woodpecker CI's gRPC layer allowed any authenticated agent to impersonate any other agent on the same server by injecting a forged `agent_id` value into outgoing gRPC metadata. The server correctly verified the JWT token but then discarded the verified agent identity in favor of the client-supplied value. Version 3.14.1 patches the issue. As a workaround, disable org agents (`WOODPECKER_DISABLE_USER_AGENT_REGISTRATION=true`) and delete existing ones.
Severity CVSS v4.0: HIGH
Last modification:
23/06/2026

CVE-2026-44942

Publication date:
18/06/2026
A path traversal in handling the "path" component of .repo files processed by libzypp before 17.38.13 in the 17.x series, or before 16.22.19 could be used by attackers to fill directories on the system outside of the zypp cache with content.
Severity CVSS v4.0: Pending analysis
Last modification:
22/06/2026

CVE-2026-42487

Publication date:
18/06/2026
HVM guest I/O port accesses are subject to either emulation or at least<br /> translation. Translations are managed by the device model (via<br /> XEN_DOMCTL_ioport_mapping), and hence the linked list used may changed<br /> at any time. Traversal of those lists (while handling guest I/O port<br /> accesses) therefore needs synchronizing with updates, which was missing<br /> so far.
Severity CVSS v4.0: Pending analysis
Last modification:
22/06/2026

CVE-2026-42488

Publication date:
18/06/2026
Some shadow paging errors paths will switch the page-tables without<br /> updating the currently running vCPU reference. This causes a mismatch<br /> between the loaded page-tables and the mapcache metadata which can lead<br /> to corruption of the mapcache.
Severity CVSS v4.0: Pending analysis
Last modification:
22/06/2026

CVE-2026-42489

Publication date:
18/06/2026
[This CNA information record relates to multiple CVEs; the<br /> text explains which aspects/vulnerabilities correspond to which CVE.]<br /> <br /> To create and manage guests, domctl operations are used by the control<br /> domain, a possible Xenstore domain, or by a domain controlling a<br /> particular guest. Some of these operations may not be executed in<br /> parallel, so a system-wide lock is used. The way that lock is acquired<br /> is, however, not providing any fairness. This is CVE-2026-42489.<br /> <br /> Furthermore, with XSM/Flask in use, the lock acquire will, for some<br /> operations, occur ahead of any permission checking. This is<br /> CVE-2026-42490.
Severity CVSS v4.0: Pending analysis
Last modification:
22/06/2026

CVE-2026-42490

Publication date:
18/06/2026
[This CNA information record relates to multiple CVEs; the<br /> text explains which aspects/vulnerabilities correspond to which CVE.]<br /> <br /> To create and manage guests, domctl operations are used by the control<br /> domain, a possible Xenstore domain, or by a domain controlling a<br /> particular guest. Some of these operations may not be executed in<br /> parallel, so a system-wide lock is used. The way that lock is acquired<br /> is, however, not providing any fairness. This is CVE-2026-42489.<br /> <br /> Furthermore, with XSM/Flask in use, the lock acquire will, for some<br /> operations, occur ahead of any permission checking. This is<br /> CVE-2026-42490.
Severity CVSS v4.0: Pending analysis
Last modification:
22/06/2026

CVE-2026-40455

Publication date:
18/06/2026
An SQL Injection vulnerability exists in LMS (LAN Management System) before commit 4cb30a7 within the "tarifflist.php" module due to insufficient sanitization of the POST "tg[]" parameter. The application directly concatenates user-supplied array values into an SQL query using "implode()", allowing authenticated attackers to perform Error-Based SQL injection and extract sensitive database information.
Severity CVSS v4.0: HIGH
Last modification:
22/06/2026

CVE-2026-40456

Publication date:
18/06/2026
An OS Command Injection vulnerability exists in LMS (LAN Management System) before commit 9fcb4de due to an IP address parameter being passed to the "exec()" function without proper validation, allowing attackers to execute arbitrary operating system commands.
Severity CVSS v4.0: HIGH
Last modification:
22/06/2026

CVE-2026-40457

Publication date:
18/06/2026
A Reflected Cross-Site Scripting (XSS) vulnerability exists in LMS (LAN Management System) before commit 9c5651b in the "dbrecover.php" and "netremap.php" modules where unsanitized GET parameters are directly embedded into HTML output. This allows an attacker to inject arbitrary JavaScript when an authenticated user clicks a crafted link, provided the required conditions (such as a network defined in the system) are met.
Severity CVSS v4.0: LOW
Last modification:
22/06/2026

CVE-2026-12539

Publication date:
18/06/2026
Docker Sandboxes (sbx) blocks ICMP egress with an authorizer applied only at network-creation time, and does not re-apply it to networks rebuilt from disk when the Docker daemon restarts, so a restart-surviving sandbox forwards ICMP to arbitrary hosts. A workload inside a sandbox, which the threat model treats as untrusted, can therefore defeat the documented ICMP egress block to perform network reconnaissance and exfiltrate data over an ICMP covert channel, regardless of the configured allowlist.
Severity CVSS v4.0: MEDIUM
Last modification:
30/06/2026

CVE-2026-12527

Publication date:
18/06/2026
A broken authorization boundary in the RTSP media delivery pipeline of Shenzhen Liandian Communication Technology LTD V380 IP Camera firmware AppFHE1_V1.0.6.020230803 enables unauthenticated network actors to bypass the device’s credential-enforced live-view workflow and directly retrieve real-time video stream data.
Severity CVSS v4.0: MEDIUM
Last modification:
22/06/2026