VYPR
Unrated severityNVD Advisory· Published Jan 1, 2022· Updated Aug 4, 2024

CVE-2021-44852

CVE-2021-44852

Description

An issue was discovered in BS_RCIO64.sys in Biostar RACING GT Evo 2.1.1905.1700. A low-integrity process can open the driver's device object and issue IOCTLs to read or write to arbitrary physical memory locations (or call an arbitrary address), leading to execution of arbitrary code. This is associated with 0x226040, 0x226044, and 0x226000.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A low-integrity process can exploit Biostar RACING GT Evo driver via IOCTLs to read/write physical memory or call arbitrary addresses, leading to arbitrary code execution.

Vulnerability

The vulnerability resides in the BS_RCIO64.sys driver installed by Biostar RACING GT Evo version 2.1.1905.1700. The device object is created with an insufficient DACL, allowing any process, including low-integrity ones, to open it. The driver exposes three vulnerable IOCTL codes: 0x226040 (arbitrary physical memory read), 0x226044 (arbitrary physical memory write), and 0x226000 (arbitrary call to a user-supplied address). [1]

Exploitation

An attacker with low integrity (e.g., from a sandbox or limited user account) can open the device object \\.\BS_RCIO and send crafted IOCTL requests. For arbitrary code execution via IOCTL 0x226000, the first 8 bytes of the input buffer are treated as a function pointer and called with three arguments (likely from subsequent bytes). The driver does not validate the pointer, allowing an attacker to redirect execution to any address. [1]

Impact

Successful exploitation gives the attacker the ability to read and write arbitrary physical memory and execute arbitrary code at the kernel level. This can lead to complete compromise of the system, including privilege escalation to NT AUTHORITY\SYSTEM, installation of rootkits, and data exfiltration. [1]

Mitigation

As of the publication date, Biostar has not released a patched driver or utility. The affected version 2.1.1905.1700 remains in use. Mitigation involves removing the driver (BS_RCIO64.sys) or restricting access to the device object \\.\BS_RCIO by modifying its DACL or using a security tool. The vulnerability is not listed on CISA's Known Exploited Vulnerabilities (KEV) catalog. [1]

AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.