ZeroHour
Kaspersky Securelistpublished ()ingested @Securelist

Microsoft Security Updates October 2014

Vulnerabilities mentionedAll →

CVEVulnerabilityCVSSEPSSFlagsAffectedExposurePublished
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
  • Microsoft Win32k (kernel-mode component shipping with Microsoft Windows client and server operating systems)
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
  • Microsoft Windows
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
  • Microsoft Windows
masshundreds of millions of Windows systems (Windows desktop/server install base during the affected period)
Full article573 words · extracted from securelist.com · click to collapse

Software

Software

14 Oct 2014

minute read

Sandworm, Hurricane Panda and the new Duqu all lose 0days, 14 IE flaws closed

Update (2014.10.15) – administrative notes for preparation… Friends on Twitter let me know their update cycle took close to 20 minutes on Windows 7. Yesterday, others on 8.1 told me their update download was around a gig, for some it was ~200 mb. Also, this cycle likely requires everyone a reboot to complete.

*******

This morning was possibly one of the most information rich in the history of Microsoft’s patch Tuesdays. Last month, we pointed out the Aurora Panda/DeputyDog actor was losing an IE 0day being patched, and that seemed unusual. This month, several vulnerabilities abused with 0day exploits by known APT actors are being patched and the actors are being publicly noted. So today Microsoft pushes out eight security bulletins MS14-056 through MS14-063, including three rated critical.

The most interesting of today’s vulnerabilities are two that are enabled by Windows functionality, but are useful for spearphishing targets with Office-type data file attachments – an Excel file, PowerPoint Show, Word document, and so on. The first of the two remind us of the Duqu attacksMS14-058 patches yet another kernel level font handling flaw CVE-2014-4148, the same kind of issue seen in the Duqu spearphish exploits. This one is rated critical by Microsoft. No one particular actor has been associated with this attack or exploit just yet.

The Windows OLE vulnerability patched with MS14-060 is surprisingly rated “Important” by Microsoft. The APT known as the “Sandworm team” deployed CVE-2014-4114 in incidents against targets alongside other known exploits. The group was known for deploying new variants of the BlackEnergy bot in cyber-espionage campaigns, hitting geopolitical and military targets. In one incident, the team sent spearphish as a PowerPoint slide deck containing the 0day OLE exploit to Ukrainian government and US academic organizations. When opened, the slides dropped newer variants of BlackEnergy to the victim systems. These newer variants of BlackEnergy maintain functionality dedicated to cyber espionage tasks.The most interesting characteristics of these BlackEnergy trojans are the custom plugins or modules, but that’s for a different blog post. Our GReAT researchers Maria Garnaeva and Sergey Lozhkin spoke about interesting BlackEnergy functionality at the May 2014 PHDays conference.

Another group known as Hurricane Panda attempted to exploit CVE-2014-4113 in targeted environments. This escalation of privilege issue can present a real problem in situations where an attacker has gotten in to a network and is attempting to burrow in further. This bug also exists in Windows kernel code, and is patched by the same MS14-058 bulletin mentioned above.

The Internet Explorer update addresses fourteen vulnerabilities, rated critical for IE6 through IE11. They do not affect Server Core installations.

More can be read about October 2014 Microsoft Security Bulletins here.

Latest Webinars
Reports

Kaspersky researchers have discovered new Mirage Kitten attacks using previously undocumented malware families: NodeRabbit in Node.js and PollCat in JavaScript.

Our experts discovered a new CoolClient backdoor variant with a kernel-mode rootkit driver that hides malicious processes, files, and network connections from security tools and threat analysts.

Kaspersky experts break down a new Armored Likho campaign that poses as a fundraising efforts and delivers a new Still Toolkit aimed at stealing Telegram data and eavesdropping on victims.

Kaspersky researchers reveal previously undocumented malware attributed to Mirage Kitten (UNC1549, Smoke Sandstorm, Nimbus Manticore): NightLedger backdoor, ArcBridge, and BridgeHead tunneling tools.

Text extracted automatically; images, tables and formatting may be missing. Original: https://securelist.com/microsoft-security-updates-october-2014/67204/