<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>Cyber Security News</title>
	<atom:link href="https://cybersecuritynews.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://cybersecuritynews.com/</link>
	<description>World&#039;s #1 Premier Cybersecurity and Hacking News Portal</description>
	<lastBuildDate>Sat, 25 Jul 2026 03:36:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://cybersecuritynews.com/wp-content/uploads/2025/12/cropped-CSN-Favico-32x32.webp</url>
	<title>Cyber Security News</title>
	<link>https://cybersecuritynews.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">192061645</site>	<item>
		<title>Foxit Updater Vulnerability Gives Standard Users SYSTEM-Level Control of Windows Devices</title>
		<link>https://cybersecuritynews.com/foxit-updater-vulnerability/</link>
		
		<dc:creator><![CDATA[Abinaya]]></dc:creator>
		<pubDate>Sat, 25 Jul 2026 03:36:03 +0000</pubDate>
				<category><![CDATA[Cyber Security News]]></category>
		<category><![CDATA[Vulnerability]]></category>
		<category><![CDATA[cyber security]]></category>
		<category><![CDATA[cyber security news]]></category>
		<guid isPermaLink="false">https://cybersecuritynews.com/?p=157127</guid>

					<description><![CDATA[<p>Foxit PDF Reader has been found vulnerable to a local privilege escalation flaw that allows standard Windows users to gain full SYSTEM-level control under specific conditions. The issue, tracked as CVE-2026-57239, was disclosed following research into Foxit’s updater and service architecture and represents a high-impact post-exploitation pathway, although it requires prior code execution on the [&#8230;]</p>
<p>The post <a href="https://cybersecuritynews.com/foxit-updater-vulnerability/">Foxit Updater Vulnerability Gives Standard Users SYSTEM-Level Control of Windows Devices</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Foxit PDF Reader has been found vulnerable to a local <a href="https://cybersecuritynews.com/foxit-pdf-reade-editor-flaw/" target="_blank" rel="noreferrer noopener">privilege escalation flaw</a> that allows standard Windows users to gain full SYSTEM-level control under specific conditions.</p>



<p class="wp-block-paragraph">The issue, tracked as CVE-2026-57239, was disclosed following research into Foxit’s updater and service architecture and represents a high-impact post-exploitation pathway, although it requires prior code execution on the target system. </p>



<p class="wp-block-paragraph">The vulnerability originates from insecure interactions between the Foxit updater component and a privileged Windows service running as NT AUTHORITY\SYSTEM.</p>



<p class="wp-block-paragraph">During analysis, researchers observed that the updater executable located in the user’s AppData directory performed multiple library load attempts, including references to driver-style modules such as winspool.drv.</p>



<p class="wp-block-paragraph">Unlike traditional DLL sideload protections implemented in the application, this driver file was not properly validated, allowing attackers to place a malicious proxy file and<a href="https://cybersecuritynews.com/foxit-pdf-vulnerability-arbitrary-code/" target="_blank" rel="noreferrer noopener"> achieve code execution</a> within the updater context.</p>



<p class="wp-block-paragraph">Although initial sideloading provided execution, privilege escalation required chaining this behavior with the FoxitPDFReaderUpdateService.exe process.</p>



<p class="wp-block-paragraph">This service continuously monitors specific files, including FoxitData.txt in the ProgramData directory, which is writable by low-privileged users.</p>



<h2 id="h-foxit-updater-vulnerability" class="wp-block-heading"><strong>Foxit Updater Vulnerability</strong></h2>



<p class="wp-block-paragraph">By manipulating this file, researchers discovered that it was possible to influence the service into launching the updater executable with SYSTEM privileges.</p>



<p class="wp-block-paragraph">Further reverse engineering revealed that the service expects encrypted instructions within FoxitData.txt. These instructions are protected using <a href="https://cybersecuritynews.com/poc-wsus-rce-vulnerability/" target="_blank" rel="noreferrer noopener">AES-128-CBC encryption</a> with a hardcoded key embedded in the binary.</p>



<p class="wp-block-paragraph">Once the encryption scheme and encoding format were understood, it became possible to craft valid payloads that trigger execution of the updater process under elevated privileges.</p>



<p class="wp-block-paragraph">Despite built-in safeguards such as certificate validation for executables, attackers could bypass restrictions by combining the privileged execution flow with sideloading techniques.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzDzPx-So6EhxW7N_Ud7TCoZa1olu3hHXJMidHc_SLjMKkNtPJyC_BZiSjsEIS7sk8FulXq0cV9MZJSWABb6zAc9zYsVsgW2faJGnD6jI9Tzh4LGK1boPr4Sda8OSHLzIaaH-2IxNdOaITbQoC86AGamH-huGPsRZNk1p4ZeUEsCHT3NnmWS0AgM65Q4o/s1600/Screenshot%202026-07-24%20190612%20%281%29.webp" alt="SYSTEM shell (source : medium )"/><figcaption class="wp-element-caption">SYSTEM shell (source : medium )</figcaption></figure>



<p class="wp-block-paragraph">In a working exploit chain, a malicious driver file placed alongside the updater executable is loaded when the service launches the updater, effectively granting SYSTEM-level code execution.</p>



<p class="wp-block-paragraph">Although Foxit previously mitigated sideloading vectors, <a href="https://blog.paradoxis.nl/escalating-all-the-privileges-with-foxit-pdf-reader-cve-2026-57239-582a78b60492" target="_blank" rel="noreferrer noopener nofollow">researcher Luke Paris discovered </a>an alternative exploitation path involving user interface interaction.</p>



<p class="wp-block-paragraph">By forcing the updater to display a GUI prompt and triggering specific actions, the application attempted to load external modules again, enabling successful exploitation even after initial patches.</p>



<p class="wp-block-paragraph">Successful exploitation results in full control over the affected system, including the ability to execute arbitrary commands, manipulate security controls, and maintain persistence.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Foxit PDF Reader LPE" width="696" height="522" src="https://www.youtube.com/embed/l-BfC5l8uEY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="wp-block-paragraph">Because the vulnerability requires local access or an existing foothold, it is most relevant in targeted attacks, post-compromise scenarios, or chained exploits.</p>



<p class="wp-block-paragraph">Organizations can detect potential exploitation by monitoring unauthorized modifications to FoxitData.txt and unusual process execution originating from the AppData Foxit directories.</p>



<p class="wp-block-paragraph">The presence of unexpected .dll or .drv files in user-controlled Foxit paths, combined with SYSTEM-level process creation events, may indicate abuse. Security teams should also review <a href="https://cybersecuritynews.com/windows-event-logs-ransomware/" target="_blank" rel="noreferrer noopener">Windows event logs</a> for token manipulation and anomalous service-driven process launches.</p>



<p class="wp-block-paragraph">Foxit has addressed the issue in version 2026.2, and users are strongly advised to update immediately. Additional mitigation strategies include enforcing application control policies such as AppLocker to restrict unauthorized module loading and monitoring file system activity in writable directories used by privileged services.</p>



<p class="wp-block-paragraph">This vulnerability highlights the risks associated with improper validation of inter-process communication and library loading mechanisms, reinforcing the need for strict boundary enforcement between user-controlled inputs and SYSTEM-level services.</p>



<p class="has-text-align-center has-background wp-block-paragraph" style="background:linear-gradient(180deg,rgb(238,238,238) 87%,rgb(169,184,195) 100%)"><strong>&nbsp;Strengthen Your SOC by Accelerating Threat Detection &amp; Rapid Investigations.&nbsp;-&gt;&nbsp;<a href="https://any.run/enterprise/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales" target="_blank" rel="noreferrer noopener">Integrate ANY.RUN With Your SOC&nbsp;</a><strong><a href="https://any.run/enterprise/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales" target="_blank" rel="noreferrer noopener">Now</a></strong>.</strong></p>
<p>The post <a href="https://cybersecuritynews.com/foxit-updater-vulnerability/">Foxit Updater Vulnerability Gives Standard Users SYSTEM-Level Control of Windows Devices</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://cybersecuritynews.com/wp-content/uploads/2026/07/Foxit-Updater-Vulnerability-Gives-Standard-Users-SYSTEM-Level-Control-of-Windows-Devices.webp" medium="image"></media:content>
            <post-id xmlns="com-wordpress:feed-additions:1">157127</post-id>	</item>
		<item>
		<title>Tego AI Discloses Second Claude Flaw in a Week: Hidden Link Silently Sends Files to Attackers</title>
		<link>https://cybersecuritynews.com/tego-ai-discloses-second-claude-flaw-in-a-week-hidden-link-silently-sends-files-to-attackers/</link>
		
		<dc:creator><![CDATA[Cybernewswire]]></dc:creator>
		<pubDate>Fri, 24 Jul 2026 17:19:04 +0000</pubDate>
				<category><![CDATA[Press Release]]></category>
		<guid isPermaLink="false">https://cybersecuritynews.com/?p=157110</guid>

					<description><![CDATA[<p>Tel Aviv, Israel, July 24th, 2026, CyberNewswire One week after disclosing that Anthropic&#8217;s Claude Tag Slack integration could be driven by plain &#8220;@Claude&#8221; text, Tego AI today published a second piece of research on the Claude ecosystem. This one focuses on Claude Code, Anthropic&#8217;s agentic command-line coding tool. Cloning an ordinary repository and starting Claude [&#8230;]</p>
<p>The post <a href="https://cybersecuritynews.com/tego-ai-discloses-second-claude-flaw-in-a-week-hidden-link-silently-sends-files-to-attackers/">Tego AI Discloses Second Claude Flaw in a Week: Hidden Link Silently Sends Files to Attackers</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"><strong>Tel Aviv, Israel, July 24th, 2026, CyberNewswire</strong></p>



<p class="wp-block-paragraph">One week after disclosing that Anthropic&#8217;s <a href="https://tego.ai/blog/tego-ai-finds-anthropics-claude-tag-slack-integration-can-trigger-unauthorized-enterprise-actions" target="_blank" rel="noreferrer noopener nofollow">Claude Tag Slack integration could be driven by plain &#8220;@Claude&#8221; text,</a> Tego AI today published a second piece of research on the Claude ecosystem. </p>



<p class="wp-block-paragraph">This one focuses on <strong>Claude Code</strong>, Anthropic&#8217;s agentic command-line coding tool.</p>



<p class="wp-block-paragraph">Cloning an ordinary repository and starting Claude Code can cause the tool to read a file from outside the project and include it in the model&#8217;s first request, without a warning or approval prompt the user would recognize.</p>



<p class="wp-block-paragraph">The technique is ordinary, and that is part of why it matters. A repository can commit a normal-looking instruction file, <em>CLAUDE.md</em>, whose <em>@import</em> directive points to a symbolic link. </p>



<p class="wp-block-paragraph">When a developer clones the repository and starts Claude Code, the tool follows the link to whatever file it resolves to, including files well outside the project, and folds that file&#8217;s contents into the first request it sends to the model.</p>



<p class="wp-block-paragraph">No tool call fires, and no file-edit approval appears. The dialog Claude Code uses to catch out-of-project reads does not appear either, because it checks the in-repository link name, such as <em>./link</em>, rather than the external file the link resolves to.</p>



<p class="wp-block-paragraph">The whole delivery mechanism is a repository file named <em>link</em> that GitHub itself labels as a symbolic link pointing to <em>/etc/passwd2</em>, visible to anyone browsing the repository.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuiqhE01dVJ1k9R3InG_t8uHFej5_MA3cGqYhvM2m3_kx_I65nWIh9YbJ4NlmxNRJM3Iaeh9pKKKH3ZjMQtlyARSQf_3Btcc1Jd2Qxykm3iZI1CCq-KcUfjoPREZex774FbLnghCNUnflbjng5xetEq9QYJMtJeUUR50qYhrKmVTCHdHgqmaJ5iur95HM/s1600/PR1.webp" alt=""/></figure>



<p class="wp-block-paragraph">&#8220;Context is whatever gets sent to the model, and the model is a network endpoint like any other,&#8221; said <strong>Tomer Niv, Head of Research at Tego AI</strong>. &#8220;So this is not a file that quietly sits in a prompt. </p>



<p class="wp-block-paragraph">Clone a repo, answer the same &#8216;trust this folder?&#8217; question you always answer, and a file from outside that repo can leave your machine on the first request, with no code execution, no cooperation from the model, and no server the attacker has to run.&#8221;</p>



<p class="wp-block-paragraph">The result is that the out-of-project file&#8217;s contents appear inside the request body Claude Code sends when the session starts. </p>



<p class="wp-block-paragraph">The data leaves the local machine as part of the outbound request, rather than remaining only in local model context.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiUr0UD_WBnKuRBv1stTo2zHhsl89NtstWcp7pg2bRkF9XprrJ7XIYigWL5hw0iKbMOSxJL9Yop_Ln5JuhKy38tw35_cLDnpAZqYjdUquhPJFZLSTori1_4zgiOo-iBIJGtnWb_8X5e8qrSQrs9mCdAcPLnngkE06xWKy35s_n330v2XUiBl7X9DNIqtLs/s1600/PR2.webp" alt=""/></figure>



<p class="wp-block-paragraph">Anthropic has already fixed this underlying class of flaw twice. What makes the new report notable is where the flaw sits, not that the pattern is new.</p>



<p class="wp-block-paragraph">The same failure, a security check reading one path while the filesystem follows a symbolic link to another, previously appeared in Claude Code and was fixed correctly in CVE-2025-59829 and CVE-2026-25724. </p>



<p class="wp-block-paragraph">Both were reported through HackerOne and resolved in the permission subsystem.</p>



<p class="wp-block-paragraph">Tego AI&#8217;s research shows that the same defect remained present on a third code path, the startup memory loader, which those fixes never reached. </p>



<p class="wp-block-paragraph">That path is also the one that places what it finds onto the network before the model has taken any action.</p>



<p class="wp-block-paragraph">The technical write-up also documents that a repository-committed settings file can redirect Claude Code&#8217;s outbound endpoint to a host chosen by the repository author, a separately known behavior. </p>



<p class="wp-block-paragraph">The exposed file only needs to be readable by the developer&#8217;s own account. </p>



<p class="wp-block-paragraph">That is a realistic condition in CI runners, containers, and standardized developer images, where sensitive file paths are often predictable.</p>



<p class="wp-block-paragraph">Tego AI&#8217;s point is about that security boundary rather than a single bug. The company reported the issue to Anthropic through HackerOne in July 2026, and Anthropic closed it as Informative.</p>



<p class="wp-block-paragraph">Anthropic&#8217;s rationale was consistent and clearly stated: under the Claude Code threat model, the &#8220;trust this folder&#8221; dialog is the security boundary, and accepting it already grants a project broad read, edit, and execute access. </p>



<p class="wp-block-paragraph">Tego AI does not dispute that Anthropic applied its stated model consistently.</p>



<p class="wp-block-paragraph">&#8220;We understand the model. Our disclosure is an argument about its terms,&#8221; Niv said. &#8220;A single &#8216;trust this folder&#8217; click is being asked to carry an enormous amount of weight, at the least informed moment possible, before you have seen anything the repository does. </p>



<p class="wp-block-paragraph">It cannot tell the difference between &#8216;run my code&#8217; and &#8216;read my SSH key and mail it out,&#8217; and in many real setups that click was inherited from a parent directory and never actually shown for the repository in question. </p>



<p class="wp-block-paragraph">As enterprises adopt AI coding agents, that is exactly the boundary they need to be able to reason about.&#8221;</p>



<p class="wp-block-paragraph">The disclosure continues a theme in Tego AI&#8217;s research: for enterprise AI agents, the unresolved question is authorization, meaning who, or what, is allowed to instruct the agent and reach its data and connected systems. </p>



<p class="wp-block-paragraph">The Claude Tag research raised that question about an inbound Slack message. This research raises it about an ordinary Git clone.</p>



<p class="wp-block-paragraph">Tego AI notes that symbolic-link attacks are decades old and that Anthropic has repeatedly hardened Claude Code against them in good faith. </p>



<p class="wp-block-paragraph">The company published the write-up so users and security teams can reason accurately about what &#8220;trust this folder&#8221; grants in practice.</p>



<p class="wp-block-paragraph">Tego AI confirmed the behavior against Claude Code v2.1.x.</p>



<p class="wp-block-paragraph">The full technical report is available at: <a href="https://tego.ai/blog/a-hidden-project-link-can-make-claude-code-silently-send-your-files-to-an-attacker" target="_blank" rel="noreferrer noopener nofollow">https://tego.ai/blog/a-hidden-project-link-can-make-claude-code-silently-send-your-files-to-an-attacker</a></p>



<h2 id="h-about-tego-ai" class="wp-block-heading"><strong>About Tego AI</strong></h2>



<p class="wp-block-paragraph">Tego AI is a cybersecurity company developing runtime security and control technology for enterprise AI agents. </p>



<p class="wp-block-paragraph">Its platform helps organizations monitor agent activity and stop unauthorized or risky actions before agents access sensitive data or connected systems.</p>



<p class="wp-block-paragraph">The company operates in stealth. This is its second public security disclosure in a week. According to Tego AI, there is more to come.</p>



<h2 id="h-contact" class="wp-block-heading"><strong>Contact</strong></h2>



<p class="wp-block-paragraph"><strong>CTO</strong></p>



<p class="wp-block-paragraph"><strong>Tal Melamed</strong></p>



<p class="wp-block-paragraph"><strong>Tego AI</strong></p>



<p class="wp-block-paragraph"><strong>tal@tego.ai</strong></p>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://cybersecuritynews.com/tego-ai-discloses-second-claude-flaw-in-a-week-hidden-link-silently-sends-files-to-attackers/">Tego AI Discloses Second Claude Flaw in a Week: Hidden Link Silently Sends Files to Attackers</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://i2.wp.com/blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgi0P93isfMolpttdKKetZMFFqsAxNjilUZbF8_D9tFZXyaizjd6_AM8-Rfwc_hi02VANgyADkDSdfOhYg-wY32rLcrwbJz1_59Bd76zYONr7NLTloZ9WNVDr8BG_j-TkqhnI2cxE2SYpbIpy1ENMGi-p6-29z-qaQ49nc0caZQPo2OBsXckek4yvz4W1k/s1600/Insignary%20Launches%20Clarity%20On-Demand%20SBOMs,%20No%20Annual%20Commitment%20Required%20Toronto,%20Canada,%20July%2015th,%202026,%20CyberNewswire%20Enterprise-grade%20binary%20software%20verification%20for%20one%20project,%20one%20team,%20o%20(37).webp?ssl=1" medium="image"></media:content>
            <post-id xmlns="com-wordpress:feed-additions:1">157110</post-id>	</item>
		<item>
		<title>Certighost Active Directory CS Exploit Allows Low-Privileged Users to Compromise Domain</title>
		<link>https://cybersecuritynews.com/certighost-active-directory-cs-flaw/</link>
		
		<dc:creator><![CDATA[Guru Baran]]></dc:creator>
		<pubDate>Fri, 24 Jul 2026 16:35:58 +0000</pubDate>
				<category><![CDATA[Cyber Security]]></category>
		<category><![CDATA[Cyber Security News]]></category>
		<category><![CDATA[Vulnerability News]]></category>
		<category><![CDATA[cyber security]]></category>
		<category><![CDATA[cyber security news]]></category>
		<category><![CDATA[vulnerability]]></category>
		<guid isPermaLink="false">https://cybersecuritynews.com/?p=157152</guid>

					<description><![CDATA[<p>A newly disclosed Active Directory Certificate Services (AD CS) vulnerability, dubbed Certighost, allowed a low-privilege domain user to impersonate a Domain Controller and take over an entire Active Directory domain. Tracked as CVE-2026-54121, the flaw was patched in Microsoft&#8217;s July 2026 security updates following responsible disclosure earlier this year. AD CS is Microsoft&#8217;s public key [&#8230;]</p>
<p>The post <a href="https://cybersecuritynews.com/certighost-active-directory-cs-flaw/">Certighost Active Directory CS Exploit Allows Low-Privileged Users to Compromise Domain</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">A newly disclosed Active Directory Certificate Services (AD CS) vulnerability, dubbed Certighost, allowed a low-privilege domain user to impersonate a Domain Controller and take over an entire Active Directory domain.</p>



<p class="wp-block-paragraph">Tracked as CVE-2026-54121, the flaw was patched in <a href="https://cybersecuritynews.com/microsoft-patch-tuesday-update-july-2026/" target="_blank" rel="noreferrer noopener">Microsoft&#8217;s July 2026 security updates</a> following responsible disclosure earlier this year.</p>



<p class="wp-block-paragraph">AD CS is Microsoft&#8217;s public key infrastructure (PKI) system, issuing X.509 certificates used for encryption, signing, and authentication across a domain. Certificates act like digital ID cards: a Certification Authority (CA) signs them, binding a public key to an identity that other services can trust.</p>



<p class="wp-block-paragraph">One key use case is certificate-based Kerberos authentication (PKINIT), where a client requests a certificate and later presents it to the Key Distribution Center (KDC) to obtain a Kerberos ticket. The KDC maps the certificate&#8217;s identity data to an AD account — and this mapping process is exactly where Certighost breaks down.</p>



<figure class="wp-block-image size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiL7t4zzrG7pEq45oG9p473HnpGvpQoTYdDPUjOoEea0UheqqEpzLdVEKueBc5pGxVP35RdAFLEsoJrKilPOUWSycO1MGCLgO2aapcSCua-XSJS2S5VvQh1OAIVvD0AlQksdOo2uLE04zsSvdjSqcmIw-nT6YJo_Aj4AumIiJmCwzQQgqO5U6wfa8kS1WZX/s1600/mapp.webp" alt=""/><figcaption class="wp-element-caption">Authenticating certificate using Certipy (Source: Muhammad Ali)</figcaption></figure>



<p class="wp-block-paragraph">During certain enrollment scenarios, the CA performs a secondary directory lookup called a chase, controlled by two request attributes:</p>



<ul class="wp-block-list">
<li><code>cdc</code> (Client DC) — specifies the host the CA should contact</li>



<li><code>rmd</code> (Remote Domain) — specifies the principal to look up</li>
</ul>



<p class="wp-block-paragraph">The vulnerable CA code trusted whatever host was supplied in <code>cdc</code> without verifying it was an actual Domain Controller, <a href="https://gist.github.com/H0j3n/a5ef2609b5f2944ac2390a191a534c26" target="_blank" rel="noreferrer noopener nofollow">reads the advisory</a>.</p>



<p class="wp-block-paragraph">An attacker could stand up rogue SMB, LDAP, and LSA services on their own machine, point the CA at it via <code>cdc</code>, and return fabricated identity data including a real DC&#8217;s SID and DNS hostname for the <code>rmd</code> target.</p>



<p class="wp-block-paragraph">Combined with a machine account created through the default <code>ms-DS-MachineAccountQuota</code> setting (which lets any user register up to 10 machine accounts), an attacker&#8217;s rogue host could pass the CA&#8217;s authentication checks as a &#8220;valid&#8221; domain principal, even though it wasn&#8217;t the DC it claimed to be.</p>



<p class="wp-block-paragraph">Once the CA issued a certificate carrying the impersonated DC&#8217;s identity data, the attacker could authenticate as that Domain Controller.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYycxgYFE_v-cnwnjW7oZBmy3R_bA0ZHTVQdupZ_KEPP6XAfszMzU2nYj9l8chHcwpeCzvXD1dwwdF87A9ykOsBhZxWGt4RCBHrxcH1eEaU-Us7kfeT3F00wKyaWxja4RHBJLu4SD2UBFWWc5kDsHjt_8OBLOBoSnNhXezT6yib_U3v5pERHt2O6AdtTLn/s1600/Domain%20Controller%20imper.webp" alt=""/><figcaption class="wp-element-caption">Vulnerable Flow (Source: Muhammad Ali)</figcaption></figure>
</div>


<p class="wp-block-paragraph">Since DCs hold directory replication rights, this access enabled a <a href="https://cybersecuritynews.com/qilin-ransomware-dcsync-active-directory/" target="_blank" rel="noreferrer noopener">DCSync attack</a> extracting sensitive secrets including the krbtgt account hash, effectively handing over full domain control.</p>



<p class="wp-block-paragraph">Microsoft&#8217;s July 2026 patch introduces a new validation function, <code>_ValidateChaseTargetIsDC</code>, gated behind a servicing flag (<code>Feature_3185813818</code>). Before the CA follows a <code>cdc</code> target, it now:</p>



<ul class="wp-block-list">
<li>Rejects empty, oversized, or IP-literal hostnames</li>



<li>Blocks LDAP injection characters</li>



<li>Queries AD to confirm the target is a real computer object with the <code>SERVER_TRUST_ACCOUNT</code> flag (value 8192)</li>



<li>Performs a follow-up SID comparison to prevent object substitution</li>
</ul>



<p class="wp-block-paragraph">Only after these checks pass does the CA proceed with the chase and certificate issuance.</p>



<h2 id="h-mitigation-if-you-can-t-patch-immediately" class="wp-block-heading"><strong>Mitigation If You Can&#8217;t Patch Immediately</strong></h2>



<p class="wp-block-paragraph">Organizations unable to deploy the July update right away can disable the vulnerable chase fallback with:</p>



<pre class="wp-block-preformatted">text<code>certutil -setreg policy\EditFlags -EDITF_ENABLECHASECLIENTDC
Restart-Service CertSvc -Force</code></pre>



<p class="wp-block-paragraph">This is a temporary mitigation, not a fix — if the flag is re-enabled later (via policy, imaging, or an admin action), the CA becomes exploitable again. Test this in staging first, since any legitimate workflows relying on the chase fallback will break.</p>



<p class="wp-block-paragraph">A proof-of-concept is available on <a href="https://github.com/aniqfakhrul/cve-2026-54121" target="_blank" rel="noreferrer noopener nofollow">GitHub</a>. Organizations running AD CS should prioritize patching immediately and audit <code>EDITF_ENABLECHASECLIENTDC</code> settings across all Enterprise CAs.</p>



<p class="has-text-align-center has-background wp-block-paragraph" style="background:linear-gradient(180deg,rgb(238,238,238) 87%,rgb(169,184,195) 100%)"><strong>&nbsp;Strengthen Your SOC by Accelerating Threat Detection &amp; Rapid Investigations.&nbsp;-&gt;&nbsp;<a href="https://any.run/enterprise/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales" target="_blank" rel="noreferrer noopener">Integrate ANY.RUN With Your SOC&nbsp;</a><strong><a href="https://any.run/enterprise/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales" target="_blank" rel="noreferrer noopener">Now</a></strong>.</strong></p>
<p>The post <a href="https://cybersecuritynews.com/certighost-active-directory-cs-flaw/">Certighost Active Directory CS Exploit Allows Low-Privileged Users to Compromise Domain</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://cybersecuritynews.com/wp-content/uploads/2026/07/Certighost-Active-Directory-CS-Flaw.webp" medium="image"></media:content>
            <post-id xmlns="com-wordpress:feed-additions:1">157152</post-id>	</item>
		<item>
		<title>Bing Images Vulnerability Lets Attackers Execute Remote Code on Microsoft Servers</title>
		<link>https://cybersecuritynews.com/bing-images-vulnerability/</link>
		
		<dc:creator><![CDATA[Guru Baran]]></dc:creator>
		<pubDate>Fri, 24 Jul 2026 15:56:46 +0000</pubDate>
				<category><![CDATA[Cyber Security News]]></category>
		<category><![CDATA[Vulnerability News]]></category>
		<category><![CDATA[cyber security news]]></category>
		<category><![CDATA[vulnerability]]></category>
		<guid isPermaLink="false">https://cybersecuritynews.com/?p=157136</guid>

					<description><![CDATA[<p>Three critical remote code execution (RCE) vulnerabilities in Microsoft&#8217;s infrastructure, with two flaws in Bing Images allowing attackers to hijack backend image-processing servers using nothing more than a crafted SVG file. The findings, disclosed responsibly by XBOW and now patched, expose how an &#8220;ordinary&#8221; image-handling feature became a gateway to full SYSTEM-level access on production [&#8230;]</p>
<p>The post <a href="https://cybersecuritynews.com/bing-images-vulnerability/">Bing Images Vulnerability Lets Attackers Execute Remote Code on Microsoft Servers</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Three critical remote code execution (RCE) vulnerabilities in Microsoft&#8217;s infrastructure, with two flaws in Bing Images allowing attackers to hijack backend image-processing servers using nothing more than a crafted SVG file.</p>



<p class="wp-block-paragraph">The findings, disclosed responsibly by XBOW and now patched, expose how an &#8220;ordinary&#8221; image-handling feature became a gateway to full SYSTEM-level access on production Bing servers.</p>



<p class="wp-block-paragraph">Microsoft&#8217;s advisories classify all three vulnerabilities as Critical, each carrying a maximum CVSS score of 9.8. <a href="https://msrc.microsoft.com/update-guide/en-US/advisory/CVE-2026-32194" target="_blank" rel="noreferrer noopener nofollow">CVE-2026-32194</a> is a command injection flaw in Bing&#8217;s image-processing pipeline, reachable through the public &#8220;Search by Image&#8221; upload feature.</p>



<p class="wp-block-paragraph">Its sibling, <a href="https://msrc.microsoft.com/update-guide/en-US/advisory/CVE-2026-32091" target="_blank" rel="noreferrer noopener nofollow">CVE-2026-32191</a>, affects a related server-side image ingestion path tied to Bing&#8217;s reverse image search crawler. A third, unrelated flaw, <a href="https://msrc.microsoft.com/update-guide/en-US/advisory/CVE-2026-21536" target="_blank" rel="noreferrer noopener nofollow">CVE-2026-21536</a>, involves unrestricted file upload in the Microsoft Devices Pricing Program.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiz-u5T4IhjExyesnCzhNdh5RgSKfvn59ru6xUslpDQ9UhCbmZvxKDwjq4wE3HE6gbT1s8IqrrtaZRHf6eCjESD_24Dtf24Md7G9yowpBNCHOC5I9BgMA6V9xwZt6k4UtBul9vgDch2YLVt9_YtW_ZWTOYIlJmh2ID0hM3BYnRVVwmhlSV352EwP2eInT0/s1600/t1%20(1).webp" alt="Bing Images visual search endpoint investigation"/><figcaption class="wp-element-caption">Bing Images visual search endpoint investigation (Image Source: xbow.com)</figcaption></figure>
</div>


<p class="wp-block-paragraph">All three were credited to XBOW, an autonomous AI security researcher that reportedly landed in the top 10 of Microsoft&#8217;s bug bounty leaderboard as the first AI to achieve that rank.</p>



<figure class="wp-block-table is-style-stripes"><table class="has-fixed-layout"><thead><tr><td><strong>CVE Identifier</strong></td><td><strong>Affected Component</strong></td><td><strong>Root Cause Mechanism</strong></td></tr></thead><tbody><tr><td><strong>CVE-2026-32194</strong></td><td>Bing &#8220;Search by Image&#8221; upload</td><td>Command injection in image-processing pipeline</td></tr><tr><td><strong>CVE-2026-32191</strong></td><td>Bing reverse image search (crawler fetch)</td><td>OS command injection in server-side image ingestion</td></tr><tr><td><strong>CVE-2026-21536</strong></td><td>Microsoft Devices Pricing Program</td><td>Unrestricted upload of executable files</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">The investigation began almost by accident: Bing&#8217;s reverse image search could be tricked into fetching an attacker-controlled URL from its backend, a classic server-side request forgery (SSRF) pattern that on its own looked low-impact.</p>



<p class="wp-block-paragraph">Researchers confirmed the fetch by observing outbound requests from Bing infrastructure carrying a bingbot/2.0 user agent, then noticed inconsistent HTTP 500 errors that hinted the backend was doing more than just retrieving an image.</p>



<p class="wp-block-paragraph">That anomaly led investigators to test whether the fetched content was being parsed by a vulnerable component rather than simply displayed.</p>



<p class="wp-block-paragraph">Systematic probing ruled out XML External Entity (XXE) attacks and instead pointed to an ImageMagick-style rendering engine processing SVG files through &#8220;coders&#8221; and &#8220;delegates.&#8221;</p>



<p class="wp-block-paragraph">Because SVG is XML-based, it can embed references to external resources or execute pseudo-protocols like label:, xc:, and pipe-based commands, features useful for trusted input but dangerous when exposed to public uploads.</p>



<p class="wp-block-paragraph">The successful payload inserted a pipe-prefixed shell command within an SVG reference, which led the backend&#8217;s image conversion library to execute it as an operating system command instead of rendering it as an image.</p>



<p class="wp-block-paragraph">This SVG was submitted either directly through Bing&#8217;s image upload endpoint or hosted externally and pulled in via the crawler-based SSRF path, two distinct routes into the same vulnerable delegate-backed pipeline.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjzQt5SuWIyS4ChLkqDRv0oaw6yB3IyaDThljSU1AzXT00rIaTKbA9RlxaBM77A-sxZEpbbvwaFL11PWUVGV2OLug9IGuE3xsxjdkwCpEu-jzJv71QtN22_AyPpI8VRolJN0uoCtVdhSaPtHYcaNl_mBQP0KyuF2a2viJDaFcqtbHoYBCd2jQIWkwEr2no/s1600/t2%20(1).webp" alt="Trace logs analyzing ImageMagick delegate vectors"/><figcaption class="wp-element-caption">Trace logs analyzing ImageMagick delegate vectors (Image Source: xbow.com)</figcaption></figure>
</div>


<p class="wp-block-paragraph">Proof of exploitation arrived via out-of-band callbacks rather than the visible HTTP response, since the frontend returned generic errors while the backend silently executed commands.</p>



<p class="wp-block-paragraph">Command output confirmed execution as NT AUTHORITY\SYSTEM on Bing image-processing workers running Windows Server 2022 Datacenter, with results reproduced across multiple hosts and network ranges indicating the exposure spanned Bing&#8217;s image-processing tier, not a single misconfigured server.</p>



<p class="wp-block-paragraph"><a href="https://xbow.com/blog/bing-images-rce-vulnerabilities" target="_blank" rel="noreferrer noopener nofollow">XBOW researchers</a> also caught Linux-based workers, initially missed because their automated validator only recognized Linux-style output like uid=0(user) gid=0(group), until they retooled it to also catch Windows proof commands such as whoami /all and systeminfo.</p>



<p class="wp-block-paragraph">This is not a novel bug; <a href="https://cybersecuritynews.com/ivanti-command-injection-vulnerability-exploit/" target="_blank" rel="noreferrer noopener">command injection</a> through image converters has plagued software for years, as seen in ImageTragick and similar ExifTool-based RCEs disclosed via GitLab&#8217;s bug bounty program.</p>



<p class="wp-block-paragraph">What made this case notable was that applications treat image parsers as inert &#8220;plumbing,&#8221; when in reality these helpers carry decades of format compatibility and shell-out behavior that attackers can weaponize.</p>



<h2 id="h-takeaway-for-defenders" class="wp-block-heading"><strong>Takeaway for Defenders</strong></h2>



<p class="wp-block-paragraph">Organizations running similar image-processing pipelines should take several precautions:</p>



<ul class="wp-block-list">
<li>Disable shell-invoking delegates and pipe-based delegate behavior in ImageMagick-style converters.</li>



<li>Enforce restrictive policy.xml and delegates.xml configurations, disallowing high-risk formats like SVG, MVG, and EPS unless explicitly required.</li>



<li>Implement strict egress controls, including destination allowlists and internal-address blocking, for any feature that fetches user-supplied URLs.</li>



<li>Run image conversion in sandboxed environments with reduced privileges and constrained outbound network access.</li>



<li>Build validation harnesses that account for heterogeneous server fleets (Linux and Windows) to avoid missing real exploitation signals.</li>
</ul>



<p class="wp-block-paragraph">Microsoft has fully remediated both Bing Images vulnerabilities in its cloud service, though the underlying lesson extends well beyond Bing: any application accepting image uploads or fetching external image URLs should treat its conversion pipeline as untrusted, security-critical code rather than harmless media handling</p>



<p class="has-text-align-center has-background wp-block-paragraph" style="background:linear-gradient(180deg,rgb(238,238,238) 87%,rgb(169,184,195) 100%)"><strong>&nbsp;Strengthen Your SOC by Accelerating Threat Detection &amp; Rapid Investigations.&nbsp;-&gt;&nbsp;<a href="https://any.run/enterprise/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales" target="_blank" rel="noreferrer noopener">Integrate ANY.RUN With Your SOC&nbsp;</a><strong><a href="https://any.run/enterprise/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales" target="_blank" rel="noreferrer noopener">Now</a></strong>.</strong></p>
<p>The post <a href="https://cybersecuritynews.com/bing-images-vulnerability/">Bing Images Vulnerability Lets Attackers Execute Remote Code on Microsoft Servers</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://cybersecuritynews.com/wp-content/uploads/2026/07/Bing-Images-Vulnerability-1.webp" medium="image"></media:content>
            <post-id xmlns="com-wordpress:feed-additions:1">157136</post-id>	</item>
		<item>
		<title>Cl0p Hackers Exploit Windchill Servers to Steal Companies’ Secret Product Designs</title>
		<link>https://cybersecuritynews.com/cl0p-hackers-exploit-windchill/</link>
		
		<dc:creator><![CDATA[Tushar Subhra Dutta]]></dc:creator>
		<pubDate>Fri, 24 Jul 2026 13:05:36 +0000</pubDate>
				<category><![CDATA[Cyber Security News]]></category>
		<category><![CDATA[Threats]]></category>
		<category><![CDATA[cyber security]]></category>
		<category><![CDATA[cyber security news]]></category>
		<guid isPermaLink="false">https://cybersecuritynews.com/?p=157105</guid>

					<description><![CDATA[<p>Cl0p ransomware affiliates are exploiting exposed PTC Windchill and FlexPLM servers to steal engineering and product-design data. The campaign combines software flaws to gain access without credentials, install hidden server-side access, and remove sensitive files before demanding payment. The activity places manufacturers, automotive firms, aerospace organizations, and retail apparel companies at particular risk because Windchill [&#8230;]</p>
<p>The post <a href="https://cybersecuritynews.com/cl0p-hackers-exploit-windchill/">Cl0p Hackers Exploit Windchill Servers to Steal Companies’ Secret Product Designs</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Cl0p ransomware affiliates are exploiting exposed PTC Windchill and FlexPLM servers to steal engineering and product-design data. </p>



<p class="wp-block-paragraph">The campaign combines software flaws to gain access without credentials, install hidden server-side access, and remove sensitive files before demanding payment.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/401351a4-3a09-4e1b-a8a3-d2ded263c489/Cl0p-Hackers-Exploit-Windchill-Servers-to-Steal-Companies-Secret-Product-Designs.pdf?AWSAccessKeyId=ASIA2F3EMEYE3HSH2TK5&amp;Signature=Owj4Tsypgr%2BiCSRioBj4IK%2Fwx5M%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjED0aCXVzLWVhc3QtMSJHMEUCIQC5O6iiBr3exXjMZqoZ81zQLVOxvz5qQeybx1x3orpuMAIgdomGElzL3yRdf5hLUYZBHit262yJ6AiAk4%2F%2Fs%2Bczk8Qq8wQIBRABGgw2OTk3NTMzMDk3MDUiDJ5tPNKOd8t89qWWGSrQBFDQisD4adVQ8cht2yjStwc2Gxti2WtkDyCh7Kx4Z89TI2q%2B5vsjfOgPPDhnb6d9k6V8jsZUcKfbDytyx43KoqcP7J8ceYTgR8GQ%2F0I0Q5pwjc5t80rHYcBndcMaD0L2wW061uHFMh%2Fuqbd4TiELGR%2Fr4RFBIMlCZNGZpgA9ZQnY1R%2FGim9wKubSxBjBFEVfZs4dwdf%2BF9qPQEPCOKBmzX%2Fs%2BXLVKMHgsGNfpmJi3tLHwHm0LWFGJ0mrik6Yixg54QGH6%2FWyxo64MQ80mFlUhiO0bcZytnroOmRHtA%2FF7EBxbG5WdpbqhcXmFj2j3W0BUOMK0o8RWr8%2BjiasobVheLulC7Q3RoFKaVx01drGmts%2Bls%2BNaT3WVjgyXSRfD8RkSYHUpnY1nNjVGrxnHP%2FZKVy7cVrxxzm9mcKPMDH3YX2lrKLZONeHehIa0sURs609EwTq%2F20a7QdUwXKYvtMiIO8VoKjd8qW3w4B6SHAQ7E5OAxWPUtd8sKcbZDZhHOjwglJngMRqochw9r1Hx2YhdfINZU7O26WByotr0kxMkHJQ8eci6GRLGhN1jDmNRrQdTFmL4Lw2zk9%2BcnMwl7G7k385wmOTyl13jqK00VXmZMDx4aqDNYEiq8OvIFbrtZCWcYy6nc0z4paKriTSRbacNYEa7Qigi0bNG1rv%2FGiPBJPvYD8Gvf6gvX8%2BDOCIifRTOYYRLKMTJXkXdLFFgH2IAe9tbH3BXZpNMhvnKwiZqJapVdHGvLIScoUPgeGY%2F5fqf0Oi0pNjzR%2FMUSoQ83y4MKgwr66N0wY6mAHv3ZU06Dk%2F0WZCXgzl6VW1tdFfo56Zm8LigYEn5v5ZCPSLiN2uDgtojGf1aMhduJI2vyuMzD3x%2B%2Fr9hgrbhyPsohiBc8GuCHKKMmzbw3QG7vK2fMT0F0gK%2FobvFtRRe4sAsj4fooR%2BZGne2g5eG47fnepz5g7Rc9qY1NvwtP4bj2ixuDl7y9QX4MgEaWV2oLb%2F2YAf3KNI5A%3D%3D&amp;Expires=1784898818" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">The activity places manufacturers, automotive firms, aerospace organizations, and retail apparel companies at particular risk because Windchill systems can hold highly valuable product records. </p>



<p class="wp-block-paragraph">Attackers use a double-extortion model, allowing them to pressure victims with stolen data even when systems can be recovered from backups.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/401351a4-3a09-4e1b-a8a3-d2ded263c489/Cl0p-Hackers-Exploit-Windchill-Servers-to-Steal-Companies-Secret-Product-Designs.pdf?AWSAccessKeyId=ASIA2F3EMEYE3HSH2TK5&amp;Signature=Owj4Tsypgr%2BiCSRioBj4IK%2Fwx5M%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjED0aCXVzLWVhc3QtMSJHMEUCIQC5O6iiBr3exXjMZqoZ81zQLVOxvz5qQeybx1x3orpuMAIgdomGElzL3yRdf5hLUYZBHit262yJ6AiAk4%2F%2Fs%2Bczk8Qq8wQIBRABGgw2OTk3NTMzMDk3MDUiDJ5tPNKOd8t89qWWGSrQBFDQisD4adVQ8cht2yjStwc2Gxti2WtkDyCh7Kx4Z89TI2q%2B5vsjfOgPPDhnb6d9k6V8jsZUcKfbDytyx43KoqcP7J8ceYTgR8GQ%2F0I0Q5pwjc5t80rHYcBndcMaD0L2wW061uHFMh%2Fuqbd4TiELGR%2Fr4RFBIMlCZNGZpgA9ZQnY1R%2FGim9wKubSxBjBFEVfZs4dwdf%2BF9qPQEPCOKBmzX%2Fs%2BXLVKMHgsGNfpmJi3tLHwHm0LWFGJ0mrik6Yixg54QGH6%2FWyxo64MQ80mFlUhiO0bcZytnroOmRHtA%2FF7EBxbG5WdpbqhcXmFj2j3W0BUOMK0o8RWr8%2BjiasobVheLulC7Q3RoFKaVx01drGmts%2Bls%2BNaT3WVjgyXSRfD8RkSYHUpnY1nNjVGrxnHP%2FZKVy7cVrxxzm9mcKPMDH3YX2lrKLZONeHehIa0sURs609EwTq%2F20a7QdUwXKYvtMiIO8VoKjd8qW3w4B6SHAQ7E5OAxWPUtd8sKcbZDZhHOjwglJngMRqochw9r1Hx2YhdfINZU7O26WByotr0kxMkHJQ8eci6GRLGhN1jDmNRrQdTFmL4Lw2zk9%2BcnMwl7G7k385wmOTyl13jqK00VXmZMDx4aqDNYEiq8OvIFbrtZCWcYy6nc0z4paKriTSRbacNYEa7Qigi0bNG1rv%2FGiPBJPvYD8Gvf6gvX8%2BDOCIifRTOYYRLKMTJXkXdLFFgH2IAe9tbH3BXZpNMhvnKwiZqJapVdHGvLIScoUPgeGY%2F5fqf0Oi0pNjzR%2FMUSoQ83y4MKgwr66N0wY6mAHv3ZU06Dk%2F0WZCXgzl6VW1tdFfo56Zm8LigYEn5v5ZCPSLiN2uDgtojGf1aMhduJI2vyuMzD3x%2B%2Fr9hgrbhyPsohiBc8GuCHKKMmzbw3QG7vK2fMT0F0gK%2FobvFtRRe4sAsj4fooR%2BZGne2g5eG47fnepz5g7Rc9qY1NvwtP4bj2ixuDl7y9QX4MgEaWV2oLb%2F2YAf3KNI5A%3D%3D&amp;Expires=1784898818" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">Analysts at Ransom-ISAC, working with eCrime.ch and DEFUSED, identified active exploitation and warned that unpatched, internet-facing deployments remain the main entry point. </p>



<p class="wp-block-paragraph">The activity is linked to Cl0p affiliates, an operation also known as Graceful Spider, Chubby Scorpius, FIN11, and Lace Tempest.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/401351a4-3a09-4e1b-a8a3-d2ded263c489/Cl0p-Hackers-Exploit-Windchill-Servers-to-Steal-Companies-Secret-Product-Designs.pdf?AWSAccessKeyId=ASIA2F3EMEYE3HSH2TK5&amp;Signature=Owj4Tsypgr%2BiCSRioBj4IK%2Fwx5M%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjED0aCXVzLWVhc3QtMSJHMEUCIQC5O6iiBr3exXjMZqoZ81zQLVOxvz5qQeybx1x3orpuMAIgdomGElzL3yRdf5hLUYZBHit262yJ6AiAk4%2F%2Fs%2Bczk8Qq8wQIBRABGgw2OTk3NTMzMDk3MDUiDJ5tPNKOd8t89qWWGSrQBFDQisD4adVQ8cht2yjStwc2Gxti2WtkDyCh7Kx4Z89TI2q%2B5vsjfOgPPDhnb6d9k6V8jsZUcKfbDytyx43KoqcP7J8ceYTgR8GQ%2F0I0Q5pwjc5t80rHYcBndcMaD0L2wW061uHFMh%2Fuqbd4TiELGR%2Fr4RFBIMlCZNGZpgA9ZQnY1R%2FGim9wKubSxBjBFEVfZs4dwdf%2BF9qPQEPCOKBmzX%2Fs%2BXLVKMHgsGNfpmJi3tLHwHm0LWFGJ0mrik6Yixg54QGH6%2FWyxo64MQ80mFlUhiO0bcZytnroOmRHtA%2FF7EBxbG5WdpbqhcXmFj2j3W0BUOMK0o8RWr8%2BjiasobVheLulC7Q3RoFKaVx01drGmts%2Bls%2BNaT3WVjgyXSRfD8RkSYHUpnY1nNjVGrxnHP%2FZKVy7cVrxxzm9mcKPMDH3YX2lrKLZONeHehIa0sURs609EwTq%2F20a7QdUwXKYvtMiIO8VoKjd8qW3w4B6SHAQ7E5OAxWPUtd8sKcbZDZhHOjwglJngMRqochw9r1Hx2YhdfINZU7O26WByotr0kxMkHJQ8eci6GRLGhN1jDmNRrQdTFmL4Lw2zk9%2BcnMwl7G7k385wmOTyl13jqK00VXmZMDx4aqDNYEiq8OvIFbrtZCWcYy6nc0z4paKriTSRbacNYEa7Qigi0bNG1rv%2FGiPBJPvYD8Gvf6gvX8%2BDOCIifRTOYYRLKMTJXkXdLFFgH2IAe9tbH3BXZpNMhvnKwiZqJapVdHGvLIScoUPgeGY%2F5fqf0Oi0pNjzR%2FMUSoQ83y4MKgwr66N0wY6mAHv3ZU06Dk%2F0WZCXgzl6VW1tdFfo56Zm8LigYEn5v5ZCPSLiN2uDgtojGf1aMhduJI2vyuMzD3x%2B%2Fr9hgrbhyPsohiBc8GuCHKKMmzbw3QG7vK2fMT0F0gK%2FobvFtRRe4sAsj4fooR%2BZGne2g5eG47fnepz5g7Rc9qY1NvwtP4bj2ixuDl7y9QX4MgEaWV2oLb%2F2YAf3KNI5A%3D%3D&amp;Expires=1784898818" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph"><a href="https://ransom-isac.org/blog/clop-windchill-flexplm-exploitation/" data-type="link" data-id="https://ransom-isac.org/blog/clop-windchill-flexplm-exploitation/" target="_blank" rel="noreferrer noopener nofollow">Ransom-ISAC said in a report</a> shared with Cyber Security News (CSN) that the intrusions appear to date back to early June and have been followed by mass extortion emails sent through randomly compromised accounts. </p>



<p class="wp-block-paragraph">The messages force organizations to investigate possible theft quickly while also protecting employees from follow-on phishing and social-engineering attempts.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/401351a4-3a09-4e1b-a8a3-d2ded263c489/Cl0p-Hackers-Exploit-Windchill-Servers-to-Steal-Companies-Secret-Product-Designs.pdf?AWSAccessKeyId=ASIA2F3EMEYE3HSH2TK5&amp;Signature=Owj4Tsypgr%2BiCSRioBj4IK%2Fwx5M%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjED0aCXVzLWVhc3QtMSJHMEUCIQC5O6iiBr3exXjMZqoZ81zQLVOxvz5qQeybx1x3orpuMAIgdomGElzL3yRdf5hLUYZBHit262yJ6AiAk4%2F%2Fs%2Bczk8Qq8wQIBRABGgw2OTk3NTMzMDk3MDUiDJ5tPNKOd8t89qWWGSrQBFDQisD4adVQ8cht2yjStwc2Gxti2WtkDyCh7Kx4Z89TI2q%2B5vsjfOgPPDhnb6d9k6V8jsZUcKfbDytyx43KoqcP7J8ceYTgR8GQ%2F0I0Q5pwjc5t80rHYcBndcMaD0L2wW061uHFMh%2Fuqbd4TiELGR%2Fr4RFBIMlCZNGZpgA9ZQnY1R%2FGim9wKubSxBjBFEVfZs4dwdf%2BF9qPQEPCOKBmzX%2Fs%2BXLVKMHgsGNfpmJi3tLHwHm0LWFGJ0mrik6Yixg54QGH6%2FWyxo64MQ80mFlUhiO0bcZytnroOmRHtA%2FF7EBxbG5WdpbqhcXmFj2j3W0BUOMK0o8RWr8%2BjiasobVheLulC7Q3RoFKaVx01drGmts%2Bls%2BNaT3WVjgyXSRfD8RkSYHUpnY1nNjVGrxnHP%2FZKVy7cVrxxzm9mcKPMDH3YX2lrKLZONeHehIa0sURs609EwTq%2F20a7QdUwXKYvtMiIO8VoKjd8qW3w4B6SHAQ7E5OAxWPUtd8sKcbZDZhHOjwglJngMRqochw9r1Hx2YhdfINZU7O26WByotr0kxMkHJQ8eci6GRLGhN1jDmNRrQdTFmL4Lw2zk9%2BcnMwl7G7k385wmOTyl13jqK00VXmZMDx4aqDNYEiq8OvIFbrtZCWcYy6nc0z4paKriTSRbacNYEa7Qigi0bNG1rv%2FGiPBJPvYD8Gvf6gvX8%2BDOCIifRTOYYRLKMTJXkXdLFFgH2IAe9tbH3BXZpNMhvnKwiZqJapVdHGvLIScoUPgeGY%2F5fqf0Oi0pNjzR%2FMUSoQ83y4MKgwr66N0wY6mAHv3ZU06Dk%2F0WZCXgzl6VW1tdFfo56Zm8LigYEn5v5ZCPSLiN2uDgtojGf1aMhduJI2vyuMzD3x%2B%2Fr9hgrbhyPsohiBc8GuCHKKMmzbw3QG7vK2fMT0F0gK%2FobvFtRRe4sAsj4fooR%2BZGne2g5eG47fnepz5g7Rc9qY1NvwtP4bj2ixuDl7y9QX4MgEaWV2oLb%2F2YAf3KNI5A%3D%3D&amp;Expires=1784898818" target="_blank" rel="noreferrer noopener"></a></p>



<h2 id="h-cl0p-hackers-exploit-windchill-servers" class="wp-block-heading"><strong>Cl0p Hackers Exploit Windchill Servers</strong></h2>



<p class="wp-block-paragraph">The attack begins with a pre-authentication information disclosure in the FlexPLM WSDL endpoint, followed by abuse of a weakness in the Windchill login servlet. </p>



<p class="wp-block-paragraph">Chaining the two flaws gives attackers a way to execute code remotely without a valid account and establish a foothold on the server.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/401351a4-3a09-4e1b-a8a3-d2ded263c489/Cl0p-Hackers-Exploit-Windchill-Servers-to-Steal-Companies-Secret-Product-Designs.pdf?AWSAccessKeyId=ASIA2F3EMEYE3HSH2TK5&amp;Signature=Owj4Tsypgr%2BiCSRioBj4IK%2Fwx5M%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjED0aCXVzLWVhc3QtMSJHMEUCIQC5O6iiBr3exXjMZqoZ81zQLVOxvz5qQeybx1x3orpuMAIgdomGElzL3yRdf5hLUYZBHit262yJ6AiAk4%2F%2Fs%2Bczk8Qq8wQIBRABGgw2OTk3NTMzMDk3MDUiDJ5tPNKOd8t89qWWGSrQBFDQisD4adVQ8cht2yjStwc2Gxti2WtkDyCh7Kx4Z89TI2q%2B5vsjfOgPPDhnb6d9k6V8jsZUcKfbDytyx43KoqcP7J8ceYTgR8GQ%2F0I0Q5pwjc5t80rHYcBndcMaD0L2wW061uHFMh%2Fuqbd4TiELGR%2Fr4RFBIMlCZNGZpgA9ZQnY1R%2FGim9wKubSxBjBFEVfZs4dwdf%2BF9qPQEPCOKBmzX%2Fs%2BXLVKMHgsGNfpmJi3tLHwHm0LWFGJ0mrik6Yixg54QGH6%2FWyxo64MQ80mFlUhiO0bcZytnroOmRHtA%2FF7EBxbG5WdpbqhcXmFj2j3W0BUOMK0o8RWr8%2BjiasobVheLulC7Q3RoFKaVx01drGmts%2Bls%2BNaT3WVjgyXSRfD8RkSYHUpnY1nNjVGrxnHP%2FZKVy7cVrxxzm9mcKPMDH3YX2lrKLZONeHehIa0sURs609EwTq%2F20a7QdUwXKYvtMiIO8VoKjd8qW3w4B6SHAQ7E5OAxWPUtd8sKcbZDZhHOjwglJngMRqochw9r1Hx2YhdfINZU7O26WByotr0kxMkHJQ8eci6GRLGhN1jDmNRrQdTFmL4Lw2zk9%2BcnMwl7G7k385wmOTyl13jqK00VXmZMDx4aqDNYEiq8OvIFbrtZCWcYy6nc0z4paKriTSRbacNYEa7Qigi0bNG1rv%2FGiPBJPvYD8Gvf6gvX8%2BDOCIifRTOYYRLKMTJXkXdLFFgH2IAe9tbH3BXZpNMhvnKwiZqJapVdHGvLIScoUPgeGY%2F5fqf0Oi0pNjzR%2FMUSoQ83y4MKgwr66N0wY6mAHv3ZU06Dk%2F0WZCXgzl6VW1tdFfo56Zm8LigYEn5v5ZCPSLiN2uDgtojGf1aMhduJI2vyuMzD3x%2B%2Fr9hgrbhyPsohiBc8GuCHKKMmzbw3QG7vK2fMT0F0gK%2FobvFtRRe4sAsj4fooR%2BZGne2g5eG47fnepz5g7Rc9qY1NvwtP4bj2ixuDl7y9QX4MgEaWV2oLb%2F2YAf3KNI5A%3D%3D&amp;Expires=1784898818" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">The key vulnerability, CVE-2026-12569, is a critical deserialization flaw with a CVSS score of 9.8 that affects PTC Windchill PDMLink and FlexPLM releases before 11.0 M030. It was disclosed on June 17, while CISA added it to its Known Exploited Vulnerabilities catalog on June 25.<a rel="noreferrer noopener" target="_blank" href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/401351a4-3a09-4e1b-a8a3-d2ded263c489/Cl0p-Hackers-Exploit-Windchill-Servers-to-Steal-Companies-Secret-Product-Designs.pdf?AWSAccessKeyId=ASIA2F3EMEYE3HSH2TK5&amp;Signature=Owj4Tsypgr%2BiCSRioBj4IK%2Fwx5M%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjED0aCXVzLWVhc3QtMSJHMEUCIQC5O6iiBr3exXjMZqoZ81zQLVOxvz5qQeybx1x3orpuMAIgdomGElzL3yRdf5hLUYZBHit262yJ6AiAk4%2F%2Fs%2Bczk8Qq8wQIBRABGgw2OTk3NTMzMDk3MDUiDJ5tPNKOd8t89qWWGSrQBFDQisD4adVQ8cht2yjStwc2Gxti2WtkDyCh7Kx4Z89TI2q%2B5vsjfOgPPDhnb6d9k6V8jsZUcKfbDytyx43KoqcP7J8ceYTgR8GQ%2F0I0Q5pwjc5t80rHYcBndcMaD0L2wW061uHFMh%2Fuqbd4TiELGR%2Fr4RFBIMlCZNGZpgA9ZQnY1R%2FGim9wKubSxBjBFEVfZs4dwdf%2BF9qPQEPCOKBmzX%2Fs%2BXLVKMHgsGNfpmJi3tLHwHm0LWFGJ0mrik6Yixg54QGH6%2FWyxo64MQ80mFlUhiO0bcZytnroOmRHtA%2FF7EBxbG5WdpbqhcXmFj2j3W0BUOMK0o8RWr8%2BjiasobVheLulC7Q3RoFKaVx01drGmts%2Bls%2BNaT3WVjgyXSRfD8RkSYHUpnY1nNjVGrxnHP%2FZKVy7cVrxxzm9mcKPMDH3YX2lrKLZONeHehIa0sURs609EwTq%2F20a7QdUwXKYvtMiIO8VoKjd8qW3w4B6SHAQ7E5OAxWPUtd8sKcbZDZhHOjwglJngMRqochw9r1Hx2YhdfINZU7O26WByotr0kxMkHJQ8eci6GRLGhN1jDmNRrQdTFmL4Lw2zk9%2BcnMwl7G7k385wmOTyl13jqK00VXmZMDx4aqDNYEiq8OvIFbrtZCWcYy6nc0z4paKriTSRbacNYEa7Qigi0bNG1rv%2FGiPBJPvYD8Gvf6gvX8%2BDOCIifRTOYYRLKMTJXkXdLFFgH2IAe9tbH3BXZpNMhvnKwiZqJapVdHGvLIScoUPgeGY%2F5fqf0Oi0pNjzR%2FMUSoQ83y4MKgwr66N0wY6mAHv3ZU06Dk%2F0WZCXgzl6VW1tdFfo56Zm8LigYEn5v5ZCPSLiN2uDgtojGf1aMhduJI2vyuMzD3x%2B%2Fr9hgrbhyPsohiBc8GuCHKKMmzbw3QG7vK2fMT0F0gK%2FobvFtRRe4sAsj4fooR%2BZGne2g5eG47fnepz5g7Rc9qY1NvwtP4bj2ixuDl7y9QX4MgEaWV2oLb%2F2YAf3KNI5A%3D%3D&amp;Expires=1784898818"></a></p>



<p class="wp-block-paragraph">After gaining access, the operators deploy JSP webshells, inspect server files, and stage engineering data for theft. </p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhg27pN2QkcozOWO0VygxxsD92ULUSzI758dW5rgmu7sB0d4stKL3L1mFY68Fkz4VSXL2JWU8ENucpz38DTZVpSMY8rVAVECzX89PRX7DNil-LL4kqORW-4RKYYRU8SohFnC4FGCLppviX0D2x4aIVn5cD0bwB-1CqdaYvKkiZKJ5RII8YcrKeocIBgfoQ/s1600/Extortion%20email%20sent%20to%20employees%20across%20the%20victim%20organization%20(Source%20-%20Ransom-ISAC).webp" alt="Extortion email sent to employees across the victim organization (Source - Ransom-ISAC)" /><figcaption class="wp-element-caption">Extortion email sent to employees across the victim organization (Source &#8211; Ransom-ISAC)</figcaption></figure>
</div>


<p class="wp-block-paragraph">The incident follows the pattern seen in <a href="https://cybersecuritynews.com/clop-ransomware-actors/" target="_blank" rel="noreferrer noopener">recent Cl0p ransomware actor campaigns</a>, where an exposed enterprise application can become a direct route to confidential data and public extortion.<a href="https://cybersecuritynews.com/clop-ransomware-actors/" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">This is especially concerning for organizations that use Windchill to manage design documents, product specifications, and development workflows. </p>



<p class="wp-block-paragraph">A successful breach can expose intellectual property that is difficult to replace and may give competitors or criminal buyers insight into unreleased products.</p>



<p class="wp-block-paragraph">The attackers did not need to break through an employee mailbox or trick a user into opening a malicious attachment. </p>



<p class="wp-block-paragraph">Instead, they targeted a public-facing application, underscoring why organizations should continuously identify internet-exposed systems and rapidly apply security updates for high-impact vulnerabilities.</p>



<h2 id="h-extortion-campaign-raises-pressure" class="wp-block-heading"><strong>Extortion Campaign Raises Pressure</strong></h2>



<p class="wp-block-paragraph">On July 20, Ransom-ISAC began observing emails with the subject line “Windchill PDMLink module serious data leak” sent to hundreds of employees at affected organizations. </p>



<p class="wp-block-paragraph">This approach spreads the breach allegation internally and increases pressure on executives and incident-response teams before a victim is named publicly.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/401351a4-3a09-4e1b-a8a3-d2ded263c489/Cl0p-Hackers-Exploit-Windchill-Servers-to-Steal-Companies-Secret-Product-Designs.pdf?AWSAccessKeyId=ASIA2F3EMEYE3HSH2TK5&amp;Signature=Owj4Tsypgr%2BiCSRioBj4IK%2Fwx5M%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjED0aCXVzLWVhc3QtMSJHMEUCIQC5O6iiBr3exXjMZqoZ81zQLVOxvz5qQeybx1x3orpuMAIgdomGElzL3yRdf5hLUYZBHit262yJ6AiAk4%2F%2Fs%2Bczk8Qq8wQIBRABGgw2OTk3NTMzMDk3MDUiDJ5tPNKOd8t89qWWGSrQBFDQisD4adVQ8cht2yjStwc2Gxti2WtkDyCh7Kx4Z89TI2q%2B5vsjfOgPPDhnb6d9k6V8jsZUcKfbDytyx43KoqcP7J8ceYTgR8GQ%2F0I0Q5pwjc5t80rHYcBndcMaD0L2wW061uHFMh%2Fuqbd4TiELGR%2Fr4RFBIMlCZNGZpgA9ZQnY1R%2FGim9wKubSxBjBFEVfZs4dwdf%2BF9qPQEPCOKBmzX%2Fs%2BXLVKMHgsGNfpmJi3tLHwHm0LWFGJ0mrik6Yixg54QGH6%2FWyxo64MQ80mFlUhiO0bcZytnroOmRHtA%2FF7EBxbG5WdpbqhcXmFj2j3W0BUOMK0o8RWr8%2BjiasobVheLulC7Q3RoFKaVx01drGmts%2Bls%2BNaT3WVjgyXSRfD8RkSYHUpnY1nNjVGrxnHP%2FZKVy7cVrxxzm9mcKPMDH3YX2lrKLZONeHehIa0sURs609EwTq%2F20a7QdUwXKYvtMiIO8VoKjd8qW3w4B6SHAQ7E5OAxWPUtd8sKcbZDZhHOjwglJngMRqochw9r1Hx2YhdfINZU7O26WByotr0kxMkHJQ8eci6GRLGhN1jDmNRrQdTFmL4Lw2zk9%2BcnMwl7G7k385wmOTyl13jqK00VXmZMDx4aqDNYEiq8OvIFbrtZCWcYy6nc0z4paKriTSRbacNYEa7Qigi0bNG1rv%2FGiPBJPvYD8Gvf6gvX8%2BDOCIifRTOYYRLKMTJXkXdLFFgH2IAe9tbH3BXZpNMhvnKwiZqJapVdHGvLIScoUPgeGY%2F5fqf0Oi0pNjzR%2FMUSoQ83y4MKgwr66N0wY6mAHv3ZU06Dk%2F0WZCXgzl6VW1tdFfo56Zm8LigYEn5v5ZCPSLiN2uDgtojGf1aMhduJI2vyuMzD3x%2B%2Fr9hgrbhyPsohiBc8GuCHKKMmzbw3QG7vK2fMT0F0gK%2FobvFtRRe4sAsj4fooR%2BZGne2g5eG47fnepz5g7Rc9qY1NvwtP4bj2ixuDl7y9QX4MgEaWV2oLb%2F2YAf3KNI5A%3D%3D&amp;Expires=1784898818" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">The tactic is similar to last year’s Oracle EBS campaign, although the current operation uses new email addresses. </p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiRK0yO2p3935Crp_wTke7PcGlzlqpm0mJQEp3QnkLkbbwyBPHRy2dkgpl_IO1pV2AOvAPVpat83oxYA7N74HPCLhKjPv7M5MHT89z5j1VsCWuzO2wAlA13ksii-cDG0gEd6Hp3goqUCokQCfU_OjeErAHhhqKsGpDtmdmCHT2uEUB4mgBP5nXOz6aejaQ/s1600/A%20further%20extortion%20email%20to%20the%20same%20recipients%20(Source%20-%20Ransom-ISAC).webp" alt="A further extortion email to the same recipients (Source - Ransom-ISAC)" /><figcaption class="wp-element-caption">A further extortion email to the same recipients (Source &#8211; Ransom-ISAC)</figcaption></figure>
</div>


<p class="wp-block-paragraph">Organizations facing such messages should preserve the emails and headers, validate the claim through internal investigation, and remind employees to report suspicious communications, as seen in <a href="https://cybersecuritynews.com/nhs-oracle-ebs-hack/" target="_blank" rel="noreferrer noopener">reported Oracle EBS breach investigations</a>.<a href="https://cybersecuritynews.com/nhs-oracle-ebs-hack/" target="_blank" rel="noreferrer noopener"></a><a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/401351a4-3a09-4e1b-a8a3-d2ded263c489/Cl0p-Hackers-Exploit-Windchill-Servers-to-Steal-Companies-Secret-Product-Designs.pdf?AWSAccessKeyId=ASIA2F3EMEYE3HSH2TK5&amp;Signature=Owj4Tsypgr%2BiCSRioBj4IK%2Fwx5M%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjED0aCXVzLWVhc3QtMSJHMEUCIQC5O6iiBr3exXjMZqoZ81zQLVOxvz5qQeybx1x3orpuMAIgdomGElzL3yRdf5hLUYZBHit262yJ6AiAk4%2F%2Fs%2Bczk8Qq8wQIBRABGgw2OTk3NTMzMDk3MDUiDJ5tPNKOd8t89qWWGSrQBFDQisD4adVQ8cht2yjStwc2Gxti2WtkDyCh7Kx4Z89TI2q%2B5vsjfOgPPDhnb6d9k6V8jsZUcKfbDytyx43KoqcP7J8ceYTgR8GQ%2F0I0Q5pwjc5t80rHYcBndcMaD0L2wW061uHFMh%2Fuqbd4TiELGR%2Fr4RFBIMlCZNGZpgA9ZQnY1R%2FGim9wKubSxBjBFEVfZs4dwdf%2BF9qPQEPCOKBmzX%2Fs%2BXLVKMHgsGNfpmJi3tLHwHm0LWFGJ0mrik6Yixg54QGH6%2FWyxo64MQ80mFlUhiO0bcZytnroOmRHtA%2FF7EBxbG5WdpbqhcXmFj2j3W0BUOMK0o8RWr8%2BjiasobVheLulC7Q3RoFKaVx01drGmts%2Bls%2BNaT3WVjgyXSRfD8RkSYHUpnY1nNjVGrxnHP%2FZKVy7cVrxxzm9mcKPMDH3YX2lrKLZONeHehIa0sURs609EwTq%2F20a7QdUwXKYvtMiIO8VoKjd8qW3w4B6SHAQ7E5OAxWPUtd8sKcbZDZhHOjwglJngMRqochw9r1Hx2YhdfINZU7O26WByotr0kxMkHJQ8eci6GRLGhN1jDmNRrQdTFmL4Lw2zk9%2BcnMwl7G7k385wmOTyl13jqK00VXmZMDx4aqDNYEiq8OvIFbrtZCWcYy6nc0z4paKriTSRbacNYEa7Qigi0bNG1rv%2FGiPBJPvYD8Gvf6gvX8%2BDOCIifRTOYYRLKMTJXkXdLFFgH2IAe9tbH3BXZpNMhvnKwiZqJapVdHGvLIScoUPgeGY%2F5fqf0Oi0pNjzR%2FMUSoQ83y4MKgwr66N0wY6mAHv3ZU06Dk%2F0WZCXgzl6VW1tdFfo56Zm8LigYEn5v5ZCPSLiN2uDgtojGf1aMhduJI2vyuMzD3x%2B%2Fr9hgrbhyPsohiBc8GuCHKKMmzbw3QG7vK2fMT0F0gK%2FobvFtRRe4sAsj4fooR%2BZGne2g5eG47fnepz5g7Rc9qY1NvwtP4bj2ixuDl7y9QX4MgEaWV2oLb%2F2YAf3KNI5A%3D%3D&amp;Expires=1784898818" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">The organizations receiving matching emails should hunt for compromise dating back to early June, use published indicators, apply fixed builds, and follow the vendor’s remediation guidance.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/401351a4-3a09-4e1b-a8a3-d2ded263c489/Cl0p-Hackers-Exploit-Windchill-Servers-to-Steal-Companies-Secret-Product-Designs.pdf?AWSAccessKeyId=ASIA2F3EMEYE3HSH2TK5&amp;Signature=Owj4Tsypgr%2BiCSRioBj4IK%2Fwx5M%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjED0aCXVzLWVhc3QtMSJHMEUCIQC5O6iiBr3exXjMZqoZ81zQLVOxvz5qQeybx1x3orpuMAIgdomGElzL3yRdf5hLUYZBHit262yJ6AiAk4%2F%2Fs%2Bczk8Qq8wQIBRABGgw2OTk3NTMzMDk3MDUiDJ5tPNKOd8t89qWWGSrQBFDQisD4adVQ8cht2yjStwc2Gxti2WtkDyCh7Kx4Z89TI2q%2B5vsjfOgPPDhnb6d9k6V8jsZUcKfbDytyx43KoqcP7J8ceYTgR8GQ%2F0I0Q5pwjc5t80rHYcBndcMaD0L2wW061uHFMh%2Fuqbd4TiELGR%2Fr4RFBIMlCZNGZpgA9ZQnY1R%2FGim9wKubSxBjBFEVfZs4dwdf%2BF9qPQEPCOKBmzX%2Fs%2BXLVKMHgsGNfpmJi3tLHwHm0LWFGJ0mrik6Yixg54QGH6%2FWyxo64MQ80mFlUhiO0bcZytnroOmRHtA%2FF7EBxbG5WdpbqhcXmFj2j3W0BUOMK0o8RWr8%2BjiasobVheLulC7Q3RoFKaVx01drGmts%2Bls%2BNaT3WVjgyXSRfD8RkSYHUpnY1nNjVGrxnHP%2FZKVy7cVrxxzm9mcKPMDH3YX2lrKLZONeHehIa0sURs609EwTq%2F20a7QdUwXKYvtMiIO8VoKjd8qW3w4B6SHAQ7E5OAxWPUtd8sKcbZDZhHOjwglJngMRqochw9r1Hx2YhdfINZU7O26WByotr0kxMkHJQ8eci6GRLGhN1jDmNRrQdTFmL4Lw2zk9%2BcnMwl7G7k385wmOTyl13jqK00VXmZMDx4aqDNYEiq8OvIFbrtZCWcYy6nc0z4paKriTSRbacNYEa7Qigi0bNG1rv%2FGiPBJPvYD8Gvf6gvX8%2BDOCIifRTOYYRLKMTJXkXdLFFgH2IAe9tbH3BXZpNMhvnKwiZqJapVdHGvLIScoUPgeGY%2F5fqf0Oi0pNjzR%2FMUSoQ83y4MKgwr66N0wY6mAHv3ZU06Dk%2F0WZCXgzl6VW1tdFfo56Zm8LigYEn5v5ZCPSLiN2uDgtojGf1aMhduJI2vyuMzD3x%2B%2Fr9hgrbhyPsohiBc8GuCHKKMmzbw3QG7vK2fMT0F0gK%2FobvFtRRe4sAsj4fooR%2BZGne2g5eG47fnepz5g7Rc9qY1NvwtP4bj2ixuDl7y9QX4MgEaWV2oLb%2F2YAf3KNI5A%3D%3D&amp;Expires=1784898818" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">Security teams should give immediate priority to externally reachable Windchill and FlexPLM servers, check for unexpected JSP files and unusual outbound activity, and review access logs for the noted reconnaissance request. </p>



<p class="wp-block-paragraph">Monitoring <a href="https://cybersecuritynews.com/cisa-trueconf-vulnerability-kev-catalog/" target="_blank" rel="noreferrer noopener">CISA KEV catalog alerts</a> can also help teams focus patching work on flaws known to be exploited.<a href="https://cybersecuritynews.com/cisa-trueconf-vulnerability-kev-catalog/" target="_blank" rel="noreferrer noopener"></a><a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/401351a4-3a09-4e1b-a8a3-d2ded263c489/Cl0p-Hackers-Exploit-Windchill-Servers-to-Steal-Companies-Secret-Product-Designs.pdf?AWSAccessKeyId=ASIA2F3EMEYE3HSH2TK5&amp;Signature=Owj4Tsypgr%2BiCSRioBj4IK%2Fwx5M%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjED0aCXVzLWVhc3QtMSJHMEUCIQC5O6iiBr3exXjMZqoZ81zQLVOxvz5qQeybx1x3orpuMAIgdomGElzL3yRdf5hLUYZBHit262yJ6AiAk4%2F%2Fs%2Bczk8Qq8wQIBRABGgw2OTk3NTMzMDk3MDUiDJ5tPNKOd8t89qWWGSrQBFDQisD4adVQ8cht2yjStwc2Gxti2WtkDyCh7Kx4Z89TI2q%2B5vsjfOgPPDhnb6d9k6V8jsZUcKfbDytyx43KoqcP7J8ceYTgR8GQ%2F0I0Q5pwjc5t80rHYcBndcMaD0L2wW061uHFMh%2Fuqbd4TiELGR%2Fr4RFBIMlCZNGZpgA9ZQnY1R%2FGim9wKubSxBjBFEVfZs4dwdf%2BF9qPQEPCOKBmzX%2Fs%2BXLVKMHgsGNfpmJi3tLHwHm0LWFGJ0mrik6Yixg54QGH6%2FWyxo64MQ80mFlUhiO0bcZytnroOmRHtA%2FF7EBxbG5WdpbqhcXmFj2j3W0BUOMK0o8RWr8%2BjiasobVheLulC7Q3RoFKaVx01drGmts%2Bls%2BNaT3WVjgyXSRfD8RkSYHUpnY1nNjVGrxnHP%2FZKVy7cVrxxzm9mcKPMDH3YX2lrKLZONeHehIa0sURs609EwTq%2F20a7QdUwXKYvtMiIO8VoKjd8qW3w4B6SHAQ7E5OAxWPUtd8sKcbZDZhHOjwglJngMRqochw9r1Hx2YhdfINZU7O26WByotr0kxMkHJQ8eci6GRLGhN1jDmNRrQdTFmL4Lw2zk9%2BcnMwl7G7k385wmOTyl13jqK00VXmZMDx4aqDNYEiq8OvIFbrtZCWcYy6nc0z4paKriTSRbacNYEa7Qigi0bNG1rv%2FGiPBJPvYD8Gvf6gvX8%2BDOCIifRTOYYRLKMTJXkXdLFFgH2IAe9tbH3BXZpNMhvnKwiZqJapVdHGvLIScoUPgeGY%2F5fqf0Oi0pNjzR%2FMUSoQ83y4MKgwr66N0wY6mAHv3ZU06Dk%2F0WZCXgzl6VW1tdFfo56Zm8LigYEn5v5ZCPSLiN2uDgtojGf1aMhduJI2vyuMzD3x%2B%2Fr9hgrbhyPsohiBc8GuCHKKMmzbw3QG7vK2fMT0F0gK%2FobvFtRRe4sAsj4fooR%2BZGne2g5eG47fnepz5g7Rc9qY1NvwtP4bj2ixuDl7y9QX4MgEaWV2oLb%2F2YAf3KNI5A%3D%3D&amp;Expires=1784898818" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">The case also highlights the danger of unauthenticated code-execution flaws in business-critical systems. </p>



<p class="wp-block-paragraph">Similar <a href="https://cybersecuritynews.com/solarwinds-web-help-desk-vulnerability/" target="_blank" rel="noreferrer noopener">unauthenticated remote code risks</a> have shown how quickly a server vulnerability can become a broader data-theft incident when patches are delayed.</p>



<p class="wp-block-paragraph"><strong>Indicators of compromise (IoCs):-</strong><a href="https://cybersecuritynews.com/solarwinds-web-help-desk-vulnerability/" target="_blank" rel="noreferrer noopener"></a></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>IP address</td><td>216.152.148.54</td><td>Newly published C2 indicator</td></tr><tr><td>IP address</td><td>216.152.151.204</td><td>Newly published C2 indicator</td></tr><tr><td>IP address</td><td>104.243.35.63</td><td>Newly published C2 indicator</td></tr><tr><td>IP address</td><td>5.180.41.35</td><td>Newly published C2 indicator</td></tr><tr><td>SHA-256</td><td>55a1eb4c2d3da04376df39d7ba832569c6af1a37a0cf2b95f754ac898023a30c</td><td>Published hash indicator</td></tr><tr><td>HTTP header</td><td><code>X-windchill-req: ?x8Fmgow</code></td><td>Malicious request header</td></tr><tr><td>Webshell path</td><td><code>Windchill/login/[0-9a-f]{16}.jsp</code></td><td>Hunt path for hex-named JSP webshells</td></tr><tr><td>File name</td><td><code>flst.txt</code></td><td>File listing artifact</td></tr><tr><td>Reconnaissance request</td><td><code>GET /Windchill/rfa/jsp/login.jsp?wsdl</code></td><td>Observed pre-attack WSDL request</td></tr><tr><td>Response size</td><td><code>40454</code>&nbsp;bytes</td><td>Response size associated with the reconnaissance request</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"><strong>Note:</strong>&nbsp;<em>IP addresses and domains are intentionally defanged (e.g.,&nbsp;</em><code><em>[.]</em></code><em>) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM</em>.</p>



<p class="has-text-align-center has-background wp-block-paragraph" style="background:linear-gradient(180deg,rgb(238,238,238) 91%,rgb(169,184,195) 100%)"><strong>ALERT!: 20+ government sites delivered malware to businesses and citizens. </strong><a href="https://any.run/cybersecurity-blog/phantomenigma-research/?utm_source=csn&amp;utm_medium=link+placement&amp;utm_campaign=phantomenigma&amp;utm_content=blog&amp;utm_term=210726" target="_blank" rel="noreferrer noopener nofollow"><strong>See full attack research</strong></a><strong> to check your own exposure.</strong></p>
<p>The post <a href="https://cybersecuritynews.com/cl0p-hackers-exploit-windchill/">Cl0p Hackers Exploit Windchill Servers to Steal Companies’ Secret Product Designs</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://cybersecuritynews.com/wp-content/uploads/2026/07/Cl0p-Hackers-Exploit-Windchill-Servers-to-Steal-Companies-Secret-Product-Designs.webp" medium="image"></media:content>
            <post-id xmlns="com-wordpress:feed-additions:1">157105</post-id>	</item>
		<item>
		<title>Apache Syncope Release Patches for Multiple RCE and SQL Injection Vulnerabilities</title>
		<link>https://cybersecuritynews.com/apache-syncope-release-patches/</link>
		
		<dc:creator><![CDATA[Abinaya]]></dc:creator>
		<pubDate>Fri, 24 Jul 2026 11:58:13 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Cyber Security News]]></category>
		<category><![CDATA[Vulnerability News]]></category>
		<category><![CDATA[cyber security]]></category>
		<category><![CDATA[cyber security news]]></category>
		<guid isPermaLink="false">https://cybersecuritynews.com/?p=157048</guid>

					<description><![CDATA[<p>Apache has issued critical security updates for its Syncope identity and access management (IAM) platform to address multiple vulnerabilities, including remote code execution (RCE), SQL injection, privilege escalation, server-side request forgery (SSRF), and information disclosure. These flaws affect various versions of Syncope, and administrators are strongly urged to upgrade promptly to the latest secure releases. [&#8230;]</p>
<p>The post <a href="https://cybersecuritynews.com/apache-syncope-release-patches/">Apache Syncope Release Patches for Multiple RCE and SQL Injection Vulnerabilities</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Apache has issued critical security updates for its<a href="https://cybersecuritynews.com/apache-syncope-vulnerability/" target="_blank" rel="noreferrer noopener"> Syncope identity and access management (IAM)</a> platform to address multiple vulnerabilities, including remote code execution (RCE), SQL injection, privilege escalation, server-side request forgery (SSRF), and information disclosure.</p>



<p class="wp-block-paragraph">These flaws affect various versions of Syncope, and administrators are strongly urged to upgrade promptly to the latest secure releases.</p>



<p class="wp-block-paragraph">The updates are primarily available in versions 4.1.2, 4.0.7, 4.1.1, 4.0.6, 4.0.4, 3.0.16, 4.0.3, and 3.0.15, which collectively resolve a series of newly discovered Common Vulnerabilities and Exposures (CVEs) across the core, console, and end-user components.</p>



<p class="wp-block-paragraph">The release details how these vulnerabilities impact the 3.0, 4.0, and 4.1 branches of Syncope, with risks present from early milestone builds to recent stable versions.</p>



<p class="wp-block-paragraph">Apache does not provide binary hotfixes; thus, users must either upgrade to the patched versions or rebuild installations from the updated source code to ensure ongoing security and support.</p>



<h2 id="h-apache-syncope-release-patches" class="wp-block-heading"><strong>Apache Syncope Release Patches</strong></h2>



<p class="wp-block-paragraph">One of the significant vulnerabilities involves RCE that can be <a href="https://cybersecuritynews.com/apache-syncope-groovy-rce-vulnerability/" target="_blank" rel="noreferrer noopener">exploited through Groovy integration</a> and scriptable connectors. Attackers with adequate privileges can leverage Groovy classes or BPMN Groovy ScriptTasks to bypass security controls, executing untrusted code directly on the server.</p>



<p class="wp-block-paragraph">Additionally, misuse of scripted REST and SQL connectors can allow privileged users to execute arbitrary Groovy logic, leading to post-authentication RCE. Another critical issue is a SQL injection vulnerability, tracked as CVE-2026-57308, affecting the Audit Events search functionality.</p>



<p class="wp-block-paragraph">This flaw allows authenticated administrators to input unvalidated sort parameters, leading to unauthorized SQL queries against the backing database. It impacts several versions, specifically from 3.0.0-M0 to 3.0.16, and 4.0.0-M0 to 4.0.6, with fixes included in versions 4.0.7 and 4.1.2.</p>



<p class="wp-block-paragraph">Additionally, there is a privilege escalation flaw (CVE-2026-62183) in self-service workflows that allows users to assign themselves roles without proper admin approval, effectively granting them administrative access. This issue appears in the same version ranges as the SQL injection vulnerability and is resolved in the same updates.</p>



<p class="wp-block-paragraph">Apache also addressed a low-privilege authenticated SSRF vulnerability, which could allow crafted requests to trigger arbitrary outbound HTTP calls.</p>



<p class="wp-block-paragraph">There are advisories for information disclosure bugs (CVE-2026-42797) that enable sensitive user field exposure during data reads, as well as web interface vulnerabilities, including XML External Entity (XXE) attacks and cross-site scripting (XSS) issues, which can lead to credential theft and<a href="https://cybersecuritynews.com/apache-syncope-vulnerability-2/" target="_blank" rel="noreferrer noopener"> session hijacking</a>.</p>



<figure class="wp-block-table is-style-stripes"><table class="has-fixed-layout"><thead><tr><th><strong>CVE ID</strong></th><th><strong>Type</strong></th><th><strong>Issue</strong></th><th><strong>Affected Versions</strong></th><th><strong>Fixed</strong></th></tr></thead><tbody><tr><td><strong>CVE-2026-63071</strong></td><td>RCE</td><td>Groovy sandbox bypass</td><td>4.1.0–4.1.1, 4.0.0–4.0.6, 3.0.0–3.0.16</td><td>4.1.2, 4.0.7</td></tr><tr><td><strong>CVE-2026-62418</strong></td><td>SSRF</td><td>Authenticated SSRF</td><td>4.1.0–4.1.1, 4.0.0–4.0.6, 3.0.0–3.0.16</td><td>4.1.2, 4.0.7</td></tr><tr><td><strong>CVE-2026-62183</strong></td><td>Privilege Escalation</td><td>Self-role assignment</td><td>4.1.0–4.1.1, 4.0.0–4.0.6, 3.0.0–3.0.16</td><td>4.1.2, 4.0.7</td></tr><tr><td><strong>CVE-2026-57308</strong></td><td>SQL Injection</td><td>Audit search SQLi</td><td>4.1.0–4.1.1, 4.0.0–4.0.6, 3.0.0–3.0.16</td><td>4.1.2, 4.0.7</td></tr><tr><td><strong>CVE-2026-53421</strong></td><td>RCE</td><td>Scripted connector RCE</td><td>4.1.0–4.1.1, 4.0.0–4.0.6, 3.0.0–3.0.16</td><td>4.1.2, 4.0.7</td></tr><tr><td><strong>CVE-2026-53405</strong></td><td>RCE</td><td>Flowable Groovy RCE</td><td>4.1.0–4.1.1, 4.0.0–4.0.6, 3.0.0–3.0.16</td><td>4.1.2, 4.0.7</td></tr><tr><td><strong>CVE-2026-42797</strong></td><td>Info Disclosure</td><td>JEXL data exposure</td><td>4.1.0, 4.0–4.0.5, 3.0–3.0.16</td><td>4.1.1, 4.0.6</td></tr><tr><td><strong>CVE-2026-42782</strong></td><td>Post-auth RCE</td><td>Groovy sandbox bypass</td><td>4.1.0, 4.0–4.0.5, 3.0–3.0.16</td><td>4.1.1, 4.0.6</td></tr><tr><td><strong>CVE-2026-23795</strong></td><td>XXE</td><td>Keymaster XML XXE</td><td>4.0–4.0.3, 3.0–3.0.15</td><td>4.0.4, 3.0.16</td></tr><tr><td><strong>CVE-2026-23794</strong></td><td>XSS</td><td>Login reflected XSS</td><td>4.0–4.0.3, 3.0–3.0.15</td><td>4.0.4, 3.0.16</td></tr><tr><td><strong>CVE-2025-65998</strong></td><td>Crypto</td><td>Hard-coded AES key</td><td>4.0–4.0.2, 3.0–3.0.14, 2.1–2.1.14</td><td>4.0.3, 3.0.15</td></tr><tr><td><strong>CVE-2025-57738</strong></td><td>RCE</td><td>Groovy implementation RCE</td><td>4.0–4.0.1, 3.0–3.0.13, 2.1–2.1.14</td><td>4.0.2, 3.0.14</td></tr><tr><td><strong>CVE-2024-45031</strong></td><td>Stored XSS</td><td>HTML sanitization flaw</td><td>3.0–3.0.8, 2.1–2.1.14</td><td>3.0.9</td></tr><tr><td><strong>CVE-2024-38503</strong></td><td>XSS</td><td>HTML injection</td><td>3.0–3.0.7, 2.1–2.1.14</td><td>3.0.8</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">Beyond these recent issues, <a href="https://syncope.apache.org/security" target="_blank" rel="noreferrer noopener nofollow">Syncope’s security advisories</a> reiterate older flaws, such as a hardcoded AES key (CVE-2025-65998) used for password encryption.</p>



<p class="wp-block-paragraph">The updates also fix a flaw that could allow attackers with database access to decrypt stored passwords, along with previous RCE vulnerabilities related to Groovy and server-side template injection in mail templates.</p>



<p class="wp-block-paragraph">Apache advises all administrators to upgrade their systems to the latest secure versions, emphasizing versions 4.1.2 and 4.0.7 to mitigate the most critical vulnerabilities.</p>



<p class="wp-block-paragraph">It is also recommended to review user roles and entitlements rigorously, especially in workflows and self-service functionalities, to enforce appropriate security measures and access controls.</p>



<p class="has-text-align-center has-background wp-block-paragraph" style="background:linear-gradient(180deg,rgb(238,238,238) 87%,rgb(169,184,195) 100%)"><strong>&nbsp;Strengthen Your SOC by Accelerating Threat Detection &amp; Rapid Investigations.&nbsp;-&gt;&nbsp;<a href="https://any.run/enterprise/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales" target="_blank" rel="noreferrer noopener">Integrate ANY.RUN With Your SOC&nbsp;</a><strong><a href="https://any.run/enterprise/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales" target="_blank" rel="noreferrer noopener">Now</a></strong>.</strong></p>
<p>The post <a href="https://cybersecuritynews.com/apache-syncope-release-patches/">Apache Syncope Release Patches for Multiple RCE and SQL Injection Vulnerabilities</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://cybersecuritynews.com/wp-content/uploads/2026/07/Apache-Syncope-releases-Patches-1.webp" medium="image"></media:content>
            <post-id xmlns="com-wordpress:feed-additions:1">157048</post-id>	</item>
		<item>
		<title>JetBrains Fixes Critical IntelliJ IDEA Code Execution Flaw and Four TeamCity Vulnerabilities</title>
		<link>https://cybersecuritynews.com/jetbrains-fixes-critical-vulnerabilities/</link>
		
		<dc:creator><![CDATA[Abinaya]]></dc:creator>
		<pubDate>Fri, 24 Jul 2026 11:58:10 +0000</pubDate>
				<category><![CDATA[Cyber Security News]]></category>
		<category><![CDATA[Vulnerability News]]></category>
		<category><![CDATA[cyber security]]></category>
		<category><![CDATA[cyber security news]]></category>
		<guid isPermaLink="false">https://cybersecuritynews.com/?p=157065</guid>

					<description><![CDATA[<p>JetBrains has released security updates to address a critical code execution vulnerability in IntelliJ IDEA, alongside four high-severity vulnerabilities in TeamCity. Development teams and CI administrators are urged to apply these patches immediately to prevent potential remote attacks. JetBrains published a security advisory that details multiple issues across its IDE and server products, including IntelliJ [&#8230;]</p>
<p>The post <a href="https://cybersecuritynews.com/jetbrains-fixes-critical-vulnerabilities/">JetBrains Fixes Critical IntelliJ IDEA Code Execution Flaw and Four TeamCity Vulnerabilities</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">JetBrains has released security updates to address a critical<a href="https://cybersecuritynews.com/jetbrains-vulnerabilities/" target="_blank" rel="noreferrer noopener"> code execution vulnerability </a>in IntelliJ IDEA, alongside four high-severity vulnerabilities in TeamCity.</p>



<p class="wp-block-paragraph">Development teams and CI administrators are urged to apply these patches immediately to prevent potential remote attacks. JetBrains published a security advisory that details multiple issues across its IDE and server products, including IntelliJ IDEA and TeamCity, with several issues classified as critical or high severity.</p>



<p class="wp-block-paragraph">The fixes are included in IntelliJ IDEA versions 2026.1.4 and 2026.2, as well as TeamCity versions 2026.1.2 and 2025.11.6. Users are advised to upgrade to these versions or later to address the identified vulnerabilities fully.</p>



<p class="wp-block-paragraph">Among the critical vulnerabilities in IntelliJ IDEA, one significant flaw is related to project workspace ID handling, tracked as CVE-2026-59792. This flaw allows for code execution via path traversal during workspace ID processing.</p>



<h2 id="h-jetbrains-fixes-critical-vulnerabilities" class="wp-block-heading"><strong>JetBrains Fixes Critical Vulnerabilities</strong></h2>



<p class="wp-block-paragraph">Additionally, <a href="https://cybersecuritynews.com/jetbrains-patched-vulnerabilities/" target="_blank" rel="noreferrer noopener">JetBrains has patched</a> a high-risk command injection vulnerability in filename completion (CVE-2026-49366) and another high-risk command execution flaw affecting guest accounts (CVE-2026-49367). Both of these vulnerabilities enable attackers to execute arbitrary commands if they can influence project content or guest sessions.</p>



<p class="wp-block-paragraph">The advisory also highlights several critical weaknesses in remote development within IntelliJ IDEA, including unauthorized input injection (CVE-2026-64812) and unauthorized modification of settings (CVE-2026-64813) during Remote Development sessions.</p>



<p class="wp-block-paragraph">Another related high-severity issue (CVE-2026-64814) allowed unauthorized file access within the same Remote Development context, which significantly escalates the risk for teams exposing IDE backends over SSH or in shared environments.</p>



<p class="wp-block-paragraph">On the CI side, JetBrains has addressed four notable <a href="https://cybersecuritynews.com/teamcity-authentication-bypass-vulnerabilities/" target="_blank" rel="noreferrer noopener">vulnerabilities in TeamCity</a>, including a critical remote code execution flaw in Git VCS roots (CVE-2026-65907). This flaw allows for code execution through malicious repository configuration.</p>



<p class="wp-block-paragraph">Another high-severity issue (CVE-2026-65906) involves code execution via a Kotlin DSL sandbox escape in build configuration scripts. Additionally, CVE-2026-59793 and CVE-2026-59794 address arbitrary file access in Perforce integration and stored XSS in cloud profile data, respectively.</p>



<p class="wp-block-paragraph">CVE-2026-65907 (TeamCity Git VCS roots) falls under CWE-94 (Code Injection), enabling attackers to achieve remote code execution through crafted Git root settings on vulnerable TeamCity servers.</p>



<p class="wp-block-paragraph">CVE-2026-65906 (TeamCity Kotlin DSL sandbox escape) and CVE-2026-59793 (arbitrary file access in Perforce) demonstrate that compromised VCS integrations can be exploited to pivot from source control to build infrastructure.</p>



<p class="wp-block-paragraph">For IntelliJ IDEA, the critical workspace ID path traversal issue (CVE-2026-59792) has been fixed in versions 2026.1.4 and 2026.2. Users of older 2026.1.x and 2025 branches remain vulnerable and need to upgrade.</p>



<p class="wp-block-paragraph">For TeamCity, CVE-2026-65906 and CVE-2026-65907 have been resolved in TeamCity versions 2026.1.2 and 2025.11.6, along with patches for the arbitrary file access and XSS issues.</p>



<p class="wp-block-paragraph">JetBrains recommends that users immediately <a href="https://www.jetbrains.com/privacy-security/issues-fixed/" target="_blank" rel="noreferrer noopener nofollow">upgrade to the patched versions of IntelliJ IDEA and TeamCity</a>. Teams should also review build configurations and VCS roots for untrusted or user-supplied scripts.</p>



<p class="wp-block-paragraph">Additionally, security-conscious teams should limit who can define Kotlin DSL, Git, and Perforce roots, enforce project trust prompts, and monitor build logs for any suspicious script execution or unexpected agent behavior.</p>



<p class="has-text-align-center has-background wp-block-paragraph" style="background:linear-gradient(180deg,rgb(238,238,238) 87%,rgb(169,184,195) 100%)"><strong>&nbsp;Strengthen Your SOC by Accelerating Threat Detection &amp; Rapid Investigations.&nbsp;-&gt;&nbsp;<a href="https://any.run/enterprise/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales" target="_blank" rel="noreferrer noopener">Integrate ANY.RUN With Your SOC&nbsp;</a><strong><a href="https://any.run/enterprise/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales" target="_blank" rel="noreferrer noopener">Now</a></strong>.</strong></p>
<p>The post <a href="https://cybersecuritynews.com/jetbrains-fixes-critical-vulnerabilities/">JetBrains Fixes Critical IntelliJ IDEA Code Execution Flaw and Four TeamCity Vulnerabilities</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://cybersecuritynews.com/wp-content/uploads/2026/07/JetBrains-Fixes-Critical-IntelliJ-IDEA-Code-Execution-Flaw-and-Four-TeamCity-Vulnerabilities-.webp" medium="image"></media:content>
            <post-id xmlns="com-wordpress:feed-additions:1">157065</post-id>	</item>
		<item>
		<title>FakeAgent Campaign Uses Malicious Bing Ads and Claude.ai Artifacts to Infect Corporate Users</title>
		<link>https://cybersecuritynews.com/fakeagent-campaign-malicious-bing-ads/</link>
		
		<dc:creator><![CDATA[Tushar Subhra Dutta]]></dc:creator>
		<pubDate>Fri, 24 Jul 2026 11:54:18 +0000</pubDate>
				<category><![CDATA[Cyber Security News]]></category>
		<category><![CDATA[Threats]]></category>
		<category><![CDATA[cyber security]]></category>
		<category><![CDATA[cyber security news]]></category>
		<guid isPermaLink="false">https://cybersecuritynews.com/?p=157080</guid>

					<description><![CDATA[<p>A dangerous new malware campaign is tricking corporate workers who simply want a desktop version of a popular AI assistant. Between July 21 and July 22, 2026, at least 29 organizations saw unusual software installs and hidden persistence on their systems after staff searched for the Claude desktop app. The attack begins with paid ads [&#8230;]</p>
<p>The post <a href="https://cybersecuritynews.com/fakeagent-campaign-malicious-bing-ads/">FakeAgent Campaign Uses Malicious Bing Ads and Claude.ai Artifacts to Infect Corporate Users</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">A dangerous new malware campaign is tricking corporate workers who simply want a desktop version of a popular AI assistant. </p>



<p class="wp-block-paragraph">Between July 21 and July 22, 2026, at least 29 organizations saw unusual software installs and hidden persistence on their systems after staff searched for the Claude desktop app.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">The attack begins with paid ads on Microsoft Bing. When someone types a normal query for the app, sponsored results appear that look trustworthy. One of those ads even points to the real Claude.ai website, which lowers suspicion and makes the trap harder to spot.<a rel="noreferrer noopener" target="_blank" href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144"></a></p>



<p class="wp-block-paragraph">Analysts from Huntress identified the activity after their security operations center flagged waves of odd executable installs, Defender exclusions, and strange scheduled tasks tied to a file named ClaudeDesktop.exe. </p>



<p class="wp-block-paragraph">Huntress said in a report shared with Cyber Security News (CSN) that the campaign, which they call FakeAgent, funnels victims through a malicious public Claude Artifact and ultimately delivers SectopRAT, a remote access trojan that steals credit cards, passwords, browser data, and personal files.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">Before Anthropic removed the bad Artifact, it had already drawn about 7,100 page views. That volume shows how quickly paid search ads and trusted domains can combine to reach busy office users who only meant to install helpful software.<a rel="noreferrer noopener" target="_blank" href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144"></a></p>



<p class="wp-block-paragraph">The campaign also used heavy anti-analysis tricks, including packing and graphics hardware checks that try to spot virtual machines. Those steps slow down defenders and let the malware stay quiet longer on real corporate machines.<a rel="noreferrer noopener" target="_blank" href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144"></a></p>



<h2 id="h-fakeagent-campaign-uses-malicious-bing-ads" class="wp-block-heading"><strong>FakeAgent Campaign Uses Malicious Bing Ads</strong></h2>



<p class="wp-block-paragraph">The infection chain starts with a simple Bing search for “CLAUDE DESKTOP APP.” Sponsored results fill the top of the page with lookalike download sites, a pattern also seen in earlier <a href="https://cybersecuritynews.com/bing-ads-deploy-weaponized-putty/" target="_blank" rel="noreferrer noopener">weaponized PuTTY Bing ads</a> that abused the same search ads model. </p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmzyPeF_VUeiEiRLU1wSxeHVZjFjw8rZn4Ec-jvcYuEi_hvxyOfZE_4oSx2fCRvrqBwRfjQPFr6X1yLHRQahhjrvgho1DW9foSacrQQ_h9vVQX5J3XurepW4_B2XcUPq3KcCYJ0twuiJsWtSVs4FsFc2ttpe385cwsdYVx0bh2C35V0Ms-1G72TQuVssU/s1600/Bing%20search%20results%20with%20several%20malicious%20sponsored%20advertisements%20(Source%20-%20Huntress).webp" alt="Bing search results with several malicious sponsored advertisements (Source - Huntress)" /><figcaption class="wp-element-caption">Bing search results with several malicious sponsored advertisements (Source &#8211; Huntress)</figcaption></figure>
</div>


<p class="wp-block-paragraph">Mixed among them sits a sponsored link that lands on the legitimate Claude.ai domain, specifically a public Artifact page.<a href="https://cybersecuritynews.com/bing-ads-deploy-weaponized-putty/" target="_blank" rel="noreferrer noopener"></a><a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">Public Artifacts are user-generated pages that anyone can share. Claude itself warns that the content is unverified, yet many people still trust anything hosted on the official domain. </p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwYZMR8aVt_XB7GGBUrWr10W1WEiGpS0sD_xLLVqTBdB4OXjBS0GzYPvtkoQBpZHSF9O0GR_R9bUeGbhUn5hwwHS4-v2pRj4TmiapocjxfA36HvMRvEW4v6OZ1niJlvlKKG0W5kAIcKwd7ZG3QXZ6w3wmHN4PSBQC3yBKfcHuxB6GhrgYFkQUgsK3X78g/s1600/Claude%20Desktop%20-%20Cowork%20phishing%20page%20hosted%20as%20a%20Claude%20artifact%20(Source%20-%20Huntress).webp" alt="Claude Desktop - Cowork phishing page hosted as a Claude artifact (Source - Huntress)" /><figcaption class="wp-element-caption">Claude Desktop &#8211; Cowork phishing page hosted as a Claude artifact (Source &#8211; Huntress)</figcaption></figure>
</div>


<p class="wp-block-paragraph">Clicking Download on the fake page sends the user first to claude.ai.download-app.us and then to downloading-api.it.com, where ClaudeDesktop.exe is offered.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">Figure 1 in the Huntress material shows the Bing results packed with those sponsored traps. Figure 2 shows the Artifact page dressed up as a normal Claude Desktop installer. Because the journey began on a real Claude.ai address, many users ran the file without a second thought.<a rel="noreferrer noopener" target="_blank" href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144"></a></p>



<p class="wp-block-paragraph">ClaudeDesktop.exe is not the real app. It is a renamed, signed JetBrains helper that loads a tampered library beside it, a classic <a href="https://cybersecuritynews.com/asyncrat-campaign-uses-dll-sideloading/" target="_blank" rel="noreferrer noopener">DLL sideloading malware attack</a> that lets malicious code run under a trusted process name. </p>



<p class="wp-block-paragraph">An identical copy called DockerDesktop.exe is later written as a scheduled task so the infection can restart after reboot.<a href="https://cybersecuritynews.com/asyncrat-campaign-uses-dll-sideloading/" target="_blank" rel="noreferrer noopener"></a><a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">A second signed program, sslconf.exe, appears under an EdgeUpdate folder and loads yet another altered library. </p>



<p class="wp-block-paragraph">That stage checks graphics hardware and video memory to avoid sandboxes, then decrypts a hidden payload with a graphics shader instead of ordinary CPU code. </p>



<p class="wp-block-paragraph">The final result is SectopRAT, which hunts browser logins, cookies, autofill data, credit cards, and messaging apps.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">Command addresses are not hard-coded in plain text. They are pulled from Ethereum blockchain contracts, a method known as EtherHiding that lets operators change servers by posting new transactions that are hard to take down.<a rel="noreferrer noopener" target="_blank" href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144"></a></p>



<h2 id="h-how-corporate-users-get-infected" class="wp-block-heading"><strong>How Corporate Users Get Infected</strong></h2>



<p class="wp-block-paragraph">Corporate staff often search for AI desktop tools during work hours and click the first convenient result. </p>



<p class="wp-block-paragraph">That habit turns everyday research into a direct path for malware when ads and trusted domains are abused together. </p>



<p class="wp-block-paragraph">Similar tricks have already appeared in <a href="https://cybersecuritynews.com/shared-claude-chats-macsync-stealer/" target="_blank" rel="noreferrer noopener">shared Claude chats malware</a> campaigns that also rode the Claude brand to look real.<a href="https://cybersecuritynews.com/shared-claude-chats-macsync-stealer/" target="_blank" rel="noreferrer noopener"></a><a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">Once inside, SectopRAT gives attackers remote control and a steady stream of stolen credentials and files. </p>



<p class="wp-block-paragraph">Persistence through scheduled tasks and Defender exclusions keeps the foothold alive even after a reboot or a basic cleanup attempt. Huntress linked the same operator style to earlier fake Docker Desktop lures, showing this is not a one-off experiment.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZqffcN882ub21zYmtvHDr1vzRyAHGCY4W03M-xFoXpGUi4Vl291SR6qIrcmIaR1Gd7W0MjbgxbJiHfw3n1VGg9GdDwacFMdNZSLben9t_trHLDI3azlXR-RDVdYSW3iRithyXdg5R412fmowP4hpbiGDq_ZZaXn8PH8OR9_H49riy_3PwKBe3-E8fl2E/s1600/Deobfuscated%20LLM%20representation%20of%20embedded%20.NET%20code%20(Source%20-%20Huntress).webp" alt="Deobfuscated LLM representation of embedded .NET code (Source - Huntress)" /><figcaption class="wp-element-caption">Deobfuscated LLM representation of embedded .NET code (Source &#8211; Huntress)</figcaption></figure>
</div>


<p class="wp-block-paragraph">Defenders should treat top-level domains with caution and never assume a familiar brand name equals a safe download. </p>



<p class="wp-block-paragraph">Users should type official vendor addresses directly instead of trusting sponsored search results, and security teams should watch for unexpected ClaudeDesktop.exe or DockerDesktop.exe activity, new EdgeUpdate paths, and odd scheduled tasks. </p>



<p class="wp-block-paragraph">Clear <a href="https://cybersecuritynews.com/cybersecurity-best-practices-to-prevent-remote-access-trojan-infections/" target="_blank" rel="noreferrer noopener">remote access Trojan practices</a> still matter: keep software updated, limit unnecessary admin rights, and verify every installer against the vendor’s own site.<a href="https://cybersecuritynews.com/cybersecurity-best-practices-to-prevent-remote-access-trojan-infections/" target="_blank" rel="noreferrer noopener"></a><a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">Huntress reported the malicious Artifact to Anthropic, and it was removed. The episode still underlines a wider lesson. As more people chase AI tools, both search ads and AI hosting features become attractive stages for malware that looks legitimate until it is far too late.</p>



<p class="wp-block-paragraph"><strong>Indicators of compromise (IoCs):-</strong><a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/64511f18-afff-4a51-863a-5c7e93c05ba8/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.pdf?AWSAccessKeyId=ASIA2F3EMEYEU7722ZX4&amp;Signature=9mTM0B4XqrsIxBONi8M2Jtn5RqI%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDwaCXVzLWVhc3QtMSJHMEUCIFpXMb69JFE0fd0js1tCwcVmEJrrPN%2F4Ii00VsReATE7AiEA5DUsePxIUob9arjHCdVcDigdX5r7sEtSeHzqGuylqgsq8wQIBRABGgw2OTk3NTMzMDk3MDUiDLQtJVGZQRby89AxFyrQBA1%2BKPaBidOMsApzUL71eiA2QzOG5xXLGFNyH6eH2QzOCAyMGZehU%2B6MXqQt3I17%2FFHN7sJf3m4CqvU09cgIQnC4OQKxylGt9s4JCKaRmOnpRY%2FgKstL8XMnghuRRa%2BMdDpZ5ixL1lfKAyHD%2FcfxgHWrIkCYh45KyQUMxV5e7i%2FhYFCt8YSjjUNVAOXNDZX47mbkbey5AfM%2F96%2FMf1FliQzHYllX4x0RiQ%2F6DMpdUkWUMBXDCr1BW1ZL4tbYbWO8xPgv4dHnZhmvmVgU%2FnI6Yeu1eKiFQQq0YOmvlhv5TI5cFh6WMQuzDo2c4kV9Pj6O4x1vs1SVJHjySC6%2BeP33VHblTa8Bue9YiKdl6vax2onDvPnH29Lv25YDg3hjbHYE44MxEZEZdG3Q4HwDhytIb9DM3aQeErmnK3fGBfkE4zV%2FHpliIwXJFS%2B191klqTmklYKPlug6yf71BZQRHMmlWfg%2F044MR1Yhatm8vtxds%2BNg5QAGiacNmGAbD5xJPdw8%2B9MIrWE30D6iNP1PHgfHLdhB6b0TtGf8jny3YCEtCKt7VwqH4GxFG%2FdPRAjT0lzQ1iVcDRbKE5Me9hVu4h5Yyv80ud1UoRa35E9Q6jEFV3uMTcy7yz7WfCyq3WkJIo9CoWnl55HH1fz%2BDgMewtgc4xPyo4xVZe%2FrvxIOPKEwVqjEA60r5CcMivHlWr0vKdWojFuSVks7cLZ%2B7VsbwcQ4o2k9fPNEyfpyWTDLTqRGDH2U8jZOQIaDJnmizmq6sBbm1kDUyYbYTbx%2BbVqxgXOdNVIwvZmN0wY6mAH0JW0xfoFgIqFcj3Bj6NFsoJFn9hpYrBuvKjSRFpNUbT1pQ9sLXyNvEI9o9lfXwQBmbT%2FLrt12MiBjjY9yIzguquOLOerhu36AJ%2BWOV1zThemBlFKXEeGwHW7hXgko1S0AkA76wUI2pIvJG4xy6hOm07N53o5pE3NivTZVtDhQYsksFgndzJa4xrcdjBAK5q27lNCEs%2BmMKA%3D%3D&amp;Expires=1784896144" target="_blank" rel="noreferrer noopener"></a></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>URL</td><td>claude.ai/public/artifacts/ca456f1f-44c0-42af-b329-4f1c7534a877</td><td>Malicious Claude Desktop download Artifact page</td></tr><tr><td>Domain</td><td>download-app.us</td><td>Redirect domain for ClaudeDesktop.exe</td></tr><tr><td>Domain</td><td>claude.ai.download-app.us</td><td>Attacker-controlled download redirect host</td></tr><tr><td>URL</td><td>downloading-api.it.com/html/claude/win</td><td>Path serving the malicious executable</td></tr><tr><td>Domain</td><td>5ca8758c-02d0-4a72-89c8-d468b66dda41.com</td><td>Backup SectopRAT domain</td></tr><tr><td>IP Address</td><td>2.24.131.246</td><td>Active SectopRAT command-and-control server</td></tr><tr><td>IP Address</td><td>107.189.24.67</td><td>Historical C2 address (2025-05-30)</td></tr><tr><td>IP Address</td><td>104.194.133.210</td><td>Historical C2 address (2025-07-13)</td></tr><tr><td>IP Address</td><td>107.189.26.86</td><td>Historical C2 address (2025-07-26)</td></tr><tr><td>IP Address</td><td>107.189.21.86</td><td>Historical C2 address (2025-08-11)</td></tr><tr><td>IP Address</td><td>45.59.124.17</td><td>Historical C2 address (2025-08-22)</td></tr><tr><td>IP Address</td><td>45.59.125.228</td><td>Historical C2 address (2025-09-05)</td></tr><tr><td>IP Address</td><td>45.59.122.82</td><td>Historical C2 address (2025-09-14)</td></tr><tr><td>IP Address</td><td>107.189.17.143</td><td>Historical C2 address (2025-09-24)</td></tr><tr><td>IP Address</td><td>45.59.122.134</td><td>Historical C2 address (2025-11-23)</td></tr><tr><td>IP Address</td><td>45.59.122.235</td><td>Historical C2 address (2025-12-03)</td></tr><tr><td>IP Address</td><td>107.189.22.118</td><td>Historical C2 address (2025-12-09)</td></tr><tr><td>IP Address</td><td>107.189.20.32</td><td>Historical C2 address (2025-12-16)</td></tr><tr><td>IP Address</td><td>107.189.20.95</td><td>Historical C2 address (2025-12-29)</td></tr><tr><td>IP Address</td><td>107.189.24.255</td><td>Historical C2 address (2026-01-10)</td></tr><tr><td>IP Address</td><td>45.59.117.145</td><td>Historical C2 address (2026-01-28)</td></tr><tr><td>IP Address</td><td>45.59.114.190</td><td>Historical C2 address (2026-03-13)</td></tr><tr><td>IP Address</td><td>45.59.123.122</td><td>Historical C2 address (2026-04-03)</td></tr><tr><td>IP Address</td><td>45.59.117.67</td><td>Historical C2 address (2026-04-14)</td></tr><tr><td>IP Address</td><td>195.110.58.222</td><td>Historical C2 address (2026-04-20)</td></tr><tr><td>IP Address</td><td>191.101.80.211</td><td>Historical C2 address (2026-05-12)</td></tr><tr><td>Blockchain</td><td>0xe012d0f34cde9b870e9d9ed566ea5f8fd9b92228</td><td>SectopRAT BSC contract</td></tr><tr><td>Blockchain</td><td>0xc1907d7be91f95903ad66d775c397302e7dd9228</td><td>libcef.dll stager BSC contract</td></tr><tr><td>SHA256</td><td>1cd58cfba596da296ab1878d74023e00c399345a1b6c2a0e5446c53563f4e3bb</td><td>tempdir.dll</td></tr><tr><td>SHA256</td><td>26bae4d7012bf59847ab4036a065419c3d4ca47e020479f55b3b2c6d0d21394a</td><td>libcef.dll</td></tr><tr><td>SHA256</td><td>1fe3646d27d286db8123297e06ae7badf3e26f352a04f91b6d82c28869a91664</td><td>Embedded SectopRAT payload</td></tr><tr><td>SHA256</td><td>f8acb8f5cf88b77a4c27d7fd6856aa299bb178e85f9963c2fbd447d818da3ed0</td><td>DockerDesktop.exe / ClaudeDesktop.exe (benign host binary)</td></tr><tr><td>SHA256</td><td>fd826215add30c1319eefa291b6eaf8ddfa7720cfe816c49aef6fe8a88de7939</td><td>SSLConf.exe (benign host binary)</td></tr><tr><td>File Name</td><td>ClaudeDesktop.exe</td><td>Initial malicious downloader staged as Claude app</td></tr><tr><td>File Name</td><td>DockerDesktop.exe</td><td>Persistent scheduled-task copy of the loader</td></tr><tr><td>File Name</td><td>libcef.dll</td><td>Tampered DLL used for sideloading</td></tr><tr><td>File Name</td><td>tempdir.dll</td><td>Second-stage sideloaded malicious DLL</td></tr><tr><td>File Name</td><td>sslconf.exe</td><td>Signed IBM SPSS binary used for further sideloading</td></tr><tr><td>File Name</td><td>appcfg.dat</td><td>Encrypted on-disk payload container</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"><strong>Note:</strong>&nbsp;<em>IP addresses and domains are intentionally defanged (e.g.,&nbsp;</em><code><em>[.]</em></code><em>) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM</em>.</p>



<p class="has-text-align-center has-background wp-block-paragraph" style="background:linear-gradient(180deg,rgb(238,238,238) 91%,rgb(169,184,195) 100%)"><strong>ALERT!: 20+ government sites delivered malware to businesses and citizens. </strong><a href="https://any.run/cybersecurity-blog/phantomenigma-research/?utm_source=csn&amp;utm_medium=link+placement&amp;utm_campaign=phantomenigma&amp;utm_content=blog&amp;utm_term=210726" target="_blank" rel="noreferrer noopener nofollow"><strong>See full attack research</strong></a><strong> to check your own exposure.</strong></p>
<p>The post <a href="https://cybersecuritynews.com/fakeagent-campaign-malicious-bing-ads/">FakeAgent Campaign Uses Malicious Bing Ads and Claude.ai Artifacts to Infect Corporate Users</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://cybersecuritynews.com/wp-content/uploads/2026/07/FakeAgent-Campaign-Uses-Malicious-Bing-Ads-and-Claude.ai-Artifacts-to-Infect-Corporate-Users.webp" medium="image"></media:content>
            <post-id xmlns="com-wordpress:feed-additions:1">157080</post-id>	</item>
		<item>
		<title>ChonkyChicken Malware Steals Chrome Credentials, Moves Laterally and Spies on Victims</title>
		<link>https://cybersecuritynews.com/chonkychicken-steals-chrome-credentials/</link>
		
		<dc:creator><![CDATA[Tushar Subhra Dutta]]></dc:creator>
		<pubDate>Fri, 24 Jul 2026 11:26:58 +0000</pubDate>
				<category><![CDATA[Cyber Security News]]></category>
		<category><![CDATA[Threats]]></category>
		<category><![CDATA[cyber security]]></category>
		<category><![CDATA[cyber security news]]></category>
		<guid isPermaLink="false">https://cybersecuritynews.com/?p=157068</guid>

					<description><![CDATA[<p>ChonkyChicken is a newly identified remote access trojan designed to turn one infected Windows device into a platform for credential theft, network movement, and surveillance. The malware is part of the TAG-195, also called Golden Chickens or Venom Spider, malware-as-a-service ecosystem, which supplies tooling to financially motivated criminal operators. Recent campaigns begin with ClickFix lures, [&#8230;]</p>
<p>The post <a href="https://cybersecuritynews.com/chonkychicken-steals-chrome-credentials/">ChonkyChicken Malware Steals Chrome Credentials, Moves Laterally and Spies on Victims</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">ChonkyChicken is a newly identified remote access trojan designed to turn one infected Windows device into a platform for credential theft, network movement, and surveillance. </p>



<p class="wp-block-paragraph">The malware is part of the TAG-195, also called Golden Chickens or Venom Spider, malware-as-a-service ecosystem, which supplies tooling to financially motivated criminal operators.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/2d098cb1-2a84-4190-baed-843db6c871cf/ChonkyChicken-Malware-Steals-Chrome-Credentials-Moves-Laterally-and-Spies-on-Victims.pdf?AWSAccessKeyId=ASIA2F3EMEYE65JNZJXC&amp;Signature=9vcJGU0PAzjC0X0r7AmtOnc2yF8%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDsaCXVzLWVhc3QtMSJHMEUCIQC4wSz0gyephjGvtuo9b2Qo%2FLTTfk7KPnIMTNmzTY%2BU4wIgMfa6SNv9QbXgz5hsWRApiacKAVfiremAGzm0LStAsCIq8wQIBBABGgw2OTk3NTMzMDk3MDUiDB7FxU4lcUJGyn5bkirQBG%2Bmd4WmzWanfVm97BrL0aEsYskGDbFeJvdtRmOj1fYPEosLTWUwUcOOXXWf8Frn%2F14srXhnUK8y4Bv%2BCNPqGIvn44kWbXQHTF%2BUHLva61tHxgYe30RlJAikO5p9bL5%2F6%2FcOsgsYHVYPF1ZmuTWfKNuQ0QRUivs4Y8LizmUHd4gyieJJfTnnydYIMg2OLNetcYQIoeh%2FVhs4bKYKOOPPBhky3m4VShArJgHz4dr488hVQNJe2e6NsOMz1brzaJvIQMu6DQ0l7dbmiAw%2FNMANYLdAq6rzXtRJqxQAEaVH1YDYNngT66yY18ybw655DUKEO3WdEiF2Uh5wK1lIqt4lz0cZIomWh%2FHfvTgdlfrwAuC6rgS6oSyLHCo4Ug6Ez0fZuHNQuyW%2BLIod8M5IVpvVeRxeFaKt92P%2FuNuhhVeHFy1FEVcRzRr%2FYK6cvnF%2B%2B2Dhf%2Bo7KxfvFEX147WnPlZs8o123YpX5nqrKil0dUy5Q1Od40VZiRl2s91DW%2BwpxSvMz%2F3RZfk0kg35%2FrcTEU1Zf0uoPfApwi0Ezdb4NF4FNVC%2FEx59F1xn919liqRs3Ti30UlymyHKi62xOaBo%2BUCe%2BQwSCm5uJTfgOUjtsZicayV%2Fae4zdvShmsO31xsVyK7QQ5K3%2FycYDo2xPMlpjBNSJZ0IhppO6w4GLcDCVTOd7FdRrS8myBaYVXLMDuXr6sn2043%2BNQdEGm5ZU9SQlwCW4n628Fkax0Z%2B9ygUzRD8SHG5iL2BqacK8r%2BiM0MoHwvMJPHAX9%2BWSFHh1xmvoxR%2BUaowwoSN0wY6mAG5aSD7zHKIZHgfM%2FFy0%2BUq5KTczz9SXBxPulJnK%2F4zy4Tlr8wPvWiv8sY9zlcL0xrAZ4mEa%2B%2BnaqFHwUaXD4yWrF%2B6aiMLVPnyg1a97O%2Beea1QwrKiR0gFYWUxzvmwC6J4%2F%2FEaWyl8sWZlwz8TnTFOs6sghs2RaLIYX%2FkcMxLZta0HgfjHMSBGmqSpYFeDr270QKMMZHrQjg%3D%3D&amp;Expires=1784893461" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">Recent campaigns begin with ClickFix lures, fake verification pages that persuade targets to paste a copied command into the Windows Run dialog. </p>



<p class="wp-block-paragraph">That action downloads an OCX payload and launches it with regsvr32.exe, allowing the first-stage TinyEgg backdoor to establish access before ChonkyChicken is delivered. </p>



<p class="wp-block-paragraph">Readers following <a href="https://cybersecuritynews.com/clickfix-attack-replaces-powershell-with-cmdkey/" target="_blank" rel="noreferrer noopener">ClickFix attacks using trusted tools</a> will recognize how this technique shifts the critical action to the victim.<a href="https://cybersecuritynews.com/clickfix-attack-replaces-powershell-with-cmdkey/" target="_blank" rel="noreferrer noopener"></a><a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/2d098cb1-2a84-4190-baed-843db6c871cf/ChonkyChicken-Malware-Steals-Chrome-Credentials-Moves-Laterally-and-Spies-on-Victims.pdf?AWSAccessKeyId=ASIA2F3EMEYE65JNZJXC&amp;Signature=9vcJGU0PAzjC0X0r7AmtOnc2yF8%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDsaCXVzLWVhc3QtMSJHMEUCIQC4wSz0gyephjGvtuo9b2Qo%2FLTTfk7KPnIMTNmzTY%2BU4wIgMfa6SNv9QbXgz5hsWRApiacKAVfiremAGzm0LStAsCIq8wQIBBABGgw2OTk3NTMzMDk3MDUiDB7FxU4lcUJGyn5bkirQBG%2Bmd4WmzWanfVm97BrL0aEsYskGDbFeJvdtRmOj1fYPEosLTWUwUcOOXXWf8Frn%2F14srXhnUK8y4Bv%2BCNPqGIvn44kWbXQHTF%2BUHLva61tHxgYe30RlJAikO5p9bL5%2F6%2FcOsgsYHVYPF1ZmuTWfKNuQ0QRUivs4Y8LizmUHd4gyieJJfTnnydYIMg2OLNetcYQIoeh%2FVhs4bKYKOOPPBhky3m4VShArJgHz4dr488hVQNJe2e6NsOMz1brzaJvIQMu6DQ0l7dbmiAw%2FNMANYLdAq6rzXtRJqxQAEaVH1YDYNngT66yY18ybw655DUKEO3WdEiF2Uh5wK1lIqt4lz0cZIomWh%2FHfvTgdlfrwAuC6rgS6oSyLHCo4Ug6Ez0fZuHNQuyW%2BLIod8M5IVpvVeRxeFaKt92P%2FuNuhhVeHFy1FEVcRzRr%2FYK6cvnF%2B%2B2Dhf%2Bo7KxfvFEX147WnPlZs8o123YpX5nqrKil0dUy5Q1Od40VZiRl2s91DW%2BwpxSvMz%2F3RZfk0kg35%2FrcTEU1Zf0uoPfApwi0Ezdb4NF4FNVC%2FEx59F1xn919liqRs3Ti30UlymyHKi62xOaBo%2BUCe%2BQwSCm5uJTfgOUjtsZicayV%2Fae4zdvShmsO31xsVyK7QQ5K3%2FycYDo2xPMlpjBNSJZ0IhppO6w4GLcDCVTOd7FdRrS8myBaYVXLMDuXr6sn2043%2BNQdEGm5ZU9SQlwCW4n628Fkax0Z%2B9ygUzRD8SHG5iL2BqacK8r%2BiM0MoHwvMJPHAX9%2BWSFHh1xmvoxR%2BUaowwoSN0wY6mAG5aSD7zHKIZHgfM%2FFy0%2BUq5KTczz9SXBxPulJnK%2F4zy4Tlr8wPvWiv8sY9zlcL0xrAZ4mEa%2B%2BnaqFHwUaXD4yWrF%2B6aiMLVPnyg1a97O%2Beea1QwrKiR0gFYWUxzvmwC6J4%2F%2FEaWyl8sWZlwz8TnTFOs6sghs2RaLIYX%2FkcMxLZta0HgfjHMSBGmqSpYFeDr270QKMMZHrQjg%3D%3D&amp;Expires=1784893461" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">Analysts at Recorded Future’s Insikt Group identified the malware while tracking the evolving TAG-195 ecosystem. </p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAZ64fDXGehmwMBlvd515KUz5K2JRq5YtOVHcEcJYASvM1ra_n_FYON3TiwBI23iBAq0n7ww94McXTavqWbu_1SK7D4RIFQZFPULf9yIpp-yrRWdWP_l6JcDA7-3IM2PNpenjpS23H-b5AgbHNcx4NKhvyNevB1xkTzHZcYhVd7zzFyi6FI6h3BfiYON8/s1600/TAG-195%20threat%20group%20associations%20(Source%20-%20Recorded%20Future).webp" alt="TAG-195 threat group associations (Source - Recorded Future)" /><figcaption class="wp-element-caption">TAG-195 threat group associations (Source &#8211; Recorded Future)</figcaption></figure>
</div>


<p class="wp-block-paragraph"><a href="https://www.recordedfuture.com/research/tag-195-evolves-maas-ecosystem" data-type="link" data-id="https://www.recordedfuture.com/research/tag-195-evolves-maas-ecosystem" target="_blank" rel="noreferrer noopener nofollow">Recorded Future said in a report</a> shared with Cyber Security News (CSN) that ChonkyChicken is a second-stage implant that combines browser theft, interactive session control, remote execution, reconnaissance, and sustained monitoring in one framework.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/2d098cb1-2a84-4190-baed-843db6c871cf/ChonkyChicken-Malware-Steals-Chrome-Credentials-Moves-Laterally-and-Spies-on-Victims.pdf?AWSAccessKeyId=ASIA2F3EMEYE65JNZJXC&amp;Signature=9vcJGU0PAzjC0X0r7AmtOnc2yF8%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDsaCXVzLWVhc3QtMSJHMEUCIQC4wSz0gyephjGvtuo9b2Qo%2FLTTfk7KPnIMTNmzTY%2BU4wIgMfa6SNv9QbXgz5hsWRApiacKAVfiremAGzm0LStAsCIq8wQIBBABGgw2OTk3NTMzMDk3MDUiDB7FxU4lcUJGyn5bkirQBG%2Bmd4WmzWanfVm97BrL0aEsYskGDbFeJvdtRmOj1fYPEosLTWUwUcOOXXWf8Frn%2F14srXhnUK8y4Bv%2BCNPqGIvn44kWbXQHTF%2BUHLva61tHxgYe30RlJAikO5p9bL5%2F6%2FcOsgsYHVYPF1ZmuTWfKNuQ0QRUivs4Y8LizmUHd4gyieJJfTnnydYIMg2OLNetcYQIoeh%2FVhs4bKYKOOPPBhky3m4VShArJgHz4dr488hVQNJe2e6NsOMz1brzaJvIQMu6DQ0l7dbmiAw%2FNMANYLdAq6rzXtRJqxQAEaVH1YDYNngT66yY18ybw655DUKEO3WdEiF2Uh5wK1lIqt4lz0cZIomWh%2FHfvTgdlfrwAuC6rgS6oSyLHCo4Ug6Ez0fZuHNQuyW%2BLIod8M5IVpvVeRxeFaKt92P%2FuNuhhVeHFy1FEVcRzRr%2FYK6cvnF%2B%2B2Dhf%2Bo7KxfvFEX147WnPlZs8o123YpX5nqrKil0dUy5Q1Od40VZiRl2s91DW%2BwpxSvMz%2F3RZfk0kg35%2FrcTEU1Zf0uoPfApwi0Ezdb4NF4FNVC%2FEx59F1xn919liqRs3Ti30UlymyHKi62xOaBo%2BUCe%2BQwSCm5uJTfgOUjtsZicayV%2Fae4zdvShmsO31xsVyK7QQ5K3%2FycYDo2xPMlpjBNSJZ0IhppO6w4GLcDCVTOd7FdRrS8myBaYVXLMDuXr6sn2043%2BNQdEGm5ZU9SQlwCW4n628Fkax0Z%2B9ygUzRD8SHG5iL2BqacK8r%2BiM0MoHwvMJPHAX9%2BWSFHh1xmvoxR%2BUaowwoSN0wY6mAG5aSD7zHKIZHgfM%2FFy0%2BUq5KTczz9SXBxPulJnK%2F4zy4Tlr8wPvWiv8sY9zlcL0xrAZ4mEa%2B%2BnaqFHwUaXD4yWrF%2B6aiMLVPnyg1a97O%2Beea1QwrKiR0gFYWUxzvmwC6J4%2F%2FEaWyl8sWZlwz8TnTFOs6sghs2RaLIYX%2FkcMxLZta0HgfjHMSBGmqSpYFeDr270QKMMZHrQjg%3D%3D&amp;Expires=1784893461" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">The impact reaches well beyond a stolen password. Attackers can use browser data and active sessions to access business services, map internal systems, and move toward other devices. </p>



<p class="wp-block-paragraph">The threat also reinforces why organizations need to monitor <a href="https://cybersecuritynews.com/attacking-credentials-storedbrowser/" target="_blank" rel="noreferrer noopener">browser stored credential theft</a> rather than treating saved passwords as a low-risk convenience.<a href="https://cybersecuritynews.com/attacking-credentials-storedbrowser/" target="_blank" rel="noreferrer noopener"></a><a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/2d098cb1-2a84-4190-baed-843db6c871cf/ChonkyChicken-Malware-Steals-Chrome-Credentials-Moves-Laterally-and-Spies-on-Victims.pdf?AWSAccessKeyId=ASIA2F3EMEYE65JNZJXC&amp;Signature=9vcJGU0PAzjC0X0r7AmtOnc2yF8%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDsaCXVzLWVhc3QtMSJHMEUCIQC4wSz0gyephjGvtuo9b2Qo%2FLTTfk7KPnIMTNmzTY%2BU4wIgMfa6SNv9QbXgz5hsWRApiacKAVfiremAGzm0LStAsCIq8wQIBBABGgw2OTk3NTMzMDk3MDUiDB7FxU4lcUJGyn5bkirQBG%2Bmd4WmzWanfVm97BrL0aEsYskGDbFeJvdtRmOj1fYPEosLTWUwUcOOXXWf8Frn%2F14srXhnUK8y4Bv%2BCNPqGIvn44kWbXQHTF%2BUHLva61tHxgYe30RlJAikO5p9bL5%2F6%2FcOsgsYHVYPF1ZmuTWfKNuQ0QRUivs4Y8LizmUHd4gyieJJfTnnydYIMg2OLNetcYQIoeh%2FVhs4bKYKOOPPBhky3m4VShArJgHz4dr488hVQNJe2e6NsOMz1brzaJvIQMu6DQ0l7dbmiAw%2FNMANYLdAq6rzXtRJqxQAEaVH1YDYNngT66yY18ybw655DUKEO3WdEiF2Uh5wK1lIqt4lz0cZIomWh%2FHfvTgdlfrwAuC6rgS6oSyLHCo4Ug6Ez0fZuHNQuyW%2BLIod8M5IVpvVeRxeFaKt92P%2FuNuhhVeHFy1FEVcRzRr%2FYK6cvnF%2B%2B2Dhf%2Bo7KxfvFEX147WnPlZs8o123YpX5nqrKil0dUy5Q1Od40VZiRl2s91DW%2BwpxSvMz%2F3RZfk0kg35%2FrcTEU1Zf0uoPfApwi0Ezdb4NF4FNVC%2FEx59F1xn919liqRs3Ti30UlymyHKi62xOaBo%2BUCe%2BQwSCm5uJTfgOUjtsZicayV%2Fae4zdvShmsO31xsVyK7QQ5K3%2FycYDo2xPMlpjBNSJZ0IhppO6w4GLcDCVTOd7FdRrS8myBaYVXLMDuXr6sn2043%2BNQdEGm5ZU9SQlwCW4n628Fkax0Z%2B9ygUzRD8SHG5iL2BqacK8r%2BiM0MoHwvMJPHAX9%2BWSFHh1xmvoxR%2BUaowwoSN0wY6mAG5aSD7zHKIZHgfM%2FFy0%2BUq5KTczz9SXBxPulJnK%2F4zy4Tlr8wPvWiv8sY9zlcL0xrAZ4mEa%2B%2BnaqFHwUaXD4yWrF%2B6aiMLVPnyg1a97O%2Beea1QwrKiR0gFYWUxzvmwC6J4%2F%2FEaWyl8sWZlwz8TnTFOs6sghs2RaLIYX%2FkcMxLZta0HgfjHMSBGmqSpYFeDr270QKMMZHrQjg%3D%3D&amp;Expires=1784893461" target="_blank" rel="noreferrer noopener"></a></p>



<h2 id="h-chonkychicken-malware" class="wp-block-heading"><strong>ChonkyChicken Malware</strong></h2>



<p class="wp-block-paragraph">ChonkyChicken uses a tailored helper named ChromEggscalator to bypass Chrome App-Bound Encryption protections and collect protected browser secrets. </p>



<p class="wp-block-paragraph">The malware downloads the helper, places it in a temporary directory, executes it through a Windows utility, and sends the collected credential material back to its controller.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/2d098cb1-2a84-4190-baed-843db6c871cf/ChonkyChicken-Malware-Steals-Chrome-Credentials-Moves-Laterally-and-Spies-on-Victims.pdf?AWSAccessKeyId=ASIA2F3EMEYE65JNZJXC&amp;Signature=9vcJGU0PAzjC0X0r7AmtOnc2yF8%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDsaCXVzLWVhc3QtMSJHMEUCIQC4wSz0gyephjGvtuo9b2Qo%2FLTTfk7KPnIMTNmzTY%2BU4wIgMfa6SNv9QbXgz5hsWRApiacKAVfiremAGzm0LStAsCIq8wQIBBABGgw2OTk3NTMzMDk3MDUiDB7FxU4lcUJGyn5bkirQBG%2Bmd4WmzWanfVm97BrL0aEsYskGDbFeJvdtRmOj1fYPEosLTWUwUcOOXXWf8Frn%2F14srXhnUK8y4Bv%2BCNPqGIvn44kWbXQHTF%2BUHLva61tHxgYe30RlJAikO5p9bL5%2F6%2FcOsgsYHVYPF1ZmuTWfKNuQ0QRUivs4Y8LizmUHd4gyieJJfTnnydYIMg2OLNetcYQIoeh%2FVhs4bKYKOOPPBhky3m4VShArJgHz4dr488hVQNJe2e6NsOMz1brzaJvIQMu6DQ0l7dbmiAw%2FNMANYLdAq6rzXtRJqxQAEaVH1YDYNngT66yY18ybw655DUKEO3WdEiF2Uh5wK1lIqt4lz0cZIomWh%2FHfvTgdlfrwAuC6rgS6oSyLHCo4Ug6Ez0fZuHNQuyW%2BLIod8M5IVpvVeRxeFaKt92P%2FuNuhhVeHFy1FEVcRzRr%2FYK6cvnF%2B%2B2Dhf%2Bo7KxfvFEX147WnPlZs8o123YpX5nqrKil0dUy5Q1Od40VZiRl2s91DW%2BwpxSvMz%2F3RZfk0kg35%2FrcTEU1Zf0uoPfApwi0Ezdb4NF4FNVC%2FEx59F1xn919liqRs3Ti30UlymyHKi62xOaBo%2BUCe%2BQwSCm5uJTfgOUjtsZicayV%2Fae4zdvShmsO31xsVyK7QQ5K3%2FycYDo2xPMlpjBNSJZ0IhppO6w4GLcDCVTOd7FdRrS8myBaYVXLMDuXr6sn2043%2BNQdEGm5ZU9SQlwCW4n628Fkax0Z%2B9ygUzRD8SHG5iL2BqacK8r%2BiM0MoHwvMJPHAX9%2BWSFHh1xmvoxR%2BUaowwoSN0wY6mAG5aSD7zHKIZHgfM%2FFy0%2BUq5KTczz9SXBxPulJnK%2F4zy4Tlr8wPvWiv8sY9zlcL0xrAZ4mEa%2B%2BnaqFHwUaXD4yWrF%2B6aiMLVPnyg1a97O%2Beea1QwrKiR0gFYWUxzvmwC6J4%2F%2FEaWyl8sWZlwz8TnTFOs6sghs2RaLIYX%2FkcMxLZta0HgfjHMSBGmqSpYFeDr270QKMMZHrQjg%3D%3D&amp;Expires=1784893461" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">The malware can also control live Chrome or Edge sessions through Chrome DevTools Protocol automation. It launches a browser out of view with remote debugging enabled, then lets operators interact with an already authenticated session. </p>



<p class="wp-block-paragraph">That means a password reset alone may not remove an attacker who still holds an active browser session. <a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/2d098cb1-2a84-4190-baed-843db6c871cf/ChonkyChicken-Malware-Steals-Chrome-Credentials-Moves-Laterally-and-Spies-on-Victims.pdf?AWSAccessKeyId=ASIA2F3EMEYE65JNZJXC&amp;Signature=9vcJGU0PAzjC0X0r7AmtOnc2yF8%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDsaCXVzLWVhc3QtMSJHMEUCIQC4wSz0gyephjGvtuo9b2Qo%2FLTTfk7KPnIMTNmzTY%2BU4wIgMfa6SNv9QbXgz5hsWRApiacKAVfiremAGzm0LStAsCIq8wQIBBABGgw2OTk3NTMzMDk3MDUiDB7FxU4lcUJGyn5bkirQBG%2Bmd4WmzWanfVm97BrL0aEsYskGDbFeJvdtRmOj1fYPEosLTWUwUcOOXXWf8Frn%2F14srXhnUK8y4Bv%2BCNPqGIvn44kWbXQHTF%2BUHLva61tHxgYe30RlJAikO5p9bL5%2F6%2FcOsgsYHVYPF1ZmuTWfKNuQ0QRUivs4Y8LizmUHd4gyieJJfTnnydYIMg2OLNetcYQIoeh%2FVhs4bKYKOOPPBhky3m4VShArJgHz4dr488hVQNJe2e6NsOMz1brzaJvIQMu6DQ0l7dbmiAw%2FNMANYLdAq6rzXtRJqxQAEaVH1YDYNngT66yY18ybw655DUKEO3WdEiF2Uh5wK1lIqt4lz0cZIomWh%2FHfvTgdlfrwAuC6rgS6oSyLHCo4Ug6Ez0fZuHNQuyW%2BLIod8M5IVpvVeRxeFaKt92P%2FuNuhhVeHFy1FEVcRzRr%2FYK6cvnF%2B%2B2Dhf%2Bo7KxfvFEX147WnPlZs8o123YpX5nqrKil0dUy5Q1Od40VZiRl2s91DW%2BwpxSvMz%2F3RZfk0kg35%2FrcTEU1Zf0uoPfApwi0Ezdb4NF4FNVC%2FEx59F1xn919liqRs3Ti30UlymyHKi62xOaBo%2BUCe%2BQwSCm5uJTfgOUjtsZicayV%2Fae4zdvShmsO31xsVyK7QQ5K3%2FycYDo2xPMlpjBNSJZ0IhppO6w4GLcDCVTOd7FdRrS8myBaYVXLMDuXr6sn2043%2BNQdEGm5ZU9SQlwCW4n628Fkax0Z%2B9ygUzRD8SHG5iL2BqacK8r%2BiM0MoHwvMJPHAX9%2BWSFHh1xmvoxR%2BUaowwoSN0wY6mAG5aSD7zHKIZHgfM%2FFy0%2BUq5KTczz9SXBxPulJnK%2F4zy4Tlr8wPvWiv8sY9zlcL0xrAZ4mEa%2B%2BnaqFHwUaXD4yWrF%2B6aiMLVPnyg1a97O%2Beea1QwrKiR0gFYWUxzvmwC6J4%2F%2FEaWyl8sWZlwz8TnTFOs6sghs2RaLIYX%2FkcMxLZta0HgfjHMSBGmqSpYFeDr270QKMMZHrQjg%3D%3D&amp;Expires=1784893461" target="_blank" rel="noreferrer noopener"></a>Its lateral movement features give operators several routes across a network. </p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiA_6LyVVeqiyltwEEkdj66bmporIOI9kb-ZAJcgCyi2EfgD8XbgVlPzh_XXPfHk2ibbNgsYhPJXnUCxHuRLalp-RRtyguw0uh4iovpOC9g_BPyOCdMYmT0GAOO_eKhQJMCg5iYm6yOeVBi25jewMRC23icQv_NKT0I59iVKqGsynFiEhm-d-0laO0LIr4/s1600/Summary%20of%20new%20TAG-195%20malware%20(Source%20-%20Recorded%20Future).webp" alt="Summary of new TAG-195 malware (Source - Recorded Future)" /><figcaption class="wp-element-caption">Summary of new TAG-195 malware (Source &#8211; Recorded Future)</figcaption></figure>
</div>


<p class="wp-block-paragraph">ChonkyChicken can use available credentials or access tokens, check logged-in sessions without generating authentication events, create remote scheduled tasks, scan ports, discover hosts, and identify accessible network shares.<a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/2d098cb1-2a84-4190-baed-843db6c871cf/ChonkyChicken-Malware-Steals-Chrome-Credentials-Moves-Laterally-and-Spies-on-Victims.pdf?AWSAccessKeyId=ASIA2F3EMEYE65JNZJXC&amp;Signature=9vcJGU0PAzjC0X0r7AmtOnc2yF8%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDsaCXVzLWVhc3QtMSJHMEUCIQC4wSz0gyephjGvtuo9b2Qo%2FLTTfk7KPnIMTNmzTY%2BU4wIgMfa6SNv9QbXgz5hsWRApiacKAVfiremAGzm0LStAsCIq8wQIBBABGgw2OTk3NTMzMDk3MDUiDB7FxU4lcUJGyn5bkirQBG%2Bmd4WmzWanfVm97BrL0aEsYskGDbFeJvdtRmOj1fYPEosLTWUwUcOOXXWf8Frn%2F14srXhnUK8y4Bv%2BCNPqGIvn44kWbXQHTF%2BUHLva61tHxgYe30RlJAikO5p9bL5%2F6%2FcOsgsYHVYPF1ZmuTWfKNuQ0QRUivs4Y8LizmUHd4gyieJJfTnnydYIMg2OLNetcYQIoeh%2FVhs4bKYKOOPPBhky3m4VShArJgHz4dr488hVQNJe2e6NsOMz1brzaJvIQMu6DQ0l7dbmiAw%2FNMANYLdAq6rzXtRJqxQAEaVH1YDYNngT66yY18ybw655DUKEO3WdEiF2Uh5wK1lIqt4lz0cZIomWh%2FHfvTgdlfrwAuC6rgS6oSyLHCo4Ug6Ez0fZuHNQuyW%2BLIod8M5IVpvVeRxeFaKt92P%2FuNuhhVeHFy1FEVcRzRr%2FYK6cvnF%2B%2B2Dhf%2Bo7KxfvFEX147WnPlZs8o123YpX5nqrKil0dUy5Q1Od40VZiRl2s91DW%2BwpxSvMz%2F3RZfk0kg35%2FrcTEU1Zf0uoPfApwi0Ezdb4NF4FNVC%2FEx59F1xn919liqRs3Ti30UlymyHKi62xOaBo%2BUCe%2BQwSCm5uJTfgOUjtsZicayV%2Fae4zdvShmsO31xsVyK7QQ5K3%2FycYDo2xPMlpjBNSJZ0IhppO6w4GLcDCVTOd7FdRrS8myBaYVXLMDuXr6sn2043%2BNQdEGm5ZU9SQlwCW4n628Fkax0Z%2B9ygUzRD8SHG5iL2BqacK8r%2BiM0MoHwvMJPHAX9%2BWSFHh1xmvoxR%2BUaowwoSN0wY6mAG5aSD7zHKIZHgfM%2FFy0%2BUq5KTczz9SXBxPulJnK%2F4zy4Tlr8wPvWiv8sY9zlcL0xrAZ4mEa%2B%2BnaqFHwUaXD4yWrF%2B6aiMLVPnyg1a97O%2Beea1QwrKiR0gFYWUxzvmwC6J4%2F%2FEaWyl8sWZlwz8TnTFOs6sghs2RaLIYX%2FkcMxLZta0HgfjHMSBGmqSpYFeDr270QKMMZHrQjg%3D%3D&amp;Expires=1784893461" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">This places ChonkyChicken in a different category from basic password stealers. The malware is built to help attackers understand an organization’s network and then use a compromised endpoint as a stepping stone. </p>



<p class="wp-block-paragraph">Similar risks are seen in <a href="https://cybersecuritynews.com/rilide-malware-as-browser-extension-attacking-chrome-edge-users/" target="_blank" rel="noreferrer noopener">browser extension credential theft</a>, where browser access can expose both credentials and active accounts.<a href="https://cybersecuritynews.com/rilide-malware-as-browser-extension-attacking-chrome-edge-users/" target="_blank" rel="noreferrer noopener"></a><a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/2d098cb1-2a84-4190-baed-843db6c871cf/ChonkyChicken-Malware-Steals-Chrome-Credentials-Moves-Laterally-and-Spies-on-Victims.pdf?AWSAccessKeyId=ASIA2F3EMEYE65JNZJXC&amp;Signature=9vcJGU0PAzjC0X0r7AmtOnc2yF8%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDsaCXVzLWVhc3QtMSJHMEUCIQC4wSz0gyephjGvtuo9b2Qo%2FLTTfk7KPnIMTNmzTY%2BU4wIgMfa6SNv9QbXgz5hsWRApiacKAVfiremAGzm0LStAsCIq8wQIBBABGgw2OTk3NTMzMDk3MDUiDB7FxU4lcUJGyn5bkirQBG%2Bmd4WmzWanfVm97BrL0aEsYskGDbFeJvdtRmOj1fYPEosLTWUwUcOOXXWf8Frn%2F14srXhnUK8y4Bv%2BCNPqGIvn44kWbXQHTF%2BUHLva61tHxgYe30RlJAikO5p9bL5%2F6%2FcOsgsYHVYPF1ZmuTWfKNuQ0QRUivs4Y8LizmUHd4gyieJJfTnnydYIMg2OLNetcYQIoeh%2FVhs4bKYKOOPPBhky3m4VShArJgHz4dr488hVQNJe2e6NsOMz1brzaJvIQMu6DQ0l7dbmiAw%2FNMANYLdAq6rzXtRJqxQAEaVH1YDYNngT66yY18ybw655DUKEO3WdEiF2Uh5wK1lIqt4lz0cZIomWh%2FHfvTgdlfrwAuC6rgS6oSyLHCo4Ug6Ez0fZuHNQuyW%2BLIod8M5IVpvVeRxeFaKt92P%2FuNuhhVeHFy1FEVcRzRr%2FYK6cvnF%2B%2B2Dhf%2Bo7KxfvFEX147WnPlZs8o123YpX5nqrKil0dUy5Q1Od40VZiRl2s91DW%2BwpxSvMz%2F3RZfk0kg35%2FrcTEU1Zf0uoPfApwi0Ezdb4NF4FNVC%2FEx59F1xn919liqRs3Ti30UlymyHKi62xOaBo%2BUCe%2BQwSCm5uJTfgOUjtsZicayV%2Fae4zdvShmsO31xsVyK7QQ5K3%2FycYDo2xPMlpjBNSJZ0IhppO6w4GLcDCVTOd7FdRrS8myBaYVXLMDuXr6sn2043%2BNQdEGm5ZU9SQlwCW4n628Fkax0Z%2B9ygUzRD8SHG5iL2BqacK8r%2BiM0MoHwvMJPHAX9%2BWSFHh1xmvoxR%2BUaowwoSN0wY6mAG5aSD7zHKIZHgfM%2FFy0%2BUq5KTczz9SXBxPulJnK%2F4zy4Tlr8wPvWiv8sY9zlcL0xrAZ4mEa%2B%2BnaqFHwUaXD4yWrF%2B6aiMLVPnyg1a97O%2Beea1QwrKiR0gFYWUxzvmwC6J4%2F%2FEaWyl8sWZlwz8TnTFOs6sghs2RaLIYX%2FkcMxLZta0HgfjHMSBGmqSpYFeDr270QKMMZHrQjg%3D%3D&amp;Expires=1784893461" target="_blank" rel="noreferrer noopener"></a></p>



<h2 id="h-modular-spying-and-defense" class="wp-block-heading"><strong>Modular Spying and Defense</strong></h2>



<p class="wp-block-paragraph">ChonkyChicken also collects keystrokes, clipboard contents, audio recordings, and screenshots, giving attackers ongoing visibility into victim activity. </p>



<p class="wp-block-paragraph">A separate modular version can request at least 14 capability plugins only when they are needed, reducing the amount of malicious code initially present on a device.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiun-BHyYtJbzKBwaGwagSK6sqGff0-fGkEnOkpI-PlHSUr42WiR_KayYGOSjJF1_OfRiohdzNMABBxCsIlCZhWHAIIhFooJ8dpde8DS-MsJiAgID2wKidul5RfNMLuIKdKRFDNlOJZp9tkOUBb41UpQXluLSFIYq7JEosuFjbVvQquIIsxIKfSPt6UPNs/s1600/Recent%20TAG-195%20ClickFix%20infection%20(Source%20-%20Recorded%20Future).webp" alt="Recent TAG-195 ClickFix infection (Source - Recorded Future)" /><figcaption class="wp-element-caption">Recent TAG-195 ClickFix infection (Source &#8211; Recorded Future)</figcaption></figure>
</div>


<p class="wp-block-paragraph">All current TAG-195 families share tactics intended to complicate detection. They use filename checks to avoid running in unwanted environments, keep persistence through Windows Run keys, obscure strings, and abuse regsvr32.exe to load OCX files from user-writable locations. </p>



<p class="wp-block-paragraph">Security teams should watch for <a href="https://cybersecuritynews.com/malware-tactics-used-to-evade-detection/" target="_blank" rel="noreferrer noopener">regsvr32 abuse in malware</a>, especially when it involves files in TEMP or AppData.<a href="https://cybersecuritynews.com/malware-tactics-used-to-evade-detection/" target="_blank" rel="noreferrer noopener"></a><a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/2d098cb1-2a84-4190-baed-843db6c871cf/ChonkyChicken-Malware-Steals-Chrome-Credentials-Moves-Laterally-and-Spies-on-Victims.pdf?AWSAccessKeyId=ASIA2F3EMEYE65JNZJXC&amp;Signature=9vcJGU0PAzjC0X0r7AmtOnc2yF8%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDsaCXVzLWVhc3QtMSJHMEUCIQC4wSz0gyephjGvtuo9b2Qo%2FLTTfk7KPnIMTNmzTY%2BU4wIgMfa6SNv9QbXgz5hsWRApiacKAVfiremAGzm0LStAsCIq8wQIBBABGgw2OTk3NTMzMDk3MDUiDB7FxU4lcUJGyn5bkirQBG%2Bmd4WmzWanfVm97BrL0aEsYskGDbFeJvdtRmOj1fYPEosLTWUwUcOOXXWf8Frn%2F14srXhnUK8y4Bv%2BCNPqGIvn44kWbXQHTF%2BUHLva61tHxgYe30RlJAikO5p9bL5%2F6%2FcOsgsYHVYPF1ZmuTWfKNuQ0QRUivs4Y8LizmUHd4gyieJJfTnnydYIMg2OLNetcYQIoeh%2FVhs4bKYKOOPPBhky3m4VShArJgHz4dr488hVQNJe2e6NsOMz1brzaJvIQMu6DQ0l7dbmiAw%2FNMANYLdAq6rzXtRJqxQAEaVH1YDYNngT66yY18ybw655DUKEO3WdEiF2Uh5wK1lIqt4lz0cZIomWh%2FHfvTgdlfrwAuC6rgS6oSyLHCo4Ug6Ez0fZuHNQuyW%2BLIod8M5IVpvVeRxeFaKt92P%2FuNuhhVeHFy1FEVcRzRr%2FYK6cvnF%2B%2B2Dhf%2Bo7KxfvFEX147WnPlZs8o123YpX5nqrKil0dUy5Q1Od40VZiRl2s91DW%2BwpxSvMz%2F3RZfk0kg35%2FrcTEU1Zf0uoPfApwi0Ezdb4NF4FNVC%2FEx59F1xn919liqRs3Ti30UlymyHKi62xOaBo%2BUCe%2BQwSCm5uJTfgOUjtsZicayV%2Fae4zdvShmsO31xsVyK7QQ5K3%2FycYDo2xPMlpjBNSJZ0IhppO6w4GLcDCVTOd7FdRrS8myBaYVXLMDuXr6sn2043%2BNQdEGm5ZU9SQlwCW4n628Fkax0Z%2B9ygUzRD8SHG5iL2BqacK8r%2BiM0MoHwvMJPHAX9%2BWSFHh1xmvoxR%2BUaowwoSN0wY6mAG5aSD7zHKIZHgfM%2FFy0%2BUq5KTczz9SXBxPulJnK%2F4zy4Tlr8wPvWiv8sY9zlcL0xrAZ4mEa%2B%2BnaqFHwUaXD4yWrF%2B6aiMLVPnyg1a97O%2Beea1QwrKiR0gFYWUxzvmwC6J4%2F%2FEaWyl8sWZlwz8TnTFOs6sghs2RaLIYX%2FkcMxLZta0HgfjHMSBGmqSpYFeDr270QKMMZHrQjg%3D%3D&amp;Expires=1784893461" target="_blank" rel="noreferrer noopener"></a></p>



<p class="wp-block-paragraph">Defenders should restrict pasted-command execution where practical, block regsvr32.exe from loading OCX files from user-writable folders, and alert on suspicious Run key entries. </p>



<p class="wp-block-paragraph">They should also investigate Chrome or Edge processes launched with remote-debugging options, monitor unusual WebSocket traffic, enforce phishing-resistant multifactor authentication, and limit administrator privileges between workstations.</p>



<p class="wp-block-paragraph"><strong>Indocators of compromise (IoCs):-</strong><a href="https://ppl-ai-file-upload.s3.amazonaws.com/web/direct-files/attachments/11146061/2d098cb1-2a84-4190-baed-843db6c871cf/ChonkyChicken-Malware-Steals-Chrome-Credentials-Moves-Laterally-and-Spies-on-Victims.pdf?AWSAccessKeyId=ASIA2F3EMEYE65JNZJXC&amp;Signature=9vcJGU0PAzjC0X0r7AmtOnc2yF8%3D&amp;x-amz-security-token=IQoJb3JpZ2luX2VjEDsaCXVzLWVhc3QtMSJHMEUCIQC4wSz0gyephjGvtuo9b2Qo%2FLTTfk7KPnIMTNmzTY%2BU4wIgMfa6SNv9QbXgz5hsWRApiacKAVfiremAGzm0LStAsCIq8wQIBBABGgw2OTk3NTMzMDk3MDUiDB7FxU4lcUJGyn5bkirQBG%2Bmd4WmzWanfVm97BrL0aEsYskGDbFeJvdtRmOj1fYPEosLTWUwUcOOXXWf8Frn%2F14srXhnUK8y4Bv%2BCNPqGIvn44kWbXQHTF%2BUHLva61tHxgYe30RlJAikO5p9bL5%2F6%2FcOsgsYHVYPF1ZmuTWfKNuQ0QRUivs4Y8LizmUHd4gyieJJfTnnydYIMg2OLNetcYQIoeh%2FVhs4bKYKOOPPBhky3m4VShArJgHz4dr488hVQNJe2e6NsOMz1brzaJvIQMu6DQ0l7dbmiAw%2FNMANYLdAq6rzXtRJqxQAEaVH1YDYNngT66yY18ybw655DUKEO3WdEiF2Uh5wK1lIqt4lz0cZIomWh%2FHfvTgdlfrwAuC6rgS6oSyLHCo4Ug6Ez0fZuHNQuyW%2BLIod8M5IVpvVeRxeFaKt92P%2FuNuhhVeHFy1FEVcRzRr%2FYK6cvnF%2B%2B2Dhf%2Bo7KxfvFEX147WnPlZs8o123YpX5nqrKil0dUy5Q1Od40VZiRl2s91DW%2BwpxSvMz%2F3RZfk0kg35%2FrcTEU1Zf0uoPfApwi0Ezdb4NF4FNVC%2FEx59F1xn919liqRs3Ti30UlymyHKi62xOaBo%2BUCe%2BQwSCm5uJTfgOUjtsZicayV%2Fae4zdvShmsO31xsVyK7QQ5K3%2FycYDo2xPMlpjBNSJZ0IhppO6w4GLcDCVTOd7FdRrS8myBaYVXLMDuXr6sn2043%2BNQdEGm5ZU9SQlwCW4n628Fkax0Z%2B9ygUzRD8SHG5iL2BqacK8r%2BiM0MoHwvMJPHAX9%2BWSFHh1xmvoxR%2BUaowwoSN0wY6mAG5aSD7zHKIZHgfM%2FFy0%2BUq5KTczz9SXBxPulJnK%2F4zy4Tlr8wPvWiv8sY9zlcL0xrAZ4mEa%2B%2BnaqFHwUaXD4yWrF%2B6aiMLVPnyg1a97O%2Beea1QwrKiR0gFYWUxzvmwC6J4%2F%2FEaWyl8sWZlwz8TnTFOs6sghs2RaLIYX%2FkcMxLZta0HgfjHMSBGmqSpYFeDr270QKMMZHrQjg%3D%3D&amp;Expires=1784893461" target="_blank" rel="noreferrer noopener"></a></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>IP address</td><td><code>70.34.205.43</code></td><td>Shared IP address used by observed TAG-127 ClickFix lure infrastructure</td></tr><tr><td>Domain</td><td><code>screenly.cam</code></td><td>ClickFix lure page domain</td></tr><tr><td>Domain</td><td><code>xtrafftrck.net</code></td><td>Payload staging and command-and-control domain</td></tr><tr><td>Domain</td><td><code>api.it195f.top</code></td><td>TAG-195 infrastructure domain shown in the report</td></tr><tr><td>URI path</td><td><code>gtgate.php</code></td><td>Observed controller endpoint path</td></tr><tr><td>WebSocket endpoint</td><td><code>ws://localhost:3000/wsagent</code></td><td>Observed Modular ChonkyChicken development or testing endpoint</td></tr><tr><td>File name</td><td><code>TEMP.txt</code></td><td>ChonkyChicken execution-attempt log artifact</td></tr><tr><td>File name</td><td><code>C.txt</code></td><td>ChromEggscalator operational log artifact</td></tr><tr><td>File name</td><td><code>xlog.txt</code></td><td>ChromEggscalator forensic artifact</td></tr><tr><td>File name</td><td><code>chromelevator.ocx</code></td><td>ChromEggscalator credential-theft helper file name</td></tr><tr><td>File name</td><td><code>mscom.ocx</code></td><td>ChromEggscalator execution detection artifact</td></tr><tr><td>File name</td><td><code>wpadcapture.ocx</code></td><td>WPAD helper component referenced by ChonkyChicken</td></tr><tr><td>File name</td><td><code>koki.ocx</code></td><td>Modular ChonkyChicken controller file name</td></tr><tr><td>File name</td><td><code>agent.ocx</code></td><td>Modular ChonkyChicken controller file name</td></tr><tr><td>Registry value</td><td><code>WinComCtl</code></td><td>Run key value used for persistence</td></tr></tbody></table></figure>



<p class="wp-block-paragraph"><strong>Note:</strong>&nbsp;<em>IP addresses and domains are intentionally defanged (e.g.,&nbsp;</em><code><em>[.]</em></code><em>) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM</em>.</p>



<p class="has-text-align-center has-background wp-block-paragraph" style="background:linear-gradient(180deg,rgb(238,238,238) 91%,rgb(169,184,195) 100%)"><strong>ALERT!: 20+ government sites delivered malware to businesses and citizens. </strong><a href="https://any.run/cybersecurity-blog/phantomenigma-research/?utm_source=csn&amp;utm_medium=link+placement&amp;utm_campaign=phantomenigma&amp;utm_content=blog&amp;utm_term=210726" target="_blank" rel="noreferrer noopener nofollow"><strong>See full attack research</strong></a><strong> to check your own exposure.</strong></p>
<p>The post <a href="https://cybersecuritynews.com/chonkychicken-steals-chrome-credentials/">ChonkyChicken Malware Steals Chrome Credentials, Moves Laterally and Spies on Victims</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://cybersecuritynews.com/wp-content/uploads/2026/07/ChonkyChicken-Malware-Steals-Chrome-Credentials-Moves-Laterally-and-Spies-on-Victims.webp" medium="image"></media:content>
            <post-id xmlns="com-wordpress:feed-additions:1">157068</post-id>	</item>
		<item>
		<title>Microsoft Confirms No Bloatware Ads in Windows 11; LG Disables McAfee Pop-ups</title>
		<link>https://cybersecuritynews.com/microsoft-confirms-no-bloatware-ads-windows-11/</link>
		
		<dc:creator><![CDATA[Guru Baran]]></dc:creator>
		<pubDate>Fri, 24 Jul 2026 11:26:34 +0000</pubDate>
				<category><![CDATA[Cyber Security]]></category>
		<category><![CDATA[Cyber Security News]]></category>
		<category><![CDATA[cyber security]]></category>
		<category><![CDATA[cyber security news]]></category>
		<guid isPermaLink="false">https://cybersecuritynews.com/?p=157073</guid>

					<description><![CDATA[<p>Microsoft has moved quickly to shut down unwanted antivirus advertising after users discovered that connecting an LG monitor could silently install companion software and trigger a McAfee trial pop-up on Windows 11. The issue surfaced when owners of premium LG displays reported that plugging in their monitors caused Windows Update to deliver the LG Monitor [&#8230;]</p>
<p>The post <a href="https://cybersecuritynews.com/microsoft-confirms-no-bloatware-ads-windows-11/">Microsoft Confirms No Bloatware Ads in Windows 11; LG Disables McAfee Pop-ups</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Microsoft has moved quickly to shut down unwanted antivirus advertising after users discovered that connecting an LG monitor could silently install companion software and trigger a McAfee trial pop-up on Windows 11.</p>



<p class="wp-block-paragraph">The issue surfaced when <a href="https://cybersecuritynews.com/lg-monitor-app-installs-adware/" target="_blank" rel="noreferrer noopener">owners of premium LG displays reported</a> that plugging in their monitors caused Windows Update to deliver the LG Monitor App Installer.</p>



<p class="wp-block-paragraph">Once installed via the Microsoft Store path, the app later surfaced a McAfee trial promotion an unexpected ad experience on machines that had never requested antivirus software.</p>



<p class="wp-block-paragraph">For many users, the problem was straightforward: a monitor that can cost around $1,200 should not become a delivery vehicle for third-party security ads.</p>



<p class="wp-block-paragraph">The companion app had no legitimate reason to push commercial antivirus offers through an OS-driven install path, and the behavior quickly drew criticism across social media and tech communities.</p>



<h2 id="h-how-the-complaint-reached-microsoft" class="wp-block-heading"><strong>How the Complaint Reached Microsoft</strong></h2>



<p class="wp-block-paragraph">The situation escalated after Epic Games CEO Tim Sweeney publicly tagged Windows chief Pavan Davuluri on X (formerly Twitter). The spotlight forced a fast response from Microsoft’s Windows leadership.</p>



<p class="wp-block-paragraph">Within days, Davuluri posted an official update:</p>



<figure class="wp-block-embed is-type-rich is-provider-x wp-block-embed-x"><div class="wp-block-embed__wrapper">
<div class="embed-x"><blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">Thanks again for bringing this to our attention. We’ve connected with the team at LG and as an immediate next step, they have agreed to disable the McAfee pop-up from their app. We appreciate LG working with us toward a shared goal of a better experience for our mutual customers.…</p>&mdash; Pavan Davuluri (@pavandavuluri) <a href="https://x.com/pavandavuluri/status/2079982812699193690?ref_src=twsrc%5Etfw">July 22, 2026</a></blockquote><script async src="https://platform.x.com/widgets.js" charset="utf-8"></script></div>
</div></figure>



<p class="wp-block-paragraph">The episode highlights a long-running tension in the Windows ecosystem: OEM and peripheral companion apps that arrive through Windows Update or the Microsoft Store can still introduce unwanted prompts, trialware, and advertising. Even when the core OS remains clean, partner software can undermine the user experience.</p>



<p class="wp-block-paragraph">Microsoft’s public statement is notable for two reasons:</p>



<ul class="wp-block-list">
<li>It explicitly frames bloatware-style ads as incompatible with the Windows 11 experience Microsoft wants to deliver.</li>



<li>It shows the company willing to pressure an ecosystem partner, in this case LG, to remove the offending behavior rather than leave the complaint unanswered.</li>
</ul>



<p class="wp-block-paragraph">LG’s agreement to disable the McAfee pop-up is described as an immediate step. Broader changes to how the LG Monitor App is distributed or what permissions it requests may still follow, but the ad surface is being closed first.</p>



<h2 id="h-what-users-should-know-right-now" class="wp-block-heading"><strong>What Users Should Know Right Now</strong></h2>



<ul class="wp-block-list">
<li>Connecting certain LG monitors can still trigger the LG Monitor App Installer via Windows Update.</li>



<li>The McAfee trial pop-up is being disabled at the app level following Microsoft’s intervention.</li>



<li>Users who already installed the app can check for updates in the Microsoft Store or remove the software if they do not need LG’s monitor controls.</li>



<li>The incident reinforces that peripheral drivers and companion apps remain a common vector for unwanted software on Windows 11.</li>
</ul>



<p class="wp-block-paragraph">Major Windows complaints often fade without a clear resolution. This one did not. Microsoft listened, contacted LG, and secured a concrete fix in a matter of days.</p>



<p class="wp-block-paragraph">The outcome sends a signal to other hardware partners: silent installs and third-party ad pop-ups will face scrutiny when they damage the shared customer experience.</p>



<p class="wp-block-paragraph">For Windows 11 users, the message from Redmond is now explicit: there is no place for this class of bloatware advertising, and Microsoft is prepared to act when partners cross the line.</p>



<p class="has-text-align-center has-background wp-block-paragraph" style="background:linear-gradient(180deg,rgb(238,238,238) 87%,rgb(169,184,195) 100%)"><strong>&nbsp;Strengthen Your SOC by Accelerating Threat Detection &amp; Rapid Investigations.&nbsp;-&gt;&nbsp;<a href="https://any.run/enterprise/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales" target="_blank" rel="noreferrer noopener">Integrate ANY.RUN With Your SOC&nbsp;</a><strong><a href="https://any.run/enterprise/?utm_source=csn&amp;utm_medium=links&amp;utm_campaign=sandbox&amp;utm_content=enterprise&amp;utm_term=0626#contact-sales" target="_blank" rel="noreferrer noopener">Now</a></strong>.</strong></p>
<p>The post <a href="https://cybersecuritynews.com/microsoft-confirms-no-bloatware-ads-windows-11/">Microsoft Confirms No Bloatware Ads in Windows 11; LG Disables McAfee Pop-ups</a> appeared first on <a href="https://cybersecuritynews.com">Cyber Security News</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://cybersecuritynews.com/wp-content/uploads/2026/07/Microsoft-Confirms-No-Bloatware-Ads-Windows-11-New.webp" medium="image"></media:content>
            <post-id xmlns="com-wordpress:feed-additions:1">157073</post-id>	</item>
	</channel>
</rss>
