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

Fecha de publicación:
19/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** The TaxoPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Suggest Terms Title field in versions up to, and including, 3.6.4 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers with Editor+ permissions to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Gravedad CVSS v3.1: MEDIA
Última modificación:
07/11/2023

CVE-2023-25620

Fecha de publicación:
19/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** <br /> <br /> <br /> A CWE-754: Improper Check for Unusual or Exceptional Conditions vulnerability exists that<br /> could cause denial of service of the controller when a malicious project file is loaded onto the<br /> controller by an authenticated user. <br /> <br /> <br /> <br />
Gravedad CVSS v3.1: MEDIA
Última modificación:
12/05/2023

CVE-2023-25619

Fecha de publicación:
19/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** <br /> A CWE-754: Improper Check for Unusual or Exceptional Conditions vulnerability exists that<br /> could cause denial of service of the controller when communicating over the Modbus TCP<br /> protocol. <br /> <br />
Gravedad CVSS v3.1: ALTA
Última modificación:
05/02/2025

CVE-2022-2507

Fecha de publicación:
19/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** In affected versions of Octopus Deploy it is possible to render user supplied input into the webpage
Gravedad CVSS v3.1: MEDIA
Última modificación:
05/02/2025

CVE-2023-2133

Fecha de publicación:
19/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** Out of bounds memory access in Service Worker API in Google Chrome prior to 112.0.5615.137 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)
Gravedad CVSS v3.1: ALTA
Última modificación:
07/10/2024

CVE-2023-2134

Fecha de publicación:
19/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** Out of bounds memory access in Service Worker API in Google Chrome prior to 112.0.5615.137 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)
Gravedad CVSS v3.1: ALTA
Última modificación:
07/10/2024

CVE-2023-2135

Fecha de publicación:
19/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** Use after free in DevTools in Google Chrome prior to 112.0.5615.137 allowed a remote attacker who convinced a user to enable specific preconditions to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: High)
Gravedad CVSS v3.1: ALTA
Última modificación:
03/10/2024

CVE-2023-2136

Fecha de publicación:
19/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** Integer overflow in Skia in Google Chrome prior to 112.0.5615.137 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
24/10/2025

CVE-2023-2137

Fecha de publicación:
19/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** Heap buffer overflow in sqlite in Google Chrome prior to 112.0.5615.137 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Medium)
Gravedad CVSS v3.1: ALTA
Última modificación:
28/10/2024

CVE-2023-29526

Fecha de publicación:
19/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. In affected versions it&amp;#39;s possible to display or interact with any page a user cannot access through the combination of the async and display macros. A comment with either macro will be executed when viewed providing a code injection vector in the context of the running server. This vulnerability has been patched in XWiki 15.0-rc-1, 14.10.3, 14.4.8, and 13.10.11. Users are advised to upgrade. There are no known workarounds for this issue.
Gravedad CVSS v3.1: ALTA
Última modificación:
28/04/2023

CVE-2023-30605

Fecha de publicación:
19/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** Archery is an open source SQL audit platform. The Archery project contains multiple SQL injection vulnerabilities, that may allow an attacker to query the connected databases. User input coming from the `variable_name` and `variable_value` parameter value in the `sql/instance.py` `param_edit` endpoint is passed to a set of methods in given SQL engine implementations, which concatenate user input unsafely into a SQL query and afterwards pass it to the `query` method of each database engine for execution. The affected methods are: `set_variable` in `sql/engines/goinception.py` which concatenates input which is passed to execution on the database in the `sql/engines/goinception.py`, `get_variables` in `sql/engines/goinception.py` which concatenates input which is passed to execution on the database in the `sql/engines/goinception.py`, `set_variable` in `sql/engines/mysql.py` which concatenates input which is passed to execution on the database in the `sql/engines/mysql.py` `query`, and `get_variables` in `sql/engines/mysql.py`which concatenates input which is passed to execution on the database in the `sql/engines/mysql.py` `query`. Each of these issues may be mitigated by escaping user input or by using prepared statements when executing SQL queries. This advisory is also indexed as `GHSL-2022-104`.
Gravedad CVSS v3.1: MEDIA
Última modificación:
29/04/2023

CVE-2023-30558

Fecha de publicación:
19/04/2023
Idioma:
Inglés
*** Pendiente de traducción *** Archery is an open source SQL audit platform. The Archery project contains multiple SQL injection vulnerabilities, that may allow an attacker to query the connected databases. User input coming from the `db_name` in the `sql/data_dictionary.py` `table_list` endpoint is passed to the methods that follow in a given SQL engine implementations, which concatenate user input unsafely into a SQL query and afterwards pass it to the `query` method of each database engine for execution. The affected methods are `get_group_tables_by_db` in `sql/engines/mssql.py`which passes unsafe user input to `sql/engines/mssql.py`, and `get_group_tables_by_db` in `sql/engines/oracle.py`which concatenates input which is passed to execution on the database in the `sql/engines/oracle.py` `query` method. Each of these issues may be mitigated by escaping user input or by using prepared statements when executing SQL queries. This issue is also indexed as `GHSL-2022-105`.
Gravedad CVSS v3.1: MEDIA
Última modificación:
29/04/2023