Impact
This issue arises from an incorrect privilege assignment in the BOOM v3 and v4 NBDTLB implementations. The raw mstatus.SUM field can influence both read and write permission logic without an explicit local satp.MODE validity check. Because the mode of the SATP register is not verified, the system may incorrectly grant access rights, effectively allowing an attacker to elevate privileges within the simulator environment. The weakness is a direct consequence of improper privilege management, which can compromise the integrity and confidentiality of the simulated processor state.
Affected Systems
The root of the problem resides in the Berkeley Out-of-Order Machine (BOOM) open‑source project, specifically in commit 5223e44cfeb26f41380057a2eb4d651197475f69. Vulnerable components include the NBDTLB logic for both BOOM v3 and v4. No commercial vendor was identified in this data set, but anyone deploying or extending BOOM with these versions should review the affected code.
Risk and Exploitability
The CVSS score is not supplied, and EPSS is unavailable, so the overall quantified risk cannot be expressed by a standard metric. The vulnerability is not listed in the KEV catalog, implying no known widespread exploitation as of now. Nonetheless, the lack of a satp.MODE check means a local attacker who can influence the mstatus.SUM value may be able to manipulate permission checks in a way that grants unauthorized access. Based on the description it is inferred that the likely attack vector is a local context where the attacker can modify the status register or inject crafted instructions into BOOM. The absence of an explicit validity check makes the flaw exploitable if the attacker can control or predict the state of the SATP mode. The associated CWE is Improper Privilege Management (CWE‑269).
OpenCVE Enrichment