CVE-2023-53383
BaseFortify
Publication date: 2025-09-18
Last updated on: 2025-12-11
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | to 6.1.30 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.3.4 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a hardware erratum affecting NVIDIA T241 server platforms using more than two T241 chips interconnected. The issue causes unexpected behavior in the ARM Generic Interrupt Controller (GIC) when multiple transactions from different sources are received simultaneously and become interleaved incorrectly. This interleaving can corrupt the GIC state, leading to kernel panics and other unexpected system behavior. The problem specifically affects multi-socket configurations with more than two sockets and impacts GICv3 and GICv4 features. A software workaround has been implemented to direct read accesses properly and disable certain GICv4.x features to mitigate the issue.
How can this vulnerability impact me? :
If your system uses NVIDIA T241 server platforms with more than two interconnected T241 chips, this vulnerability can cause corruption of the Generic Interrupt Controller state. This can lead to kernel panics and unexpected system behavior, potentially causing system instability or crashes. Single or dual socket configurations are not impacted.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, implement the workaround that ensures read accesses to the GICD_In{E} registers are directed to the chip that owns the SPI, and disable GICv4.x features. This involves using the gic_configure_irq() function which uses the same alias region for both read and write operations to GICD_ICFGR. Additionally, avoid configurations with more than two sockets that require multi-transfer packets over the inter-socket AXI4 Stream interface between GIC instances.