<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>First Hackers News</title>
	<atom:link href="https://firsthackersnews.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://firsthackersnews.com</link>
	<description>Latest cybersecurity news, real attacks, and practical IOCs—made simple and actionable.</description>
	<lastBuildDate>Fri, 14 Aug 2026 21:51:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.7</generator>

<image>
	<url>https://firsthackersnews.com/wp-content/uploads/2026/03/cropped-FHN_512x512-32x32.png</url>
	<title>First Hackers News</title>
	<link>https://firsthackersnews.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>DCRat Hides Malware Behind SVG Files</title>
		<link>https://firsthackersnews.com/dcrat-malware-svg-files/</link>
					<comments>https://firsthackersnews.com/dcrat-malware-svg-files/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Fri, 14 Aug 2026 14:46:00 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[DarkCrystal RAT]]></category>
		<category><![CDATA[DCRat]]></category>
		<category><![CDATA[DLL Sideloading]]></category>
		<category><![CDATA[HTML smuggling]]></category>
		<category><![CDATA[Phishing]]></category>
		<category><![CDATA[Process Hollowing]]></category>
		<category><![CDATA[remote access trojan]]></category>
		<category><![CDATA[SVG files]]></category>
		<category><![CDATA[threat intelligence]]></category>
		<category><![CDATA[windows security]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12207</guid>

					<description><![CDATA[<p>A new DCRat malware campaign is using malicious SVG files and HTML smuggling to bypass traditional email defenses</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/dcrat-malware-svg-files/">DCRat Hides Malware Behind SVG Files</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A new DCRat malware campaign is using <strong>malicious SVG files and HTML smuggling</strong> to bypass traditional email defenses and deliver a remote access trojan to Windows systems.</p>



<p>The campaign begins with phishing emails disguised as legal or judicial notifications. Instead of attaching an executable file, attackers use an SVG image, making the initial attachment appear less suspicious.</p>



<p>Security researchers at Trellix identified the campaign while investigating a customer incident in early 2026. Their analysis found a multi-stage infection chain combining social engineering, browser-based payload generation, DLL sideloading, and process hollowing.</p>



<h2 class="wp-block-heading"><strong>A Malicious SVG Disguised as a Legal Notification</strong></h2>



<p>The campaign uses a phishing message that impersonates a Colombian judicial notification titled <strong>“Resolución Denuncia Jurídica.”</strong></p>



<p>When the recipient opens the SVG attachment, it displays a fake consultation page designed to resemble an official service.</p>



<p>The page then claims that a document is available for download and provides a password for the archive.</p>



<p>While the process appears legitimate to the user, the SVG contains encoded JavaScript that performs the actual malicious activity.</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="935" height="508" src="https://firsthackersnews.com/wp-content/uploads/2026/08/image-1.png" alt="" class="wp-image-12211" srcset="https://firsthackersnews.com/wp-content/uploads/2026/08/image-1-300x163.png 300w, https://firsthackersnews.com/wp-content/uploads/2026/08/image-1-768x417.png 768w, https://firsthackersnews.com/wp-content/uploads/2026/08/image-1.png 935w" sizes="(max-width: 935px) 100vw, 935px" /><figcaption class="wp-element-caption">Attack kill chain (Source – Trellix)<br></figcaption></figure>



<p>The script reconstructs a password-protected 7-Zip archive directly on the victim&#8217;s system and saves it locally.</p>



<p>This technique is known as <strong>HTML smuggling</strong>.</p>



<p>Rather than sending the malicious archive directly, the attacker uses the browser to assemble it on the endpoint. This can make detection more difficult because security controls inspecting the original email may initially see only an SVG attachment.</p>



<h2 class="wp-block-heading"><strong>From SVG to DCRat</strong></h2>



<p>Once the archive is extracted and the included executable is launched, the attack moves into the Windows environment.</p>



<p>The malware uses <strong>DLL sideloading</strong>, placing malicious DLL files alongside a legitimate-looking executable. When the executable runs, Windows loads the attacker-controlled libraries.</p>



<p>The campaign then establishes persistence through a Windows Registry Run entry and decrypts additional code in memory.</p>



<p>The next stage uses <strong>process hollowing</strong>. A legitimate Windows process is started in a suspended state, its memory is replaced with malicious code, and the process is then resumed.</p>



<p>This allows DCRat to operate within what appears to be a legitimate Windows process, making behavioral detection and investigation more challenging.</p>



<h2 class="wp-block-heading"><strong>What DCRat Can Do</strong></h2>



<p>DCRat, also known as <strong>DarkCrystal RAT</strong>, is a remote access trojan that provides attackers with control over compromised systems.</p>



<p>Its capabilities can include:</p>



<ul class="wp-block-list">
<li>Remote command execution</li>



<li>System and user information collection</li>



<li>Data theft</li>



<li>Persistence</li>



<li>Communication with command-and-control infrastructure</li>



<li>Remote access to compromised systems</li>
</ul>



<p>The malware also uses encrypted communications and anti-analysis techniques to make detection and investigation more difficult.</p>



<h2 class="wp-block-heading"><strong>The Attack Chain</strong></h2>



<p>The campaign demonstrates how several techniques can be combined into a single infection:</p>



<p><strong>Phishing Email → Malicious SVG → HTML Smuggling → Malware Archive → DLL Sideloading → Process Hollowing → DCRat</strong></p>



<p>Each stage is designed to make the next step less obvious.</p>



<p>The attachment looks like an image.<br>The webpage looks legitimate.<br>The archive appears to contain a document.<br>The executable appears to be part of a normal application.</p>



<p>Together, these techniques create a sophisticated delivery chain.</p>



<h2 class="wp-block-heading"><strong>How Organizations Can Reduce the Risk</strong></h2>



<p>Security teams should not automatically treat SVG files as harmless image attachments. Unexpected SVG files should be inspected with the same caution applied to HTML files, archives, and executable content.</p>



<p>Organizations should also:</p>



<ul class="wp-block-list">
<li>Inspect suspicious SVG and HTML attachments</li>



<li>Monitor unexpected archive creation and extraction</li>



<li>Detect unusual DLL loading activity</li>



<li>Monitor Registry Run entries for persistence</li>



<li>Look for suspicious process injection or hollowing</li>



<li>Correlate endpoint and network telemetry</li>



<li>Keep operating systems and security tools updated</li>



<li>Train employees to verify unexpected legal and document-related emails</li>
</ul>



<h2 class="wp-block-heading"><strong>Conclusion</strong></h2>



<p>The DCRat campaign highlights an important shift in malware delivery. Attackers are increasingly using <strong>legitimate-looking file formats and browser functionality as part of multi-stage infection chains</strong>.</p>



<p>An SVG may appear to be nothing more than an image, but its contents can introduce an entirely different level of risk.</p>



<p>For security teams, the key is to look beyond the file extension and understand <strong>what happens when the file is opened, what processes it creates, and what network activity follows</strong>.</p>



<p><strong>A harmless-looking attachment can be the first step in a much larger compromise.</strong></p>



<p><strong>Indicators of compromise (IoCs):-</strong></p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th class="has-text-align-left" data-align="left">Type</th><th class="has-text-align-left" data-align="left">Indicator</th><th class="has-text-align-left" data-align="left">Description</th></tr></thead><tbody><tr><td>Email hash</td><td><code>F205AB7E6AEFC10B9833D1A9A91BAD02</code></td><td><code>ENVIO DE RESOLUCION DENUNCIA JUDICIAL RA-093-7397.eml</code></td></tr><tr><td>SVG hash</td><td><code>A3A471F1C7A605DD34AF49EF075E1251</code></td><td><code>DOC-16-ENE-2026 RESOLUCION DENUNCIA JURIDICA.svg</code></td></tr><tr><td>7Zip hash</td><td><code>13df3e065c421436bf0ac6fed3f9bb7f</code></td><td><code>DOC-16-ENE-2026 RESOLUCION DENUNCIA JURIDICA.7z</code></td></tr><tr><td>DLL hash</td><td><code>d4bb45d3aef7a9161df4cadaeeba6a39</code></td><td><code>libbrotlienc.dll</code></td></tr><tr><td>PE hash</td><td><code>Acef69c68b8c3d3c3e1e53196a26ca60</code></td><td><code>Client.exe</code>&nbsp;DCRat payload</td></tr><tr><td>IP address</td><td><code>158[.]94[.]208[.]109</code></td><td>Command-and-control server</td></tr></tbody></table></figure>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/dcrat-malware-svg-files/">DCRat Hides Malware Behind SVG Files</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/dcrat-malware-svg-files/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Your AI Agent Can Be Hacked Without Being Hacked</title>
		<link>https://firsthackersnews.com/ai-agent-security-prompt-injection/</link>
					<comments>https://firsthackersnews.com/ai-agent-security-prompt-injection/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Fri, 14 Aug 2026 12:30:00 +0000</pubDate>
				<category><![CDATA[AI Malware]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[OpenAI]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Agentic AI]]></category>
		<category><![CDATA[AI Agents]]></category>
		<category><![CDATA[AI security]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[cyber defense]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[data security]]></category>
		<category><![CDATA[Information security]]></category>
		<category><![CDATA[Prompt Injection]]></category>
		<category><![CDATA[Threat Detection]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12202</guid>

					<description><![CDATA[<p>AI agents are becoming part of everyday business operations. They can browse websites, read documents, search databases, access</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/ai-agent-security-prompt-injection/">Your AI Agent Can Be Hacked Without Being Hacked</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>AI agents are becoming part of everyday business operations. They can browse websites, read documents, search databases, access applications, and perform tasks on behalf of users.</p>



<p>But this added capability creates a new security risk: <strong>an attacker may not need to hack the AI agent directly. They may simply need to trick it.</strong></p>



<h2 class="wp-block-heading"><strong>How Does It Work?</strong></h2>



<p>Imagine an employee asks an AI agent to visit a website and summarize its content.</p>



<p>The website looks completely legitimate. However, hidden inside the page is a malicious instruction designed for the AI.</p>



<p>The agent reads the instruction and may interpret it as part of its task.</p>



<p>This is known as <strong>indirect prompt injection</strong>.</p>



<p>The attack can follow a simple path:</p>



<p><strong>Malicious Content → AI Reads It → Instructions Influence the Agent → Agent Uses a Connected Tool → Potential Data Exposure or Unauthorized Action</strong></p>



<p>The user may never see the malicious instruction.</p>



<h2 class="wp-block-heading"><strong>Why Is This Dangerous?</strong></h2>



<p>A normal chatbot mainly produces text.</p>



<p>An AI agent can <strong>take actions</strong>.</p>



<p>If an agent has access to company emails, documents, databases, cloud services, or APIs, a successful prompt injection could have a much bigger impact.</p>



<p>For example, an attacker could attempt to manipulate an agent into accessing information it shouldn&#8217;t, sending data to an external destination, or performing an action outside the user&#8217;s original request.</p>



<p>The level of risk largely depends on <strong>what the agent is allowed to access and do</strong>.</p>



<h2 class="wp-block-heading"><strong>How Organizations Can Reduce the Risk</strong></h2>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f539.png" alt="🔹" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Use least privilege:</strong> Give agents only the permissions they actually need.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f539.png" alt="🔹" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Treat external content as untrusted:</strong> Websites, emails, documents, and search results can contain malicious instructions.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f539.png" alt="🔹" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Require approval for sensitive actions:</strong> Financial transactions, data sharing, account changes, and system modifications should receive additional verification.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f539.png" alt="🔹" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Monitor agent activity:</strong> Track unusual tool usage, data access, API calls, and external communication.</p>



<p><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f539.png" alt="🔹" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong>Test AI agents:</strong> Regularly test them with malicious webpages, documents, and other adversarial inputs.</p>



<h2 class="wp-block-heading"><strong>The Bigger Picture</strong></h2>



<p>AI agents are becoming a new part of the enterprise attack surface.</p>



<p>The security question is no longer only:</p>



<p><strong>“Can someone hack the AI?”</strong></p>



<p>It is also:</p>



<p><strong>“Can someone trick the AI into doing something it shouldn&#8217;t?”</strong></p>



<p>As organizations give AI agents more access and autonomy, <strong>permissions, monitoring, and human oversight become just as important as protecting the AI model itself.</strong></p>



<p><strong>Secure the model. Limit the permissions. Monitor the actions.</strong></p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/ai-agent-security-prompt-injection/">Your AI Agent Can Be Hacked Without Being Hacked</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/ai-agent-security-prompt-injection/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Critical Microsoft Exchange Vulnerabilities Discovered</title>
		<link>https://firsthackersnews.com/microsoft-exchange-server-vulnerabilities/</link>
					<comments>https://firsthackersnews.com/microsoft-exchange-server-vulnerabilities/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Thu, 13 Aug 2026 15:30:00 +0000</pubDate>
				<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security flaw]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[security vulnerability]]></category>
		<category><![CDATA[vulnerability impact]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12198</guid>

					<description><![CDATA[<p>Microsoft has released security updates for six vulnerabilities affecting Exchange Server. The issues include remote code execution (RCE),</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/microsoft-exchange-server-vulnerabilities/">Critical Microsoft Exchange Vulnerabilities Discovered</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Microsoft has released security updates for <strong>six vulnerabilities affecting Exchange Server</strong>. The issues include remote code execution (RCE), privilege escalation, denial-of-service (DoS), spoofing, and security feature bypass vulnerabilities.</p>



<p>The vulnerabilities were disclosed on <strong>August 11, 2026</strong>, with an update for CVE-2026-62913 published the following day.</p>



<h2 class="wp-block-heading"><strong>Microsoft Exchange Server Security Flaws</strong></h2>



<p>The most serious issue is <strong>CVE-2026-62913</strong>, a remote code execution vulnerability with a <strong>CVSS score of 8.8</strong>. It is caused by a heap-based buffer overflow.</p>



<p>An attacker with low-level privileges could exploit the flaw remotely without requiring any action from the victim. Successful exploitation could allow the attacker to execute malicious code on an affected Exchange Server.</p>



<p>Another important vulnerability is <strong>CVE-2026-62911</strong>, an elevation-of-privilege flaw rated Critical by Microsoft, with a <strong>CVSS score of 8.0</strong>.</p>



<p>The vulnerability is related to an authentication bypass technique. An attacker with low privileges could potentially use it to gain additional permissions, although exploitation requires user interaction.</p>



<p>Because Exchange Server handles corporate email, communications, attachments, and other sensitive information, vulnerabilities in the platform can present a significant risk to organizations.</p>



<h3 class="wp-block-heading">Affected Vulnerabilities</h3>



<ul class="wp-block-list">
<li><strong>CVE-2026-62910</strong> – Elevation of Privilege. An Important-rated resource injection flaw with a CVSS score of 7.2. Exploitation requires high privileges.</li>



<li><strong>CVE-2026-62911</strong> – Elevation of Privilege. A Critical authentication bypass vulnerability with a CVSS score of 8.0. Low privileges and user interaction are required.</li>



<li><strong>CVE-2026-62912</strong> – Denial of Service. An Important deserialization vulnerability with a CVSS score of 6.5 that could disrupt Exchange services.</li>



<li><strong>CVE-2026-62913</strong> – Remote Code Execution. A heap-based buffer overflow with a CVSS score of 8.8 that could allow remote code execution.</li>



<li><strong>CVE-2026-62914</strong> – Spoofing. An Important cross-site scripting vulnerability with a CVSS score of 7.3.</li>



<li><strong>CVE-2026-62915</strong> – Security Feature Bypass. An Important authorization flaw with a CVSS score of 6.5 that could allow an attacker to bypass certain access controls.</li>
</ul>



<h2 class="wp-block-heading"><strong>What Organizations Should Do</strong></h2>



<p>Exchange administrators should <strong>prioritize these updates</strong>, particularly for internet-facing servers.</p>



<p>After applying the patches, teams should verify that updates were successfully installed across all Exchange roles and continue monitoring for unusual authentication, administrative activity, and unexpected server behavior.</p>



<p>Keeping Exchange Server fully patched is especially important because it sits at the center of many organizations&#8217; email and communication infrastructure.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/microsoft-exchange-server-vulnerabilities/">Critical Microsoft Exchange Vulnerabilities Discovered</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/microsoft-exchange-server-vulnerabilities/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>New AmnesiaStealer Campaign Targets macOS Users</title>
		<link>https://firsthackersnews.com/amnesiastealer-macos-malware/</link>
					<comments>https://firsthackersnews.com/amnesiastealer-macos-malware/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Thu, 13 Aug 2026 14:08:00 +0000</pubDate>
				<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security flaw]]></category>
		<category><![CDATA[security update]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12193</guid>

					<description><![CDATA[<p>A new macOS malware campaign is using a familiar trick to fool users into installing AmnesiaStealer, an information-stealing</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/amnesiastealer-macos-malware/">New AmnesiaStealer Campaign Targets macOS Users</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A new macOS malware campaign is using a familiar trick to fool users into installing <strong>AmnesiaStealer</strong>, an information-stealing malware designed to collect sensitive data and hijack active browser sessions.</p>



<p>Security researchers at Jamf Threat Labs discovered a fake website that closely resembles GitHub. The page uses GitHub-style branding, including its dark interface, Octocat logo, and a “Verified Publisher” badge, making the download appear legitimate.</p>



<p>The fake site does not provide a normal application download. Instead, users are given a Terminal command and told to copy and paste it into their Mac.</p>



<p>This is a technique commonly known as <strong>ClickFix</strong>, where attackers convince victims to manually execute commands rather than relying on a traditional malicious download.</p>



<h2 class="wp-block-heading"><strong>How the Attack Works</strong></h2>



<p>The attack begins when a user visits the fake GitHub page and follows the installation instructions.</p>



<p>After the command is pasted into Terminal, a script runs in the background and downloads a password-protected archive. The malware then extracts a disguised file, removes macOS security markings, and launches the payload.</p>



<p>The process is designed to look like a normal installation while the malicious activity happens in the background.</p>



<p>Once running, AmnesiaStealer gathers information from the infected Mac and attempts to capture the user&#8217;s password through a fake installer prompt.</p>



<p>That password can then be used to access valuable information stored on the device, including:</p>



<ul class="wp-block-list">
<li>Browser data</li>



<li>Apple Keychain information</li>



<li>Apple Notes</li>



<li>Telegram sessions</li>



<li>Documents</li>



<li>Other stored credentials</li>
</ul>



<h2 class="wp-block-heading"><strong>The Browser Session Theft Is the Bigger Concern</strong></h2>



<p>AmnesiaStealer has another capability that makes the campaign particularly concerning.</p>



<p>The malware can download an additional component called <strong>stream_module</strong> when instructed by the attacker. This component copies the victim&#8217;s browser profile and launches it in a hidden browser session.</p>



<p>It then connects to the <strong>Chrome DevTools Protocol</strong>, giving the attacker the ability to interact with the browser remotely.</p>



<p>In practical terms, this could allow an attacker to view the browser session and control actions such as mouse movement, keyboard input, and navigation.</p>



<p>That means an attacker could potentially operate already-authenticated sessions for services such as email, social media, and online banking without necessarily needing to know the victim&#8217;s password.</p>



<h2 class="wp-block-heading"><strong>Some macOS Bypass Attempts Are Outdated</strong></h2>



<p>Researchers also found that parts of AmnesiaStealer rely on techniques intended to bypass Apple&#8217;s security protections.</p>



<p>Several of these techniques were already addressed by Apple in earlier macOS releases. On newer versions, including macOS 26, some of those attempts fail.</p>



<p>However, the malware&#8217;s core ability to steal credentials and browser information remains a significant concern.</p>



<h2 class="wp-block-heading"><strong>Why This Campaign Matters</strong></h2>



<p>AmnesiaStealer shows how attackers are moving away from obvious malware downloads and instead using <strong>social engineering to get users to execute the malware themselves</strong>.</p>



<p>The fake GitHub page makes the attack look trustworthy. The Terminal instructions make the victim part of the installation process. Once the malware is running, additional components can be delivered based on the attacker&#8217;s instructions.</p>



<p>This combination makes the campaign more difficult for users to recognize as a traditional malware attack.</p>



<h2 class="wp-block-heading"><strong>How Mac Users Can Stay Safe</strong></h2>



<p>The most important rule is simple:</p>



<p><strong>Never paste an unknown command into Terminal just because a website tells you to.</strong></p>



<p>Users should also:</p>



<ul class="wp-block-list">
<li>Download software only from trusted sources</li>



<li>Keep macOS and browsers updated</li>



<li>Be cautious with unexpected Terminal instructions</li>



<li>Treat unexpected administrator or password prompts with suspicion</li>



<li>Use endpoint and browser security protections</li>



<li>Avoid downloading software from unfamiliar GitHub-style websites</li>
</ul>



<p>A legitimate-looking website does not necessarily mean a legitimate download.</p>



<p><strong>For macOS users, a Terminal command should always be treated as code—not as an ordinary installation step.</strong></p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/amnesiastealer-macos-malware/">New AmnesiaStealer Campaign Targets macOS Users</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/amnesiastealer-macos-malware/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WhatsApp Scam Alert: New Protection Against Hackers</title>
		<link>https://firsthackersnews.com/whatsapp-scam-alert-feature/</link>
					<comments>https://firsthackersnews.com/whatsapp-scam-alert-feature/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Wed, 12 Aug 2026 16:54:49 +0000</pubDate>
				<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[cyberattack]]></category>
		<category><![CDATA[Cybercriminals]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[AI security]]></category>
		<category><![CDATA[cyber threats]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Messaging Security]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[Online scams]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[Scam Alert]]></category>
		<category><![CDATA[social engineering]]></category>
		<category><![CDATA[whatsapp]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12190</guid>

					<description><![CDATA[<p>WhatsApp has introduced a new optional feature called Scam Alert to help users identify potentially fraudulent messages while</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/whatsapp-scam-alert-feature/">WhatsApp Scam Alert: New Protection Against Hackers</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>WhatsApp has introduced a new optional feature called <strong>Scam Alert</strong> to help users identify potentially fraudulent messages while keeping its end-to-end encryption intact.</p>



<p>The feature is designed to address the growing use of more convincing scams, including messages created with the help of AI. Instead of sending messages to WhatsApp’s servers for analysis, Scam Alert uses a small machine learning model that runs directly on the user’s device.</p>



<p>Once enabled, the model examines messages from people who are not saved as contacts. It looks for patterns in the conversation and language that may indicate common scam techniques.</p>



<p>The message itself stays on the device during this process. WhatsApp says it does not automatically send messages to Meta, WhatsApp, or another third party for review. Users decide what happens next.</p>



<p>If a message appears suspicious, WhatsApp can display a warning to the recipient. The user can then choose to <strong>block the sender, report the conversation, continue chatting, or mark the conversation as trusted</strong> if they believe the warning is incorrect.</p>



<h3 class="wp-block-heading">Privacy Is a Key Part of Scam Alert</h3>



<p>WhatsApp says the system was designed around three main ideas: <strong>local processing, no automatic reporting, and user control</strong>.</p>



<p>The company still needs some information to understand how well the feature performs. Instead of collecting individual messages, WhatsApp uses a privacy-focused analytics system that gathers limited information such as how many warnings were displayed and what actions users took.</p>



<p>This information is processed using <strong>Trusted Execution Environments (TEEs)</strong> and additional privacy techniques before aggregated statistics are sent to Meta.</p>



<h3 class="wp-block-heading">Protecting the AI Model</h3>



<p>Another concern is making sure attackers cannot secretly deliver a modified version of the scam-detection model to specific users.</p>



<p>WhatsApp says each model version is published with a <strong>SHA-256 hash</strong> in an append-only transparency system before it is deployed. This creates a record that can be used to verify that the model has not been secretly changed.</p>



<p>Model downloads also use an <strong>Oblivious HTTP (OHTTP) relay</strong>, which helps prevent the server from directly linking a model request to a user&#8217;s IP address.</p>



<p>WhatsApp says even the process used to assign users to different model versions for testing happens locally on their devices rather than being controlled by the server.</p>



<h3 class="wp-block-heading">Additional Security Controls</h3>



<p>The company says Scam Alert was designed to protect against several types of threats, including outside attackers, malicious employees, and compromised third-party suppliers.</p>



<p>Its security measures include isolated confidential computing environments, encrypted memory, and additional protections around the systems running the analytics infrastructure.</p>



<p>Users can also check information about the feature through WhatsApp&#8217;s transparency controls. The in-app activity section shows details such as which messages were analyzed and which model version was used.</p>



<h3 class="wp-block-heading">External Researchers Can Test the System</h3>



<p>WhatsApp is also expanding its <strong>Bug Bounty program</strong> to cover parts of the Scam Alert technology, including the machine learning models and analytics infrastructure.</p>



<p>This gives security researchers an opportunity to look for weaknesses and verify whether the system is being used only for its stated purpose of detecting scams.</p>



<h3 class="wp-block-heading">Limited Beta Release</h3>



<p>Scam Alert is initially being introduced through a <strong>limited beta rollout</strong>. WhatsApp says it plans to continue testing the technology with security researchers before making it more widely available.</p>



<p>The company also plans to publish a technical white paper explaining how the system works in greater detail.</p>



<p>The approach reflects a growing focus on building AI-powered security features without giving up user privacy. Instead of sending private conversations to the cloud for analysis, WhatsApp is attempting to combine <strong>on-device AI, confidential computing, and transparency mechanisms</strong> to detect scams while keeping message content protected.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/whatsapp-scam-alert-feature/">WhatsApp Scam Alert: New Protection Against Hackers</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/whatsapp-scam-alert-feature/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>LLM API Bugs Leak Hidden Reasoning Traces</title>
		<link>https://firsthackersnews.com/llm-api-vulnerability-hidden-reasoning/</link>
					<comments>https://firsthackersnews.com/llm-api-vulnerability-hidden-reasoning/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 11 Aug 2026 22:08:32 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[Cybercriminals]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[AI security]]></category>
		<category><![CDATA[AI Vulnerability]]></category>
		<category><![CDATA[Anthropic]]></category>
		<category><![CDATA[api security]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[data security]]></category>
		<category><![CDATA[Generative AI]]></category>
		<category><![CDATA[Google Gemini]]></category>
		<category><![CDATA[LLM]]></category>
		<category><![CDATA[openAI]]></category>
		<category><![CDATA[Prompt Injection]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12186</guid>

					<description><![CDATA[<p>A new security research report has uncovered a serious weakness in the way major AI providers protect the</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/llm-api-vulnerability-hidden-reasoning/">LLM API Bugs Leak Hidden Reasoning Traces</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A new security research report has uncovered a serious weakness in the way major AI providers protect the hidden reasoning generated by their large language models.</p>



<p>The research involves <strong>OpenAI, Anthropic, and Google</strong>, and shows that encrypted reasoning data produced by powerful models could potentially be reused with less restricted models from the same provider. In some cases, this could allow the hidden reasoning to be reconstructed in readable text.</p>



<p>Researchers from the <strong>ELLIS Institute Tübingen, Max Planck Institute, MATS Research, and Snyk</strong> investigated the issue across the Claude, GPT, and Gemini ecosystems. The attack does not require special privileges and can be carried out through normal API access.</p>



<h2 class="wp-block-heading"><strong>How the Attack Works</strong></h2>



<p>Modern reasoning models perform additional processing before producing their final answers. Much of this internal reasoning is intentionally hidden from users because it may contain sensitive information, system instructions, safety-related decisions, or proprietary model behavior.</p>



<p>Instead of keeping all conversation state on the server, some AI APIs return encrypted data that can be sent back with later requests. This allows the model to continue a conversation without storing every detail on the provider&#8217;s side.</p>



<p>Researchers found a potential weakness in how these encrypted reasoning packages were protected.</p>



<p>The data was not sufficiently tied to the <strong>specific model, user, or session</strong> that originally created it. This meant a reasoning package generated by a more heavily protected model could potentially be submitted to another model within the same provider&#8217;s ecosystem.</p>



<h2 class="wp-block-heading"><strong>Using Smaller Models to Reveal Hidden Data</strong></h2>



<p>The researchers demonstrated an attack technique in which a reasoning package from a powerful model was passed to a less restricted model.</p>



<p>The smaller model could then be prompted to reproduce information contained inside the encrypted package.</p>



<p>This creates an unusual security problem. The attacker does not necessarily need to break the encryption directly. Instead, another model can potentially act as an intermediary that helps expose the information.</p>



<p>The research team reported similar behavior across the <strong>GPT, Claude, and Gemini</strong> model families.</p>



<p>Researchers also compared the recovered reasoning data with usage information provided through the APIs to determine whether the extracted material corresponded to the original reasoning process.</p>



<h2 class="wp-block-heading"><strong>Hidden Reasoning Can Contain Sensitive Information</strong></h2>



<p>The concern goes beyond exposing how an AI model thinks.</p>



<p>Researchers analyzed thousands of publicly available AI agent transcripts collected from sources such as GitHub and Hugging Face. Their analysis identified hundreds of pieces of potentially sensitive information inside recovered reasoning data.</p>



<p>This included:</p>



<ul class="wp-block-list">
<li><strong>367</strong> pieces of personally identifiable information</li>



<li><strong>182</strong> hardcoded credentials</li>



<li><strong>62</strong> API keys</li>



<li><strong>33</strong> passwords</li>



<li><strong>30</strong> personal email addresses</li>
</ul>



<p>The problem is that some of this information may never appear in the model&#8217;s visible response.</p>



<p>A developer could therefore publish an AI session or agent log believing it contains no secrets, while sensitive information remains hidden inside associated reasoning data.</p>



<h2 class="wp-block-heading"><strong>A New Risk for AI Agents</strong></h2>



<p>The research also highlights a potential problem for autonomous AI systems.</p>



<p>If security monitoring only examines the visible conversation between a user and an AI agent, malicious instructions hidden inside reasoning-related data could potentially escape detection.</p>



<p>An attacker could attempt to place instructions inside an encrypted reasoning package and have those instructions processed later by an AI agent.</p>



<p>This creates a potential <strong>indirect prompt injection</strong> scenario where the malicious content is not obvious in the conversation that security tools are monitoring.</p>



<p>For organizations using AI agents to interact with cloud services, databases, code repositories, or business applications, this type of hidden input deserves particular attention.</p>



<h2 class="wp-block-heading"><strong>Which AI Platforms Were Studied?</strong></h2>



<p>The research covered major model ecosystems from three providers:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><th><strong>Provider</strong></th><th><strong>Models Studied</strong></th><th><strong>Potential Risk</strong></th></tr><tr><td><strong>Anthropic</strong></td><td>Claude family</td><td>Hidden reasoning, system prompts, credentials</td></tr><tr><td><strong>OpenAI</strong></td><td>GPT family</td><td>Reasoning data, safety information, sensitive content</td></tr><tr><td><strong>Google</strong></td><td>Gemini family</td><td>Secrets, hidden instructions, and personal information</td></tr></tbody></table></figure>



<p>The exact attack paths and model combinations varied between providers, but the broader issue was similar: <strong>reasoning data was not sufficiently isolated from other models within the same ecosystem</strong>.</p>



<h2 class="wp-block-heading"><strong>Providers Have Already Responded</strong></h2>



<p>The researchers reported the findings to the affected companies through responsible disclosure.</p>



<p><strong>OpenAI, Anthropic, and Google acknowledged the research and introduced server-side protections.</strong> According to the researchers, the original proof-of-concept attacks could no longer be reproduced against the updated API implementations.</p>



<p>That reduces the immediate risk from the specific attack demonstrated in the research, but the findings highlight a larger issue for the AI industry.</p>



<p>As AI systems become more complex, security controls need to protect not only visible prompts and responses but also the internal data exchanged between models and supporting services.</p>



<h2 class="wp-block-heading"><strong>How Organizations Can Reduce the Risk</strong></h2>



<p>AI providers and companies building applications around LLMs can take several steps to protect sensitive reasoning-related data.</p>



<p><strong>Bind encrypted data to its source.</strong> Reasoning packages should be cryptographically linked to the specific model, user, and session that created them.</p>



<p><strong>Separate model tiers.</strong> A payload generated by one model should not automatically be accepted by another model unless that behavior is explicitly intended and securely controlled.</p>



<p><strong>Rotate older cryptographic keys.</strong> Where historical encrypted data may have been exposed, organizations should consider key rotation and invalidation strategies.</p>



<p><strong>Protect AI logs.</strong> Developers should treat reasoning-related payloads, signatures, and encrypted model data as sensitive information. These fields should be removed or sanitized before logs are shared publicly.</p>



<h2 class="wp-block-heading"><strong>Why This Matters</strong></h2>



<p>The research shows that protecting AI systems is not only about securing the model itself.</p>



<p>Modern LLM platforms involve APIs, model tiers, encrypted payloads, agent frameworks, logging systems, and multiple supporting services. A weakness in the connection between these components can create a security problem even when the underlying model remains protected.</p>



<p>For organizations adopting AI agents and reasoning models, the lesson is clear: <strong>hidden data should be treated as sensitive data, even when users cannot see it.</strong></p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/llm-api-vulnerability-hidden-reasoning/">LLM API Bugs Leak Hidden Reasoning Traces</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/llm-api-vulnerability-hidden-reasoning/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>394 Microsoft Flaws Patched in August Update</title>
		<link>https://firsthackersnews.com/microsoft-august-2026-patch-tuesday/</link>
					<comments>https://firsthackersnews.com/microsoft-august-2026-patch-tuesday/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 11 Aug 2026 15:54:00 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[CVE]]></category>
		<category><![CDATA[cyber threats]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[microsoft security]]></category>
		<category><![CDATA[patch tuesday]]></category>
		<category><![CDATA[Security updates]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[windows security]]></category>
		<category><![CDATA[Zero-day]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12182</guid>

					<description><![CDATA[<p>Microsoft’s August 2026 security release is a big one. The company has fixed 394 vulnerabilities across its software</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/microsoft-august-2026-patch-tuesday/">394 Microsoft Flaws Patched in August Update</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Microsoft’s August 2026 security release is a big one. The company has fixed <strong>394 vulnerabilities</strong> across its software ecosystem, covering Windows, Office, SharePoint, Azure, PowerShell, .NET, Visual Studio Code, and other products.</p>



<p>The update was released on <strong>August 11, 2026</strong>, and security teams have another important reason to move quickly: <strong>three of the vulnerabilities were already publicly known or are being actively exploited</strong>, according to Microsoft’s advisory information.</p>



<p>For organizations with large Microsoft environments, this is a release that should be reviewed early rather than left for the normal monthly patching cycle.</p>



<h2 class="wp-block-heading"><strong>Three Vulnerabilities Need Immediate Attention</strong></h2>



<p>The most important issues this month involve Windows components.</p>



<p><strong>CVE-2026-72971</strong> affects the Windows Container Isolation File System Filter Driver (<code>unionfs.sys</code>). Microsoft rates it as Important and says the vulnerability was publicly disclosed before the security update was released. The issue could allow an attacker to tamper with protected system or container-related data.</p>



<p>Another publicly disclosed issue, <strong>CVE-2026-62832</strong>, affects the Windows User Profile Service. It is an elevation-of-privilege vulnerability, meaning an attacker with an existing foothold could potentially use it to obtain additional permissions on a vulnerable machine.</p>



<p>The biggest concern is <strong>CVE-2026-68820</strong>. Microsoft lists this Windows WinSock-related vulnerability as <strong>actively exploited in the wild</strong>. Because attackers are already using the flaw, organizations should give this update priority and investigate potentially affected endpoints.</p>



<h2 class="wp-block-heading"><strong>Where the 394 Vulnerabilities Fall</strong></h2>



<p>The vulnerabilities fixed this month cover several major security categories:</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><th><strong>Category</strong></th><th><strong>Count</strong></th></tr><tr><td>Elevation of Privilege</td><td>150</td></tr><tr><td>Remote Code Execution</td><td>132</td></tr><tr><td>Information Disclosure</td><td>66</td></tr><tr><td>Spoofing</td><td>21</td></tr><tr><td>Denial of Service</td><td>12</td></tr><tr><td>Security Feature Bypass</td><td>9</td></tr><tr><td>Tampering</td><td>4</td></tr><tr><td><strong>Total</strong></td><td><strong>394</strong></td></tr></tbody></table></figure>



<p>The numbers show that privilege escalation and remote code execution continue to make up a significant portion of Microsoft&#8217;s monthly security workload.</p>



<p>For defenders, this means patching should not focus only on vulnerabilities carrying a Critical rating. An Important vulnerability can still become dangerous when it is combined with another weakness or used after an attacker gains initial access.</p>



<h2 class="wp-block-heading"><strong>SharePoint Remains a Key Target</strong></h2>



<p>Several SharePoint Server vulnerabilities are included in the August release.</p>



<p>Among them are <strong>CVE-2026-70355, CVE-2026-70326, and CVE-2026-70324</strong>, which involve privilege escalation, as well as <strong>CVE-2026-70321</strong>, a remote code execution vulnerability.</p>



<p>SharePoint environments deserve special attention because they often sit close to valuable corporate information. A compromised server could potentially give attackers access to documents, accounts, internal applications, or other parts of an organization&#8217;s environment.</p>



<p>Companies running internet-accessible SharePoint servers should therefore make these systems a priority during their patching process.</p>



<h2 class="wp-block-heading"><strong>Azure and Windows Infrastructure Also Affected</strong></h2>



<p>The update includes <strong>CVE-2026-71331</strong>, a Critical remote code execution vulnerability involving Microsoft Azure Attestation and Device Health Attestation services.</p>



<p>Issues affecting cloud and device-trust infrastructure can have broader implications because these services may be part of an organization&#8217;s authentication and security architecture.</p>



<p>Windows infrastructure is also covered by several fixes, including vulnerabilities affecting DNS, Windows Management Services, Windows Installer, and other system components.</p>



<p>Organizations should identify which of these services are actually deployed in their environments and prioritize systems that are externally accessible or support critical business operations.</p>



<h2 class="wp-block-heading"><strong>Don&#8217;t Forget PowerShell and Developer Machines</strong></h2>



<p>Microsoft has also patched vulnerabilities in <strong>PowerShell Core and .NET</strong>.</p>



<p>One PowerShell issue, <strong>CVE-2026-70337</strong>, could lead to remote code execution, while <strong>CVE-2026-70338</strong> involves a security feature bypass.</p>



<p>This is particularly relevant to security teams because PowerShell is both an essential administration tool and a common technique used during attacks. Keeping the platform patched should go hand in hand with monitoring suspicious PowerShell activity.</p>



<p>Developer environments should also be included in patching plans. Vulnerabilities affecting Visual Studio Code and GitHub Copilot could create additional risk when compromised developer machines have access to source repositories, cloud credentials, or CI/CD infrastructure.</p>



<p>A developer endpoint is not just another workstation. In many organizations, it can provide a pathway into systems that are critical to software development and production deployment.</p>



<h2 class="wp-block-heading"><strong>Microsoft Office Is Part of the Release</strong></h2>



<p>Office applications receive their share of security fixes as well.</p>



<p>The August updates cover <strong>Outlook, Word, Excel, PowerPoint, and Microsoft Office</strong>, including remote code execution and information-disclosure vulnerabilities.</p>



<p>These issues deserve attention because attackers frequently use Office documents and email as an entry point for phishing and malware campaigns. A vulnerability that appears less urgent in isolation can become much more serious when combined with social engineering.</p>



<h2 class="wp-block-heading"><strong>What Security Teams Should Do Now</strong></h2>



<p>The size of this month&#8217;s release can make patching 394 vulnerabilities seem overwhelming. The practical approach is to prioritize based on exposure and exploitability.</p>



<p>Start with the vulnerabilities that are actively exploited or publicly disclosed. Next, focus on Critical vulnerabilities and systems exposed to the internet, particularly SharePoint and important Azure or Windows infrastructure.</p>



<p>After that, review developer workstations, PowerShell installations, Office applications, and other Microsoft products used across the organization.</p>



<p>Teams should also use this update as an opportunity to check whether vulnerable systems are being properly identified through asset inventories and vulnerability-management tools.</p>



<p>The key takeaway from Microsoft&#8217;s August 2026 release is simple: don&#8217;t treat Patch Tuesday as just another routine update cycle. With 394 vulnerabilities addressed and an actively exploited Windows flaw among them, organizations should move quickly to identify their exposure and deploy the appropriate security fixes.</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th class="has-text-align-left" data-align="left">CVE Number</th><th>CVE Title</th><th>Max Severity</th></tr></thead><tbody><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-72971" target="_blank" rel="noopener">CVE-2026-72971</a></td><td>Windows Container Isolation FS Filter Driver (unionfs.sys) Tampering Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-71331" target="_blank" rel="noopener">CVE-2026-71331</a></td><td>Windows Device Health Attestation (DHA) Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70355" target="_blank" rel="noopener">CVE-2026-70355</a></td><td>Microsoft SharePoint Server Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70354" target="_blank" rel="noopener">CVE-2026-70354</a></td><td>.NET Core Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70348" target="_blank" rel="noopener">CVE-2026-70348</a></td><td>Windows Management Services Denial of Service Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70347" target="_blank" rel="noopener">CVE-2026-70347</a></td><td>Windows Installer Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70346" target="_blank" rel="noopener">CVE-2026-70346</a></td><td>Windows Installer Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70345" target="_blank" rel="noopener">CVE-2026-70345</a></td><td>Windows Installer Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70344" target="_blank" rel="noopener">CVE-2026-70344</a></td><td>Windows Installer Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70340" target="_blank" rel="noopener">CVE-2026-70340</a></td><td>Azure CycleCloud Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70338" target="_blank" rel="noopener">CVE-2026-70338</a></td><td>Microsoft PowerShell Security Feature Bypass Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70337" target="_blank" rel="noopener">CVE-2026-70337</a></td><td>Microsoft PowerShell Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70336" target="_blank" rel="noopener">CVE-2026-70336</a></td><td>Visual Studio Code Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70335" target="_blank" rel="noopener">CVE-2026-70335</a></td><td>GitHub Copilot and Visual Studio Code Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70330" target="_blank" rel="noopener">CVE-2026-70330</a></td><td>Windows DNS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70329" target="_blank" rel="noopener">CVE-2026-70329</a></td><td>Microsoft Outlook Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70328" target="_blank" rel="noopener">CVE-2026-70328</a></td><td>Microsoft Excel Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70327" target="_blank" rel="noopener">CVE-2026-70327</a></td><td>Microsoft Excel Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70326" target="_blank" rel="noopener">CVE-2026-70326</a></td><td>Microsoft SharePoint Server Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70325" target="_blank" rel="noopener">CVE-2026-70325</a></td><td>Powerpoint Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70324" target="_blank" rel="noopener">CVE-2026-70324</a></td><td>Microsoft SharePoint Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70323" target="_blank" rel="noopener">CVE-2026-70323</a></td><td>Microsoft Office Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70322" target="_blank" rel="noopener">CVE-2026-70322</a></td><td>Powerpoint Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70321" target="_blank" rel="noopener">CVE-2026-70321</a></td><td>Microsoft SharePoint Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70320" target="_blank" rel="noopener">CVE-2026-70320</a></td><td>Powerpoint Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70319" target="_blank" rel="noopener">CVE-2026-70319</a></td><td>Microsoft Office Word Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70318" target="_blank" rel="noopener">CVE-2026-70318</a></td><td>Microsoft Excel Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70317" target="_blank" rel="noopener">CVE-2026-70317</a></td><td>Microsoft Office Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70316" target="_blank" rel="noopener">CVE-2026-70316</a></td><td>Powerpoint Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70315" target="_blank" rel="noopener">CVE-2026-70315</a></td><td>Microsoft Office Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70314" target="_blank" rel="noopener">CVE-2026-70314</a></td><td>Microsoft Office Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70313" target="_blank" rel="noopener">CVE-2026-70313</a></td><td>Microsoft PowerPoint Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70312" target="_blank" rel="noopener">CVE-2026-70312</a></td><td>Powerpoint Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70311" target="_blank" rel="noopener">CVE-2026-70311</a></td><td>Microsoft Office Word Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70310" target="_blank" rel="noopener">CVE-2026-70310</a></td><td>Microsoft Word Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70307" target="_blank" rel="noopener">CVE-2026-70307</a></td><td>Windows Ancillary Function Driver for WinSock Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70306" target="_blank" rel="noopener">CVE-2026-70306</a></td><td>Microsoft Office SharePoint Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70304" target="_blank" rel="noopener">CVE-2026-70304</a></td><td>Windows DNS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-70130" target="_blank" rel="noopener">CVE-2026-70130</a></td><td>Microsoft Office Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-69320" target="_blank" rel="noopener">CVE-2026-69320</a></td><td>Visual Studio Code Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-69306" target="_blank" rel="noopener">CVE-2026-69306</a></td><td>Visual Studio Code Security Feature Bypass Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-69278" target="_blank" rel="noopener">CVE-2026-69278</a></td><td>Visual Studio Code Security Feature Bypass Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68821" target="_blank" rel="noopener">CVE-2026-68821</a></td><td>Windows Package Manager Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68820" target="_blank" rel="noopener">CVE-2026-68820</a></td><td>Windows Ancillary Function Driver for WinSock Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68819" target="_blank" rel="noopener">CVE-2026-68819</a></td><td>Windows Network File System Denial of Service Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68817" target="_blank" rel="noopener">CVE-2026-68817</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68816" target="_blank" rel="noopener">CVE-2026-68816</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68815" target="_blank" rel="noopener">CVE-2026-68815</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68814" target="_blank" rel="noopener">CVE-2026-68814</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68813" target="_blank" rel="noopener">CVE-2026-68813</a></td><td>Microsoft Excel Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68812" target="_blank" rel="noopener">CVE-2026-68812</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68811" target="_blank" rel="noopener">CVE-2026-68811</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68810" target="_blank" rel="noopener">CVE-2026-68810</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68809" target="_blank" rel="noopener">CVE-2026-68809</a></td><td>Powerpoint Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68808" target="_blank" rel="noopener">CVE-2026-68808</a></td><td>Microsoft Excel Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68807" target="_blank" rel="noopener">CVE-2026-68807</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68806" target="_blank" rel="noopener">CVE-2026-68806</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68805" target="_blank" rel="noopener">CVE-2026-68805</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68804" target="_blank" rel="noopener">CVE-2026-68804</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68803" target="_blank" rel="noopener">CVE-2026-68803</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68802" target="_blank" rel="noopener">CVE-2026-68802</a></td><td>Microsoft Excel Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68801" target="_blank" rel="noopener">CVE-2026-68801</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68800" target="_blank" rel="noopener">CVE-2026-68800</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68799" target="_blank" rel="noopener">CVE-2026-68799</a></td><td>Microsoft Excel Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68798" target="_blank" rel="noopener">CVE-2026-68798</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68797" target="_blank" rel="noopener">CVE-2026-68797</a></td><td>Microsoft Excel Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68796" target="_blank" rel="noopener">CVE-2026-68796</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68795" target="_blank" rel="noopener">CVE-2026-68795</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68794" target="_blank" rel="noopener">CVE-2026-68794</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68793" target="_blank" rel="noopener">CVE-2026-68793</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-68792" target="_blank" rel="noopener">CVE-2026-68792</a></td><td>Microsoft Office Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-66810" target="_blank" rel="noopener">CVE-2026-66810</a></td><td>Microsoft Office Word Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-66809" target="_blank" rel="noopener">CVE-2026-66809</a></td><td>Microsoft Office Graphics Component Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-66808" target="_blank" rel="noopener">CVE-2026-66808</a></td><td>Microsoft SharePoint Server Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-66807" target="_blank" rel="noopener">CVE-2026-66807</a></td><td>Microsoft Office Graphics Component Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-66806" target="_blank" rel="noopener">CVE-2026-66806</a></td><td>Microsoft Office Word Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-66805" target="_blank" rel="noopener">CVE-2026-66805</a></td><td>Microsoft SharePoint Server Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-66804" target="_blank" rel="noopener">CVE-2026-66804</a></td><td>Microsoft Windows Cross Device Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-66802" target="_blank" rel="noopener">CVE-2026-66802</a></td><td>Windows Device Health Attestation (DHA) Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-66799" target="_blank" rel="noopener">CVE-2026-66799</a></td><td>Windows Key Guard Elevation of Privilege Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-66301" target="_blank" rel="noopener">CVE-2026-66301</a></td><td>Microsoft Dynamics 365 (On-Premises) Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65815" target="_blank" rel="noopener">CVE-2026-65815</a></td><td>Microsoft Dynamics 365 On-Premises Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65814" target="_blank" rel="noopener">CVE-2026-65814</a></td><td>Microsoft Windows Storage Port Driver Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65813" target="_blank" rel="noopener">CVE-2026-65813</a></td><td>Microsoft Exchange Server Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65811" target="_blank" rel="noopener">CVE-2026-65811</a></td><td>Power BI Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65810" target="_blank" rel="noopener">CVE-2026-65810</a></td><td>.NET Framework Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65807" target="_blank" rel="noopener">CVE-2026-65807</a></td><td>Microsoft Excel Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65806" target="_blank" rel="noopener">CVE-2026-65806</a></td><td>Azure CycleCloud Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65799" target="_blank" rel="noopener">CVE-2026-65799</a></td><td>Windows DNS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65798" target="_blank" rel="noopener">CVE-2026-65798</a></td><td>Windows DNS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65797" target="_blank" rel="noopener">CVE-2026-65797</a></td><td>Windows DNS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65796" target="_blank" rel="noopener">CVE-2026-65796</a></td><td>Windows iSCSI Target Service Denial of Service Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65795" target="_blank" rel="noopener">CVE-2026-65795</a></td><td>Windows DNS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65794" target="_blank" rel="noopener">CVE-2026-65794</a></td><td>Windows SMB Client Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65791" target="_blank" rel="noopener">CVE-2026-65791</a></td><td>Windows iSCSI Target Service Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65790" target="_blank" rel="noopener">CVE-2026-65790</a></td><td>Windows Message Queuing Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65789" target="_blank" rel="noopener">CVE-2026-65789</a></td><td>Windows DNS Server Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65788" target="_blank" rel="noopener">CVE-2026-65788</a></td><td>Desktop Window Manager Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65787" target="_blank" rel="noopener">CVE-2026-65787</a></td><td>Desktop Window Manager Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65786" target="_blank" rel="noopener">CVE-2026-65786</a></td><td>Desktop Window Manager Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65785" target="_blank" rel="noopener">CVE-2026-65785</a></td><td>Windows DHCP Client Denial of Service Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65784" target="_blank" rel="noopener">CVE-2026-65784</a></td><td>Windows NTFS Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65783" target="_blank" rel="noopener">CVE-2026-65783</a></td><td>Windows Autopilot Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65782" target="_blank" rel="noopener">CVE-2026-65782</a></td><td>Windows Autopilot Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65781" target="_blank" rel="noopener">CVE-2026-65781</a></td><td>Windows Autopilot Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65780" target="_blank" rel="noopener">CVE-2026-65780</a></td><td>Windows Autopilot Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65779" target="_blank" rel="noopener">CVE-2026-65779</a></td><td>Windows Autopilot Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65778" target="_blank" rel="noopener">CVE-2026-65778</a></td><td>Windows Autopilot Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65777" target="_blank" rel="noopener">CVE-2026-65777</a></td><td>Active Directory Security Feature Bypass Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65776" target="_blank" rel="noopener">CVE-2026-65776</a></td><td>Windows Win32k Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65775" target="_blank" rel="noopener">CVE-2026-65775</a></td><td>Windows Win32k Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65774" target="_blank" rel="noopener">CVE-2026-65774</a></td><td>Windows Installer Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65773" target="_blank" rel="noopener">CVE-2026-65773</a></td><td>Windows Kernel Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65769" target="_blank" rel="noopener">CVE-2026-65769</a></td><td>Microsoft Teams iOS Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65768" target="_blank" rel="noopener">CVE-2026-65768</a></td><td>Microsoft Teams Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65767" target="_blank" rel="noopener">CVE-2026-65767</a></td><td>Microsoft Teams for Android and iOS Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65681" target="_blank" rel="noopener">CVE-2026-65681</a></td><td>Windows iSCSI Target Service Denial of Service Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65680" target="_blank" rel="noopener">CVE-2026-65680</a></td><td>Microsoft OneDrive for MacOS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65679" target="_blank" rel="noopener">CVE-2026-65679</a></td><td>Windows iSCSI Target Service Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65678" target="_blank" rel="noopener">CVE-2026-65678</a></td><td>Windows Win32k Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65675" target="_blank" rel="noopener">CVE-2026-65675</a></td><td>CoPilot Chat Security Feature Bypass Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65673" target="_blank" rel="noopener">CVE-2026-65673</a></td><td>Microsoft Entra Connect Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65672" target="_blank" rel="noopener">CVE-2026-65672</a></td><td>Remote Access API Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65671" target="_blank" rel="noopener">CVE-2026-65671</a></td><td>Remote Access API Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65665" target="_blank" rel="noopener">CVE-2026-65665</a></td><td>Microsoft SharePoint Server Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65664" target="_blank" rel="noopener">CVE-2026-65664</a></td><td>Microsoft Office Graphics Component Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65663" target="_blank" rel="noopener">CVE-2026-65663</a></td><td>Microsoft SharePoint Server Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65662" target="_blank" rel="noopener">CVE-2026-65662</a></td><td>Windows GDI Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65661" target="_blank" rel="noopener">CVE-2026-65661</a></td><td>Microsoft Office Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65660" target="_blank" rel="noopener">CVE-2026-65660</a></td><td>Microsoft SharePoint Server Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65658" target="_blank" rel="noopener">CVE-2026-65658</a></td><td>Microsoft SharePoint Server Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65657" target="_blank" rel="noopener">CVE-2026-65657</a></td><td>Microsoft Office Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-65656" target="_blank" rel="noopener">CVE-2026-65656</a></td><td>Microsoft Office Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64922" target="_blank" rel="noopener">CVE-2026-64922</a></td><td>Microsoft SharePoint Server Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64921" target="_blank" rel="noopener">CVE-2026-64921</a></td><td>Microsoft SharePoint Server Elevation of Privilege Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64920" target="_blank" rel="noopener">CVE-2026-64920</a></td><td>Microsoft Access Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64919" target="_blank" rel="noopener">CVE-2026-64919</a></td><td>Microsoft Access Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64917" target="_blank" rel="noopener">CVE-2026-64917</a></td><td>Microsoft Office Word Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64916" target="_blank" rel="noopener">CVE-2026-64916</a></td><td>Microsoft SharePoint Server Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64915" target="_blank" rel="noopener">CVE-2026-64915</a></td><td>Microsoft Office Word Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64914" target="_blank" rel="noopener">CVE-2026-64914</a></td><td>Microsoft Access Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64912" target="_blank" rel="noopener">CVE-2026-64912</a></td><td>Microsoft Access Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64911" target="_blank" rel="noopener">CVE-2026-64911</a></td><td>Microsoft Office Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64910" target="_blank" rel="noopener">CVE-2026-64910</a></td><td>Microsoft Office Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64909" target="_blank" rel="noopener">CVE-2026-64909</a></td><td>Microsoft Office Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64908" target="_blank" rel="noopener">CVE-2026-64908</a></td><td>Microsoft Access Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64907" target="_blank" rel="noopener">CVE-2026-64907</a></td><td>Microsoft Office Word Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64906" target="_blank" rel="noopener">CVE-2026-64906</a></td><td>Microsoft Access Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64905" target="_blank" rel="noopener">CVE-2026-64905</a></td><td>Microsoft Office Word Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64904" target="_blank" rel="noopener">CVE-2026-64904</a></td><td>Microsoft Office Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64903" target="_blank" rel="noopener">CVE-2026-64903</a></td><td>Microsoft Office Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64902" target="_blank" rel="noopener">CVE-2026-64902</a></td><td>Microsoft SharePoint Server Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64901" target="_blank" rel="noopener">CVE-2026-64901</a></td><td>Microsoft SharePoint Server Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64900" target="_blank" rel="noopener">CVE-2026-64900</a></td><td>Microsoft SharePoint Server Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64899" target="_blank" rel="noopener">CVE-2026-64899</a></td><td>Microsoft Office Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64898" target="_blank" rel="noopener">CVE-2026-64898</a></td><td>Microsoft Office Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-64897" target="_blank" rel="noopener">CVE-2026-64897</a></td><td>Microsoft SharePoint Server Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63533" target="_blank" rel="noopener">CVE-2026-63533</a></td><td>Microsoft Office Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63532" target="_blank" rel="noopener">CVE-2026-63532</a></td><td>Microsoft Office Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63531" target="_blank" rel="noopener">CVE-2026-63531</a></td><td>Microsoft Office Word Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63530" target="_blank" rel="noopener">CVE-2026-63530</a></td><td>Microsoft Office Word Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63529" target="_blank" rel="noopener">CVE-2026-63529</a></td><td>Microsoft Office Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63528" target="_blank" rel="noopener">CVE-2026-63528</a></td><td>Microsoft Office Word Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63527" target="_blank" rel="noopener">CVE-2026-63527</a></td><td>Microsoft Office Word Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63526" target="_blank" rel="noopener">CVE-2026-63526</a></td><td>Microsoft Office Graphics Component Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63525" target="_blank" rel="noopener">CVE-2026-63525</a></td><td>Microsoft Office Word Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63524" target="_blank" rel="noopener">CVE-2026-63524</a></td><td>Microsoft Office Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63521" target="_blank" rel="noopener">CVE-2026-63521</a></td><td>Microsoft Office Word Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63520" target="_blank" rel="noopener">CVE-2026-63520</a></td><td>Microsoft SharePoint Server Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63519" target="_blank" rel="noopener">CVE-2026-63519</a></td><td>Microsoft Office Graphics Component Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63518" target="_blank" rel="noopener">CVE-2026-63518</a></td><td>Microsoft Office Word Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63517" target="_blank" rel="noopener">CVE-2026-63517</a></td><td>Microsoft Office Graphics Component Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63516" target="_blank" rel="noopener">CVE-2026-63516</a></td><td>Microsoft SharePoint Server Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63515" target="_blank" rel="noopener">CVE-2026-63515</a></td><td>Microsoft Office Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63514" target="_blank" rel="noopener">CVE-2026-63514</a></td><td>Microsoft SharePoint Server Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63513" target="_blank" rel="noopener">CVE-2026-63513</a></td><td>Microsoft Office Graphics Component Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-63512" target="_blank" rel="noopener">CVE-2026-63512</a></td><td>Microsoft SharePoint Server Tampering Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62917" target="_blank" rel="noopener">CVE-2026-62917</a></td><td>Microsoft SharePoint Server Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62915" target="_blank" rel="noopener">CVE-2026-62915</a></td><td>Microsoft Exchange Server Security Feature Bypass Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62914" target="_blank" rel="noopener">CVE-2026-62914</a></td><td>Microsoft Exchange Server Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62913" target="_blank" rel="noopener">CVE-2026-62913</a></td><td>Microsoft Exchange Server Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62912" target="_blank" rel="noopener">CVE-2026-62912</a></td><td>Microsoft Exchange Server Denial of Service Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62911" target="_blank" rel="noopener">CVE-2026-62911</a></td><td>Microsoft Exchange Server Elevation of Privilege Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62910" target="_blank" rel="noopener">CVE-2026-62910</a></td><td>Microsoft Exchange Server Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62909" target="_blank" rel="noopener">CVE-2026-62909</a></td><td>.NET Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62908" target="_blank" rel="noopener">CVE-2026-62908</a></td><td>Windows Backup Engine Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62902" target="_blank" rel="noopener">CVE-2026-62902</a></td><td>.NET Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62901" target="_blank" rel="noopener">CVE-2026-62901</a></td><td>.NET Denial of Service Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62900" target="_blank" rel="noopener">CVE-2026-62900</a></td><td>.NET Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62899" target="_blank" rel="noopener">CVE-2026-62899</a></td><td>.NET Security Feature Bypass Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62898" target="_blank" rel="noopener">CVE-2026-62898</a></td><td>Microsoft QUIC Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62897" target="_blank" rel="noopener">CVE-2026-62897</a></td><td>.NET Framework Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62894" target="_blank" rel="noopener">CVE-2026-62894</a></td><td>Windows DWM Core Library Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62893" target="_blank" rel="noopener">CVE-2026-62893</a></td><td>Windows Deployment Services TFTP Server Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62892" target="_blank" rel="noopener">CVE-2026-62892</a></td><td>Capability Access Management Service (camsvc) Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62890" target="_blank" rel="noopener">CVE-2026-62890</a></td><td>Windows GDI+ Elevation of Privilege Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62889" target="_blank" rel="noopener">CVE-2026-62889</a></td><td>Windows Secure Socket Tunneling Protocol (SSTP) Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62888" target="_blank" rel="noopener">CVE-2026-62888</a></td><td>Windows DWM Core Library Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62887" target="_blank" rel="noopener">CVE-2026-62887</a></td><td>Windows NTFS Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62886" target="_blank" rel="noopener">CVE-2026-62886</a></td><td>.NET Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62885" target="_blank" rel="noopener">CVE-2026-62885</a></td><td>Windows Win32k Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62883" target="_blank" rel="noopener">CVE-2026-62883</a></td><td>Windows DNS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62882" target="_blank" rel="noopener">CVE-2026-62882</a></td><td>Microsoft Outlook Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62881" target="_blank" rel="noopener">CVE-2026-62881</a></td><td>Windows DNS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62880" target="_blank" rel="noopener">CVE-2026-62880</a></td><td>Windows NTFS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62878" target="_blank" rel="noopener">CVE-2026-62878</a></td><td>Windows DNS Server Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62877" target="_blank" rel="noopener">CVE-2026-62877</a></td><td>Windows Win32k Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62876" target="_blank" rel="noopener">CVE-2026-62876</a></td><td>Windows Win32k Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62872" target="_blank" rel="noopener">CVE-2026-62872</a></td><td>.NET Framework Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62871" target="_blank" rel="noopener">CVE-2026-62871</a></td><td>.NET Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62842" target="_blank" rel="noopener">CVE-2026-62842</a></td><td>Microsoft Office Graphics Component Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62839" target="_blank" rel="noopener">CVE-2026-62839</a></td><td>Microsoft SharePoint Server Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62837" target="_blank" rel="noopener">CVE-2026-62837</a></td><td>Microsoft SharePoint Server Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62832" target="_blank" rel="noopener">CVE-2026-62832</a></td><td>Windows User Profile Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62829" target="_blank" rel="noopener">CVE-2026-62829</a></td><td>Microsoft SharePoint Server Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62827" target="_blank" rel="noopener">CVE-2026-62827</a></td><td>Microsoft SharePoint Server Elevation of Privilege Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62824" target="_blank" rel="noopener">CVE-2026-62824</a></td><td>Remote Desktop Client Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62823" target="_blank" rel="noopener">CVE-2026-62823</a></td><td>Windows DHCP Server Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62822" target="_blank" rel="noopener">CVE-2026-62822</a></td><td>Windows GDI+ Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62820" target="_blank" rel="noopener">CVE-2026-62820</a></td><td>Windows DNS Server Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62819" target="_blank" rel="noopener">CVE-2026-62819</a></td><td>Windows Routing and Remote Access Service (RRAS) Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62818" target="_blank" rel="noopener">CVE-2026-62818</a></td><td>Windows Active Directory Certificate Services (AD CS) Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62817" target="_blank" rel="noopener">CVE-2026-62817</a></td><td>Windows DNS Server Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62816" target="_blank" rel="noopener">CVE-2026-62816</a></td><td>Windows Reliable Multicast Transport Driver (RMCAST) Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62815" target="_blank" rel="noopener">CVE-2026-62815</a></td><td>Microsoft QUIC Remote Code Execution Vulnerability</td><td>Critical</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62814" target="_blank" rel="noopener">CVE-2026-62814</a></td><td>Windows DHCP Server Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62812" target="_blank" rel="noopener">CVE-2026-62812</a></td><td>Windows DHCP Server Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62811" target="_blank" rel="noopener">CVE-2026-62811</a></td><td>Windows HTTP.sys Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62807" target="_blank" rel="noopener">CVE-2026-62807</a></td><td>Windows DHCP Server Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62803" target="_blank" rel="noopener">CVE-2026-62803</a></td><td>Windows DHCP Server Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62800" target="_blank" rel="noopener">CVE-2026-62800</a></td><td>Windows SMBv3 Server Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62799" target="_blank" rel="noopener">CVE-2026-62799</a></td><td>Windows SMB Client Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62798" target="_blank" rel="noopener">CVE-2026-62798</a></td><td>Win32k Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62797" target="_blank" rel="noopener">CVE-2026-62797</a></td><td>Windows NTFS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62796" target="_blank" rel="noopener">CVE-2026-62796</a></td><td>Windows NTFS Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62795" target="_blank" rel="noopener">CVE-2026-62795</a></td><td>Windows LDAP – Lightweight Directory Access Protocol Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62793" target="_blank" rel="noopener">CVE-2026-62793</a></td><td>Windows NTFS Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62792" target="_blank" rel="noopener">CVE-2026-62792</a></td><td>Windows TCP/IP Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62790" target="_blank" rel="noopener">CVE-2026-62790</a></td><td>Windows SMBv3 Server Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62788" target="_blank" rel="noopener">CVE-2026-62788</a></td><td>Windows Kernel Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62787" target="_blank" rel="noopener">CVE-2026-62787</a></td><td>Windows DNS Server Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62786" target="_blank" rel="noopener">CVE-2026-62786</a></td><td>Win32k Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62785" target="_blank" rel="noopener">CVE-2026-62785</a></td><td>Windows LDAP – Lightweight Directory Access Protocol Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62784" target="_blank" rel="noopener">CVE-2026-62784</a></td><td>Microsoft Local Security Authority Server (lsasrv) Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62783" target="_blank" rel="noopener">CVE-2026-62783</a></td><td>Windows Remote Access Connection Manager Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62782" target="_blank" rel="noopener">CVE-2026-62782</a></td><td>Windows SMB Client Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62781" target="_blank" rel="noopener">CVE-2026-62781</a></td><td>RPC Runtime Library Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62780" target="_blank" rel="noopener">CVE-2026-62780</a></td><td>Windows Kernel Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62779" target="_blank" rel="noopener">CVE-2026-62779</a></td><td>Windows Schannel Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62778" target="_blank" rel="noopener">CVE-2026-62778</a></td><td>Windows DNS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62777" target="_blank" rel="noopener">CVE-2026-62777</a></td><td>Windows License Manager Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62776" target="_blank" rel="noopener">CVE-2026-62776</a></td><td>Windows DHCP Server Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62775" target="_blank" rel="noopener">CVE-2026-62775</a></td><td>Windows Container Isolation FS Filter Driver (unionfs.sys) Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62774" target="_blank" rel="noopener">CVE-2026-62774</a></td><td>Windows Graphics Kernel Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62773" target="_blank" rel="noopener">CVE-2026-62773</a></td><td>Windows Kerberos Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62772" target="_blank" rel="noopener">CVE-2026-62772</a></td><td>Windows Container Isolation FS Filter Driver (unionfs.sys) Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62771" target="_blank" rel="noopener">CVE-2026-62771</a></td><td>Windows Cloud Files Mini Filter Driver Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62770" target="_blank" rel="noopener">CVE-2026-62770</a></td><td>Windows Shell Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62769" target="_blank" rel="noopener">CVE-2026-62769</a></td><td>Windows DNS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62768" target="_blank" rel="noopener">CVE-2026-62768</a></td><td>Windows Installer Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62766" target="_blank" rel="noopener">CVE-2026-62766</a></td><td>Windows Kerberos Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62761" target="_blank" rel="noopener">CVE-2026-62761</a></td><td>Windows DHCP Server Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62758" target="_blank" rel="noopener">CVE-2026-62758</a></td><td>Windows Remote Access Connection Manager Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62757" target="_blank" rel="noopener">CVE-2026-62757</a></td><td>Windows Schannel Security Feature Bypass Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62755" target="_blank" rel="noopener">CVE-2026-62755</a></td><td>Windows DHCP Client Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62754" target="_blank" rel="noopener">CVE-2026-62754</a></td><td>Windows Kerberos Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62753" target="_blank" rel="noopener">CVE-2026-62753</a></td><td>Windows HTTP.sys Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62752" target="_blank" rel="noopener">CVE-2026-62752</a></td><td>Windows Kerberos Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62751" target="_blank" rel="noopener">CVE-2026-62751</a></td><td>Windows Projected File System Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62750" target="_blank" rel="noopener">CVE-2026-62750</a></td><td>Windows HTTP Protocol Stack Tampering Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62749" target="_blank" rel="noopener">CVE-2026-62749</a></td><td>Windows Kernel Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62748" target="_blank" rel="noopener">CVE-2026-62748</a></td><td>Windows Telephony Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62747" target="_blank" rel="noopener">CVE-2026-62747</a></td><td>Windows Device Association Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62746" target="_blank" rel="noopener">CVE-2026-62746</a></td><td>Win32k Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62745" target="_blank" rel="noopener">CVE-2026-62745</a></td><td>Windows DHCP Server Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62743" target="_blank" rel="noopener">CVE-2026-62743</a></td><td>Win32k Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62742" target="_blank" rel="noopener">CVE-2026-62742</a></td><td>Windows DHCP Server Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62741" target="_blank" rel="noopener">CVE-2026-62741</a></td><td>Windows HTTP.sys Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62740" target="_blank" rel="noopener">CVE-2026-62740</a></td><td>Windows Imaging Component Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62739" target="_blank" rel="noopener">CVE-2026-62739</a></td><td>Windows HTTP.sys Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62738" target="_blank" rel="noopener">CVE-2026-62738</a></td><td>Windows Management Instrumentation Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62737" target="_blank" rel="noopener">CVE-2026-62737</a></td><td>Windows Kernel Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62736" target="_blank" rel="noopener">CVE-2026-62736</a></td><td>Windows DHCP Client Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62735" target="_blank" rel="noopener">CVE-2026-62735</a></td><td>Windows HTTP.sys Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62734" target="_blank" rel="noopener">CVE-2026-62734</a></td><td>Windows Telephony Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62733" target="_blank" rel="noopener">CVE-2026-62733</a></td><td>Windows Win32k Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62732" target="_blank" rel="noopener">CVE-2026-62732</a></td><td>Windows Telephony Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62730" target="_blank" rel="noopener">CVE-2026-62730</a></td><td>Windows Wired AutoConfig Service Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62729" target="_blank" rel="noopener">CVE-2026-62729</a></td><td>Windows Telephony Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62728" target="_blank" rel="noopener">CVE-2026-62728</a></td><td>Windows Common Log File System Driver Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62726" target="_blank" rel="noopener">CVE-2026-62726</a></td><td>Windows Telephony Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62725" target="_blank" rel="noopener">CVE-2026-62725</a></td><td>Windows Telephony Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62724" target="_blank" rel="noopener">CVE-2026-62724</a></td><td>Windows Telephony Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62723" target="_blank" rel="noopener">CVE-2026-62723</a></td><td>Windows Telephony Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62722" target="_blank" rel="noopener">CVE-2026-62722</a></td><td>Windows Bind Filter Driver Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62721" target="_blank" rel="noopener">CVE-2026-62721</a></td><td>Windows User-Mode Power Service (UMPS) Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62720" target="_blank" rel="noopener">CVE-2026-62720</a></td><td>Windows DHCP Server Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62719" target="_blank" rel="noopener">CVE-2026-62719</a></td><td>Windows Message Queuing Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62718" target="_blank" rel="noopener">CVE-2026-62718</a></td><td>Windows DHCP Server Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62717" target="_blank" rel="noopener">CVE-2026-62717</a></td><td>Windows Message Queuing Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62716" target="_blank" rel="noopener">CVE-2026-62716</a></td><td>Windows DHCP Server Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62715" target="_blank" rel="noopener">CVE-2026-62715</a></td><td>Windows DHCP Server Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62714" target="_blank" rel="noopener">CVE-2026-62714</a></td><td>Windows DHCP Server Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62713" target="_blank" rel="noopener">CVE-2026-62713</a></td><td>Windows Cloud Files Mini Filter Driver Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62712" target="_blank" rel="noopener">CVE-2026-62712</a></td><td>Windows Win32k Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62711" target="_blank" rel="noopener">CVE-2026-62711</a></td><td>Windows Win32k Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62710" target="_blank" rel="noopener">CVE-2026-62710</a></td><td>Windows Device Association Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62709" target="_blank" rel="noopener">CVE-2026-62709</a></td><td>Windows GDI+ Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62708" target="_blank" rel="noopener">CVE-2026-62708</a></td><td>Windows Kernel Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62707" target="_blank" rel="noopener">CVE-2026-62707</a></td><td>Windows Modern Device Management (MDM) Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62705" target="_blank" rel="noopener">CVE-2026-62705</a></td><td>Windows Bind Filter Driver Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62703" target="_blank" rel="noopener">CVE-2026-62703</a></td><td>Windows DWM Core Library Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62702" target="_blank" rel="noopener">CVE-2026-62702</a></td><td>Windows Graphics Kernel Denial of Service Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62701" target="_blank" rel="noopener">CVE-2026-62701</a></td><td>Windows Telephony Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62700" target="_blank" rel="noopener">CVE-2026-62700</a></td><td>Windows NTFS Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62699" target="_blank" rel="noopener">CVE-2026-62699</a></td><td>Windows Universal Disk Format File System Driver (UDFS) Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62698" target="_blank" rel="noopener">CVE-2026-62698</a></td><td>Microsoft Digest Authentication Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62696" target="_blank" rel="noopener">CVE-2026-62696</a></td><td>Windows Program Compatibility Assistant Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62695" target="_blank" rel="noopener">CVE-2026-62695</a></td><td>Windows Storage Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62693" target="_blank" rel="noopener">CVE-2026-62693</a></td><td>Windows MIDI Service Module Elevation of Privileges Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62692" target="_blank" rel="noopener">CVE-2026-62692</a></td><td>Windows Remote Desktop Services Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62690" target="_blank" rel="noopener">CVE-2026-62690</a></td><td>Windows Push Notifications Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62688" target="_blank" rel="noopener">CVE-2026-62688</a></td><td>Windows MIDI Service Module Elevation of Privileges Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61939" target="_blank" rel="noopener">CVE-2026-61939</a></td><td>Winlogon Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61938" target="_blank" rel="noopener">CVE-2026-61938</a></td><td>Windows Installer Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61937" target="_blank" rel="noopener">CVE-2026-61937</a></td><td>Windows HTTP.sys Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61936" target="_blank" rel="noopener">CVE-2026-61936</a></td><td>Windows Defender Firewall Service Security Feature Bypass Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61934" target="_blank" rel="noopener">CVE-2026-61934</a></td><td>Windows Bind Filter Driver Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61933" target="_blank" rel="noopener">CVE-2026-61933</a></td><td>Windows DWM Core Library Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61932" target="_blank" rel="noopener">CVE-2026-61932</a></td><td>Windows DWM Core Library Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61930" target="_blank" rel="noopener">CVE-2026-61930</a></td><td>Windows Kernel Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61929" target="_blank" rel="noopener">CVE-2026-61929</a></td><td>Windows Kernel Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61928" target="_blank" rel="noopener">CVE-2026-61928</a></td><td>Windows Hello Tampering Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61927" target="_blank" rel="noopener">CVE-2026-61927</a></td><td>Windows Bind Filter Driver Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61926" target="_blank" rel="noopener">CVE-2026-61926</a></td><td>Windows USB Driver Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61925" target="_blank" rel="noopener">CVE-2026-61925</a></td><td>Windows Installer Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61924" target="_blank" rel="noopener">CVE-2026-61924</a></td><td>Windows Remote Desktop Client Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61923" target="_blank" rel="noopener">CVE-2026-61923</a></td><td>Windows Display Enhancement Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61921" target="_blank" rel="noopener">CVE-2026-61921</a></td><td>Windows Remote Desktop Client Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61920" target="_blank" rel="noopener">CVE-2026-61920</a></td><td>Windows DNS Server Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61918" target="_blank" rel="noopener">CVE-2026-61918</a></td><td>Windows Remote Desktop Client Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61368" target="_blank" rel="noopener">CVE-2026-61368</a></td><td>Windows Hyper-V Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61367" target="_blank" rel="noopener">CVE-2026-61367</a></td><td>Windows Remote Desktop Services Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61366" target="_blank" rel="noopener">CVE-2026-61366</a></td><td>Windows Network Connection Broker Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61365" target="_blank" rel="noopener">CVE-2026-61365</a></td><td>Windows Remote Desktop Services Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61364" target="_blank" rel="noopener">CVE-2026-61364</a></td><td>Windows Remote Desktop Services Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61363" target="_blank" rel="noopener">CVE-2026-61363</a></td><td>Remote Desktop Client Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61361" target="_blank" rel="noopener">CVE-2026-61361</a></td><td>Windows DHCP Client Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61360" target="_blank" rel="noopener">CVE-2026-61360</a></td><td>Windows GDI Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61359" target="_blank" rel="noopener">CVE-2026-61359</a></td><td>Windows Storage Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61358" target="_blank" rel="noopener">CVE-2026-61358</a></td><td>Windows Accessibility Infrastructure (ATBroker.exe) Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61357" target="_blank" rel="noopener">CVE-2026-61357</a></td><td>Application Information Services Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61356" target="_blank" rel="noopener">CVE-2026-61356</a></td><td>Windows Remote Desktop Services Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61355" target="_blank" rel="noopener">CVE-2026-61355</a></td><td>Windows Sensor Data Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61353" target="_blank" rel="noopener">CVE-2026-61353</a></td><td>Windows Telephony Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61352" target="_blank" rel="noopener">CVE-2026-61352</a></td><td>Remote Desktop Client Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61350" target="_blank" rel="noopener">CVE-2026-61350</a></td><td>Windows NTFS Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61349" target="_blank" rel="noopener">CVE-2026-61349</a></td><td>Windows Work Folder Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61348" target="_blank" rel="noopener">CVE-2026-61348</a></td><td>Windows Ancillary Function Driver for WinSock Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61347" target="_blank" rel="noopener">CVE-2026-61347</a></td><td>Windows Event Logging Service Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61346" target="_blank" rel="noopener">CVE-2026-61346</a></td><td>Windows Graphics Kernel Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-61345" target="_blank" rel="noopener">CVE-2026-61345</a></td><td>Microsoft Remote Registry Service Denial of Service Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59138" target="_blank" rel="noopener">CVE-2026-59138</a></td><td>Microsoft Remote Registry Service Denial of Service Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59137" target="_blank" rel="noopener">CVE-2026-59137</a></td><td>Windows Event Logging Service Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59136" target="_blank" rel="noopener">CVE-2026-59136</a></td><td>Microsoft COM for Windows Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59135" target="_blank" rel="noopener">CVE-2026-59135</a></td><td>Microsoft Windows Search Component Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59134" target="_blank" rel="noopener">CVE-2026-59134</a></td><td>Remote Desktop Client Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59133" target="_blank" rel="noopener">CVE-2026-59133</a></td><td>Microsoft High Performance Computing (HPC) Pack Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59132" target="_blank" rel="noopener">CVE-2026-59132</a></td><td>Windows TCP/IP Denial of Service Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59131" target="_blank" rel="noopener">CVE-2026-59131</a></td><td>AMD Zen Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59130" target="_blank" rel="noopener">CVE-2026-59130</a></td><td>AMD Zen Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59128" target="_blank" rel="noopener">CVE-2026-59128</a></td><td>Windows Encrypting File System (EFS) Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59127" target="_blank" rel="noopener">CVE-2026-59127</a></td><td>Windows Installer Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59126" target="_blank" rel="noopener">CVE-2026-59126</a></td><td>Windows Event Logging Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59125" target="_blank" rel="noopener">CVE-2026-59125</a></td><td>Virtual Hard Disk (VHD) Miniport Driver Elevation of Privilege Vulernability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59124" target="_blank" rel="noopener">CVE-2026-59124</a></td><td>Microsoft High Performance Computing (HPC) Pack Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59122" target="_blank" rel="noopener">CVE-2026-59122</a></td><td>Windows Telephony Service Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59119" target="_blank" rel="noopener">CVE-2026-59119</a></td><td>PowerShell Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-59113" target="_blank" rel="noopener">CVE-2026-59113</a></td><td>Visual Studio Code Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58651" target="_blank" rel="noopener">CVE-2026-58651</a></td><td>Microsoft Word Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58650" target="_blank" rel="noopener">CVE-2026-58650</a></td><td>Visual Studio Code Security Feature Bypass Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58641" target="_blank" rel="noopener">CVE-2026-58641</a></td><td>.NET Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58639" target="_blank" rel="noopener">CVE-2026-58639</a></td><td>Microsoft SharePoint Server Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-58612" target="_blank" rel="noopener">CVE-2026-58612</a></td><td>PowerShell Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57105" target="_blank" rel="noopener">CVE-2026-57105</a></td><td>Microsoft Office SharePoint Spoofing Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-57104" target="_blank" rel="noopener">CVE-2026-57104</a></td><td>Azure Storage Explorer Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56179" target="_blank" rel="noopener">CVE-2026-56179</a></td><td>Windows Network Address Translation (NAT) Spoofing Vulnerability</td><td>Moderate</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56174" target="_blank" rel="noopener">CVE-2026-56174</a></td><td>Windows Narrator Braille Elevation of Privilege Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-54984" target="_blank" rel="noopener">CVE-2026-54984</a></td><td>Windows Imaging Component Remote Code Execution Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-54981" target="_blank" rel="noopener">CVE-2026-54981</a></td><td>Visual Studio Code Python Extension Security Feature Bypass Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-54123" target="_blank" rel="noopener">CVE-2026-54123</a></td><td>Microsoft Defender for Endpoint for Mac Information Disclosure Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-54113" target="_blank" rel="noopener">CVE-2026-54113</a></td><td>Remote Procedure Call Denial of Service Vulnerability</td><td>Important</td></tr><tr><td><a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50472" target="_blank" rel="noopener">CVE-2026-50472</a></td><td>Windows LUA File Virtualization Filter Driver Elevation of Privilege Vulnerability</td><td>Important</td></tr></tbody></table></figure>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/microsoft-august-2026-patch-tuesday/">394 Microsoft Flaws Patched in August Update</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/microsoft-august-2026-patch-tuesday/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Zoom Zero-Click Flaws Put Devices at Risk</title>
		<link>https://firsthackersnews.com/zoom-vulnerabilities-remote-code-execution/</link>
					<comments>https://firsthackersnews.com/zoom-vulnerabilities-remote-code-execution/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 11 Aug 2026 12:41:00 +0000</pubDate>
				<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[Remote code execution]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[CVE-2026-53413]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[remote code execution]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[Zero-Click Attack]]></category>
		<category><![CDATA[zoom]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12178</guid>

					<description><![CDATA[<p>Zoom has released security updates for four newly discovered vulnerabilities that could allow an attacker to execute code</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/zoom-vulnerabilities-remote-code-execution/">Zoom Zero-Click Flaws Put Devices at Risk</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Zoom has released security updates for four newly discovered vulnerabilities that could allow an attacker to execute code on another meeting participant’s computer remotely. The most serious issue requires no clicks, downloads, or other interaction from the victim, exposing serious Zoom vulnerabilities.</p>



<p>The most critical vulnerability, tracked as <strong>CVE-2026-53413</strong>, has been named <strong>“Zoomsday”</strong> by A Security, the research team that discovered the flaw. Zoom has rated the vulnerability as <strong>high severity</strong>.</p>



<p>The problem is linked to Zoom’s <strong>annotation feature</strong>, which allows participants to draw, highlight, and add text while someone is sharing their screen. Behind the scenes, this feature uses a proprietary communication protocol to exchange data between participants.</p>



<p>Researchers found that Zoom’s annotation component does not properly validate certain formatting information received over the network. Specifically, the function responsible for processing annotation data uses fixed-size memory buffers while trusting size values provided by the sender.</p>



<p>An attacker could take advantage of this weakness by sending specially crafted data that is larger than the allocated memory space. This can cause a <strong>buffer overflow</strong>, potentially allowing the attacker to corrupt memory and take control of the application.</p>



<p>A Security demonstrated the issue on macOS by using the vulnerability to launch Safari on a targeted computer without the user taking any action. The demonstration showed that successful exploitation could occur quietly, without obvious signs that the device had been compromised.</p>



<p>The attacker only needs to join or host a Zoom meeting and target another participant.</p>



<h2 class="wp-block-heading"><strong>Three More Zoom Vulnerabilities</strong></h2>



<p>Zoom also disclosed three additional security issues as part of the same security update cycle.</p>



<p><strong>CVE-2026-53414</strong> is a medium-severity <strong>buffer over-read vulnerability</strong> affecting Zoom Clients. Successful exploitation could allow an attacker to access information from areas of memory that should not be exposed.</p>



<p><strong>CVE-2026-53415</strong> is a high-severity <strong>use-after-free vulnerability</strong>. It can cause memory corruption and could potentially lead to code execution when an attacker causes the application to access memory that has already been released.</p>



<p><strong>CVE-2026-53416</strong> affects the <strong>Zoom VDI Client</strong> and is caused by a <strong>path traversal vulnerability</strong>. An attacker could manipulate file paths to access files outside the directories intended by the application.</p>



<p>Zoom published these issues under security bulletins <strong>ZSB-26015 through ZSB-26018</strong>, with the bulletins published and updated on <strong>August 11, 2026</strong>.</p>



<h2 class="wp-block-heading"><strong>Zoom Releases Security Fixes</strong></h2>



<p>Zoom says the annotation-related vulnerabilities affect its clients across supported platforms, while the path traversal issue is limited to VDI environments.</p>



<p>The company has already released fixes. The affected products should be updated to the following versions:</p>



<ul class="wp-block-list">
<li><strong>Zoom Workplace:</strong> 7.1.5 or 7.0.6</li>



<li><strong>Zoom Rooms:</strong> 7.1.5</li>



<li><strong>Meeting SDK:</strong> 7.1.5</li>



<li><strong>Workplace VDI Client:</strong> 7.0.11 or 6.6.16</li>



<li><strong>VDI Plugin:</strong> 7.0.11 or 6.6.15</li>
</ul>



<h2 class="wp-block-heading"><strong>What Organizations Should Do</strong></h2>



<p>Zoom has not reported any confirmed exploitation of these vulnerabilities in the wild, and there is currently no publicly available proof-of-concept exploit.</p>



<p>However, the zero-click nature of CVE-2026-53413 makes the issue particularly important. Successful exploitation does not require the victim to open a file, click a link, or approve a prompt.</p>



<p>Organizations should prioritize updating Zoom across managed devices as soon as possible. IT and security teams should also consider deploying the updated packages centrally rather than depending entirely on users to update their applications themselves.</p>



<p>Keeping centralized installations updated can help prevent vulnerable versions from being reintroduced during future software deployments.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/zoom-vulnerabilities-remote-code-execution/">Zoom Zero-Click Flaws Put Devices at Risk</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/zoom-vulnerabilities-remote-code-execution/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Android Banking Malware Adopts New Evasion Techniques</title>
		<link>https://firsthackersnews.com/android-banking-malware-evasion-techniques/</link>
					<comments>https://firsthackersnews.com/android-banking-malware-evasion-techniques/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 10 Aug 2026 13:46:00 +0000</pubDate>
				<category><![CDATA[Android banking trojan]]></category>
		<category><![CDATA[Android malware]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Android Banking Malware]]></category>
		<category><![CDATA[android malware]]></category>
		<category><![CDATA[android security]]></category>
		<category><![CDATA[banking trojan]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Malware Droppers]]></category>
		<category><![CDATA[Mobile Banking Security]]></category>
		<category><![CDATA[mobile malware]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12169</guid>

					<description><![CDATA[<p>Android banking malware continues to evolve as cybercriminals adopt new methods to avoid detection and bypass app store</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/android-banking-malware-evasion-techniques/">Android Banking Malware Adopts New Evasion Techniques</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Android banking malware continues to evolve as cybercriminals adopt new methods to avoid detection and bypass app store security checks. Instead of distributing banking malware directly, attackers are increasingly using <strong>dropper applications</strong> that deliver the malicious payload only after the app has been installed.</p>



<p>According to recent security research, while the overall number of blocked Android malware attacks declined during the second quarter of 2026, banking malware remains one of the most active mobile threats. Rather than disappearing, attackers are changing how their malware is packaged and deployed.</p>



<h2 class="wp-block-heading"><strong>A Shift Toward Dropper-Based Attacks</strong></h2>



<p>A dropper is an application that appears harmless but is designed to download or activate malware after installation.</p>



<p>This approach allows attackers to hide the real banking Trojan during the initial app review process. Once the application is installed on a victim&#8217;s device, it can retrieve additional malicious components and begin targeting banking credentials.</p>



<p>By separating the delivery mechanism from the actual malware, cybercriminals can update or replace their payloads without creating entirely new malicious applications.</p>



<h2 class="wp-block-heading"><strong>Malicious Apps Disguised as Legitimate Software</strong></h2>



<p>Researchers observed attackers disguising malware as legitimate Android applications, including utility and document reader apps.</p>



<p>In one campaign, a PDF reader displayed what appeared to be a routine software update notification. Instead of installing an update, the application downloaded banking malware onto the victim&#8217;s device.</p>



<p>These fake update prompts make malicious activity appear normal, increasing the likelihood that users will unknowingly install the malware.</p>



<h2 class="wp-block-heading"><strong>Smarter Delivery Techniques</strong></h2>



<p>Modern Android droppers are becoming more selective in how they deliver malware.</p>



<p>Some applications first collect information about where they were downloaded and send that data to a command-and-control (C2) server. The server decides whether to deliver the malicious payload based on the installation source.</p>



<p>This selective delivery helps attackers avoid security researchers, automated analysis tools, and app store review systems while targeting real users.</p>



<h2 class="wp-block-heading"><strong>Banking Malware Continues to Evolve</strong></h2>



<p>Security researchers also observed continued activity from well-known Android banking malware families, including <strong>Mamont</strong> and <strong>Creduz</strong>.</p>



<p>New variants are being released regularly, suggesting that malware operators are continuously testing new delivery techniques, improving evasion methods, and developing updated versions to avoid detection.</p>



<h2 class="wp-block-heading"><strong>Why This Matters</strong></h2>



<p>The growing use of droppers shows that mobile threats are becoming more sophisticated. A reduction in traditional banking Trojan detections does not necessarily indicate a lower risk—it may simply reflect changes in how malware is delivered.</p>



<p>As attackers continue refining their techniques, users and organizations should remain cautious of applications that request unexpected updates or unnecessary permissions.</p>



<h2 class="wp-block-heading"><strong>How to Stay Protected</strong></h2>



<p>To reduce the risk of Android banking malware:</p>



<ul class="wp-block-list">
<li>Install apps only from trusted sources.</li>



<li>Keep Google Play Protect enabled.</li>



<li>Avoid downloading apps from unofficial websites.</li>



<li>Be cautious of unexpected in-app update requests.</li>



<li>Review requested permissions before installing applications.</li>



<li>Keep Android devices and applications updated.</li>



<li>Use a reputable mobile security solution.</li>
</ul>



<h2 class="wp-block-heading"><strong>Conclusion</strong></h2>



<p>Android banking malware operators are shifting away from traditional delivery methods and increasingly relying on dropper applications to bypass security controls. As these techniques become more advanced, mobile users and organizations should strengthen their security practices, verify application sources, and remain alert to suspicious app behavior to reduce the risk of financial compromise.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/android-banking-malware-evasion-techniques/">Android Banking Malware Adopts New Evasion Techniques</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/android-banking-malware-evasion-techniques/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>CISA Warns of Active LoadMaster Attacks</title>
		<link>https://firsthackersnews.com/progress-loadmaster-vulnerability/</link>
					<comments>https://firsthackersnews.com/progress-loadmaster-vulnerability/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 10 Aug 2026 03:07:00 +0000</pubDate>
				<category><![CDATA[CISA]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[Vulnerability Research]]></category>
		<category><![CDATA[cisa kev]]></category>
		<category><![CDATA[command injection]]></category>
		<category><![CDATA[CVE-2026-8037]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[LoadMaster Security]]></category>
		<category><![CDATA[LoadMaster Vulnerability]]></category>
		<category><![CDATA[Progress LoadMaster]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12173</guid>

					<description><![CDATA[<p>The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has issued an alert after confirming that a critical vulnerability</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/progress-loadmaster-vulnerability/">CISA Warns of Active LoadMaster Attacks</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has issued an alert after confirming that a critical vulnerability in <strong>Progress LoadMaster</strong> is being actively exploited. The flaw, tracked as <strong>CVE-2026-8037</strong>, has now been added to CISA&#8217;s <strong>Known Exploited Vulnerabilities (KEV)</strong> catalog, highlighting the urgent need for organizations to patch affected systems.</p>



<p>The vulnerability allows remote attackers to execute commands on vulnerable devices without requiring authentication. Since LoadMaster appliances are commonly deployed at the network edge to manage application traffic, a successful attack could provide threat actors with an entry point into an organization&#8217;s infrastructure.</p>



<h2 class="wp-block-heading"><strong>What Is the Vulnerability?</strong></h2>



<p>CVE-2026-8037 is a <strong>command injection vulnerability</strong> affecting the API component of Progress LoadMaster and related Application Delivery Controller (ADC) products.</p>



<p>The flaw occurs because certain user-supplied input is not properly validated before being processed by the operating system. As a result, attackers can craft malicious requests that force the appliance to execute unauthorized system commands.</p>



<p>Most importantly, the attack does <strong>not require valid login credentials</strong>, making internet-facing devices particularly vulnerable.</p>



<h2 class="wp-block-heading"><strong>Why the Risk Is So High</strong></h2>



<p>Security researchers have assigned the vulnerability a <strong>CVSS score of 9.6</strong>, reflecting its critical severity.</p>



<p>Because LoadMaster appliances often sit at the perimeter of enterprise networks, compromising one could allow attackers to:</p>



<ul class="wp-block-list">
<li>Execute remote commands.</li>



<li>Gain an initial foothold inside the network.</li>



<li>Steal credentials.</li>



<li>Move laterally to other systems.</li>



<li>Deploy additional malware or backdoors.</li>



<li>Modify device configurations.</li>
</ul>



<p>Public proof-of-concept (PoC) exploit code is also available, making it easier for attackers to scan for and target vulnerable systems.</p>



<h2 class="wp-block-heading"><strong>Active Exploitation Confirmed</strong></h2>



<p>According to CISA, the vulnerability is no longer a theoretical threat.</p>



<p>Evidence of active exploitation prompted the agency to add CVE-2026-8037 to its KEV catalog and advise affected organizations to apply vendor updates immediately.</p>



<p>Although there are currently no reports linking the flaw to ransomware campaigns, attackers are actively attempting to exploit vulnerable devices exposed to the internet.</p>



<h2 class="wp-block-heading"><strong>Recommended Security Measures</strong></h2>



<p>Organizations using Progress LoadMaster should act immediately by:</p>



<ul class="wp-block-list">
<li>Identifying all affected LoadMaster appliances.</li>



<li>Applying the latest security updates provided by Progress.</li>



<li>Restricting management and API access to trusted networks or VPNs.</li>



<li>Reviewing logs for unusual API requests and command execution attempts.</li>



<li>Investigating unexpected configuration changes or unauthorized administrative activity.</li>



<li>Conducting a full security assessment after patching to ensure attackers have not already established persistence.</li>
</ul>



<p>The inclusion of <strong>CVE-2026-8037</strong> in CISA&#8217;s Known Exploited Vulnerabilities catalog underscores the seriousness of this security issue. Since the vulnerability can be exploited without authentication and public exploit code is already available, organizations should prioritize patching affected LoadMaster systems and closely monitor their environments for signs of compromise.</p>



<p>Taking prompt action can significantly reduce the risk of attackers gaining access to critical network infrastructure.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/progress-loadmaster-vulnerability/">CISA Warns of Active LoadMaster Attacks</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/progress-loadmaster-vulnerability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
