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

Fecha de publicación:
15/06/2023
Idioma:
Inglés
*** Pendiente de traducción *** In btm_ble_periodic_adv_sync_lost of btm_ble_gap.cc, there is a possible remote code execution due to a buffer overflow. This could lead to remote code execution with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-13Android ID: A-273502002
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
22/06/2023

CVE-2023-21129

Fecha de publicación:
15/06/2023
Idioma:
Inglés
*** Pendiente de traducción *** In getFullScreenIntentDecision of NotificationInterruptStateProviderImpl.java, there is a possible activity launch while the app is in the background due to a BAL bypass. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-11 Android-12 Android-12L Android-13Android ID: A-274759612
Gravedad CVSS v3.1: ALTA
Última modificación:
18/12/2024

CVE-2023-21128

Fecha de publicación:
15/06/2023
Idioma:
Inglés
*** Pendiente de traducción *** In various functions of AppStandbyController.java, there is a possible way to break manageability scenarios due to a logic error in the code. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11 Android-12 Android-12L Android-13Android ID: A-272042183
Gravedad CVSS v3.1: ALTA
Última modificación:
18/12/2024

CVE-2023-21124

Fecha de publicación:
15/06/2023
Idioma:
Inglés
*** Pendiente de traducción *** In run of multiple files, there is a possible escalation of privilege due to unsafe deserialization. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11 Android-12 Android-12L Android-13Android ID: A-265798353
Gravedad CVSS v3.1: ALTA
Última modificación:
22/06/2023

CVE-2023-21121

Fecha de publicación:
15/06/2023
Idioma:
Inglés
*** Pendiente de traducción *** In onResume of AppManagementFragment.java, there is a possible way to prevent users from forgetting a previously connected VPN due to improper input validation. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-11 Android-12Android ID: A-205460459
Gravedad CVSS v3.1: ALTA
Última modificación:
18/12/2024

CVE-2023-21120

Fecha de publicación:
15/06/2023
Idioma:
Inglés
*** Pendiente de traducción *** In multiple functions of cdm_engine.cpp, there is a possible use-after-free due to improper locking. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android SoCAndroid ID: A-258188673
Gravedad CVSS v3.1: ALTA
Última modificación:
22/06/2023

CVE-2021-0701

Fecha de publicación:
15/06/2023
Idioma:
Inglés
*** Pendiente de traducción *** In PVRSRVBridgeSyncPrimOpCreate of the PowerVR kernel driver, a missing size check means there is a possible integer overflow that could allow out-of-bounds heap access. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
18/12/2024

CVE-2021-0945

Fecha de publicación:
15/06/2023
Idioma:
Inglés
*** Pendiente de traducción *** In _PMRCreate of the PowerVR kernel driver, a missing bounds check means it is possible to overwrite heap memory via PhysmemNewRamBackedPMR. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
18/12/2024

CVE-2023-34833

Fecha de publicación:
15/06/2023
Idioma:
Inglés
*** Pendiente de traducción *** An arbitrary file upload vulnerability in the component /api/upload.php of ThinkAdmin v6 allows attackers to execute arbitrary code via a crafted file.
Gravedad CVSS v3.1: MEDIA
Última modificación:
07/12/2023

CVE-2023-34455

Fecha de publicación:
15/06/2023
Idioma:
Inglés
*** Pendiente de traducción *** snappy-java is a fast compressor/decompressor for Java. Due to use of an unchecked chunk length, an unrecoverable fatal error can occur in versions prior to 1.1.10.1.<br /> <br /> The code in the function hasNextChunk in the fileSnappyInputStream.java checks if a given stream has more chunks to read. It does that by attempting to read 4 bytes. If it wasn’t possible to read the 4 bytes, the function returns false. Otherwise, if 4 bytes were available, the code treats them as the length of the next chunk.<br /> <br /> In the case that the `compressed` variable is null, a byte array is allocated with the size given by the input data. Since the code doesn’t test the legality of the `chunkSize` variable, it is possible to pass a negative number (such as 0xFFFFFFFF which is -1), which will cause the code to raise a `java.lang.NegativeArraySizeException` exception. A worse case would happen when passing a huge positive value (such as 0x7FFFFFFF), which would raise the fatal `java.lang.OutOfMemoryError` error.<br /> <br /> Version 1.1.10.1 contains a patch for this issue.
Gravedad CVSS v3.1: ALTA
Última modificación:
01/02/2024

CVE-2023-34880

Fecha de publicación:
15/06/2023
Idioma:
Inglés
*** Pendiente de traducción *** cmseasy v7.7.7.7 20230520 was discovered to contain a path traversal vulnerability via the add_action method at lib/admin/language_admin.php. This vulnerability allows attackers to execute arbitrary code and perform a local file inclusion.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
26/06/2023

CVE-2023-34666

Fecha de publicación:
15/06/2023
Idioma:
Inglés
*** Pendiente de traducción *** Cross-site scripting (XSS) vulnerability in Phpgurukul Cyber Cafe Management System 1.0 allows remote attackers to inject arbitrary web script or HTML via the admin username parameter.
Gravedad CVSS v3.1: MEDIA
Última modificación:
12/12/2024