← Back

Renesas

renesas

6 CVEs • 15 products

Products (15)

Click to collapse
Toggle
Rcar Gen3
rcar_gen3
Rx65n Firmware
rx65n_firmware
Rx65 Firmware
rx65_firmware
Rx65n
rx65n
Rx65
rx65
R Car D3e
r-car_d3e
R Car E3e
r-car_e3e
R Car H3e
r-car_h3e
R Car H3ne
r-car_h3ne
R Car M3e
r-car_m3e
R Car M3ne
r-car_m3ne
R Car V3h
r-car_v3h
R Car V3h2
r-car_v3h2
R Car V3m
r-car_v3m

CVEs (6)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Renesas
1Arm Trusted Firmware
Jun 17, 2026
Jul 8, 2024
N/A· v4
6.7 MEDIUM· v3
N/A· v2
Buffer overflow in "rcar_dev_init" due to using due to using untrusted data (rcar_image_number) as a loop counter before verifying it against RCAR_MAX_BL3X_IMAGE. This could lead to a full bypass of secure boot.
1Renesas
1Arm Trusted Firmware
Jun 17, 2026
Jul 8, 2024
N/A· v4
6.7 MEDIUM· v3
N/A· v2
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') vulnerability in Renesas arm-trusted-firmware allows Local Execution of Code. This vulnerability is associated with program files https://github.Com...Show more
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') vulnerability in Renesas arm-trusted-firmware allows Local Execution of Code. This vulnerability is associated with program files https://github.Com/renesas-rcar/arm-trusted-firmware/blob/rcar_gen3_v2.5/drivers/renesas/common/io/i... https://github.Com/renesas-rcar/arm-trusted-firmware/blob/rcar_gen3_v2.5/drivers/renesas/common/io/io_rcar.C . In line 313 "addr_loaded_cnt" is checked not to be "CHECK_IMAGE_AREA_CNT" (5) or larger, this check does not halt the function. Immediately after (line 317) there will be an overflow in the buffer and the value of "dst" will be written to the area immediately after the buffer, which is "addr_loaded_cnt". This will allow an attacker to freely control the value of "addr_loaded_cnt" and thus control the destination of the write immediately after (line 318). The write in line 318 will then be fully controlled by said attacker, with whichever address and whichever value ("len") they desire.Show less
1Renesas
1Rcar Gen3
Jun 17, 2026
Jun 24, 2024
N/A· v4
7.8 HIGH· v3
N/A· v2
Incorrect Calculation vulnerability in Renesas arm-trusted-firmware allows Local Execution of Code. When checking whether a new image invades/overlaps with a previously loaded image the code neglects to consider a few...Show more
Incorrect Calculation vulnerability in Renesas arm-trusted-firmware allows Local Execution of Code. When checking whether a new image invades/overlaps with a previously loaded image the code neglects to consider a few cases. that could An attacker to bypass memory range restriction and overwrite an already loaded image partly or completely, which could result in code execution and bypass of secure boot.Show less
1Renesas
1Rcar Gen3
Jun 17, 2026
Jun 24, 2024
N/A· v4
6.7 MEDIUM· v3
N/A· v2
Integer Underflow (Wrap or Wraparound) vulnerability in Renesas arm-trusted-firmware. An integer underflow in image range check calculations could lead to bypassing address restrictions and loading of images to unallowed...Show more
Integer Underflow (Wrap or Wraparound) vulnerability in Renesas arm-trusted-firmware. An integer underflow in image range check calculations could lead to bypassing address restrictions and loading of images to unallowed addresses.Show less
1Renesas
1Arm Trusted Firmware
Jun 17, 2026
Feb 19, 2024
N/A· v4
2.0 LOW· v3
N/A· v2
During the secure boot, bl2 (the second stage of the bootloader) loops over images defined in the table “bl2_mem_params_descs”. For each image, the bl2 reads the image length and destination from the image’s certificate....Show more
During the secure boot, bl2 (the second stage of the bootloader) loops over images defined in the table “bl2_mem_params_descs”. For each image, the bl2 reads the image length and destination from the image’s certificate. Because of the way of reading from the image, which base on 32-bit unsigned integer value, it can result to an integer overflow. An attacker can bypass memory range restriction and write data out of buffer bounds, which could result in bypass of secure boot. Affected git version from c2f286820471ed276c57e603762bd831873e5a17 until (not  Show less
1Renesas
2Rx65 Firmware
Rx65n Firmware
Jun 17, 2026
Dec 2, 2021
N/A· v4
4.6 MEDIUM· v3
2.1 LOW· v2
An issue was discovered on Renesas RX65 and RX65N devices. With a VCC glitch, an attacker can extract the security ID key from the device. Then, the protected firmware can be extracted.