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

CVE-2026-2836

Publication date:
05/03/2026
A cache poisoning vulnerability has been found in the Pingora HTTP proxy framework’s default cache key construction. The issue occurs because the default HTTP cache key implementation generates cache keys using only the URI path, excluding critical factors such as the host header (authority). Operators relying on the default are vulnerable to cache poisoning, and cross-origin responses may be improperly served to users.<br /> <br /> <br /> Impact<br /> <br /> This vulnerability affects users of Pingora&amp;#39;s alpha proxy caching feature who relied on the default CacheKey implementation. An attacker could exploit this for:<br /> <br /> * Cross-tenant data leakage: In multi-tenant deployments, poison the cache so that users from one tenant receive cached responses from another tenant<br /> <br /> <br /> * Cache poisoning attacks: Serve malicious content to legitimate users by poisoning shared cache entries<br /> <br /> <br /> <br /> <br /> Cloudflare&amp;#39;s CDN infrastructure was not affected by this vulnerability, as Cloudflare&amp;#39;s default cache key implementation uses multiple factors to prevent cache key poisoning and never made use of the previously provided default.<br /> <br /> <br /> Mitigation:<br /> <br /> We strongly recommend Pingora users to upgrade to Pingora v0.8.0 or higher, which removes the insecure default cache key implementation. Users must now explicitly implement their own callback that includes appropriate factors such as Host header, origin server HTTP scheme, and other attributes their cache should vary on.<br /> <br /> <br /> Pingora users on previous versions may also remove any of their default CacheKey usage and implement their own that should at minimum include the host header / authority and upstream peer’s HTTP scheme.
Severity CVSS v4.0: HIGH
Last modification:
12/03/2026

CVE-2026-2835

Publication date:
05/03/2026
An HTTP Request Smuggling vulnerability (CWE-444) has been found in Pingora&amp;#39;s parsing of HTTP/1.0 and Transfer-Encoding requests. The issue occurs due to improperly allowing HTTP/1.0 request bodies to be close-delimited and incorrect handling of multiple Transfer-Encoding values, allowing attackers to send HTTP/1.0 requests in a way that would desync Pingora’s request framing from backend servers’.<br /> <br /> Impact<br /> <br /> This vulnerability primarily affects standalone Pingora deployments in front of certain backends that accept HTTP/1.0 requests. An attacker could craft a malicious payload following this request that Pingora forwards to the backend in order to:<br /> <br /> * Bypass proxy-level ACL controls and WAF logic<br /> <br /> <br /> <br /> <br /> * Poison caches and upstream connections, causing subsequent requests from legitimate users to receive responses intended for smuggled requests<br /> <br /> <br /> <br /> <br /> * Perform cross-user attacks by hijacking sessions or smuggling requests that appear to originate from the trusted proxy IP<br /> <br /> <br /> <br /> <br /> Cloudflare&amp;#39;s CDN infrastructure was not affected by this vulnerability, as its ingress proxy layers forwarded HTTP/1.1 requests only, rejected ambiguous framing such as invalid Content-Length values, and forwarded a single Transfer-Encoding: chunked header for chunked requests.<br /> <br /> <br /> Mitigation:<br /> <br /> Pingora users should upgrade to Pingora v0.8.0 or higher that fixes this issue by correctly parsing message length headers per RFC 9112 and strictly adhering to more RFC guidelines, including that HTTP request bodies are never close-delimited.<br /> <br /> As a workaround, users can reject certain requests with an error in the request filter logic in order to stop processing bytes on the connection and disable downstream connection reuse. The user should reject any non-HTTP/1.1 request, or a request that has invalid Content-Length, multiple Transfer-Encoding headers, or Transfer-Encoding header that is not an exact “chunked” string match.
Severity CVSS v4.0: CRITICAL
Last modification:
12/03/2026

CVE-2026-2833

Publication date:
05/03/2026
An HTTP request smuggling vulnerability (CWE-444) was found in Pingora&amp;#39;s handling of HTTP/1.1 connection upgrades. The issue occurs when a Pingora proxy reads a request containing an Upgrade header, causing the proxy to pass through the rest of the bytes on the connection to a backend before the backend has accepted the upgrade. An attacker can thus directly forward a malicious payload after a request with an Upgrade header to that backend in a way that may be interpreted as a subsequent request header, bypassing proxy-level security controls and enabling cross-user session hijacking.<br /> <br /> Impact<br /> <br /> This vulnerability primarily affects standalone Pingora deployments where a Pingora proxy is exposed to external traffic. An attacker could exploit this to:<br /> <br /> * Bypass proxy-level ACL controls and WAF logic<br /> <br /> <br /> <br /> <br /> * Poison caches and upstream connections, causing subsequent requests from legitimate users to receive responses intended for smuggled requests<br /> <br /> <br /> <br /> <br /> * Perform cross-user attacks by hijacking sessions or smuggling requests that appear to originate from the trusted proxy IP<br /> <br /> <br /> <br /> <br /> Cloudflare&amp;#39;s CDN infrastructure was not affected by this vulnerability, as ingress proxies in the CDN stack maintain proper HTTP parsing boundaries and do not prematurely switch to upgraded connection forwarding mode.<br /> <br /> <br /> Mitigation:<br /> <br /> Pingora users should upgrade to Pingora v0.8.0 or higher<br /> <br /> <br /> As a workaround, users may return an error on requests with the Upgrade header present in their request filter logic in order to stop processing bytes beyond the request header and disable downstream connection reuse.
Severity CVSS v4.0: CRITICAL
Last modification:
12/03/2026

CVE-2026-22052

Publication date:
05/03/2026
ONTAP versions 9.12.1 and higher with S3 NAS buckets are susceptible to an information disclosure vulnerability. Successful exploit could allow an authenticated attacker to view a listing of the contents in a directory for which they lack permission.
Severity CVSS v4.0: MEDIUM
Last modification:
13/03/2026

CVE-2026-29045

Publication date:
04/03/2026
Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, when using serveStatic together with route-based middleware protections (e.g. app.use(&amp;#39;/admin/*&amp;#39;, ...)), inconsistent URL decoding allowed protected static resources to be accessed without authorization. The router used decodeURI, while serveStatic used decodeURIComponent. This mismatch allowed paths containing encoded slashes (%2F) to bypass middleware protections while still resolving to the intended filesystem path. This issue has been patched in version 4.12.4.
Severity CVSS v4.0: Pending analysis
Last modification:
06/03/2026

CVE-2026-29085

Publication date:
04/03/2026
Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, when using streamSSE() in Streaming Helper, the event, id, and retry fields were not validated for carriage return (\r) or newline (\n) characters. Because the SSE protocol uses line breaks as field delimiters, this could allow injection of additional SSE fields within the same event frame if untrusted input was passed into these fields. This issue has been patched in version 4.12.4.
Severity CVSS v4.0: Pending analysis
Last modification:
06/03/2026

CVE-2026-29086

Publication date:
04/03/2026
Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, the setCookie() utility did not validate semicolons (;), carriage returns (\r), or newline characters (\n) in the domain and path options when constructing the Set-Cookie header. Because cookie attributes are delimited by semicolons, this could allow injection of additional cookie attributes if untrusted input was passed into these fields. This issue has been patched in version 4.12.4.
Severity CVSS v4.0: Pending analysis
Last modification:
06/03/2026