In the Linux kernel before 4.9.6, there is an off by one in the drivers/mtd/spi-nor/cadence-quadspi.c cqspi_setup_flash() function. There are CQSPI_MAX_CHIPSELECT elements in the ->f_pdata array so the ">" should be ">=" instead.
References
Link | Resource |
---|---|
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=193e87143c290ec16838f5368adc0e0bc94eb931 | Patch Vendor Advisory |
https://github.com/torvalds/linux/commit/193e87143c290ec16838f5368adc0e0bc94eb931 | Patch Third Party Advisory |
https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.6 | Release Notes Third Party Advisory |
https://support.f5.com/csp/article/K24444495 | Third Party Advisory |
https://support.f5.com/csp/article/K24444495?utm_source=f5support&%3Butm_medium=RSS |
Configurations
History
No history.
Information
Published : 2019-07-27 22:15
Updated : 2024-02-04 20:20
NVD link : CVE-2016-10764
Mitre link : CVE-2016-10764
CVE.ORG link : CVE-2016-10764
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-119
Improper Restriction of Operations within the Bounds of a Memory Buffer