
CVE-2021-34393
https://notcve.org/view.php?id=CVE-2021-34393
22 Jun 2021 — Trusty contains a vulnerability in TSEC TA which deserializes the incoming messages even though the TSEC TA does not expose any command. This vulnerability might allow an attacker to exploit the deserializer to impact code execution, causing information disclosure. Trusty contiene una vulnerabilidad en TSEC TA que deserializa los mensajes entrantes incluso aunque el TSEC TA no exponga ningún comando. Esta vulnerabilidad podría permitir a un atacante explotar el deserializador para impactar en la ejecución d... • https://nvidia.custhelp.com/app/answers/detail/a_id/5205 • CWE-502: Deserialization of Untrusted Data •

CVE-2021-34372
https://notcve.org/view.php?id=CVE-2021-34372
22 Jun 2021 — Trusty (the trusted OS produced by NVIDIA for Jetson devices) driver contains a vulnerability in the NVIDIA OTE protocol message parsing code where an integer overflow in a malloc() size calculation leads to a buffer overflow on the heap, which might result in information disclosure, escalation of privileges, and denial of service. El controlador Trusty (el Sistema Operativo confiable producido por NVIDIA para los dispositivos Jetson) contiene una vulnerabilidad en el código de análisis de mensajes del prot... • https://nvidia.custhelp.com/app/answers/detail/a_id/5205 • CWE-190: Integer Overflow or Wraparound •

CVE-2021-34389
https://notcve.org/view.php?id=CVE-2021-34389
21 Jun 2021 — Trusty contains a vulnerability in NVIDIA OTE protocol message parsing code, which is present in all the TAs. An incorrect bounds check can allow a local user through a malicious client to access memory from the heap in the TrustZone, which may lead to information disclosure. Trusty contiene una vulnerabilidad en el código de análisis de mensajes del protocolo NVIDIA OTE, que está presente en todas las TA. Una comprobación de límites incorrecta puede permitir a un usuario local, a través de un cliente malic... • https://nvidia.custhelp.com/app/answers/detail/a_id/5205 • CWE-401: Missing Release of Memory after Effective Lifetime •

CVE-2021-34388
https://notcve.org/view.php?id=CVE-2021-34388
21 Jun 2021 — Bootloader contains a vulnerability in NVIDIA TegraBoot where a potential heap overflow might allow an attacker to control all the RAM after the heap block, leading to denial of service or code execution. El gestor de arranque contiene una vulnerabilidad en NVIDIA TegraBoot en la que un potencial desbordamiento de heap podría permitir a un atacante controlar toda la RAM después del bloque de heap, lo que llevaría a una denegación de servicio o a la ejecución de código • https://nvidia.custhelp.com/app/answers/detail/a_id/5205 • CWE-787: Out-of-bounds Write •

CVE-2021-1070
https://notcve.org/view.php?id=CVE-2021-1070
26 Jan 2021 — NVIDIA Jetson AGX Xavier Series, Jetson Xavier NX, TX1, TX2, Nano and Nano 2GB, L4T versions prior to 32.5, contains a vulnerability in the apply_binaries.sh script used to install NVIDIA components into the root file system image, in which improper access control is applied, which may lead to an unprivileged user being able to modify system device tree files, leading to denial of service. NVIDIA Jetson AGX Xavier Series, Jetson Xavier NX, TX1, TX2, Nano y Nano 2GB, versiones L4T anteriores a 32.5, contiene... • https://nvidia.custhelp.com/app/answers/detail/a_id/5147 •

CVE-2021-1071
https://notcve.org/view.php?id=CVE-2021-1071
26 Jan 2021 — NVIDIA Tegra kernel in Jetson AGX Xavier Series, Jetson Xavier NX, TX1, TX2, Nano and Nano 2GB, all L4T versions prior to r32.5, contains a vulnerability in the INA3221 driver in which improper access control may lead to unauthorized users gaining access to system power usage data, which may lead to information disclosure. El kernel de NVIDIA Tegra en Jetson AGX Xavier Series, Jetson Xavier NX, TX1, TX2, Nano y Nano 2GB, todas las versiones L4T anteriores a r32.5, contiene una vulnerabilidad en el controlad... • https://nvidia.custhelp.com/app/answers/detail/a_id/5147 •

CVE-2021-1069
https://notcve.org/view.php?id=CVE-2021-1069
20 Jan 2021 — NVIDIA SHIELD TV, all versions prior to 8.2.2, contains a vulnerability in the NVHost function, which may lead to abnormal reboot due to a null pointer reference, causing data loss. NVIDIA SHIELD TV, todas las versiones anteriores a 8.2.2, contiene una vulnerabilidad en la función NVHost, que puede conllevar a un reinicio anormal debido a una referencia de puntero nulo, causando la pérdida de datos • https://nvidia.custhelp.com/app/answers/detail/a_id/5147 • CWE-476: NULL Pointer Dereference •

CVE-2018-6269
https://notcve.org/view.php?id=CVE-2018-6269
12 Apr 2019 — NVIDIA Jetson TX2 contains a vulnerability in the kernel driver where input/output control (IOCTL) handling for user mode requests could create a non-trusted pointer dereference, which may lead to information disclosure, denial of service, escalation of privileges, or code execution. The updates apply to all versions prior to R28.3. NVIDIA Jetson versión TX2 contiene una vulnerabilidad en el controlador del kernel donde el manejo del control de entrada y salida (IOCTL) para las peticiones de modo de usuario... • https://nvidia.custhelp.com/app/answers/detail/a_id/4787 • CWE-732: Incorrect Permission Assignment for Critical Resource •

CVE-2018-6239
https://notcve.org/view.php?id=CVE-2018-6239
12 Apr 2019 — NVIDIA Jetson TX2 contains a vulnerability by means of speculative execution where local and unprivileged code may access the contents of cached information in an unauthorized manner, which may lead to information disclosure. The updates apply to all versions prior to R28.3. NVIDIA Jetson versión TX2 contiene una vulnerabilidad mediante una ejecución especulativa en la que un código local y sin privilegios puede acceder a los contenidos de la información almacenada en caché de manera no autorizada, lo que p... • https://nvidia.custhelp.com/app/answers/detail/a_id/4787 • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor •

CVE-2019-5673
https://notcve.org/view.php?id=CVE-2019-5673
11 Apr 2019 — NVIDIA Jetson TX2 contains a vulnerability in the kernel driver (on all versions prior to R28.3) where the ARM System Memory Management Unit (SMMU) improperly checks for a fault condition, causing transactions to be discarded, which may lead to denial of service. NVIDIA Jetson versión TX2 contiene una vulnerabilidad en el controlador del kernel (en todas las versiones anteriores a R28.3) donde la ARM System Memory Management Unit (SMMU) verifica de manera inapropiada una condición de error, lo que hace que ... • https://nvidia.custhelp.com/app/answers/detail/a_id/4787 • CWE-754: Improper Check for Unusual or Exceptional Conditions •