In the Linux kernel, the following vulnerability has been resolved:
mips: bmips: BCM6358: make sure CBR is correctly set
It was discovered that some device have CBR address set to 0 causing
kernel panic when arch_sync_dma_for_cpu_all is called.
This was notice in situation where the system is booted from TP1 and
BMIPS_GET_CBR() returns 0 instead of a valid address and
!!(read_c0_brcm_cmt_local() & (1 << 31)); not failing.
The current check whether RAC flush should be disabled or not are not
enough hence lets check if CBR is a valid address or not.
Metrics
Affected Vendors & Products
References
History
Wed, 11 Sep 2024 13:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-07-12T12:32:04.019Z
Updated: 2024-11-05T09:34:03.646Z
Reserved: 2024-07-12T12:17:45.602Z
Link: CVE-2024-40963
Vulnrichment
Updated: 2024-08-02T04:39:55.958Z
NVD
Status : Awaiting Analysis
Published: 2024-07-12T13:15:18.243
Modified: 2024-07-12T16:34:58.687
Link: CVE-2024-40963
Redhat