NONE · 0

CVE-2023-54104

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() 'op-cs' is copied in 'fun->mchip_number' which is used to access th...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() 'op-cs' is copied in 'fun->mchip_number' which is used to access the 'mchip_offsets' and the 'rnb_gpio' arrays. These arrays have NAND_MAX_CHIPS elements, so the index must be below this limit. Fix the sanity check in order to avoid the NAND_MAX_CHIPS value. This would lead to out-of-bound accesses.

References

FAQ

What is CVE-2023-54104?

CVE-2023-54104 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() 'op-cs' is copied in 'fun->mchip_number' which is used to access th...

How severe is CVE-2023-54104?

CVSS scoring is not yet available for CVE-2023-54104. Check NVD for updates.

Is there a patch for CVE-2023-54104?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.