Microsoft Update Tuesday October 2014: Fixes for 4 0
Vulnerabilities mentionedAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2014-4113 | Local Privilege Escalation in Microsoft Win32k Kernel Component (CVE-2014-4113) CVE-2014-4113 is a privilege escalation flaw (CWE-264) in Win32k, the kernel-mode component of Microsoft Windows; Microsoft's description is unspecified, but the flaw allows an attacker to gain elevated privileges on the host. It is triggered by executing a specially crafted application locally on an affected system, typically by an attacker who has already obtained a foothold with limited user rights. Successful exploitation yields higher-privilege (kernel/administrator-level) execution, letting the attacker fully compromise the machine and evade user-level restrictions — a common second stage chained after an initial intrusion. Any Microsoft Windows system of the era whose Win32k component was not patched by Microsoft's October 2014 security updates is affected. Exploitation is confirmed: the flaw is in CISA's Known Exploited Vulnerabilities catalog (added 2022-05-04), carries a very high EPSS score (87%, ~100th percentile), and public reporting has tied it to threat-actor activity (APT3's Operation Double Tap); no public PoC is catalogued. Do: Apply Microsoft's October 2014 security updates — or any later cumulative/rollup updates — on all Windows systems, per CISA's required action, prioritizing internet-exposed and high-value hosts listed in the KEV catalog. Confirm the patched Win32k file version on legacy machines that may have missed these updates. Because this is a local privilege escalation typically chained after an initial foothold, also restrict local execution of untrusted code and limit user privileges on any systems that cannot be patched. | — | 87% | KEV |
| masshundreds of millions of Windows installations of the affected era (Win32k ships with every Windows client/server OS of that period); the count of… | |
| CVE-2014-4114 | Remote Code Execution in Microsoft Windows OLE via Crafted Files CVE-2014-4114 is a flaw in the Windows Object Linking & Embedding (OLE) component, categorized as improper input validation (CWE-20), that permits remote code execution when a user opens a file containing a specially crafted OLE object. It is triggered entirely through user interaction — opening a malicious document such as an Office/PowerPoint file with an embedded OLE object — with no prior authentication or network service exposed. A successful attacker gains code execution in the context of the logged-on user, enabling follow-on actions such as downloading payloads or moving laterally within an enterprise. All affected Windows releases are exposed; Microsoft addressed the flaw in its November 2014 security updates. Exploitation was observed in the wild by the Sandworm threat group using weaponized PowerPoint files, and the flaw carries a very high likelihood of exploitation (EPSS 81.6%, 100th percentile) and was added to CISA's Known Exploited Vulnerabilities catalog on 2022-03-03. Do: Apply Microsoft's Windows OLE security update from the November 2014 release to all affected Windows hosts, per the CISA KEV required action; the CVSS score is not yet published, so treat this as high priority given the RCE impact. As interim mitigation, limit opening of untrusted Office files containing embedded OLE objects and consider restricting OLE object activation for files from the internet zone. For detection, check endpoints for suspicious outbound SMB connections initiated shortly after a user opens a PowerPoint/Office document, a pattern associated with Sandworm exploitation of this flaw. | — | 82% | KEV |
| masshundreds of millions of Windows desktops and servers (OLE is a core Windows component present on effectively every affected Windows installation) | |
| CVE-2014-4148 | Kernel-Mode Remote Code Execution in Microsoft Windows via TrueType Font Handling CVE-2014-4148 is a remote code execution vulnerability in a Windows kernel-mode driver caused by improper handling of TrueType fonts. An attacker triggers it by getting a user to render a specially crafted document or web page containing a malicious embedded TrueType font, at which point the flaw is reached in kernel context. Successful exploitation allows the attacker to execute arbitrary code with elevated kernel privileges, effectively giving full control of the affected host. Any Microsoft Windows system that renders untrusted fonts is affected; the source data identifies Microsoft Windows broadly but does not specify exact affected version ranges. The flaw was exploited as a zero-day (headlines tie it to the Lamberts toolkit) and fixed in Microsoft's October 2014 security updates; CISA added it to the Known Exploited Vulnerabilities catalog on 2022-05-25, and EPSS puts the 30-day exploitation probability at about 60%, though no public proof-of-concept is known. Do: Apply Microsoft's kernel-mode driver (font handling) security updates from the October 2014 update cycle per the vendor's instructions, as CISA's KEV listing makes patching mandatory for federal agencies. Audit Windows hosts, especially ones that open untrusted documents or web content, for missing patches, since CISA KEV inclusion indicates known in-the-wild exploitation and ransomware relevance is unknown. As defense in depth, restrict rendering of untrusted embedded fonts where your tooling supports it, and prioritize patching internet-facing and shared systems. | — | 60% | KEV |
| masshundreds of millions of Windows systems (Windows desktop/server install base during the affected period) |
Full article613 words · extracted from blog.talosintelligence.com · click to collapse
Tuesday, October 14, 2014 06:42
This post was authored by Yves Younan
Microsoft Tuesday is here once again and this month they are releasing a total of eight bulletins. Three of which are rated as critical, while the remaining five are rated as important. There’s a total of 24 CVEs this month, 20 of which were privately disclosed to Microsoft and four which are either publicly known or under active attack, making them 0-day vulnerabilities. Of those four, two are being actively attacked, while two have been publicly disclosed but do not seem to be under attack for supported software. Of the 24 CVEs, 15 are categorized as allowing remote code execution, four as elevation of privilege and three as security feature bypasses.
The first bulletin is MS14-056 and is the IE bulletin. There’s a total of 14 CVEs and it is rated critical. One is an ASLR bypass (CVE-2014-4140), while the others can result in remote code execution. As is usual, most of the bugs are use-after-free vulnerabilities. One of the vulnerabilities is under limited attack.
MS14-057 is also rated critical and fixes 3 CVEs in .NET that could result in remote code execution. The most vulnerability addressed by this update (CVE-2014-4121) can occur due to errors in parsing Internationalized Resource Identifiers which can result in heap corruption, which can lead to remote code execution.
The final critical bulletin is MS14-058 which addresses 2 issues in Windows Kernel Mode Drivers that could result in remote code execution. The first bug (CVE-2014-4113) results in an escalation of privileges for the attacker. However, the second vulnerability (CVE-2014-4148), is related to the parsing of TrueType fonts and could result in remote code execution, if the fonts are displayed on a webpage. This bug is currently under active attack.
The remaining five bulletins are rated as important and all address a single vulnerability each:
Bulletin MS14-059 fixes a vulnerability in ASP.NET MVC (CVE-2014-4075) that could allow a security feature bypass which could result in a Cross Site Scripting (XSS) attack due to improper output encoding. While the vulnerability was publicly disclosed, it is not under active attack.
CVE-2014-4114 is fixed by bulletin MS14-060, it deals with a vulnerability in Windows OLE. The vulnerability is under active attack and can be triggered by an attacker if an Office document is opened in edit mode. It does not work if the document is opened in protected mode, which is the default for Office files from untrusted locations.
In MS14-061 a fix is provided for a use-after-free vulnerability in Microsoft Word (CVE-2014-4117) that could result in remote code execution when a malicious XML file is included in a document.
The next bulletin, MS14-062, provides a fix for CVE-2014-4971 for Windows 2003. The bug was publicly disclosed as an elevation of privilege vulnerability for Windows XP, which is no longer supported by Microsoft, but it also impacts Windows 2003. The vulnerability is due to a lack of validation in the Windows Message Queueing service, allowing a user to specify an arbitrary memory address for the driver to overwrite with an attacker controlled value. An exploits for Windows XP is available here.
The final bulletin for this month (MS14-063) fixes a vulnerability (CVE-2014-4115) in the FAT32 driver. It was discovered by our own Marcin Noga, who is part of the vulnerability research effort at Talos. The vulnerability occurs by setting a specific value in a FAT32 boot sector which can result in pool corruption. This can allow an attacker to gain escalated privileges.
Talos is releasing the following SIDs to address these issues: 32137-32169.
Text extracted automatically; images, tables and formatting may be missing. Original: https://blog.talosintelligence.com/microsoft-update-tuesday-october-2014/