Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

Vulnerabilidades

Con el objetivo de informar, advertir y ayudar a los profesionales sobre las últimas vulnerabilidades de seguridad en sistemas tecnológicos, ponemos a disposición de los usuarios interesados en esta información una base de datos con información en castellano sobre cada una de las últimas vulnerabilidades documentadas y conocidas.

Este repositorio con más de 75.000 registros esta basado en la información de NVD (National Vulnerability Database) – en función de un acuerdo de colaboración – por el cual desde INCIBE realizamos la traducción al castellano de la información incluida. En ocasiones este listado mostrará vulnerabilidades que aún no han sido traducidas debido a que se recogen en el transcurso del tiempo en el que el equipo de INCIBE realiza el proceso de traducción.

Se emplea el estándar de nomenclatura de vulnerabilidades CVE (Common Vulnerabilities and Exposures), con el fin de facilitar el intercambio de información entre diferentes bases de datos y herramientas. Cada una de las vulnerabilidades recogidas enlaza a diversas fuentes de información así como a parches disponibles o soluciones aportadas por los fabricantes y desarrolladores. Es posible realizar búsquedas avanzadas teniendo la opción de seleccionar diferentes criterios como el tipo de vulnerabilidad, fabricante, tipo de impacto entre otros, con el fin de acortar los resultados.

Mediante suscripción RSS o Boletines podemos estar informados diariamente de las últimas vulnerabilidades incorporadas al repositorio.

CVE-2026-43623

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** microtar through 0.1.0 contains a stack-based buffer overflow vulnerability in the raw_to_header() function in src/microtar.c that allows attackers to corrupt adjacent stack memory by supplying a crafted TAR archive with non-null-terminated name or linkname fields. The function uses strcpy() to copy 100-byte ustar format fields that lack null terminators, causing writes of up to 355 bytes into a 100-byte destination buffer when mtar_open(), mtar_find(), or mtar_read_header() process attacker-supplied TAR archives.
Gravedad CVSS v4.0: ALTA
Última modificación:
02/06/2026

CVE-2026-43624

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** F5-TTS through version 1.1.20 contains a path traversal vulnerability in the finetune Gradio handlers that allows unauthenticated attackers to write arbitrary files by passing unsanitized user-supplied project names directly to os.path.join() without validating the resulting path stays within the intended base directory. Attackers can supply absolute path arguments such as /tmp/EVIL to override the base directory entirely and create arbitrary directories with attacker-controlled JSON content at any filesystem path writable by the server process.
Gravedad CVSS v4.0: ALTA
Última modificación:
02/06/2026

CVE-2026-41013

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Input validation bypass in SMB volume mount handling in CloudFoundry Foundation diego-release allows low-privileged CF space developer to inject arbitrary kernel CIFS mount options via bypassing the mount-option allowlist, enabling privilege escalation and security control bypass on multi-tenant Diego cells.<br /> <br /> Affected versions:<br /> smb-volume-release: All versions prior to v3.60.0<br /> CF Deployment: All versions prior to v56.0.0
Gravedad CVSS v3.1: ALTA
Última modificación:
02/06/2026

CVE-2026-40990

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** OOM error is possible while attempting to add infinite amount of functions to Function Registry.<br /> <br /> Affected Spring Products and Versions:<br /> Spring Cloud Function 3.2.x: versions prior to 3.2.16<br /> Spring Cloud Function 4.1.x: versions prior to 4.1.10<br /> Spring Cloud Function 4.2.x: versions prior to 4.2.6<br /> Spring Cloud Function 4.3.x: versions prior to 4.3.3<br /> Spring Cloud Function 5.0.x: versions prior to 5.0.2<br /> Older, unsupported versions are also affected.
Gravedad CVSS v3.1: MEDIA
Última modificación:
05/06/2026

CVE-2026-40989

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Under infinite recursion in the routing layer, request-handling can cause OOM error.<br /> <br /> Affected Spring Products and Versions:<br /> Spring Cloud Function 3.2.x: versions prior to 3.2.16<br /> Spring Cloud Function 4.1.x: versions prior to 4.1.10<br /> Spring Cloud Function 4.2.x: versions prior to 4.2.6<br /> Spring Cloud Function 4.3.x: versions prior to 4.3.3<br /> Spring Cloud Function 5.0.x: versions prior to 5.0.2<br /> Older, unsupported versions are also affected.
Gravedad CVSS v3.1: MEDIA
Última modificación:
05/06/2026

