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

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

<image>
	<url>https://firsthackersnews.com/wp-content/uploads/2026/03/cropped-FHN_512x512-32x32.png</url>
	<title>First Hackers News</title>
	<link>https://firsthackersnews.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Kimi K3 AI Discovers Redis RCE Flaws</title>
		<link>https://firsthackersnews.com/kimi-k3-ai-redis-rce-flaws/</link>
					<comments>https://firsthackersnews.com/kimi-k3-ai-redis-rce-flaws/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Thu, 23 Jul 2026 21:01:22 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[RCE Flaw]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[AI in Cybersecurity]]></category>
		<category><![CDATA[AI security]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[CVE]]></category>
		<category><![CDATA[cyber threats]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Ethical Hacking]]></category>
		<category><![CDATA[Fuzz Testing]]></category>
		<category><![CDATA[Kimi K3 AI]]></category>
		<category><![CDATA[memory corruption]]></category>
		<category><![CDATA[rce]]></category>
		<category><![CDATA[redis]]></category>
		<category><![CDATA[Redis Security]]></category>
		<category><![CDATA[Redis Vulnerability]]></category>
		<category><![CDATA[remote code execution]]></category>
		<category><![CDATA[security news]]></category>
		<category><![CDATA[security research]]></category>
		<category><![CDATA[threat intelligence]]></category>
		<category><![CDATA[Vulnerability Research]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12071</guid>

					<description><![CDATA[<p>Moonshot AI&#8217;s latest Kimi K3 model is making headlines after demonstrating its ability to automatically identify critical security</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/kimi-k3-ai-redis-rce-flaws/">Kimi K3 AI Discovers Redis RCE Flaws</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Moonshot AI&#8217;s latest <strong>Kimi K3</strong> model is making headlines after demonstrating its ability to automatically identify critical security flaws in <strong>Redis</strong>. During testing, the AI agent reportedly found multiple remote code execution (RCE) vulnerabilities in several Redis versions within just <strong>27 minutes</strong>.</p>



<p>The achievement highlights how artificial intelligence is changing vulnerability research by reducing the time needed to discover complex software flaws.</p>



<h2 class="wp-block-heading"><strong>How Kimi K3 Found the Vulnerabilities</strong></h2>



<p>The AI was given a simple task: search for memory-related security issues such as buffer overflows and use-after-free bugs in the Redis source code.</p>



<p>To complete the task, Kimi K3 automatically:</p>



<ul class="wp-block-list">
<li>Cloned the Redis source code.</li>



<li>Performed fuzz testing to trigger unexpected behavior.</li>



<li>Analyzed application crashes.</li>



<li>Used debugging tools to identify the root cause.</li>



<li>Generated proof-of-concept (PoC) exploits in a controlled testing environment.</li>
</ul>



<p>The entire process was completed without manual intervention, showing how AI can automate complex security research.</p>



<h2 class="wp-block-heading"><strong>Redis Versions Affected</strong></h2>



<p>The reported vulnerabilities were found in the following Redis versions:</p>



<ul class="wp-block-list">
<li>Redis 6.2.22</li>



<li>Redis 7.4.9</li>



<li>Redis 8.6.4</li>



<li>Redis 8.8.0</li>
</ul>



<p>Researchers shared the proof-of-concept findings publicly for validation and further analysis.</p>



<h2 class="wp-block-heading"><strong>Key Vulnerabilities Identified</strong></h2>



<p>The AI agent reportedly discovered multiple critical issues, including:</p>



<ul class="wp-block-list">
<li>A <strong>double-free vulnerability</strong> related to Redis stream consumer groups (CVE-2026-25589).</li>



<li>A <strong>heap overflow vulnerability</strong> in the RedisBloom module.</li>
</ul>



<p>These types of memory corruption vulnerabilities can allow attackers to manipulate application memory and may eventually lead to remote code execution if successfully exploited.</p>



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



<p>Finding serious vulnerabilities has traditionally required experienced researchers spending days or even weeks reviewing source code and performing extensive testing.</p>



<p>AI-powered tools are now changing that process by:</p>



<ul class="wp-block-list">
<li>Reducing vulnerability discovery time.</li>



<li>Automating repetitive security testing.</li>



<li>Identifying bugs across large codebases much faster.</li>



<li>Helping security teams strengthen software before attacks occur.</li>
</ul>



<h2 class="wp-block-heading"><strong>Opportunities and Risks</strong></h2>



<p>While AI offers significant advantages for defenders, it also introduces new concerns.</p>



<p>Potential benefits include:</p>



<ul class="wp-block-list">
<li>Faster vulnerability detection.</li>



<li>Improved software security.</li>



<li>More efficient penetration testing.</li>



<li>Better support for security researchers.</li>
</ul>



<p>However, the same technology could also be used by attackers to accelerate exploit discovery, making timely patching and responsible disclosure more important than ever.</p>



<h2 class="wp-block-heading"><strong>The Future of AI in Cybersecurity</strong></h2>



<p>The Kimi K3 demonstration shows that AI is becoming an important tool in modern cybersecurity. As large language models continue to improve, they are expected to assist with vulnerability research, code analysis, and automated security testing at a much larger scale.</p>



<p>Organizations should prepare by:</p>



<ul class="wp-block-list">
<li>Applying security updates quickly.</li>



<li>Continuously monitoring critical systems.</li>



<li>Using AI-assisted security tools alongside traditional defenses.</li>



<li>Strengthening vulnerability management programs.</li>
</ul>



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



<p>Although these findings are still being reviewed by the security community, they demonstrate how quickly AI-powered security research is evolving. Kimi K3&#8217;s ability to discover complex Redis vulnerabilities in minutes signals a major shift in how software security testing may be performed in the future, making AI an increasingly valuable asset for both cybersecurity researchers and defenders.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/kimi-k3-ai-redis-rce-flaws/">Kimi K3 AI Discovers Redis RCE Flaws</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/kimi-k3-ai-redis-rce-flaws/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apple Strengthens Hide My Email Privacy with New Security Fix</title>
		<link>https://firsthackersnews.com/apple-hide-my-email-vulnerability/</link>
					<comments>https://firsthackersnews.com/apple-hide-my-email-vulnerability/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Wed, 22 Jul 2026 21:53:58 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[Apple security]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[data privacy]]></category>
		<category><![CDATA[email security]]></category>
		<category><![CDATA[Hide My Email]]></category>
		<category><![CDATA[iCloud+]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[vulnerability]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12066</guid>

					<description><![CDATA[<p>Apple has addressed a privacy vulnerability affecting its Hide My Email feature, an iCloud+ service designed to keep</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/apple-hide-my-email-vulnerability/">Apple Strengthens Hide My Email Privacy with New Security Fix</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Apple has addressed a privacy vulnerability affecting its <strong>Hide My Email</strong> feature, an iCloud+ service designed to keep users&#8217; personal email addresses private. The flaw raised concerns because it could allow an email alias to be linked back to the user&#8217;s actual email address, reducing the privacy protection the feature was built to provide. This fix reinforces the commitment to user privacy, highlighting the importance of features like <strong>Apple Hide My Email</strong>.</p>



<p>The issue has sparked discussions about how even privacy-focused technologies can be affected by weaknesses outside their core design.</p>



<h2 class="wp-block-heading"><strong>How Hide My Email Protects Users</strong></h2>



<p>As part of Apple&#8217;s ongoing efforts to enhance security, the <strong>Apple Hide My Email</strong> feature continues to evolve, providing users with innovative ways to maintain their privacy online.</p>



<p>As part of Apple&#8217;s ongoing efforts to enhance security, the <strong>Apple Hide My Email</strong> feature continues to evolve, providing users with innovative ways to maintain their privacy online.</p>



<p>Hide My Email allows users to create unique email aliases whenever they sign up for websites or online services. Messages sent to these aliases are automatically forwarded to the user&#8217;s real inbox, while the actual email address remains hidden.</p>



<p>This approach helps users reduce spam, limit online tracking, and avoid exposing their primary email address if a service experiences a data breach.</p>



<h2 class="wp-block-heading"><strong>What Went Wrong?</strong></h2>



<p>Although the feature successfully generated anonymous email aliases, researchers found that the email delivery process itself could unintentionally reveal the original email address.</p>



<p>Instead of breaking the alias directly, the weakness appeared during the way certain emails were processed. Under specific conditions, backend email handling systems could expose information that linked the alias to the user&#8217;s real address.</p>



<p>This meant attackers didn&#8217;t have to compromise an Apple account—they only needed to exploit the email processing workflow.</p>



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



<p>Privacy tools are designed to separate a user&#8217;s identity from the services they use.</p>



<p>If someone can trace an anonymous email alias back to its owner, it becomes much easier to build user profiles, launch targeted phishing campaigns, or connect accounts across multiple platforms.</p>



<p>While the vulnerability did not expose passwords or give attackers access to Apple accounts, it weakened an important layer of privacy that many users relied on.</p>



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



<p>After the issue was reported through responsible disclosure, Apple investigated the vulnerability and later released a security update to address it.</p>



<p>The fix prevents the conditions that allowed email aliases to be linked with real email addresses, strengthening the privacy protections offered by Hide My Email.</p>



<p>The update highlights Apple&#8217;s continued efforts to improve security across its ecosystem as new vulnerabilities are identified.</p>



<h2 class="wp-block-heading"><strong>Can Older Aliases Still Be a Concern?</strong></h2>



<p>Although the vulnerability has now been patched, security experts note that information exposed before the update cannot always be erased.</p>



<p>Some email providers and enterprise mail systems store message logs for operational and security purposes. If an email address was previously revealed during processing, that information may still exist in archived records.</p>



<p>Because of this, users who created aliases before the fix may wish to review important accounts that rely on older aliases.</p>



<p>This incident demonstrates that protecting privacy is about more than building secure features.</p>



<p>Modern email systems involve multiple technologies, including spam filtering, message routing, logging services, and third-party infrastructure. Even when the main application is secure, weaknesses elsewhere in the communication process can introduce unexpected privacy risks.</p>



<p>Organizations developing privacy-focused services must evaluate the entire ecosystem rather than only the application itself.</p>



<h2 class="wp-block-heading"><strong>Best Practices for Users</strong></h2>



<p>While Apple has resolved the vulnerability, users should continue following good security practices:</p>



<ul class="wp-block-list">
<li>Keep Apple devices updated with the latest security releases.</li>



<li>Review important online accounts that use older email aliases.</li>



<li>Enable Multi-Factor Authentication (MFA) wherever available.</li>



<li>Be cautious of unexpected emails requesting personal information.</li>



<li>Regularly monitor important accounts for suspicious activity.</li>
</ul>



<p>Privacy tools like Hide My Email remain valuable for reducing online tracking and limiting data exposure. However, they work best when combined with strong account security and regular software updates to provide multiple layers of protection.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/apple-hide-my-email-vulnerability/">Apple Strengthens Hide My Email Privacy with New Security Fix</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/apple-hide-my-email-vulnerability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Critical RefluXFS Flaw Threatens Linux Systems</title>
		<link>https://firsthackersnews.com/refluxfs-linux-vulnerability/</link>
					<comments>https://firsthackersnews.com/refluxfs-linux-vulnerability/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Wed, 22 Jul 2026 21:18:24 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[Cybercriminals]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Linux Malware]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12062</guid>

					<description><![CDATA[<p>A newly discovered Linux vulnerability, called RefluXFS (CVE-2026-64600), could allow a local user to gain root access by</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/refluxfs-linux-vulnerability/">Critical RefluXFS Flaw Threatens Linux Systems</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A newly discovered Linux vulnerability, called <strong>RefluXFS (CVE-2026-64600)</strong>, could allow a local user to gain <strong>root access</strong> by exploiting a flaw in the Linux kernel&#8217;s XFS filesystem. Security researchers at <strong>Qualys Threat Research Unit (TRU)</strong> discovered the issue and warned that it can be exploited even when <strong>SELinux is running in Enforcing mode</strong>.</p>



<p>The vulnerability affects the <strong>copy-on-write (CoW)</strong> feature of XFS. It is caused by a race condition that occurs when two <strong>O_DIRECT</strong> write operations access the same reflink-enabled file at nearly the same time.</p>



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



<p>Normally, when a shared file is modified, XFS creates a new private copy of the data before writing changes. However, during this process, the kernel briefly releases an internal lock while waiting for transaction log space.</p>



<p>If another write request arrives during this short window, it can change the file mapping before the first operation finishes. As a result, the first write uses outdated information and writes data directly to the original disk block instead of a new one.</p>



<p>Since <strong>O_DIRECT</strong> bypasses the page cache, the corrupted data is written straight to disk, allowing attackers to overwrite protected system files.</p>



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



<p>Qualys demonstrated that a normal local user could exploit the flaw on a default <strong>RHEL 10.2</strong> system and remove the root account&#8217;s password protection within seconds. After the attack, the system granted <strong>passwordless root access</strong>.</p>



<p>The attack is difficult to detect because:</p>



<ul class="wp-block-list">
<li>No kernel log entries are generated.</li>



<li>The changes remain after a reboot.</li>



<li>Even systems protected by SELinux are vulnerable.</li>



<li>Existing Linux security protections do not block the attack.</li>
</ul>



<p>Researchers believe the vulnerability has existed since <strong>Linux kernel version 4.11</strong>, released in <strong>2017</strong>, potentially affecting <strong>more than 16 million systems</strong> worldwide.</p>



<h2 class="wp-block-heading"><strong>Who Is Affected?</strong></h2>



<p>A system is vulnerable if it has:</p>



<ul class="wp-block-list">
<li>Linux kernel <strong>4.11 or later</strong> without the security patch.</li>



<li>An <strong>XFS filesystem</strong> with <strong>reflink=1</strong> enabled.</li>



<li>A directory writable by an unprivileged user.</li>



<li>A valuable target file such as a <strong>SUID binary</strong> or protected system file.</li>
</ul>



<h3 class="wp-block-heading">Confirmed affected distributions include:</h3>



<ul class="wp-block-list">
<li>RHEL 8, 9 and 10</li>



<li>CentOS Stream 8, 9 and 10</li>



<li>Oracle Linux 8, 9 and 10</li>



<li>Rocky Linux 8, 9 and 10</li>



<li>AlmaLinux 8, 9 and 10</li>



<li>CloudLinux 8, 9 and 10</li>



<li>Amazon Linux 2 and Amazon Linux 2023</li>



<li>Fedora Server 31 and later</li>
</ul>



<h3 class="wp-block-heading">Lower-risk distributions</h3>



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



<li>Ubuntu</li>



<li>SUSE</li>
</ul>



<p>These distributions are mainly affected only if <strong>XFS with reflink support</strong> has been manually configured.</p>



<h2 class="wp-block-heading"><strong>Existing Security Features Cannot Stop It</strong></h2>



<p>One of the biggest concerns is that common Linux security protections do not prevent this attack. Technologies such as <strong>SELinux</strong>, <strong>KASLR</strong>, <strong>SMEP</strong>, <strong>SMAP</strong>, kernel lockdown, and container isolation operate at different layers and cannot stop exploitation of this filesystem flaw.</p>



<p>At present, <strong>there is no temporary workaround</strong> that completely mitigates the vulnerability. Installing the security update is the only effective solution.</p>



<h2 class="wp-block-heading"><strong>AI Helped Discover the Flaw</strong></h2>



<p>The vulnerability was identified through a collaboration between <strong>Qualys</strong> and <strong>Anthropic</strong>. Researchers used Anthropic&#8217;s <strong>Claude Mythos Preview</strong> AI model to search for race-condition vulnerabilities similar to the well-known <strong>Dirty COW</strong> bug.</p>



<p>After identifying the issue, Qualys engineers independently verified the findings, created a proof-of-concept, and responsibly disclosed the vulnerability to Linux maintainers.</p>



<h2 class="wp-block-heading"><strong>Part of a Growing Trend</strong></h2>



<p>RefluXFS is one of several major Linux privilege escalation vulnerabilities disclosed during 2026. Other recent discoveries include:</p>



<ul class="wp-block-list">
<li><strong>Copy Fail (CVE-2026-31431)</strong></li>



<li><strong>Dirty Frag (CVE-2026-43284 and CVE-2026-43500)</strong></li>



<li><strong>DirtyClone (CVE-2026-43503)</strong></li>
</ul>



<p>These vulnerabilities highlight a growing trend of attackers exploiting flaws that allow protected files or memory to be modified, ultimately leading to privilege escalation.</p>



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



<p>Organizations should patch affected systems as soon as possible, especially <strong>internet-facing servers</strong>, <strong>multi-tenant environments</strong>, and <strong>shared systems</strong>.</p>



<p>Security updates are already available for major enterprise Linux distributions, including <strong>RHEL, Oracle Linux, AlmaLinux, Rocky Linux, and Fedora</strong>. After installing the update, administrators should perform a <strong>full system reboot</strong> to ensure the patched kernel is running.</p>



<p>Since there is currently <strong>no reliable mitigation</strong> other than patching, keeping systems updated is the best defense against the RefluXFS vulnerability.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/refluxfs-linux-vulnerability/">Critical RefluXFS Flaw Threatens Linux Systems</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/refluxfs-linux-vulnerability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fake AI Skills Fuel SmartLoader Malware Attack: A New Threat</title>
		<link>https://firsthackersnews.com/fake-ai-tools-smartloader-stealc-malware/</link>
					<comments>https://firsthackersnews.com/fake-ai-tools-smartloader-stealc-malware/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 21 Jul 2026 21:17:25 +0000</pubDate>
				<category><![CDATA[AI Malware]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[cyberattack]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[AI security]]></category>
		<category><![CDATA[AI Skills]]></category>
		<category><![CDATA[AI Supply Chain]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Fake AI Tools]]></category>
		<category><![CDATA[FakeGit]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[GitHub Security]]></category>
		<category><![CDATA[MCP Servers]]></category>
		<category><![CDATA[SmartLoader]]></category>
		<category><![CDATA[Software Security]]></category>
		<category><![CDATA[Stealc]]></category>
		<category><![CDATA[supply chain security]]></category>
		<category><![CDATA[threat intelligence]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12056</guid>

					<description><![CDATA[<p>The growing adoption of AI assistants, Skills, and Model Context Protocol (MCP) servers has created a new attack</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/fake-ai-tools-smartloader-stealc-malware/">Fake AI Skills Fuel SmartLoader Malware Attack: A New Threat</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The growing adoption of AI assistants, Skills, and Model Context Protocol (MCP) servers has created a new attack surface for cybercriminals. Researchers have uncovered a large-scale campaign in which attackers are abusing GitHub repositories, AI capability registries, and trusted developer resources to distribute <strong>SmartLoader</strong> and <strong>StealC</strong> malware.</p>



<p>Unlike traditional malware campaigns that depend on phishing emails or fake software downloads, this operation targets both developers and AI assistants by poisoning the AI software supply chain. The technique, referred to as <strong>AgentBaiting</strong>, allows attackers to exploit the trust placed in public AI repositories and documentation, increasing the chances that malicious projects are recommended and installed.</p>



<p>Researchers identified approximately <strong>7,600 malicious GitHub repositories</strong> operated by around <strong>6,600 GitHub accounts</strong>. Among them, nearly <strong>1,400 repositories</strong> were related to AI tools, agents, or automation workflows, while more than <strong>800 repositories</strong> specifically impersonated AI Skills or MCP servers.</p>



<p>The campaign spans both personal and enterprise-focused AI tools, including Gmail automation, WhatsApp integrations, AI image generators, resume parsers, Docker connectors, Jenkins plugins, and Databricks integrations. Many of these repositories closely resemble legitimate open-source projects, making them difficult to distinguish from genuine software.</p>



<p>Researchers also observed <strong>more than 14 million GitHub Release downloads</strong> across approximately <strong>200 campaign repositories</strong>. Popular fake projects attracted hundreds of thousands of downloads, while many additional repositories distributed malicious ZIP files directly within the repository itself, making the campaign&#8217;s actual reach significantly larger than publicly available download statistics suggest.</p>



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



<p>At the center of the campaign is <strong>SmartLoader</strong>, a malware loader previously associated with GitHub-based malware distribution. Attackers either clone legitimate repositories or create convincing fake projects that mimic trusted developer tools. These repositories are supported by professional-looking READMEs, fabricated contributor profiles, fake stars, forks, and other GitHub trust signals designed to increase credibility.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="631" src="https://firsthackersnews.com/wp-content/uploads/2026/07/image-2-1024x631.png" alt="" class="wp-image-12057" srcset="https://firsthackersnews.com/wp-content/uploads/2026/07/image-2-300x185.png 300w, https://firsthackersnews.com/wp-content/uploads/2026/07/image-2-768x473.png 768w, https://firsthackersnews.com/wp-content/uploads/2026/07/image-2-1024x631.png 1024w, https://firsthackersnews.com/wp-content/uploads/2026/07/image-2.png 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Researchers found that FakeGit uses fake AI repositories, Skills, MCP servers, and public AI registries to distribute malicious content.</strong> <em>(Source: Island)</em></figcaption></figure>



<p>The malware installation process is disguised as a normal setup procedure. Downloaded archives typically contain launcher scripts, a LuaJIT-based runtime, and heavily obfuscated Lua payloads that eventually deploy <strong>StealC</strong>, a well-known information-stealing malware family.</p>



<p>Researchers noted that earlier SmartLoader campaigns had already abused trojanized MCP servers, including cloned Oura Ring integrations, to compromise developer environments. The latest campaign expands this strategy by targeting the rapidly growing AI ecosystem, where Skills, plugins, and MCP servers often receive broad trust without extensive security validation.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="515" src="https://firsthackersnews.com/wp-content/uploads/2026/07/image-3-1024x515.png" alt="" class="wp-image-12058" srcset="https://firsthackersnews.com/wp-content/uploads/2026/07/image-3-300x151.png 300w, https://firsthackersnews.com/wp-content/uploads/2026/07/image-3-540x272.png 540w, https://firsthackersnews.com/wp-content/uploads/2026/07/image-3-768x386.png 768w, https://firsthackersnews.com/wp-content/uploads/2026/07/image-3-1024x515.png 1024w, https://firsthackersnews.com/wp-content/uploads/2026/07/image-3.png 1200w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>How the FakeGit campaign uses malicious repositories to deliver SmartLoader, deploy StealC, and steal sensitive information.</strong> <em>(Source: Island)</em></figcaption></figure>



<p>One of the most concerning aspects of the campaign is the use of <strong>AgentBaiting</strong>. Instead of convincing users through traditional phishing techniques, attackers manipulate AI assistants into recommending malicious repositories during legitimate searches.</p>



<p>Testing demonstrated that AI coding assistants and chat-based tools such as <strong>Claude Code, Gemini, and ChatGPT</strong> can automatically discover attacker-controlled Skills and MCP servers through public registries and GitHub searches. These AI systems may interpret attacker-written documentation as trustworthy installation guidance and present malicious repositories as recommended solutions.</p>



<p>For example, an AI assistant searching for a free cinematic prompt Skill or a free Walmart MCP server could legitimately encounter a malicious repository that has already been indexed by public registries. Since the repository appears authentic and contains convincing documentation, the AI assistant may recommend it without recognizing the underlying threat.</p>



<p>This represents a significant shift in attacker methodology. Rather than directly targeting users, attackers are increasingly influencing the recommendations generated by autonomous AI systems.</p>



<p>The campaign also abuses public AI capability registries that rely heavily on GitHub repositories as trusted sources. Researchers discovered more than <strong>600 malicious listings</strong> across platforms including:</p>



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



<li>Glama</li>



<li>MCP.so</li>



<li>MCP Market</li>
</ul>



<p>Many of these registries automatically republish GitHub READMEs and installation instructions, unintentionally amplifying malicious content and increasing its visibility among developers and AI agents.</p>



<h2 class="wp-block-heading"><strong>Impact and Recommended Mitigations</strong></h2>



<p>After execution, SmartLoader establishes persistence on the infected system by creating scheduled tasks within the <strong>%LOCALAPPDATA%</strong> directory. It then retrieves additional encrypted payloads from GitHub and obtains its active command-and-control (C2) server information through values stored inside a <strong>Polygon blockchain smart contract</strong>, making infrastructure changes more difficult to detect.</p>



<p>The final payload, <strong>StealC</strong>, is a mature information stealer capable of collecting a wide range of sensitive information, including:</p>



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



<li>Saved passwords</li>



<li>Authentication cookies</li>



<li>Active web sessions</li>



<li>Email credentials</li>



<li>Remote access credentials</li>



<li>Cryptocurrency wallet data</li>



<li>SSH keys</li>



<li>Cloud credentials</li>



<li>Developer secrets</li>



<li>Host and system information</li>
</ul>



<p>The campaign highlights a broader security challenge. AI Skills, MCP servers, plugins, and agent workflows are rapidly becoming part of enterprise environments, yet many traditional security solutions—including SIEM platforms, DLP tools, and vulnerability scanners—do not fully inventory or monitor these AI capabilities. As a result, organizations may have limited visibility into what AI assistants connect to or what permissions these integrations receive.</p>



<p>To reduce the risk of AgentBaiting attacks, organizations should treat AI capabilities as software supply chain components rather than simple productivity tools.</p>



<p>Security teams should consider the following best practices:</p>



<ul class="wp-block-list">
<li>Build internal catalogs of approved AI Skills, MCP servers, and plugins.</li>



<li>Verify publishers instead of relying on GitHub stars, forks, or registry listings.</li>



<li>Test newly introduced AI capabilities inside isolated environments.</li>



<li>Reject AI tools distributed as executable files or ZIP archives without transparent source code.</li>



<li>Monitor AI agent downloads, Git operations, and MCP configuration changes.</li>



<li>Maintain an inventory of all approved AI repositories, versions, and file hashes.</li>



<li>Continuously review AI integrations for newly identified malicious repositories.</li>



<li>Restrict AI tools from accessing sensitive credentials until they have been properly validated.</li>
</ul>



<p>The FakeGit campaign demonstrates that the AI software supply chain has become an attractive target for attackers. As organizations continue integrating AI assistants into development and business workflows, security teams must extend their software supply chain protections beyond traditional applications to include AI Skills, MCP servers, plugins, and agent-driven automation. Without stronger validation and monitoring, trusted AI ecosystems could become an increasingly effective channel for malware distribution and credential theft.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/fake-ai-tools-smartloader-stealc-malware/">Fake AI Skills Fuel SmartLoader Malware Attack: A New Threat</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/fake-ai-tools-smartloader-stealc-malware/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Defender XDR C2 Detection Gap</title>
		<link>https://firsthackersnews.com/microsoft-defender-xdr-detection-gap/</link>
					<comments>https://firsthackersnews.com/microsoft-defender-xdr-detection-gap/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 21 Jul 2026 20:58:56 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12052</guid>

					<description><![CDATA[<p>Security teams using Microsoft Defender XDR should be aware of a detection gap that can cause command-and-control (C2)</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/microsoft-defender-xdr-detection-gap/">Microsoft Defender XDR C2 Detection Gap</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Security teams using Microsoft Defender XDR should be aware of a detection gap that can cause command-and-control (C2) traffic to be missed during threat hunting and investigations. The issue is related to how Microsoft Defender XDR classifies certain IP addresses in the <strong>DeviceNetworkEvents</strong> table.</p>



<p>Many Kusto Query Language (KQL) detection rules search only for connections where <strong>RemoteIPType</strong> is set to <strong>&#8220;Public&#8221;</strong>. However, some internet-bound connections are recorded differently, which means they may not appear in search results or trigger alerts. This creates a blind spot that attackers could exploit to hide malicious outbound communications.</p>



<h2 class="wp-block-heading"><strong>Why Does This Happen?</strong></h2>



<p>The <strong>DeviceNetworkEvents</strong> table is one of the most important telemetry sources in Microsoft Defender XDR. It provides detailed information about endpoint network activity, including:</p>



<ul class="wp-block-list">
<li>Processes initiating the connection</li>



<li>Command-line arguments</li>



<li>User accounts</li>



<li>Remote IP addresses</li>



<li>Ports</li>



<li>URLs</li>



<li>Protocol information</li>
</ul>



<p>Security analysts frequently use this data to investigate suspicious HTTPS traffic, DNS requests, remote management tools, and potential command-and-control (C2) communications.</p>



<p>The issue occurs because of the <strong>RemoteIPType</strong> field. Modern Windows systems often use <strong>dual-stack networking</strong>, allowing applications to communicate using both IPv4 and IPv6.</p>



<p>When an IPv4 address is stored as an <strong>IPv4-mapped IPv6 address</strong>, Microsoft Defender XDR may classify it as <strong>FourToSixMapping</strong> instead of <strong>Public</strong>.</p>



<p>For example:</p>



<ul class="wp-block-list">
<li>IPv4 address: <strong>8.8.8.8</strong></li>



<li>Recorded value: <strong>::ffff:8.8.8.8</strong></li>



<li>RemoteIPType: <strong>FourToSixMapping</strong></li>
</ul>



<p>If a detection rule only searches for:</p>



<pre class="wp-block-code"><code>| where RemoteIPType == "Public"</code></pre>



<p>the connection to <strong>8.8.8.8</strong> will not appear in the results because it has been classified as <strong>FourToSixMapping</strong> instead of <strong>Public</strong>.</p>



<p>This behavior was discovered during a purple-team exercise after a covert external C2 channel failed to trigger the expected alert. The investigation revealed that the detection rule unintentionally ignored IPv4-mapped IPv6 traffic because it only filtered for <strong>Public</strong> IP types.</p>



<h2 class="wp-block-heading"><strong>Impact on Detection</strong></h2>



<p>This classification behavior can create a significant detection gap, particularly in organizations that use dual-stack networking.</p>



<p>Detection rules designed to monitor:</p>



<ul class="wp-block-list">
<li>Command-and-control (C2) traffic</li>



<li>Suspicious outbound HTTPS connections</li>



<li>Unusual DNS activity</li>



<li>Remote access tools</li>



<li>Proxy-bypass techniques</li>
</ul>



<p>may fail to detect malicious activity if they rely only on <strong>RemoteIPType == &#8220;Public&#8221;</strong>.</p>



<p>Another important consideration is the <strong>ipv4_is_private()</strong> KQL function. Some analysts use this function to identify private IP addresses, but it does not always work correctly with IPv4-mapped IPv6 values.</p>



<p>For example, when the function receives an address such as:</p>



<pre class="wp-block-code"><code>::ffff:8.8.8.8</code></pre>



<p>it may return <strong>null</strong> instead of <strong>true</strong> or <strong>false</strong>.</p>



<p>Since <strong>null</strong> is neither true nor false in KQL filtering logic, mapped IPv4 addresses can be silently excluded from search results if the IP address is not normalized first.</p>



<p>To avoid this issue, Microsoft recommends including both <strong>Public</strong> and <strong>FourToSixMapping</strong> values in detection queries and normalizing mapped IPv4 addresses before applying additional filters.</p>



<p>A recommended query is shown below:</p>



<pre class="wp-block-code"><code>| where RemoteIPType in ("Public", "FourToSixMapping")
| extend RemoteIP = iff(
    RemoteIPType == "FourToSixMapping",
    replace_string(RemoteIP, "::ffff:", ""),
    RemoteIP
)</code></pre>



<p>After normalizing the IP address, analysts can consistently filter private RFC 1918 addresses, loopback addresses, and other non-internet destinations without accidentally excluding legitimate outbound traffic.</p>



<p>Security teams should review existing <strong>Microsoft Defender XDR</strong> and <strong>Microsoft Sentinel</strong> detection rules that rely on <strong>RemoteIPType == &#8220;Public&#8221;</strong>. Rules designed to detect C2 activity, suspicious outbound HTTPS traffic, unusual DNS requests, remote management tools, and proxy-bypass techniques should be updated to account for both <strong>Public</strong> and <strong>FourToSixMapping</strong> values.</p>



<p>By making these changes, organizations can improve detection coverage, reduce false negatives, and ensure that outbound communications are monitored more accurately across both IPv4 and IPv6 environments.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/microsoft-defender-xdr-detection-gap/">Microsoft Defender XDR C2 Detection Gap</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/microsoft-defender-xdr-detection-gap/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft Ends Copilot Podcasts and Access</title>
		<link>https://firsthackersnews.com/microsoft-copilot-podcasts/</link>
					<comments>https://firsthackersnews.com/microsoft-copilot-podcasts/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 21 Jul 2026 15:59:35 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[AI Podcasts]]></category>
		<category><![CDATA[AI Technology]]></category>
		<category><![CDATA[AI Tools]]></category>
		<category><![CDATA[artificial intelligence]]></category>
		<category><![CDATA[Copilot]]></category>
		<category><![CDATA[Copilot Podcasts]]></category>
		<category><![CDATA[Digital Innovation]]></category>
		<category><![CDATA[Microsoft AI]]></category>
		<category><![CDATA[Microsoft Copilot]]></category>
		<category><![CDATA[Microsoft News]]></category>
		<category><![CDATA[Microsoft Products]]></category>
		<category><![CDATA[microsoft update]]></category>
		<category><![CDATA[Podcast Feature]]></category>
		<category><![CDATA[Productivity Tools]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Tech Updates]]></category>
		<category><![CDATA[Technology News]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12048</guid>

					<description><![CDATA[<p>Microsoft has announced that it will retire the Podcasts feature in the consumer Copilot app on August 18,</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/microsoft-copilot-podcasts/">Microsoft Ends Copilot Podcasts and Access</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Microsoft has announced that it will retire the <strong>Podcasts</strong> feature in the consumer Copilot app on <strong>August 18, 2026</strong>. After this date, users will no longer be able to create new AI-generated podcasts or access any podcasts they created previously.</p>



<p>The change applies to all Copilot users, including both free and paid subscribers. Since Microsoft does not provide an option to export or download these podcasts, all existing podcast content and shared links will be permanently removed after the feature is discontinued.</p>



<h2 class="wp-block-heading"><strong>Microsoft Ends the Copilot Podcasts Feature</strong></h2>



<p>Copilot Podcasts allowed users to turn prompts and documents into AI-generated podcast-style audio. However, the podcasts were stored only inside the Copilot app and could not be downloaded or moved to another platform.</p>



<p>Microsoft confirmed that once the feature is retired, previously created podcasts and any shared links pointing to them will stop working. The company thanked users for their feedback but did not explain why the feature is being removed.</p>



<p>This retirement only affects the consumer Copilot app and does not impact Microsoft 365 subscriptions or other Copilot features included with eligible plans.</p>



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



<p>Users and organizations that have shared Copilot podcast links in documents, training materials, websites, or internal communications should review them before <strong>August 18, 2026</strong>. After the retirement date, those links will no longer be accessible.</p>



<p>Although the original AI-generated audio cannot be exported, users may be able to recreate important podcasts if they still have the original prompts, documents, notes, or transcripts used to generate them.</p>



<p>This announcement also highlights an important lesson for organizations using AI services. Business-critical AI-generated content should not rely solely on cloud-hosted features that do not support data export. Keeping local copies or storing important AI-generated content in approved repositories can help avoid data loss if a service or feature is removed in the future.</p>



<p>Microsoft confirmed that this change only affects the Podcasts feature. Other Copilot capabilities and Microsoft 365 subscription benefits will continue to be available as usual. Users who need additional information can contact Microsoft Support through the official support channels.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/microsoft-copilot-podcasts/">Microsoft Ends Copilot Podcasts and Access</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/microsoft-copilot-podcasts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Attackers Target SonicWall SMA1000 Zero-Days</title>
		<link>https://firsthackersnews.com/sonicwall-sma1000-zero-day/</link>
					<comments>https://firsthackersnews.com/sonicwall-sma1000-zero-day/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Fri, 17 Jul 2026 05:28:01 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[Vulnerability Research]]></category>
		<category><![CDATA[Zero Day Attack]]></category>
		<category><![CDATA[Zero Trust]]></category>
		<category><![CDATA[CVE-2026-15409]]></category>
		<category><![CDATA[CVE-2026-15410]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[SMA1000]]></category>
		<category><![CDATA[sonicwall]]></category>
		<category><![CDATA[threat intelligence]]></category>
		<category><![CDATA[Zero-day]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12044</guid>

					<description><![CDATA[<p>Cybersecurity researchers have uncovered active attacks targeting two critical zero-day vulnerabilities in SonicWall SMA 1000 Series remote access</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/sonicwall-sma1000-zero-day/">Attackers Target SonicWall SMA1000 Zero-Days</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Cybersecurity researchers have uncovered active attacks targeting two critical zero-day vulnerabilities in <strong>SonicWall SMA 1000 Series</strong> remote access appliances. By combining these flaws, attackers can gain unauthorized access to vulnerable systems and execute commands with <strong>root-level privileges</strong>, potentially taking complete control of the affected appliance.</p>



<p>The vulnerabilities, identified as <strong>CVE-2026-15409</strong> and <strong>CVE-2026-15410</strong>, were observed being exploited before public disclosure. Because of the active attacks, both flaws have been added to CISA&#8217;s <strong>Known Exploited Vulnerabilities (KEV)</strong> catalog, emphasizing the need for immediate action.</p>



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



<p>The first vulnerability allows an unauthenticated attacker to reach internal services that are normally protected from external access. This provides an entry point to the appliance and enables attackers to execute commands with limited privileges.</p>



<p>The second vulnerability can then be used to escalate those privileges to <strong>root</strong> by abusing the appliance&#8217;s update and rollback process. Once exploited, attackers can run malicious scripts with full administrative permissions, giving them complete control over the system. Researchers also noted that the appliance may reboot after exploitation, which can make incident investigation more difficult.</p>



<p>Affected products include <strong>SonicWall SMA 1000 Series</strong> devices running vulnerable releases in the <strong>12.4.3</strong> and <strong>12.5.0</strong> software branches. SonicWall has confirmed that the <strong>SMA 100 Series</strong> and <strong>SSL VPN functionality on SonicWall firewalls</strong> are not affected.</p>



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



<p>Organizations using affected SonicWall SMA 1000 appliances should install the latest security hotfixes released by SonicWall as soon as possible, as no alternative mitigation is currently available.</p>



<p>In addition to patching, security teams should inspect appliances for signs of compromise, re-image affected systems if necessary, rotate administrator and user credentials, reset multi-factor authentication tokens following a confirmed breach, and continue monitoring VPN infrastructure for suspicious activity.</p>



<p>Applying the latest updates and reviewing exposed appliances promptly will help reduce the risk of compromise from these actively exploited vulnerabilities.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/sonicwall-sma1000-zero-day/">Attackers Target SonicWall SMA1000 Zero-Days</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/sonicwall-sma1000-zero-day/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Critical Flaw Found in Shark Robot Vacuums</title>
		<link>https://firsthackersnews.com/shark-robot-vacuum-vulnerability/</link>
					<comments>https://firsthackersnews.com/shark-robot-vacuum-vulnerability/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Fri, 17 Jul 2026 05:17:21 +0000</pubDate>
				<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[Vulnerability Research]]></category>
		<category><![CDATA[AWS IoT]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[home network security]]></category>
		<category><![CDATA[IoT Security]]></category>
		<category><![CDATA[rce]]></category>
		<category><![CDATA[remote code execution]]></category>
		<category><![CDATA[Shark Robot Vacuum]]></category>
		<category><![CDATA[Smart Home Security]]></category>
		<category><![CDATA[threat intelligence]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12039</guid>

					<description><![CDATA[<p>A newly disclosed security vulnerability could put millions of internet-connected Shark robot vacuums at risk. According to security</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/shark-robot-vacuum-vulnerability/">Critical Flaw Found in Shark Robot Vacuums</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A newly disclosed security vulnerability could put <strong>millions of internet-connected Shark robot vacuums</strong> at risk. According to security researchers, the flaw could allow attackers to remotely execute commands, access sensitive device data, and potentially take control of affected vacuums.</p>



<p>The vulnerability is linked to insecure cloud permissions and a built-in command execution feature found in certain Shark vacuum firmware. At the time of disclosure, no official patch had been released.</p>



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



<p>Researchers found that the issue affects internet-connected Shark robot vacuums that communicate through AWS IoT services. By exploiting weak cloud permissions, an attacker who gains access to one vulnerable device could potentially interact with other Shark vacuums connected to the same cloud environment.</p>



<p>The most serious concern is a command execution feature that allows specially crafted messages to run commands on the device. During testing, researchers successfully demonstrated that credentials taken from one Shark vacuum could be used to execute commands on another compatible device.</p>



<p>Some Shark models also include cameras and store household maps for navigation. Researchers warned that a successful attack could allow unauthorized access to:</p>



<ul class="wp-block-list">
<li>Live camera feeds on supported models</li>



<li>Home mapping data</li>



<li>Stored Wi-Fi credentials</li>



<li>Remote control of the vacuum</li>



<li>Device information and telemetry</li>
</ul>



<p>The research also identified a large number of active Shark devices communicating with the affected cloud infrastructure, indicating that the potential impact could be significant.</p>



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



<p>Until an official fix is released, Shark robot vacuum owners should take steps to reduce their exposure.</p>



<p>Recommended actions include:</p>



<ul class="wp-block-list">
<li>Keep the vacuum firmware updated with the latest available version.</li>



<li>Monitor SharkNinja for future security updates and advisories.</li>



<li>Place smart home and IoT devices on a separate Wi-Fi network whenever possible.</li>



<li>Regularly review your home network for unknown or suspicious devices.</li>



<li>Remove unused smart devices from your network.</li>



<li>Change your Wi-Fi password if you suspect unauthorized access.</li>
</ul>



<p>This vulnerability highlights the growing importance of securing Internet of Things (IoT) devices. As more connected devices become part of everyday life, regular updates, network segmentation, and strong security practices remain essential for protecting home networks and personal data.</p>



<p></p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/shark-robot-vacuum-vulnerability/">Critical Flaw Found in Shark Robot Vacuums</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/shark-robot-vacuum-vulnerability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>NuGet Packages Deliver Pepesoft Malware</title>
		<link>https://firsthackersnews.com/malicious-nuget-packages-2/</link>
					<comments>https://firsthackersnews.com/malicious-nuget-packages-2/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Wed, 15 Jul 2026 20:04:06 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Developer Security]]></category>
		<category><![CDATA[NuGet]]></category>
		<category><![CDATA[Pepesoft Malware]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security flaw]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[software supply chain]]></category>
		<category><![CDATA[supply chain attack]]></category>
		<category><![CDATA[threat intelligence]]></category>
		<category><![CDATA[windows security]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12033</guid>

					<description><![CDATA[<p>Security researchers have identified 11 malicious NuGet packages disguised as game cheats, automation bots, and management tools. Instead</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/malicious-nuget-packages-2/">NuGet Packages Deliver Pepesoft Malware</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Security researchers have identified <strong>11 malicious NuGet packages</strong> disguised as game cheats, automation bots, and management tools. Instead of providing the advertised functionality, these packages install a Windows malware known as <strong>Pepesoft</strong>.</p>



<p>The malicious packages were distributed as <strong>.NET command-line tools</strong>, allowing users to install them using the standard <code>dotnet tool install</code> command. They primarily targeted players of popular games such as <strong>Albion Online, GTA5RP, GrandRP, Majestic RP, Lineage 2, Russian Fishing 4,</strong> and <strong>Throne and Liberty</strong>.</p>



<p>After discovering the campaign, researchers reported the packages to NuGet&#8217;s security team for removal.</p>



<h2 class="wp-block-heading"><strong>How the Malware Operates</strong></h2>



<p>Once installed, the malicious package downloads a second-stage payload called <strong>pepesoft.exe</strong> from attacker-controlled infrastructure hosted on <strong>GitHub Releases</strong> and <strong>Hugging Face</strong>.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="559" src="https://firsthackersnews.com/wp-content/uploads/2026/07/image-1-1024x559.png" alt="" class="wp-image-12034" srcset="https://firsthackersnews.com/wp-content/uploads/2026/07/image-1-300x164.png 300w, https://firsthackersnews.com/wp-content/uploads/2026/07/image-1-768x419.png 768w, https://firsthackersnews.com/wp-content/uploads/2026/07/image-1-1024x559.png 1024w, https://firsthackersnews.com/wp-content/uploads/2026/07/image-1-1536x838.png 1536w, https://firsthackersnews.com/wp-content/uploads/2026/07/image-1.png 1600w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption"><strong>Malicious NuGet Package Attack Flow (Source: Socket)</strong></figcaption></figure>



<p>The malware includes several techniques to avoid detection and maintain its operation. It uses <strong>Google DNS-over-HTTPS</strong> to resolve download servers, making it more difficult for traditional DNS-based security controls to block its activity. In many cases, it also attempts to synchronize the system clock before downloading additional components.</p>



<p>After installation, Pepesoft contacts remote servers to retrieve configuration updates and collect information from the infected device. The malware generates a unique hardware identifier and gathers system information such as usernames, computer names, hardware details, network information, public IP addresses, and approximate location.</p>



<p>Some variants also include <strong>Telegram bot functionality</strong>, allowing attackers to remotely capture screenshots of the victim&#8217;s desktop. These screenshots could expose browser sessions, password managers, cryptocurrency wallets, authentication prompts, private conversations, or other sensitive information displayed on the screen.</p>



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



<p>Developers and organizations should review their development environments for suspicious NuGet packages and investigate any unexpected execution of <strong>pepesoft.exe</strong>.</p>



<p>Recommended security measures include:</p>



<ul class="wp-block-list">
<li>Review installed NuGet packages and remove any unknown or suspicious tools.</li>



<li>Verify the authenticity of open-source packages before installation.</li>



<li>Monitor systems for unexpected execution of <strong>pepesoft.exe</strong>.</li>



<li>Watch for unusual outbound connections to GitHub, Hugging Face, and other unknown infrastructure.</li>



<li>Monitor for unexpected DNS-over-HTTPS traffic from development systems.</li>



<li>Keep endpoint security solutions updated and regularly scan developer workstations.</li>



<li>Educate developers about software supply chain attacks and package verification.</li>
</ul>



<p>This campaign highlights the growing risk of <strong>software supply chain attacks</strong>, where attackers disguise malicious packages as legitimate developer tools. Carefully verifying third-party packages before installation remains one of the most effective ways to reduce this risk.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/malicious-nuget-packages-2/">NuGet Packages Deliver Pepesoft Malware</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/malicious-nuget-packages-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WinFsp Security Flaw Enables Privilege Escalation</title>
		<link>https://firsthackersnews.com/winfsp-vulnerability/</link>
					<comments>https://firsthackersnews.com/winfsp-vulnerability/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Wed, 15 Jul 2026 04:54:48 +0000</pubDate>
				<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[CVE-2026-3006]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[SYSTEM Access]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows security]]></category>
		<category><![CDATA[WinFsp]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12028</guid>

					<description><![CDATA[<p>A recently identified security flaw in WinFsp could allow attackers with local access to elevate their privileges and</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/winfsp-vulnerability/">WinFsp Security Flaw Enables Privilege Escalation</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A recently identified security flaw in <strong>WinFsp</strong> could allow attackers with local access to elevate their privileges and gain <strong>SYSTEM-level control</strong> of affected Windows machines. The vulnerability, tracked as <strong>CVE-2026-3006</strong>, impacts <strong>WinFsp 2.1.25156 and earlier</strong>, and has been addressed in a newer release.</p>



<p>Although the vulnerability cannot be exploited remotely, it poses a significant risk because attackers often use privilege escalation flaws after initially compromising a system.</p>



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



<p>WinFsp is an open-source framework that enables Windows applications to create and use custom file systems. It is commonly integrated into software that provides virtual drives, cloud storage access, and other file-system virtualization features.</p>



<p>According to security researchers, the flaw is caused by a synchronization issue within the WinFsp driver. By exploiting this weakness, an attacker can trigger memory corruption inside the Windows kernel. If the attack is successful, the attacker can elevate their privileges from a standard user account to the highly privileged <strong>SYSTEM</strong> account.</p>



<p>With SYSTEM privileges, an attacker may be able to install malicious software, disable security tools, create new administrator accounts, modify protected files, or maintain long-term access to the compromised device.</p>



<h2 class="wp-block-heading"><strong>Protecting Windows Systems</strong></h2>



<p>The issue has been fixed in the latest WinFsp release, and organizations should ensure all affected systems are updated without delay.</p>



<p>Security teams should also:</p>



<ul class="wp-block-list">
<li>Upgrade to the latest WinFsp version.</li>



<li>Check whether third-party applications include vulnerable WinFsp components.</li>



<li>Limit local administrator privileges wherever possible.</li>



<li>Monitor for unusual driver, service, or privilege escalation activity.</li>



<li>Investigate unexpected processes interacting with WinFsp.</li>



<li>Keep Windows and endpoint security solutions fully updated.</li>
</ul>



<p>Privilege escalation vulnerabilities like this are commonly used as part of multi-stage attacks. While they require an attacker to already have some level of access, they can significantly increase the impact of a compromise by allowing attackers to bypass security controls and gain complete control of a Windows system.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/winfsp-vulnerability/">WinFsp Security Flaw Enables Privilege Escalation</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/winfsp-vulnerability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
