In the Linux kernel, the following vulnerability has been resolved:
mtd: rawnand: brcmnand: Fix potential out-of-bounds access in oob write
When the oob buffer length is not in multiple of words, the oob write
function does out-of-bounds read on the oob source buffer at the last
iteration. Fix that by always checking length limit on the oob buffer
read and fill with 0xff when reaching the end of the buffer to the oob
registers.
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel flaw in the Broadcom raw NAND driver. Under specific out-of-band write conditions, the kernel could read past the supplied buffer. The public record does not provide CVSS, CWE, impact details, or evidence of active exploitation.
Executive priority
Handle through the kernel patch management process, with priority for embedded or appliance-like Linux systems using Broadcom NAND. Escalate only if vendor guidance shows reachable exposure or higher impact.
Technical view
The brcmnand OOB write path can perform an out-of-bounds read when the OOB buffer length is not word-aligned. The fix bounds each source-buffer read and writes 0xff after the buffer ends.
Likely exposure
Exposure is most likely on Linux systems running affected kernel versions with the Broadcom raw NAND driver present and used. Generic Linux systems without this driver path are less likely exposed, but the source data does not define deployment scope.
Exploitation context
No active exploitation is supported by the provided sources. The record is not in KEV and does not describe exploitability, required privileges, attack vector, or practical impact.
Researcher notes
The evidence is limited to the CVE record and Linux stable commit references. Severity, CWE, exploitability, and operational impact are not supplied, so risk should be validated against actual kernel configuration and hardware use.
Mitigation direction
Update to a kernel or vendor build containing the referenced stable fixes.
Check Linux distribution or device vendor advisories for backported fixes.
Prioritize review of systems using Broadcom NAND hardware or brcmnand.
Do not rely on a generic workaround; none is named in the sources.
Validation and detection
Inventory Linux kernel versions across affected devices and images.
Confirm whether the brcmnand raw NAND driver is built or loaded.
Compare vendor kernel changelogs against the referenced stable commits.
Verify the OOB write fix bounds reads and pads with 0xff.
Document KEV status as not listed in the provided bundle.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2023-53541 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
9Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Oct 4, 2025, 15:16 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.