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

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Audition is affected by an out-of-bounds write vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file.
Gravedad CVSS v3.1: ALTA
Última modificación:
28/08/2026

CVE-2026-47969

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Audition is affected by an out-of-bounds read vulnerability that could lead to disclosure of sensitive memory. An attacker could leverage this vulnerability to disclose sensitive information. Exploitation of this issue requires user interaction in that a victim must open a malicious file.
Gravedad CVSS v3.1: MEDIA
Última modificación:
28/08/2026

CVE-2026-45077

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 5.4.52, 6.4.40, 7.4.12, and 8.0.12, the server:log listener (Symfony\Bridge\Monolog\Command\ServerLogCommand) binds to 0.0.0.0:9911 by default and processes each received frame with unserialize(base64_decode($message)) without authentication, integrity checks, or an allowed_classes allowlist, allowing any reachable host to submit attacker-chosen serialized PHP payloads that can crash the listener and may trigger object-injection gadget effects. This issue is fixed in versions 5.4.52, 6.4.40, 7.4.12, and 8.0.12.
Gravedad CVSS v4.0: ALTA
Última modificación:
15/07/2026

CVE-2026-47290

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Use after free in Microsoft Office allows an unauthorized attacker to execute code locally.
Gravedad CVSS v3.1: ALTA
Última modificación:
16/07/2026

CVE-2026-45756

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Symfony is a PHP framework for web and console applications and a set of reusable PHP components. From 7.3.0-BETA1 until 7.4.12 and 8.0.12, the JsonPath component compiles attacker-controlled match() and search() filter patterns directly into preg_match() without a length cap, i-regexp restriction, or bounded backtracking, allowing catastrophic-backtracking expressions to pin worker CPU and cause denial of service. This issue is fixed in versions 7.4.12 and 8.0.12.
Gravedad CVSS v4.0: ALTA
Última modificación:
21/07/2026

CVE-2026-47295

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper neutralization of special elements used in an sql command ('sql injection') in SQL Server allows an authorized attacker to elevate privileges over a network.
Gravedad CVSS v3.1: ALTA
Última modificación:
22/07/2026

CVE-2026-45065

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 5.4.52, 6.4.40, 7.4.12, and 8.0.12, UrlGenerator validates route parameters against a pattern built as ^ plus the raw requirement plus $; with ungrouped alternations, middle alternatives match as unanchored substrings, allowing a value such as //evil.com to satisfy a common locale requirement and generate a protocol-relative off-site URL. This issue is fixed in versions 5.4.52, 6.4.40, 7.4.12, and 8.0.12.
Gravedad CVSS v4.0: BAJA
Última modificación:
15/07/2026

CVE-2026-45074

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Symfony is a PHP framework for web and console applications and a set of reusable PHP components. From 7.1.0 until 7.4.12 and 8.0.12, Cas2Handler builds the CAS service parameter from Request::getSchemeAndHttpHost(), which reflects an attacker-controlled Host header when framework.trusted_hosts is not configured; an attacker controlling another application registered with the same CAS server can replay a victim ticket against the Symfony application and authenticate as the victim. This issue is fixed in versions 7.4.12 and 8.0.12.
Gravedad CVSS v4.0: ALTA
Última modificación:
15/07/2026

CVE-2026-45066

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Symfony is a PHP framework for web and console applications and a set of reusable PHP components. From 6.1.0-BETA1 until 6.4.40, 7.4.12, and 8.0.12, HtmlSanitizer URL sanitization can allow off-allowlist URLs through allowLinkHosts() or allowMediaHosts() because UrlSanitizer::parse() follows RFC 3986 while browsers follow WHATWG URL parsing, and because is checked against the media policy rather than the link policy. This issue is fixed in versions 6.4.40, 7.4.12, and 8.0.12.
Gravedad CVSS v4.0: BAJA
Última modificación:
16/07/2026

CVE-2026-45067

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** ### Description<br /> <br /> `Symfony\Component\Mime\Address` is the value-object every Symfony Mailer address (to/cc/bcc/from/reply-to) flows through; its constructor is documented as validating the address and throwing on invalid input, so developers treat it as a security boundary.<br /> <br /> The constructor accepts email addresses whose local-part (the part before `@`) is an RFC-5322 *quoted string* containing raw `\r\n` bytes — e.g. `"x\r\nBcc: attacker@evil"@example.com`. The stored address is later emitted verbatim into (1) the rendered message headers and (2) `SmtpTransport`&amp;#39;s `MAIL FROM:` / `RCPT TO:` protocol lines, turning the embedded CRLF into a new mail header and/or a new SMTP command.<br /> <br /> ### Resolution<br /> <br /> The `Address` constructor now rejects addresses containing line breaks.<br /> <br /> The patch for this issue is available [here](https://github.com/symfony/symfony/commit/dc2dbd29211eb4ddc451373fa1374fb926e94604) for branch 5.4.<br /> <br /> ### Credits<br /> <br /> We would like to thank Claude Mythos Preview (via Project Glasswing) for reporting the issue and providing the fix.
Gravedad CVSS v4.0: MEDIA
Última modificación:
14/07/2026

CVE-2026-15757

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** A security flaw was discovered in the NETGEAR DGND3700v1 that could<br /> allow someone on the same local WiFi network to send unauthorized commands to<br /> the device.<br /> <br /> <br /> <br /> This issue was identified through testing in a controlled research<br /> environment using a simulated version of the router&amp;#39;s software and has not been<br /> confirmed on physical production devices.
Gravedad CVSS v4.0: MEDIA
Última modificación:
15/07/2026

CVE-2026-15747

Fecha de publicación:
14/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Mojolicious versions from 4.59 before 9.48 for Perl expose a stable representation of the session CSRF token to a BREACH compression oracle.<br /> <br /> _csrf_token generates and caches one token per session and returns the same value on every call, and _csrf_field places that value in a hidden `csrf_token` input. When a response carrying the token also echoes attacker-controlled input and is gzip-compressed, the chosen values and the resulting compressed lengths form a BREACH oracle.<br /> <br /> An attacker able to query it can recover the token and pass csrf_protect validation.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
15/07/2026