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

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** In OpenStack Keystone before 29.0.3, tokens obtained via OAuth1 access token, application credential, or trust-scoped authentication could create new long-lived credentials or authorize new delegations that persist independently of, and outlive, the credential used to obtain them. The delegation restrictions that block these operations did not consistently apply to all delegated token types, allowing an OAuth1-scoped token, for example, to create application credentials or authorize OAuth1 request tokens despite those operations being restricted for other delegated token types. All Keystone deployments that permit delegated authentication through OAuth1 access tokens, application credentials, or trusts are affected.
Gravedad CVSS v4.0: ALTA
Última modificación:
25/08/2026

CVE-2026-80184

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** In OpenStack Keystone before 29.0.3, tokens obtained via delegated authentication mechanisms (OAuth1 access tokens, application credentials, trusts) could be submitted to the token-method authentication path for reauthentication to escape their intended project scope. When an application credential token was presented with no explicit scope, Keystone would issue a new token scoped to the credential owner's default project rather than the project for which the credential was issued, bypassing the intended project boundary. All Keystone deployments that permit delegated authentication through OAuth1 access tokens, application credentials, or trusts are affected.
Gravedad CVSS v4.0: ALTA
Última modificación:
25/08/2026

CVE-2026-80185

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** BlueZ sdp-xml.c type confusion via RegisterProfile(ServiceRecord) can crash bluetoothd (local DoS): a crafted nested ServiceRecord can corrupt the SDP XML parser stack so scalar union data is treated as a sequence pointer, allowing a local caller to crash bluetoothd.
Gravedad CVSS v3.1: MEDIA
Última modificación:
25/08/2026

CVE-2026-80186

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A stack-based buffer overflow vulnerability exists in BlueZ, the Linux Bluetooth protocol stack. A remote user within Bluetooth radio range can send a specially crafted Extended Inquiry Response (EIR) packet that causes a buffer overflow when the target device performs Bluetooth discovery. This vulnerability can lead to a Denial of Service (DoS) by crashing the bluetoothd service and may allow for arbitrary code execution.
Gravedad CVSS v3.1: ALTA
Última modificación:
25/08/2026

CVE-2026-73180

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Insufficient Session Expiration vulnerability in Apache Tomcat meant that if the session ID for an authenticated HTTP session was changed after a WebSocket connection had been established under that authenticated HTTP session, the WebSokcet session would not be closed as required by the Jakarta WebSocket specification when the HTTP session ended.<br /> <br /> <br /> <br /> This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.24, from 10.1.0-M1 through 10.1.57, from 9.0.0.M1 through 9.0.120.<br /> <br /> <br /> <br /> The following versions were EOL at the time the CVE was created but are <br /> known to be affected: from 8.5.0 through 8.5.100, from 7.0.43 through 7.0.109. Other unsupported versions may also be affected.<br /> <br /> <br /> <br /> Users are recommended to upgrade to version 11.0.25, 10.1.58 or 9.0.121, which fix the issue.
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-79804

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A vulnerability was found in SililaWijesinghe Food Ordering System up to ba314e897e3365600461e5ea59432e39ceaa0fa5. Affected by this issue is some unknown functionality of the file /search.php. Performing a manipulation of the argument search_box results in sql injection. Remote exploitation of the attack is possible. The exploit has been made public and could be used. This product follows a rolling release approach for continuous delivery, so version details for affected or updated releases are not provided. The vendor was contacted early about this disclosure but did not respond in any way.
Gravedad CVSS v4.0: MEDIA
Última modificación:
25/08/2026

CVE-2026-79845

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A vulnerability was identified in code-projects Simple Inventory System 1.0. This vulnerability affects unknown code of the file /InventoryManagement/edit.php. The manipulation of the argument ID leads to sql injection. The attack is possible to be carried out remotely. The exploit is publicly available and might be used.
Gravedad CVSS v4.0: MEDIA
Última modificación:
25/08/2026

