Sceawere
Vulnerability Detail
CVE-2026-70347UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Windows Installer Heap Buffer Overflow
Vulnerability Metadata
- Severity
- High
- Score / CVSS
- 7.8
- Creation Date
- 7h ago
- Vendor
- Microsoft
- Product
- Windows 10 Version 1607
- 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 Installer 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:19:12.330Z",
"pubdate": "2026-08-11T17:19:12.330Z",
"executiveSummary": "This vulnerability is classified as a heap-based buffer overflow affecting the Windows Installer component. The security flaw enables an authorized local attacker to execute arbitrary code and achieve local privilege escalation on target systems.\nThe risk implications are severe, as a successful exploit allows a low-privileged user to elevate their execution context to higher privilege levels, potentially gaining administrative control over the underlying operating system.\nExploitation requires local access to the target machine and that the attacker possesses prior authorization or local interaction capabilities to interact with the vulnerable installer service. The attack vector does not involve network exposure, restricting exploitation to the local attack surface.\nThe vulnerability represents a critical risk in multi-user environments where local privilege boundaries must be strictly maintained to prevent unauthorized system-level access and compromise.",
"technicalDetails": "The root cause of the vulnerability stems from improper bounds checking within the heap-based memory allocation routines of the Windows Installer component when processing specific installation parameters or data structures.\nThe vulnerable component is the Windows Installer service, which fails to adequately validate the size of input data before writing it to a heap buffer, leading to memory corruption.\nAttack execution requires local access and authorization, with the attacker interacting with the local Windows Installer service to supply malformed data or payloads designed to exceed the allocated heap boundaries.\nThe attack flow proceeds as follows: First, the local attacker initiates or interacts with a vulnerable installation process using authorized system APIs or command-line interfaces. Second, the attacker supplies a maliciously crafted payload containing oversized input data targeted at the vulnerable buffer. Third, the Windows Installer service allocates an insufficient heap buffer and performs a memory copy operation without verifying input length constraints. Fourth, the excess input data overflows the heap boundary, overwriting adjacent heap metadata or critical function pointers. Finally, the attacker achieves arbitrary code execution within the context of the Windows Installer service, successfully elevating local privileges to the security context of the service, typically SYSTEM or administrator level.\nPost-exploitation impact includes complete local system compromise, unauthorized modification of system files, installation of persistent backdoors, and the ability to bypass security controls implemented on the host."
}