nuttx/drivers/crypto
Catalin Visinescu 6f74205b42 nuttx/drivers/crypto/pnt/pnt_se05x_api: Minor Overflow in Secure Element
Driver May Cause a DoS

Invalid data is passed to the NXP Plug & Trust Nano Package used by the
NuttX secure element driver. If the NXP code is not handling the malformed
data, a corruption can occur. Alternatively, if the attacker is able to
point create_signature_args->algorithm in memory at an address that is not
accessible, a crash can occur.

Applicable to:
* `signature_algorithm_mapping[create_signature_args->algorithm]`
* `signature_algorithm_mapping[verify_signature_args->algorithm]`

Signed-off-by: Catalin Visinescu <catalin_visinescu@yahoo.com>
2026-06-29 13:50:16 +08:00
..
pnt nuttx/drivers/crypto/pnt/pnt_se05x_api: Minor Overflow in Secure Element 2026-06-29 13:50:16 +08:00
CMakeLists.txt drivers/crypto: add Microchip RNG90 driver 2026-06-14 18:41:09 +08:00
dev_urandom.c
Kconfig drivers/crypto: add Microchip RNG90 driver 2026-06-14 18:41:09 +08:00
Make.defs drivers/crypto: add Microchip RNG90 driver 2026-06-14 18:41:09 +08:00
rng90.c drivers/crypto: add Microchip RNG90 driver 2026-06-14 18:41:09 +08:00
se05x.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
se05x_internal.h