<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Ms-Office — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/ms-office/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 12 May 2026 18:52:14 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/ms-office/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-41102: Microsoft PowerPoint Improper Access Control Vulnerability Leading to Local Spoofing</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-41102-powerpoint-spoofing/</link><pubDate>Tue, 12 May 2026 18:52:14 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-41102-powerpoint-spoofing/</guid><description>CVE-2026-41102 is an improper access control vulnerability in Microsoft Office PowerPoint that allows an authorized attacker to perform spoofing locally.</description><content:encoded><![CDATA[<p>CVE-2026-41102 describes an improper access control vulnerability affecting Microsoft Office PowerPoint. An authorized, local attacker can exploit this vulnerability to perform spoofing actions. The vulnerability exists due to insufficient checks on access rights within the application. Successful exploitation could allow the attacker to potentially mislead users or gain unauthorized privileges within the PowerPoint environment. Microsoft has released a patch to address this vulnerability, and users are urged to update their software to the latest version. This issue was publicly disclosed and assigned a CVSS v3.1 score of 7.1, indicating a high severity.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker gains local access to a system with a vulnerable version of Microsoft PowerPoint installed.</li>
<li>The attacker crafts a malicious PowerPoint file or modifies an existing one.</li>
<li>The crafted file leverages the improper access control vulnerability (CVE-2026-41102) to manipulate application behavior.</li>
<li>A legitimate user opens the malicious PowerPoint file.</li>
<li>Due to the access control flaw, the attacker&rsquo;s crafted content spoofs legitimate elements of the PowerPoint interface or functionality.</li>
<li>The spoofed elements mislead the user into performing unintended actions, such as providing credentials or executing malicious code.</li>
<li>The attacker achieves their objective of spoofing application behavior for malicious purposes.</li>
<li>The impact is limited to the local machine and user context.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-41102 allows a local attacker to spoof elements within Microsoft PowerPoint. This spoofing could mislead users into divulging sensitive information or performing actions that compromise their local system. While the vulnerability does not lead to remote code execution or denial of service, the potential for social engineering attacks makes it a significant concern. The CVSS v3.1 base score of 7.1 reflects the high confidentiality and integrity impact on the local system.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Apply the security update released by Microsoft to patch CVE-2026-41102 in Microsoft Office PowerPoint.</li>
<li>Educate users about the risks of opening untrusted PowerPoint files from unknown sources.</li>
<li>Monitor endpoint logs for suspicious PowerPoint activity using the Sigma rule provided to detect potential exploitation attempts.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">threat</category><category>access-control</category><category>spoofing</category><category>ms-office</category></item><item><title>Persistence via Microsoft Office Add-Ins File Creation</title><link>https://feed.craftedsignal.io/briefs/2026-05-persistence-office-addins/</link><pubDate>Tue, 12 May 2026 18:39:25 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-persistence-office-addins/</guid><description>This rule detects attempts to establish persistence on Windows endpoints by abusing Microsoft Office add-ins through the creation of malicious files in Office startup directories.</description><content:encoded><![CDATA[<p>The rule identifies potential persistence mechanisms employed by attackers leveraging Microsoft Office add-ins. It focuses on the creation of specific file types, including <code>.wll</code>, <code>.xll</code>, <code>.ppa</code>, <code>.ppam</code>, <code>.xla</code>, and <code>.xlam</code>, in directories such as <code>C:\\Users\\*\\AppData\\Roaming\\Microsoft\\Word\\Startup\\*</code>, <code>C:\\Users\\*\\AppData\\Roaming\\Microsoft\\AddIns\\*</code>, and <code>C:\\Users\\*\\AppData\\Roaming\\Microsoft\\Excel\\XLSTART\\*</code>. The detection logic also incorporates Crowdstrike specific conditions using NT Object paths. This technique allows malicious actors to execute code each time the corresponding Microsoft Office application starts, achieving persistence on the system. This activity matters because attackers can gain a foothold within an organization and maintain unauthorized access even after system reboots.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker gains initial access to the system, potentially through phishing or exploitation of a vulnerability.</li>
<li>The attacker identifies a user&rsquo;s profile on the targeted Windows system.</li>
<li>The attacker writes a malicious Office add-in file (e.g., a <code>.wll</code>, <code>.xll</code>, <code>.ppa</code>, <code>.ppam</code>, <code>.xla</code>, or <code>.xlam</code> file) to one of the Office startup directories, such as <code>C:\\Users\\*\\AppData\\Roaming\\Microsoft\\Word\\Startup\\*</code>.</li>
<li>The attacker may use a dropper or installer to place the malicious file in the startup directory.</li>
<li>The system restarts or the user launches the corresponding Microsoft Office application (Word, Excel, PowerPoint).</li>
<li>The Office application loads the malicious add-in file from the startup directory.</li>
<li>The malicious add-in executes its payload, providing the attacker with persistent access to the system.</li>
<li>The attacker can now perform various malicious activities, such as data exfiltration, lateral movement, or further exploitation.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation can lead to persistent unauthorized access to the compromised system. This allows the attacker to maintain a foothold within the network, potentially leading to data theft, disruption of services, or further propagation of malware. The compromised system could be leveraged as a staging point for lateral movement or for launching attacks against other internal resources.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Enable Sysmon Event ID 11 (File Create) logging to capture file creation events, especially in Office startup directories, to activate the detection logic.</li>
<li>Deploy the Sigma rule &ldquo;Persistence via Microsoft Office AddIns File Creation&rdquo; to your SIEM and tune for your environment to detect malicious add-in creation.</li>
<li>Monitor process creation events for Microsoft Office applications (WINWORD.EXE, EXCEL.EXE, POWERPNT.EXE) loading add-ins from untrusted locations.</li>
<li>Restrict write access to Office startup directories and add-in loader locations to prevent unauthorized file creation.</li>
<li>Investigate alerts related to file creations described by <code>file.path</code> and <code>file.extension</code> in the rule query.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>persistence</category><category>ms-office</category><category>add-ins</category><category>windows</category></item></channel></rss>