Description
Berkeley Out-of-Order Machine (BOOM) commit 5223e44cfeb26f41380057a2eb4d651197475f69 contains a potential incorrect privilege assignment issue in the v3 and v4 NBDTLB implementations. The raw mstatus.SUM value participates in the read and write permission logic without an explicit local satp.MODE validity check at the use site
Published: 2026-08-18
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

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).

Generated by OpenCVE AI on August 18, 2026 at 19:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update BOOM to the latest commit that corrects the privilege check for mstatus.SUM in the NBDTLB modules.
  • Introduce an explicit check for satp.MODE before any use of mstatus.SUM to prevent misuse of privilege bits.
  • Audit and test all BOOM-based binaries for unintended privilege escalation paths, ensuring no residual exploitation surface remains.

Generated by OpenCVE AI on August 18, 2026 at 19:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Title Potential Privilege Escalation via Incorrect mstatus Parsing in BOOM v3/v4 NBDTLB
Weaknesses CWE-269

Tue, 18 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Description Berkeley Out-of-Order Machine (BOOM) commit 5223e44cfeb26f41380057a2eb4d651197475f69 contains a potential incorrect privilege assignment issue in the v3 and v4 NBDTLB implementations. The raw mstatus.SUM value participates in the read and write permission logic without an explicit local satp.MODE validity check at the use site
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-18T17:53:40.822Z

Reserved: 2026-07-30T00:00:00.000Z

Link: CVE-2026-67846

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-18T18:19:25.240

Modified: 2026-08-18T18:19:25.240

Link: CVE-2026-67846

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T20:00:04Z

Weaknesses
  • CWE-269

    Improper Privilege Management