Sceawere
Vulnerability Detail
CVE-2026-65672UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Windows Remote Access Heap Overflow
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 7.8
- Creation Date
- 7h ago
- Vendor
- Microsoft
- Product
- Windows 11 version 23H2
- Attack Type
- CWE-122: Heap-based Buffer Overflow
- Vector String
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Attack Complexity
- LOW
Narrative and Response
Description
Heap-based buffer overflow in Windows Remote Access API allows an authorized attacker to elevate privileges locally.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "7.8",
"pubDate": "2026-08-11T17:18:55.170Z",
"pubdate": "2026-08-11T17:18:55.170Z",
"executiveSummary": "This vulnerability is classified as a heap-based buffer overflow affecting the Windows Remote Access API. The flaw enables an authorized local attacker to execute arbitrary code within the context of a higher privilege level, resulting in local privilege escalation.\nThe affected product is the Windows Remote Access API component. The primary risk implication is the potential compromise of host integrity and confidentiality, as a low-privileged local user can leverage this vulnerability to gain elevated system privileges.\nAttacker capabilities include local code execution with elevated privileges. Exploitation requirements dictate that the attacker must already possess authorization to interact with the Windows Remote Access API locally on the target system.",
"technicalDetails": "The vulnerability resides in the Windows Remote Access API, specifically within memory management routines handling dynamic buffers allocated on the heap.\nThe root cause is an insufficient bounds check or integer handling error when processing input data passed to the API. When an authorized local attacker supplies crafted input exceeding the expected size boundaries of the allocated heap chunk, a heap-based buffer overflow occurs.\nExploitation involves the corruption of adjacent heap metadata and control structures. By carefully manipulating heap layouts and overflowing the targeted buffer, an attacker can overwrite critical function pointers or sensitive data structures residing on the heap.\nThe attack flow proceeds as follows: First, the local attacker establishes interaction with the vulnerable Windows Remote Access API using authorized local methods. Second, the attacker formulates a malicious payload containing oversized data designed to breach the boundaries of the target heap buffer. Third, upon submission of the payload, the vulnerable component fails to properly validate the input length, writing past the allocated heap boundary. Finally, control flow redirection or data tampering occurs, allowing the execution of arbitrary instructions with the privileges of the vulnerable service or process.\nAuthentication requirements specify that the attacker must be authorized to access the local API. Privilege requirements are low, as standard local users can initiate the vulnerable operations. Network exposure is strictly local, as the attack vector requires local access or a pre-established local session to interface with the API. Payload behavior targets process memory integrity to achieve privilege escalation, culminating in post-exploitation impact characterized by full local system compromise."
}