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 ultimas 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 ultimas 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 ultimas vulnerabilidades incorporadas al repositorio.

CVE-2026-31416

Fecha de publicación:
13/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> netfilter: nfnetlink_log: account for netlink header size<br /> <br /> This is a followup to an old bug fix: NLMSG_DONE needs to account<br /> for the netlink header size, not just the attribute size.<br /> <br /> This can result in a WARN splat + drop of the netlink message,<br /> but other than this there are no ill effects.
Gravedad: Pendiente de análisis
Última modificación:
18/04/2026

CVE-2026-36922

Fecha de publicación:
13/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Sourcecodester Cab Management System v1.0 is vulnerable to SQL injection in the file /cms/admin/categories/view_category.php.
Gravedad CVSS v3.1: BAJA
Última modificación:
14/04/2026

CVE-2026-36923

Fecha de publicación:
13/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Sourcecodester Cab Management System 1.0 is vulnerable to SQL Injection in the file /cms/admin/bookings/view_booking.php.
Gravedad CVSS v3.1: BAJA
Última modificación:
14/04/2026

CVE-2026-36920

Fecha de publicación:
13/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Sourcecodester Online Reviewer System v1.0 is vulnerable to SQL Injection in the file /system/system/admins/assessments/examproper/questions-view.php.
Gravedad CVSS v3.1: BAJA
Última modificación:
14/04/2026

CVE-2026-36919

Fecha de publicación:
13/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Sourcecodester Online Reviewer System v1.0 is vulnerale to SQL Injection in the file /system/system/admins/assessments/examproper/exam-update.php.
Gravedad CVSS v3.1: BAJA
Última modificación:
14/04/2026

CVE-2026-36872

Fecha de publicación:
13/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Sourcecodester Basic Library System v1.0 is vulnerable to SQL Injection in /librarysystem/load_book.php.
Gravedad CVSS v3.1: BAJA
Última modificación:
14/04/2026

CVE-2026-36873

Fecha de publicación:
13/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Sourcecodester Basic Library System v1.0 is vulnerable to SQL Injection in /librarysystem/load_admin.php.
Gravedad CVSS v3.1: BAJA
Última modificación:
14/04/2026

CVE-2026-36874

Fecha de publicación:
13/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Sourcecodester Basic Library System v1.0 is vulnerable to SQL Injection in /librarysystem/load_student.php.
Gravedad CVSS v3.1: BAJA
Última modificación:
14/04/2026

CVE-2026-34476

Fecha de publicación:
13/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Server-Side Request Forgery via SW-URL Header vulnerability in Apache SkyWalking MCP.<br /> <br /> This issue affects Apache SkyWalking MCP: 0.1.0.<br /> <br /> Users are recommended to upgrade to version 0.2.0, which fixes this issue.
Gravedad CVSS v3.1: ALTA
Última modificación:
20/04/2026

CVE-2026-6204

Fecha de publicación:
13/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** LibreNMS versions before 26.3.0 are affected by an authenticated remote code execution vulnerability by abusing the Binary Locations config and the Netcommand feature. Successful exploitation requires administrative privileges. Exploitation could result in compromise of the underlying web server.
Gravedad CVSS v4.0: ALTA
Última modificación:
13/04/2026

CVE-2026-2728

Fecha de publicación:
13/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** LibreNMS versions before 26.3.0 are affected by an authenticated Cross-site Scripting vulnerability on the showconfig page. Successful exploitation requires administrative privileges. Exploitation could result in XSS attacks being performed against other users with access to the page.
Gravedad CVSS v4.0: MEDIA
Última modificación:
13/04/2026

CVE-2026-35565

Fecha de publicación:
13/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Stored Cross-Site Scripting (XSS) via Unsanitized Topology Metadata in Apache Storm UI<br /> <br /> <br /> Versions Affected: before 2.8.6<br /> <br /> <br /> Description: The Storm UI visualization component interpolates topology metadata including component IDs, stream names, and grouping values directly into HTML via innerHTML in parseNode() and parseEdge() without sanitization at any layer. An authenticated user with topology submission rights could craft a topology containing malicious HTML/JavaScript in component identifiers (e.g., a bolt ID containing an onerror event handler). This payload flows through Nimbus → Thrift → the Visualization API → vis.js tooltip rendering, resulting in stored cross-site scripting. <br /> <br /> In multi-tenant deployments where topology submission is available to less-trusted users but the UI is accessed by operators or administrators, this enables privilege escalation through script execution in an admin&amp;#39;s browser session.<br /> <br /> <br /> Mitigation: 2.x users should upgrade to 2.8.6. Users who cannot upgrade immediately should monkey-patch the parseNode() and parseEdge() functions in the visualization JavaScript file to HTML-escape all API-supplied values including nodeId, :capacity, :latency, :component, :stream, and :grouping before interpolation into tooltip HTML strings, and should additionally restrict topology submission to trusted users via Nimbus ACLs as a defense-in-depth measure. A guide on how to do this is available in the release notes of 2.8.6.<br /> <br /> Credit: This issue was discovered while investigating another report by K.
Gravedad CVSS v3.1: MEDIA
Última modificación:
15/04/2026