CVE-2026-37235

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** FlexRIC v2.0.0 trusts the xapp_id field from E42 message payloads without binding it to the sender&amp;#39;s SCTP association. The validation function valid_xapp_id() only checks that the value is within the assigned range. A remote unauthenticated attacker can impersonate any xApp by specifying their xapp_id in requests sent to the iApp (port 36422), causing responses to be misrouted to the victim xApp. This can crash the victim xApp, the RIC, or the iApp itself through state inconsistencies in the red-black tree data structure.
Gravedad CVSS v3.1: ALTA
Última modificación:
03/06/2026

CVE-2026-37233

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** FlexRIC v2.0.0 contains an authorization bypass in the iApp&amp;#39;s xApp isolation mechanism. The equality function eq_xapp_ric_gen_id() in src/ric/iApp/xapp_ric_id.c compares m0-&gt;xapp_id against itself (m0-&gt;xapp_id) instead of the other argument (m1-&gt;xapp_id), effectively ignoring the xApp identity dimension. A malicious xApp connected to the iApp (port 36422) can delete any other xApp&amp;#39;s subscriptions by sending an E42_RIC_SUBSCRIPTION_DELETE_REQUEST with a matching ric_gen_id. This breaks multi-tenant isolation in any deployment with multiple xApps sharing the same RIC.
Gravedad CVSS v3.1: ALTA
Última modificación:
03/06/2026

CVE-2026-37231

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** FlexRIC v2.0.0 uses a uint16_t counter for xapp_id assignment but stores the value in uint32_t message fields. After 65,530+ E42_SETUP_REQUESTs, the 16-bit counter wraps around and produces duplicate xapp_ids. The iApp (port 36422) crashes when attempting to register a duplicate ID in its internal data structure. A remote attacker can trigger this by repeatedly connecting and requesting new xApp registrations.
Gravedad CVSS v3.1: ALTA
Última modificación:
03/06/2026

CVE-2026-37230

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** FlexRIC v2.0.0 crashes when the near-RT RIC receives a RIC_INDICATION message with a ran_func_id that does not exist in its registry. The lookup returns NULL, triggering assert() in Debug builds (SIGABRT) or NULL pointer dereference in Release builds (SIGSEGV). A remote unauthenticated attacker can crash the near-RT RIC (port 36421) by sending a crafted RIC_INDICATION with an arbitrary ran_func_id value.
Gravedad CVSS v3.1: ALTA
Última modificación:
03/06/2026

CVE-2026-37229

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** FlexRIC v2.0.0 contains a reachable assertion in e2ap_create_pdu() triggered when ASN.1 PER decoding fails. A remote unauthenticated attacker can send any non-PER byte sequence (e.g., a single 0x00 byte) over SCTP to the near-RT RIC (port 36421) or iApp (port 36422) to crash the process via SIGABRT. The assertion is reached before any protocol-level validation occurs. All three E2AP protocol versions (v1.01, v2.03, v3.01) are affected.
Gravedad CVSS v3.1: ALTA
Última modificación:
03/06/2026

CVE-2026-37228

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** FlexRIC v2.0.0 contains a reachable assertion in e2ap_recv_sctp_msg() (src/lib/ep/e2ap_ep.c). The function allocates a fixed 32KB receive buffer and enforces assert(rc = 32,768 bytes to crash the near-RT RIC, iApp, E2 Agent, or xApp process via SIGABRT. No valid E2AP PDU is required. All four SCTP endpoint types (ports 36421 and 36422) share this vulnerable code path. In Release builds (NDEBUG), the stripped assertion leads to a signed-to-unsigned integer overflow and potential out-of-bounds read.
Gravedad CVSS v3.1: ALTA
Última modificación:
03/06/2026

CVE-2026-37226

Fecha de publicación:
01/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** FlexRIC v2.0.0 crashes when the iApp receives an E42_RIC_SUBSCRIPTION_REQUEST referencing a non-existent E2 Node. The lookup function returns NULL, which is enforced by assert() in Debug builds (SIGABRT) and dereferenced in Release builds (SIGSEGV). A remote unauthenticated attacker can crash the iApp process (port 36422) by sending a subscription request with an arbitrary global_e2_node_id.
Gravedad CVSS v3.1: ALTA
Última modificación:
03/06/2026