<?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>Tomasz Szałaj, Author at Engagy360</title>
	<atom:link href="https://engagy360.com/author/tszalaj/feed/" rel="self" type="application/rss+xml" />
	<link>https://engagy360.com/author/tszalaj/</link>
	<description>We create limitless Digital Workplaces</description>
	<lastBuildDate>Wed, 14 Jan 2026 10:05:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Microsoft SharePoint zero-day exploit (CVE-2025-53770)</title>
		<link>https://engagy360.com/blog/microsoft-sharepoint-zero-day-exploit-cve-2025-53770/</link>
					<comments>https://engagy360.com/blog/microsoft-sharepoint-zero-day-exploit-cve-2025-53770/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Szałaj]]></dc:creator>
		<pubDate>Tue, 23 Sep 2025 11:02:48 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[SharePoint]]></category>
		<guid isPermaLink="false">https://engagy360.com/?p=980</guid>

					<description><![CDATA[<p>On July 19, 2025, Microsoft published a description of the zero-day CVE-2025-53770 vulnerability that allows attacking Microsoft SharePoint on-premises servers through unauthorized remote code execution, posing a serious threat to companies and institutions storing sensitive data on their own infrastructure. SharePoint Online cloud servers are not vulnerable to the above vulnerability. The above vulnerability allows [&#8230;]</p>
<p>The post <a href="https://engagy360.com/blog/microsoft-sharepoint-zero-day-exploit-cve-2025-53770/">Microsoft SharePoint zero-day exploit (CVE-2025-53770)</a> appeared first on <a href="https://engagy360.com">Engagy360</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>On July 19, 2025, Microsoft published a description of the zero-day <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-53770" target="_blank" rel="noopener">CVE-2025-53770</a> vulnerability that allows attacking Microsoft SharePoint on-premises servers through unauthorized remote code execution, posing a serious threat to companies and institutions storing sensitive data on their own infrastructure. <strong>SharePoint Online cloud servers are not vulnerable to the above vulnerability.</strong></p>
<p>The above vulnerability allows the deserialization of untrusted data bypassing authentication, and allows an attacker to bypass fixes made in July security bulletins for vulnerabilities <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-49704" target="_blank" rel="noopener">CVE-2025-49704</a> and <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-49706" target="_blank" rel="noopener">CVE-2025-49706</a>. <a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-53771" target="_blank" rel="noopener">CVE-2025-53771</a>, a patch bypass for another vulnerability from the ToolShell chain (<a href="https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-49706" target="_blank" rel="noopener">CVE-2025-49706</a>), which allows an unauthenticated user to access information without affecting service availability, was published simultaneously. Both security vulnerabilities &#8211; for unauthorized access to data and unauthorized code execution &#8211; were disclosed at Trend Micro&#8217;s Zero Day Initiative Pwn2Own Berlin 2025, but the new patches contain more robust protections than their originals developed at that conference.</p>
<h2>Attack mechanism</h2>
<ul>
<li>The attacker sends a crafted POST request to the endpoint /_layouts/*/ToolPane.aspx which deserializes malicious objects in the IIS context.</li>
<li>After obtaining code execution, the webshell spinstall0.aspx is installed in the Layouts directory.</li>
<li>From the webshell, the ValidationKey and DecryptionKey cryptographic keys are extracted.</li>
<li>Using the stolen keys, the attackers sign further requests to the server and fully take control of the server, regardless of the subsequent removal of the webshell.</li>
</ul>
<h2>Vulnerable SharePoint Versions and Recommended Protective Actions</h2>
<p>To protect against vulnerabilities, immediately apply the latest patches for all supported versions of SharePoint Server 2016, 2019 and Subscription Edition and make sure Antimalware Scan Interface (AMSI) integration is enabled and properly configured, preferably in Full Mode with Microsoft Defender Antivirus on SharePoint servers.</p>
<p>After installing patches and running AMSI, it&#8217;s a good idea to rotate ASP.NET Machine Keys and restart IIS according to SharePoint documentation.</p>
<p>If it is not possible to patch immediately, disconnect SharePoint servers from the Internet or restrict traffic to an authenticated VPN/proxy.</p>
<p>The SharePoint versions affected by the vulnerability and their corresponding security updates are summarized below.</p>

<table id="tablepress-4" class="tablepress tablepress-id-4">
<thead>
<tr class="row-1">
	<th class="column-1">SharePoint version</th><th class="column-2">Amendment number</th><th class="column-3">KB</th>
</tr>
</thead>
<tbody class="row-striping row-hover">
<tr class="row-2">
	<td class="column-1">SharePoint Server Subscription Edition</td><td class="column-2">16.0.18526.20508</td><td class="column-3"><a href="https://www.microsoft.com/en-us/download/details.aspx?id=108285" target="_blank">KB5002768</a></td>
</tr>
<tr class="row-3">
	<td class="column-1">SharePoint Server 2019</td><td class="column-2">16.0.10417.20037</td><td class="column-3"><a href="https://www.microsoft.com/en-us/download/details.aspx?id=108286" target="_blank">KB5002754</a> (server) and <a href="https://www.microsoft.com/en-us/download/details.aspx?id=108287" target="_blank">KB5002753</a> (language pack)</td>
</tr>
<tr class="row-4">
	<td class="column-1">SharePoint Enterprise Server 2016</td><td class="column-2">16.0.5513.1001</td><td class="column-3"><a href="https://www.microsoft.com/en-us/download/details.aspx?id=108288" target="_blank">KB5002760</a> (server) and <a href="https://www.microsoft.com/en-us/download/details.aspx?id=108289" target="_blank">KB5002759</a> (language pack)</td>
</tr>
</tbody>
</table>

<h2>Attacks exploiting CVE-2025-53770 vulnerability</h2>
<p>The first attempts to exploit the CVE-2025-53770 vulnerability were reported as early as July 7, 2025, against government infrastructure in the US and Western Europe. Microsoft has officially confirmed active attempts to exploit the vulnerabilities, so far more than 80 SharePoint installations have been confirmed infected using the vulnerability, including a SharePoint farm belonging to the National Nuclear Security Administration, part of the US government&#8217;s Department of Energy.</p>
<p>Researchers noted that Chinese state groups Linen Typhoon and Violet Typhoon and the Storm-2603 actor were involved in the attack attempts, using the ToolShell chain for unauthorized access.</p>
<p>The post <a href="https://engagy360.com/blog/microsoft-sharepoint-zero-day-exploit-cve-2025-53770/">Microsoft SharePoint zero-day exploit (CVE-2025-53770)</a> appeared first on <a href="https://engagy360.com">Engagy360</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://engagy360.com/blog/microsoft-sharepoint-zero-day-exploit-cve-2025-53770/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Copilot news for spring 2025</title>
		<link>https://engagy360.com/blog/microsoft-copilot-news-for-spring-2025/</link>
					<comments>https://engagy360.com/blog/microsoft-copilot-news-for-spring-2025/#respond</comments>
		
		<dc:creator><![CDATA[Tomasz Szałaj]]></dc:creator>
		<pubDate>Sun, 29 Jun 2025 13:15:47 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://engagy360.com/?p=954</guid>

					<description><![CDATA[<p>Spring is coming, everything is waking up, and so is Microsoft 365 Copilot, which for the past few months has begun to seriously set itself apart from the competition, including its free brother (cousin?) Free Copilot. Free Copilot offers a Think Deeper feature that Copilot for Business doesn&#8217;t have, and answers questions anyway. But Copilot [&#8230;]</p>
<p>The post <a href="https://engagy360.com/blog/microsoft-copilot-news-for-spring-2025/">Microsoft Copilot news for spring 2025</a> appeared first on <a href="https://engagy360.com">Engagy360</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Spring is coming, everything is waking up, and so is Microsoft 365 Copilot, which for the past few months has begun to seriously set itself apart from the competition, including its free brother (cousin?) Free Copilot. Free Copilot offers a Think Deeper feature that Copilot for Business doesn&#8217;t have, and answers questions anyway. But Copilot for companies has access to company data and can provide answers based on that, so the lack of ability to think deeper about the question and answer is sometimes disappointing, especially since you can&#8217;t paste the question along with relevant context into the free version, because that context weighs a lot.</p>
<p><img fetchpriority="high" decoding="async" class="" src="https://engagy360.com/wp-content/uploads/2025/04/Microsoft-Copilot-spring-2025-blog-agent-store.png" alt="" width="1600" height="900" /><br />
Well, but as of May 2025 that won&#8217;t be a problem, because&#8230; well the easiest way would be to give Copilot for businesses the same capabilities that free has, right? But it&#8217;s also possible to make an add-on that will be available in the agent store <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f973.png" alt="🥳" class="wp-smiley" style="height: 1em; max-height: 1em;" /> (Agent Store), and that&#8217;s the route Microsoft chose.</p>
<p>There will be a Researcher (Researcher) and an Analyst (Analyst) in the agent store, which will extend the capabilities of Copilot for Business, while being available as part of the Copilot for Business package <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f605.png" alt="😅" class="wp-smiley" style="height: 1em; max-height: 1em;" />. Third-party agents will also appear, including Jira, Monday.com and Miro, and it will also be possible to add company agents available internally.</p>
<p>The idea of an agent store seems ok with this, only if LLM being the basis of the intellectual capabilities of “bare” Copilot for companies doesn&#8217;t change, it won&#8217;t want to talk to them anymore <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f910.png" alt="🤐" class="wp-smiley" style="height: 1em; max-height: 1em;" />.</p>
<p>This feature is still in the process of implementation, and you need to join The Frontier to enable it. The capabilities for inferring and analyzing corporate data are impressive and will save a lot of work time. Below are videos demonstrating the capabilities of the new agents <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f60e.png" alt="😎" class="wp-smiley" style="height: 1em; max-height: 1em;" /><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f37f.png" alt="🍿" class="wp-smiley" style="height: 1em; max-height: 1em;" />.</p>
<p><iframe class="aligncenter" title="Researcher: A reasoning agent in Microsoft 365 Copilot" src="https://www.youtube.com/embed/lfruwkpqvk4" width="500" height="281" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p><iframe class="aligncenter" title="Analyst: A reasoning agent in Microsoft 365 Copilot" src="https://www.youtube.com/embed/9O3CoP8rEkY" width="500" height="281" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>Copilot will also get user memory based on information from chats, from the user&#8217;s profile, and the ability to customize operation through individual prompts and other settings. Also, administrators will get the ability to measure usage, set management policies and configure Copilot thoroughly within the organization&#8217;s Copilot Control System. These features have been sorely lacking so far, they&#8217;re already there <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f389.png" alt="🎉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> .</p>
<p>There&#8217;s also a new, better Copilot Enterprise Search, allowing you to find everything you need with rich, contextual&#8230; goodness, just a new, better search function that includes third-party applications in addition to documents and emails. So far, Copilot for Business&#8217; ability to search and count document or event occurrences has been so legendary <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f605.png" alt="😅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> that I can&#8217;t wait for the new version. Currently, Copilot for Business is very flexible on the correct answer to a question about the number of occurrences and documents that meet the criteria and often changes its mind, but it can be persuaded what the correct answer is. The new, better Enterprise Search may change that <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f628.png" alt="😨" class="wp-smiley" style="height: 1em; max-height: 1em;" />.</p>
<p>And then there&#8217;s something a little more controversial &#8211; People Skills Agent. Its purpose is to make it easier to find people in the organization who have the skills we are looking for. But also building a taxonomy of those skills based on the use of those skills on the job <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f440.png" alt="👀" class="wp-smiley" style="height: 1em; max-height: 1em;" /><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/274c.png" alt="❌" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><img loading="lazy" decoding="async" class="" src="https://engagy360.com/wp-content/uploads/2025/04/Microsoft-Copilot-spring-2025-blog-skill-discovery.png" alt="" width="800" height="493" /></p>
<p>Also now, checking whether an employee during the probationary period has demonstrated the skills he declared as part of the recruitment process will be at the price of his digital companion. To paraphrase an iconic quote &#8211; Copilot will help and advise, sometimes it will also reveal something about you <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f60a.png" alt="😊" class="wp-smiley" style="height: 1em; max-height: 1em;" />.</p>
<p>This feature is so good for business that the European Union will surely ban it <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f602.png" alt="😂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>There are more new features of Microsoft Copilot Wave 2, but there are also Microsoft programs for medium and large enterprises to learn about Copilot&#8217;s capabilities individually and to plan its adoption in the organization. If your organization already has Copilot licenses for businesses and you want to use its potential in a secure and planned way, contact us.<br />
<img loading="lazy" decoding="async" class="aligncenter" src="https://engagy360.com/wp-content/uploads/2025/04/szymon-bochniak.webp" alt="" width="150" height="150" /><br />
Our expert <strong>Szymon Bochniak</strong>, an MVP with a specialization in Copilot, will guide your organization through key scenarios for using Copilot&#8217;s enterprise features and classifying company data to safely use Copilot&#8217;s features, especially those that allow employees to discover information they previously had no idea about <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f60f.png" alt="😏" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>We can implement your organization&#8217;s Copilot Vision and Value or Copilot Studio Vision and Value workshops and also discuss issues related to automatic classification and protection of information from unknowing access to unauthorized recipients. If you&#8217;re wondering whether you can benefit from these workshops, you&#8217;d better <a href="https://engagy360.com/contact/">fill out the form</a> and we&#8217;ll be in touch in a moment to discuss possible support for your case <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f449.png" alt="👉" class="wp-smiley" style="height: 1em; max-height: 1em;" />.</p>
<p>The post <a href="https://engagy360.com/blog/microsoft-copilot-news-for-spring-2025/">Microsoft Copilot news for spring 2025</a> appeared first on <a href="https://engagy360.com">Engagy360</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://engagy360.com/blog/microsoft-copilot-news-for-spring-2025/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