CVE-2026-78619

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Punk::Plugin::TOTP versions before 0.05 for Perl accept another account&amp;#39;s recovery code at the two-factor challenge because totp_use_recovery compares user identifiers numerically.<br /> <br /> The helper searches the recovery model for the submitted code&amp;#39;s digest alone, across every user&amp;#39;s rows, so the ownership test that follows is the only thing binding a code to the account it was issued to. That test compares the row&amp;#39;s user_id with the challenged user&amp;#39;s id through Perl&amp;#39;s integer coercion, and an identifier with no leading digits coerces to zero, so any two of them compare equal. User models keyed on a username, an email address or a UUID hit that case, and a numeric key compares as intended.<br /> <br /> The challenge route feeds a submitted value to the helper once TOTP verification fails, so an attacker who knows a victim&amp;#39;s password and holds a recovery code of their own passes the victim&amp;#39;s second factor.
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-78655

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Punk::Plugin::TOTP versions before 0.05 for Perl allow the second-factor attempt limit to be reset by replaying an earlier session cookie because the challenge route counts failures in the session.<br /> <br /> The POST handler on challenge_path keeps the failure count as tries inside the totp_pending record in the session, raising it on each rejected code and deleting the pending record once it reaches attempts, five by default. Punk::Session carries the session in a signed cookie unless the application declares a store, and keeps no server-side record, so an earlier value of the same session stays valid until the expiry stamped inside it. A client that saves the cookie before its failed attempts and presents it again gets the pending record back with its counter, and the limit never fires. The replayed record is accepted while its own expiry, pending_ttl seconds from the challenge and 300 by default, has not passed.<br /> <br /> Sessions declared with a store are not affected: the pending record and its counter then live server-side.<br /> <br /> The attempt limit does not bound guessing of the second factor, which is left to the per-address rate limit the plugin registers on the same path, 30 requests per 60 seconds.
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-65183

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Time-of-check Time-of-use (TOCTOU) Race Condition vulnerability in Apache Tomcat when creating unix domain sockets allows an unauthorised local user to access the unix domain socket.<br /> <br /> <br /> <br /> This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.24, from 10.1.0-M1 through 10.1.57, from 9.0.42 through 9.0.120.<br /> <br /> <br /> <br /> Users are recommended to upgrade to version 11.0.25, 10.1.58, 9.0.121, which fixes the issue.
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-65637

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper Input Validation vulnerability in Apache Tomcat due to incomplete fix for CVE-2026-32990.<br /> <br /> <br /> <br /> This issue affects Apache Tomcat: from 11.0.20 through 11.0.24, from 10.1.53 through 10.1.57, from 9.0.115 through 9.0.120.<br /> <br /> <br /> <br /> Users are recommended to upgrade to version 11.0.25, 10.1.58 or 9.0.121, which fix the issue.
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026

CVE-2026-65905

Fecha de publicación:
25/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Authentication Bypass by Capture-replay vulnerability in Apache Tomcat&amp;#39;s DIGEST authenticator. If, before windowSize requests have been made, a client makes a DIGEST <br /> authenticated request with a nonceCount on the upper boundary of the <br /> replay window then that request is replayable once only while the <br /> associated nonceCount remains within the replay window.<br /> <br /> <br /> <br />  <br /> <br /> This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.24, from 10.1.0-M1 through 10.1.57, from 9.0.0.M1 through 9.0.120.<br /> <br /> <br /> <br /> The following versions were EOL at the time the CVE was created but are <br /> known to be affected: from 8.5.0 through 8.5.100, from 7.0.30 through 7.0.109. Other unsupported versions may also be affected.<br /> <br /> <br /> <br /> Users are recommended to upgrade to version 11.0.25, 10.1.58 or 9.0.121, which fix the issue.
Gravedad: Pendiente de análisis
Última modificación:
25/08/2026