Vulnerabilities > CVE-2016-3258 - Race Condition vulnerability in Microsoft products
Attack vector
LOCAL Attack complexity
HIGH Privileges required
LOW Confidentiality impact
NONE Integrity impact
HIGH Availability impact
NONE Summary
Race condition in the kernel in Microsoft Windows 8.1, Windows Server 2012 Gold and R2, Windows RT 8.1, and Windows 10 Gold and 1511 allows local users to bypass the Low Integrity protection mechanism and write to files by leveraging unspecified object-manager features, aka "Windows File System Security Feature Bypass."
Vulnerable Configurations
Part | Description | Count |
---|---|---|
OS | 6 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Leveraging Race Conditions This attack targets a race condition occurring when multiple processes access and manipulate the same resource concurrently and the outcome of the execution depends on the particular order in which the access takes place. The attacker can leverage a race condition by "running the race", modifying the resource and modifying the normal execution flow. For instance a race condition can occur while accessing a file, the attacker can trick the system by replacing the original file with his version and cause the system to read the malicious file.
- Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions This attack targets a race condition occurring between the time of check (state) for a resource and the time of use of a resource. The typical example is the file access. The attacker can leverage a file access race condition by "running the race", meaning that he would modify the resource between the first time the target program accesses the file and the time the target program uses the file. During that period of time, the attacker could do something such as replace the file and cause an escalation of privilege.
Msbulletin
bulletin_id | MS16-092 |
bulletin_url | |
date | 2016-07-12T00:00:00 |
impact | Security Feature Bypass |
knowledgebase_id | 3171910 |
knowledgebase_url | |
severity | Important |
title | Security Update for Windows Kernel |
Nessus
NASL family | Windows : Microsoft Bulletins |
NASL id | SMB_NT_MS16-092.NASL |
description | The remote Windows host is missing a security update. It is, therefore, affected by multiple vulnerabilities : - A security feature bypass vulnerability exists in the Windows kernel due to improper validation of how a low integrity application can use certain object manager features. An attacker can exploit this issue to take advantage of time-of-check time-of-use (TOCTOU) issues in file path-based checks from a low integrity application, allowing the attacker to modify files outside of a low integrity level application. (CVE-2016-3258) - An information disclosure vulnerability exists in the Windows kernel due to a failure to properly handle certain page fault system calls. A local attacker can exploit this, via a specially crafted application, to disclose information from one process to another. (CVE-2016-3272) |
last seen | 2020-06-01 |
modified | 2020-06-02 |
plugin id | 92023 |
published | 2016-07-12 |
reporter | This script is Copyright (C) 2016-2019 and is owned by Tenable, Inc. or an Affiliate thereof. |
source | https://www.tenable.com/plugins/nessus/92023 |
title | MS16-092: Security Update for Windows Kernel (3171910) |