Microsoft Update Tuesday November 2014: Fixes for 3 0
Vulnerabilities mentionedAll →
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2014-4077 | Sandbox Escape Privilege Escalation in Microsoft Japanese IME (Windows) CVE-2014-4077 is an elevation-of-privilege flaw in the Japanese Input Method Editor (IME) that ships with Windows, involving the IME component IMJPDCT.EXE. The flaw is triggered on systems where the Japanese IME component is present (it is included by default with Windows, though disabled by default), and it allows an attacker who has already gained code execution in a sandboxed or low-privileged context to bypass that sandbox. Successful exploitation yields elevated privileges on the host, typically enabling full system control, and such local privilege escalation flaws are commonly chained with other vulnerabilities in malware and ransomware campaigns. Any Windows system carrying the Japanese IME is affected, with Japanese-locale environments being the most directly relevant deployments. CISA added the flaw to the Known Exploited Vulnerabilities catalog on 2022-05-25, confirming exploitation in the wild; EPSS estimates a ~55% probability of exploitation within 30 days (99th percentile), while no public proof-of-concept is known. Do: Apply the Microsoft security updates released in the November 2014 Patch Tuesday cycle (MS14-071) that fix the Japanese IME vulnerability, per the CISA KEV required action to apply updates per vendor instructions. Prioritize user endpoints and shared systems where untrusted code runs, since a local sandbox escape here can lead to full host compromise and onward lateral movement in ransomware chains, and verify IMJPDCT.EXE/Japanese IME remediation to satisfy KEV compliance. As an interim mitigation, restrict execution of untrusted code on hosts pending patching, because exploitation requires an attacker to already have code running locally. | — | 55% | KEV |
| masshundreds of millions of Windows installations (the Japanese IME component ships with Windows by default) | |
| 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-6332 | Remote Code Execution via Array Bounds Flaw in Microsoft Windows OLE Automation CVE-2014-6332 is a memory-corruption flaw (CWE-119) in OleAut32.dll, the OLE Automation component shipped with Microsoft Windows, in which OLE automation arrays are mishandled, allowing out-of-bounds memory access. A remote attacker triggers it by luring a user to a crafted website whose script (typically executed through Internet Explorer) calls into the vulnerable OLE Automation code, corrupting memory on the victim machine. Successful exploitation yields remote code execution with the privileges of the logged-on user, generally giving the attacker full control of the workstation. Because OleAut32.dll is a core OS component, essentially every Windows client and server in circulation at the time was affected; Microsoft addressed it in the November 2014 security updates (MS14-064). The flaw is listed in CISA's Known Exploited Vulnerabilities catalog (added 2022-03-25), indicating known in-the-wild exploitation, and EPSS assigns a 95% probability of exploitation within 30 days (100th percentile); no public PoC is tracked in the source data. Do: Apply Microsoft's November 2014 Windows/OLE security updates (MS14-064) across all Windows clients and servers, prioritizing internet-facing systems and workstations used for web browsing, and confirm the patched OleAut32.dll is present via patch-management or vulnerability-scanner checks. Because the flaw is KEV-listed and exploitable in a drive-by web-attack scenario, treat any remaining unpatched Windows host as high risk and isolate legacy systems that cannot be updated. | — | 95% | KEV |
| mass≈1 billion+ Windows installations (OleAut32.dll ships with every Windows client and server) | |
| CVE-2014-6352 | Remote Code Execution in Microsoft Windows via Crafted OLE Objects (CVE-2014-6352) CVE-2014-6352 is a code injection vulnerability (CWE-94) in the way Microsoft Windows processes Object Linking and Embedding (OLE) objects, the mechanism used to embed linked or embedded content such as links, charts, or multimedia inside documents. An attacker triggers the flaw by delivering a file containing a crafted OLE object — typically an Office document such as a presentation — and persuading a user to open it; successful exploitation allows the attacker to execute arbitrary code in the context of the logged-in user, potentially giving them control of the endpoint for data theft or as a foothold for lateral movement. The vulnerability affects Microsoft Windows systems for which Microsoft shipped fixes in its November 2014 updates, so any unpatched or legacy Windows client or server remains exposed. The flaw is listed in CISA's Known Exploited Vulnerabilities catalog (added 2022-02-25), confirming it has been used in real-world attacks, and its EPSS score of 77.6% places it in the top percentile for likely exploitation; no public proof-of-concept is recorded in the current data. Do: Apply Microsoft's November 2014 security updates addressing this Windows OLE vulnerability across all Windows clients and servers per vendor instructions, prioritizing legacy and internet-reachable systems. Inventory the estate for missing patches, and in the interim restrict users from opening untrusted Office documents and email attachments, since exploitation requires the file to be opened. Track the CISA KEV required action and confirm remediation evidence for this entry. | — | 78% | KEV |
| masshundreds of millions of Windows installations worldwide (Windows is near-universal on enterprise desktops and servers) |
Full article705 words · extracted from blog.talosintelligence.com · click to collapse
Tuesday, November 11, 2014 06:38
This month Microsoft is releasing 14 security bulletins. Originally they had planned to release 16, but due to issues that emerged in late testing, two bulletins that were announced in the Advance Security Notification, MS14-068 and MS14-075, have been postponed. Of the 14 bulletins, four are considered critical, eight are important, while two are moderate. They cover a total of 33 CVEs.
We’ll start off with the four critical bulletins, for a total of 21 CVEs that can result in remote code execution:
Our first bulletin of the month is MS14-064 and fixes two vulnerabilities (CVE-2014-6332, CVE-2014-6352) in Windows Object Linking and Embedding (OLE) that could allow remote code execution. Both issues are seeing attack in the wild and can be considered 0-days. CVE-2014-6352 is a vulnerability that was the result of an insufficient fix for CVE-2014-4114, the vulnerability that was exploited by Sandworm.
Next up is MS14-065, the monthly IE bulletin. This month it fixes a total of 17 CVEs in IE6 to IE11. All these bugs were privately reported to Microsoft, so they are not being actively exploited. As has been the case for the last while, the majority of the vulnerabilities are the results of use-after-free errors and exploitation can result in remote code execution.
MS14-066 covers a single CVE, CVE-2014-6321, in Microsoft’s Secure Channel security package in Windows, which provides security protocol support for applications. While it is covered by only a single CVE, there’s actually multiple vulnerabilities, ranging from buffer overflows to certificate validation bypasses.
Our final critical bulletin of the month is MS14-067 and also only covers a single CVE, CVE-2014-4118. This time in MSXML, where an invalid free can occur.
Next up are the eight important bulletins for a total of ten CVEs. Five of these CVEs can result in an escalation of privileges, three can result in remote code execution, while one allows for a bypass of security features and finally, there is one information disclosure:
The first important bulletin is MS14-069. It fixes three vulnerabilities in Microsoft office. All three can result in remote code execution if exploited. The three vulnerabilities are the result of a double free (CVE-2014-6333) and two out of bounds errors (CVE-2014-6334 and CVE-2014-6335).
Bulletin MS14-070 fixes a single publicly disclosed CVE (CVE-2014-4076) in Windows’s TCP/IP implementation, where a NULL-pointer dereference in tcpip.sys, can result in an elevation of privileges.
CVE-2014-6322 is addressed by MS14-071 and is the result of an attack where the Windows Audio Service will read symbolic links in the registry from a low integrity process, allowing the process to potentially escape the sandbox.
Next up is bulletin MS14-072, which once again fixes a single vulnerability. CVE-2014-4149 is a vulnerability in .NET that could allow for an elevation of privileges.
A cross site scripting vulnerability in Sharepoint (CVE-2014-4116) is fixed by MS14-073. The vulnerability can result in an escalation of privileges that can only be exploited by an authenticated user.
MS14-074 fixes a single security feature bypass (CVE-2014-6318) in the Windows Remote Desktop Protocol, where a valid user logon attempt would not be logged.
There’s also a vulnerability (CVE-2014-4078) in Microsoft’s Internet Information Services (IIS) that is resolved by MS14-076. The vulnerability can lead to a bypass of the “IP and domain restrictions” security feature and can occur when the Domain Name Restriction white- and blocklists contain entries with wildcards.
Our last important bulletin is MS14-077. It fixes an information disclosure vulnerability (CVE-2014-6331) in Active Directory Federation Services (ADFS).
That brings us to the last two bulletins for this month, which are rated moderate provide fixes for two CVEs:
CVE-2014-4077 is handled by MS14-078 and addresses vulnerability in Microsoft’s Japanese Input Method Editor that could result in an escalation of privileges for an attacker.
Finally, the last bulletin for the month is MS14-079, which fixes a single vulnerability (CVE-2014-6317) in Windows Kernel Mode Drivers that could result in a denial of service.
The following SIDs address these issues:
7070, 32186-32187, 32251-32259, 32313-32316, 32404-32423, 32426-32443, 32458-32461, 32470-32479, 32489-32492, 32489-32492, 32497-32500, 32518-21519
Related items: Cisco Legacy IPS
Text extracted automatically; images, tables and formatting may be missing. Original: https://blog.talosintelligence.com/microsoft-update-tuesday-november-2014/