{"id":13566,"date":"2026-06-12T10:03:46","date_gmt":"2026-06-12T10:03:46","guid":{"rendered":"https:\/\/serisec.com\/index.php\/2026\/06\/12\/microsoft-outlook-and-word-vulnerabilities-allow-attackers-to-execute-malicious-code\/"},"modified":"2026-06-12T10:03:46","modified_gmt":"2026-06-12T10:03:46","slug":"microsoft-outlook-and-word-vulnerabilities-allow-attackers-to-execute-malicious-code","status":"publish","type":"post","link":"https:\/\/serisec.com\/index.php\/2026\/06\/12\/microsoft-outlook-and-word-vulnerabilities-allow-attackers-to-execute-malicious-code\/","title":{"rendered":"Microsoft Outlook and Word Vulnerabilities Allow Attackers to Execute Malicious Code"},"content":{"rendered":"<p>    Microsoft Outlook and Word Vulnerabilities Allow Attackers to Execute Malicious Code<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n    <!-- no image --><br \/>\n \t<BR><br \/>\n<BR><\/BR><\/p>\n<div>\n<p class=\"wp-block-paragraph\">Microsoft released critical fixes for three closely related <a href=\"https:\/\/cybersecuritynews.com\/microsoft-outlook-vulnerability\/\" target=\"_blank\" rel=\"noreferrer noopener\">remote code execution (RCE) vulnerabilities<\/a> in Microsoft Outlook and Word that stem from low\u2011level memory\u2011safety flaws in the Word rendering engine and its integration with Outlook Classic.<\/p>\n<p class=\"wp-block-paragraph\">These bugs, tracked as CVE\u20112026\u201145456, CVE\u20112026\u201145458, and CVE\u20112026\u201147635, are rated Critical with a CVSS v3.1 base score of 8.4, reflecting high impact on confidentiality, integrity, and availability if exploited.<\/p>\n<p class=\"wp-block-paragraph\">Although the CVSS vectors show a local attack vector (AV:L), <a href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45456\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Microsoft classifies<\/a> them as remote code execution because a remote attacker can deliver malicious content over the network (for example, via email). At the same time, the actual exploit triggers locally when Office processes the content.<\/p>\n<h2 id=\"h-microsoft-outlook-and-word-rce-flaws\" class=\"wp-block-heading\"><strong>Microsoft Outlook and Word RCE Flaws<\/strong><\/h2>\n<p class=\"wp-block-paragraph\">All three vulnerabilities are rooted in unsafe memory handling within the Office document parsing pipeline.<\/p>\n<p class=\"wp-block-paragraph\">CVE\u20112026\u201145456 and CVE\u20112026\u201147635 involve <a href=\"https:\/\/cybersecuritynews.com\/chrome-0-day-vulnerability-analysis\/\" target=\"_blank\" rel=\"noreferrer noopener\">type confusion<\/a>, where internal data structures are accessed with an incompatible or incorrect type, breaking type safety guarantees at runtime.<\/p>\n<p class=\"wp-block-paragraph\">In practice, a crafted document can manipulate object layout assumptions so that the Word engine interprets attacker\u2011controlled data as a valid object or pointer.<\/p>\n<p class=\"wp-block-paragraph\">Once the engine performs operations on that mis\u2011typed object, it can cause controlled memory corruption, which attackers can exploit to execute arbitrary code by hijacking control\u2011flow, such as function pointers or vtable entries.<\/p>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45458\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">CVE\u20112026\u201145458 <\/a>involves a use-after-free pattern. In this scenario, Word frees a memory object but continues to hold a dangling pointer to it.<\/p>\n<p class=\"wp-block-paragraph\">An attacker\u2011crafted document can cause the freed region to be reallocated to attacker\u2011controlled data, so when the stale pointer is later dereferenced, execution flows through data the attacker controls, again enabling code execution.<\/p>\n<p class=\"wp-block-paragraph\">A key operational detail for defenders is that Outlook Classic uses Word as the rendering engine for email content, including in the Preview Pane.<\/p>\n<p class=\"wp-block-paragraph\">That means a specially crafted email body or attachment that triggers one of these memory\u2011corruption paths can execute code merely when the message is rendered, without requiring the user to open an attachment explicitly.<\/p>\n<p class=\"wp-block-paragraph\">From a kill\u2011chain perspective, this allows a remote attacker to send a single <a href=\"https:\/\/cybersecuritynews.com\/outlook-add-ins-weaponized\/\" target=\"_blank\" rel=\"noreferrer noopener\">weaponized email<\/a> to a target, rely on automatic rendering or user preview in Outlook, and achieve arbitrary code execution with the victim user\u2019s permissions.<\/p>\n<p class=\"wp-block-paragraph\">Because the vulnerabilities do not require additional privileges or explicit user interaction beyond normal rendering, a successful exploit can be chained with privilege\u2011escalation or lateral\u2011movement techniques to pivot deeper into the environment.<\/p>\n<p class=\"wp-block-paragraph\">The affected scope includes <a href=\"https:\/\/cybersecuritynews.com\/microsoft-office-zero-day-vulnerability-2\/\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Office LTSC 2024<\/a> (32\u2011bit and 64\u2011bit) and other supported Word\/Outlook builds that use the same rendering components.<\/p>\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/msrc.microsoft.com\/update-guide\/vulnerability\/CVE-2026-45456\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Microsoft\u2019s guidance<\/a> stresses that customers must apply all applicable Office security updates to their installations in environments with multiple Office SKUs, and that administrators must ensure each product line receives its corresponding security package.<\/p>\n<p class=\"wp-block-paragraph\">Some Mac Office channels (Office LTSC for Mac 2021\/2024 and Microsoft 365 for Mac) may receive their patches slightly later than others. However, they are part of the same remediation effort.<\/p>\n<p class=\"wp-block-paragraph\">From a defensive posture standpoint, patching remains the primary and non\u2011negotiable mitigation, as these are core engine\u2011level issues that cannot be fully neutralized by configuration changes alone.<\/p>\n<p class=\"wp-block-paragraph\">However, organizations can reduce exploitability and blast radius through layered controls. Hardening Outlook by disabling or limiting <a href=\"https:\/\/cybersecuritynews.com\/windows-file-preview-off\/\" target=\"_blank\" rel=\"noreferrer noopener\">Preview Pane<\/a> for untrusted mailboxes, enforcing Protected View for files originating from the internet.<\/p>\n<p class=\"wp-block-paragraph\">Using <a href=\"https:\/\/cybersecuritynews.com\/why-minimizing-data-collection-reduces-enterprise-attack-surfaces\/\" target=\"_blank\" rel=\"noreferrer noopener\">Attack Surface Reduction (ASR)<\/a> rules to restrict Office from spawning child processes can materially raise the bar for successful exploitation and post\u2011compromise actions.<\/p>\n<p class=\"wp-block-paragraph\">On the detection side, security teams should watch for anomalous Word or Outlook processes exhibiting unusual memory\u2011access violations, crashes when rendering specific messages, or suspicious child processes spawned from Office, which can be indicative of exploit attempts or successful code execution.<\/p>\n<p class=\"has-text-align-center has-background wp-block-paragraph\" style=\"background:linear-gradient(180deg,rgb(238,238,238) 91%,rgb(169,184,195) 100%)\"><strong>Follow us on\u00a0<a href=\"https:\/\/news.google.com\/publications\/CAAqMggKIixDQklTR3dnTWFoY0tGV041WW1WeWMyVmpkWEpwZEhsdVpYZHpMbU52YlNnQVAB?hl=en-IN&amp;gl=IN&amp;ceid=IN:en\" target=\"_blank\" rel=\"noreferrer noopener\">Google News<\/a>,\u00a0<a href=\"https:\/\/www.linkedin.com\/company\/cybersecurity-news\/\" target=\"_blank\" rel=\"noreferrer noopener\">LinkedIn<\/a>,\u00a0and\u00a0<a href=\"https:\/\/x.com\/cyber_press_org\" target=\"_blank\" rel=\"noreferrer noopener\">X<\/a>\u00a0to Get More Instant Updates.<\/strong><\/p>\n<p>The post <a href=\"https:\/\/cybersecuritynews.com\/microsoft-outlook-and-word-vulnerabilities\/\">Microsoft Outlook and Word Vulnerabilities Allow Attackers to Execute Malicious Code<\/a> appeared first on <a href=\"https:\/\/cybersecuritynews.com\/\">Cyber Security News<\/a>.<\/p>\n<\/div>\n<p> \t<BR><br \/>\n <BR><\/BR><br \/>\n    Abinaya<br \/>\n \t<BR><br \/>\n<BR><\/BR><br \/>\n<a href=\"https:\/\/cybersecuritynews.com\/microsoft-outlook-and-word-vulnerabilities\/\">Go to cyber-security-news<\/a><br \/>\n \t<BR><br \/>\n <BR><\/BR><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Microsoft Outlook and Word Vulnerabilities Allow Attackers to Execute Malicious Code Microsoft released critical fixes for three closely related remote code execution (RCE) vulnerabilities in Microsoft Outlook and Word that stem from low\u2011level memory\u2011safety flaws in the Word rendering engine and its integration with Outlook Classic. These bugs, tracked as CVE\u20112026\u201145456, CVE\u20112026\u201145458, and CVE\u20112026\u201147635, are [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[129,63,648],"tags":[130],"class_list":["post-13566","post","type-post","status-publish","format-standard","hentry","category-cyber-security","category-cyber-security-news","category-vulnerability-news","tag-cyber-security-news"],"_links":{"self":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/13566"}],"collection":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/comments?post=13566"}],"version-history":[{"count":0,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/posts\/13566\/revisions"}],"wp:attachment":[{"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/media?parent=13566"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/categories?post=13566"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/serisec.com\/index.php\/wp-json\/wp\/v2\/tags?post=13566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}