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

Publication date:
05/03/2026
UPS Multi-UPS Management Console (MUMC) version 01.06.0001 (A03) contains an Incorrect Default Permissions (CWE-276) vulnerability that allows an attacker to execute arbitrary code with SYSTEM privileges by causing the application to load a specially crafted DLL.
Severity CVSS v4.0: HIGH
Last modification:
09/03/2026

CVE-2024-57854

Publication date:
05/03/2026
Net::NSCA::Client versions through 0.009002 for Perl uses a poor random number generator.<br /> <br /> Version v0.003 switched to use Data::Rand::Obscure instead of Crypt::Random for generation of a random initialisation vectors.<br /> <br /> Data::Rand::Obscure uses Perl&amp;#39;s built-in rand() function, which is not suitable for cryptographic functions.
Severity CVSS v4.0: Pending analysis
Last modification:
09/03/2026

CVE-2026-3257

Publication date:
05/03/2026
UnQLite versions through 0.06 for Perl uses a potentially insecure version of the UnQLite library.<br /> <br /> UnQLite for Perl embeds the UnQLite library. Version 0.06 and earlier of the Perl module uses a version of the library from 2014 that may be vulnerable to a heap-based overflow.
Severity CVSS v4.0: Pending analysis
Last modification:
09/03/2026

CVE-2026-3381

Publication date:
05/03/2026
Compress::Raw::Zlib versions through 2.219 for Perl use potentially insecure versions of zlib.<br /> <br /> Compress::Raw::Zlib includes a copy of the zlib library. Compress::Raw::Zlib version 2.220 includes zlib 1.3.2, which addresses findings fron the 7ASecurity audit of zlib. The includes fixs for CVE-2026-27171.
Severity CVSS v4.0: Pending analysis
Last modification:
18/03/2026

CVE-2026-29126

Publication date:
05/03/2026
Incorrect permission assignment (world-writable file) in /etc/udhcpc/default.script in International Data Casting (IDC) SFX2100 Satellite Receiver allows a local unprivileged attacker to potentially execute arbitrary commands with root privileges (local privilege escalation and persistence) via modification of a root-owned, world-writable BusyBox udhcpc DHCP event script, which is executed when a DHCP lease is obtained, renewed, or lost.
Severity CVSS v4.0: HIGH
Last modification:
11/03/2026

CVE-2026-29125

Publication date:
05/03/2026
IDC SFX2100 Satalite Recievers set the `/etc/resolv.conf` file to be world-writable by any local user, allowing DNS resolver tampering that can redirect network communications, facilitate man-in-the-middle attacks, and cause denial of service.
Severity CVSS v4.0: HIGH
Last modification:
11/03/2026

CVE-2026-29124

Publication date:
05/03/2026
Multiple SUID root-owned binaries are found in /home/monitor/terminal, /home/monitor/kore-terminal, /home/monitor/IDE-DPack/terminal-dpack, and /home/monitor/IDE-DPack/terminal-dpack2 in International Data Casting (IDC) SFX2100 Satellite Receiver, which may lead to local privlidge escalation from the `monitor` user to root
Severity CVSS v4.0: HIGH
Last modification:
11/03/2026

CVE-2026-29123

Publication date:
05/03/2026
A SUID root-owned binary in /home/xd/terminal/XDTerminal in International Data Casting (IDC) SFX2100 on Linux allows a local actor to potentially preform local privilege escalation depending on conditions of the system via execution of the affected SUID binary. This can be via PATH hijacking, symlink abuse or shared object hijacking.
Severity CVSS v4.0: HIGH
Last modification:
11/03/2026

CVE-2026-29122

Publication date:
05/03/2026
International Data Casting (IDC) SFX2100 satellite receiver comes with the `/bin/date` utility installed with the setuid bit set. This configuration grants elevated privileges to any local user who can execute the binary. A local actor is able to use the GTFObins resource to preform privileged file reads as the root user on the local file system. This allows an actor to be able to read any root read-only files, such as the /etc/shadow file or other configuration/secrets carrier files.
Severity CVSS v4.0: HIGH
Last modification:
11/03/2026

CVE-2025-40931

Publication date:
05/03/2026
Apache::Session::Generate::MD5 versions through 1.94 for Perl create insecure session id.<br /> <br /> Apache::Session::Generate::MD5 generates session ids insecurely. The default session id generator returns a MD5 hash seeded with the built-in rand() function, the epoch time, and the PID. The PID will come from a small set of numbers, and the epoch time may be guessed, if it is not leaked from the HTTP Date header. The built-in rand function is unsuitable for cryptographic usage. Predicable session ids could allow an attacker to gain access to systems.<br /> <br /> Note that the libapache-session-perl package in some Debian-based Linux distributions may be patched to use Crypt::URandom.
Severity CVSS v4.0: Pending analysis
Last modification:
12/04/2026

CVE-2025-40926

Publication date:
05/03/2026
Plack::Middleware::Session::Simple versions before 0.05 for Perl generates session ids insecurely.<br /> <br /> The default session id generator returns a SHA-1 hash seeded with the built-in rand function, the epoch time, and the PID. The PID will come from a small set of numbers, and the epoch time may be guessed, if it is not leaked from the HTTP Date header. The built-in rand function is unsuitable for cryptographic usage.<br /> <br /> Predictable session ids could allow an attacker to gain access to systems.<br /> <br /> Plack::Middleware::Session::Simple is intended to be compatible with Plack::Middleware::Session, which had a similar security issue CVE-2025-40923.
Severity CVSS v4.0: Pending analysis
Last modification:
12/03/2026

CVE-2026-29121

Publication date:
05/03/2026
International Data Casting (IDC) SFX2100 satellite receiver comes with the `/sbin/ip` utility installed with the setuid bit set. This configuration grants elevated privileges to any local user who can execute the binary. A local actor is able to use the GTFObins resource to preform privileged file reads as the root user on the local file system and may potentially lead to other avenues for preforming privileged actions.
Severity CVSS v4.0: HIGH
Last modification:
11/03/2026