<?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>malicious cyber actors &#8211; First Hackers News</title>
	<atom:link href="https://firsthackersnews.com/category/malicious-cyber-actors/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>malicious cyber actors &#8211; 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>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>
		<item>
		<title>Thousands of Phishing Domains Target Turkish Banks</title>
		<link>https://firsthackersnews.com/turkish-bank-phishing-campaign/</link>
					<comments>https://firsthackersnews.com/turkish-bank-phishing-campaign/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Wed, 15 Jul 2026 04:47:55 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Email Security]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Banking]]></category>
		<category><![CDATA[Banking Security]]></category>
		<category><![CDATA[credential theft]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Online Banking]]></category>
		<category><![CDATA[Phishing]]></category>
		<category><![CDATA[scam]]></category>
		<category><![CDATA[threat intelligence]]></category>
		<category><![CDATA[Turkey]]></category>
		<category><![CDATA[Turkish Banks]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12024</guid>

					<description><![CDATA[<p>Cybercriminals are running a large-scale phishing campaign targeting Turkish banks through fake banking websites, fraudulent advertisements, and scam</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/turkish-bank-phishing-campaign/">Thousands of Phishing Domains Target Turkish Banks</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Cybercriminals are running a large-scale phishing campaign targeting <strong>Turkish banks</strong> through fake banking websites, fraudulent advertisements, and scam loan offers. Researchers found more than <strong>8,400 phishing domains</strong> and over <strong>6,600 malicious advertisements</strong> on Facebook and Instagram designed to steal banking credentials and personal information.</p>



<p>The investigation also identified more than <strong>23,000 victim complaints</strong>, highlighting the scale of the operation and its impact on customers across Turkey.</p>



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



<p>Attackers use sponsored social media advertisements that impersonate legitimate banks and promote fake loan offers or financial services. Victims who click these ads are redirected to phishing websites that closely resemble official banking portals, where they are asked to enter login credentials, one-time passwords (OTPs), and other sensitive information.</p>



<p>Researchers found that the attackers frequently change their phishing infrastructure. Domains, advertisements, and hosting services are rotated regularly, sometimes within minutes, making it difficult for security teams to block the attacks before new ones appear.</p>



<p>The campaign also relies on a phishing toolkit sold through underground marketplaces. This toolkit allows cybercriminals to quickly create convincing phishing pages targeting multiple Turkish banks and government services, lowering the barrier for launching large-scale attacks.</p>



<h2 class="wp-block-heading"><strong>Recommendations for Banks and Customers</strong></h2>



<p>Financial institutions should strengthen their defenses by continuously monitoring for phishing domains, fake social media advertisements, cloned websites, and brand impersonation attempts.</p>



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



<ul class="wp-block-list">
<li>Monitor for newly registered phishing domains and fake banking websites.</li>



<li>Track fraudulent advertisements across social media platforms.</li>



<li>Detect and remove fake mobile apps and cloned banking portals.</li>



<li>Monitor suspicious account activity that may indicate money mule operations.</li>



<li>Accelerate takedown requests with domain registrars, hosting providers, and online platforms.</li>



<li>Educate customers about phishing and social engineering attacks.</li>
</ul>



<p>Customers can also reduce their risk by following these best practices:</p>



<ul class="wp-block-list">
<li>Access online banking only through official banking apps or trusted websites.</li>



<li>Avoid clicking banking links shared through advertisements, emails, or text messages.</li>



<li>Never share passwords, one-time passwords (OTPs), or banking credentials with anyone.</li>



<li>Verify loan offers and financial promotions directly with your bank before responding.</li>



<li>Report suspicious websites or advertisements to your bank immediately.</li>
</ul>



<p>This campaign demonstrates how cybercriminals are combining phishing websites, social media advertising, and financial fraud into highly organized operations. Staying vigilant, verifying banking communications, and maintaining strong security controls remain essential for protecting both financial institutions and their customers.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/turkish-bank-phishing-campaign/">Thousands of Phishing Domains Target Turkish Banks</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/turkish-bank-phishing-campaign/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>RabbitMQ OAuth Bug Allows Unauthorized Access</title>
		<link>https://firsthackersnews.com/rabbitmq-oauth-flaw/</link>
					<comments>https://firsthackersnews.com/rabbitmq-oauth-flaw/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 13 Jul 2026 14:31:00 +0000</pubDate>
				<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[cyberattack]]></category>
		<category><![CDATA[Cybercriminals]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[access control]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[cloud security]]></category>
		<category><![CDATA[CVE-2026-57219]]></category>
		<category><![CDATA[CVE-2026-57221]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[data security]]></category>
		<category><![CDATA[Message Broker]]></category>
		<category><![CDATA[OAuth]]></category>
		<category><![CDATA[OAuth Vulnerability]]></category>
		<category><![CDATA[rabbitmq]]></category>
		<category><![CDATA[RabbitMQ Security]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[threat intelligence]]></category>
		<category><![CDATA[vulnerability]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12015</guid>

					<description><![CDATA[<p>Security researchers have disclosed two access-control vulnerabilities in RabbitMQ, the popular open-source message broker used by organizations worldwide.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/rabbitmq-oauth-flaw/">RabbitMQ OAuth Bug Allows Unauthorized Access</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Security researchers have disclosed <strong>two access-control vulnerabilities</strong> in <strong>RabbitMQ</strong>, the popular open-source message broker used by organizations worldwide. If exploited, these flaws could allow attackers to gain administrative control of a RabbitMQ server or access sensitive information about queues and users.</p>



<p>The vulnerabilities were discovered by <strong>Miggo Security</strong> and affect RabbitMQ versions starting from <strong>3.13.0</strong>. Security updates are now available, and organizations are encouraged to patch affected systems as soon as possible.</p>



<h3 class="wp-block-heading">Two Critical Security Flaws</h3>



<p>The first and more severe vulnerability, <strong>CVE-2026-57219</strong>, exposes RabbitMQ&#8217;s OAuth configuration through a management API endpoint that does not require authentication. If an organization stores an OAuth client secret for identity providers such as <strong>Auth0, Microsoft Entra ID, Keycloak, or UAA</strong>, an attacker with network access to the management interface could retrieve that secret.</p>



<p>Using the exposed credentials, an attacker may obtain administrator-level access to the RabbitMQ server, allowing them to manage messages, queues, users, and broker settings.</p>



<p>The second vulnerability, <strong>CVE-2026-57221</strong>, affects permission validation within RabbitMQ. Although less severe, it allows authenticated users with limited privileges to discover queues, exchanges, and usage statistics that they should not normally be able to access. In shared or multi-tenant environments, this information could help attackers gather intelligence for future attacks.</p>



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



<p>Both vulnerabilities have been fixed in <strong>RabbitMQ 4.3.0, 4.2.6, 4.1.11, 4.0.20, and 3.13.15</strong>.</p>



<p>Organizations should take the following steps to protect their RabbitMQ deployments:</p>



<ul class="wp-block-list">
<li>Update RabbitMQ to a supported patched version immediately.</li>



<li>Rotate OAuth client secrets after applying updates.</li>



<li>Restrict access to the RabbitMQ management interface (port <strong>15672</strong>) and avoid exposing it to public networks.</li>



<li>Isolate tenants using separate virtual hosts instead of shared environments.</li>



<li>Review container images and Helm charts to ensure they are not using vulnerable RabbitMQ versions.</li>



<li>Monitor RabbitMQ systems for unusual administrative activity or unauthorized access attempts.</li>
</ul>



<p>These vulnerabilities highlight the importance of securing management interfaces and regularly updating infrastructure components. Prompt patching, strong access controls, and continuous security monitoring remain essential for protecting messaging platforms and the applications that depend on them.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/rabbitmq-oauth-flaw/">RabbitMQ OAuth Bug Allows Unauthorized Access</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/rabbitmq-oauth-flaw/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Android VPN Apps Expose User Traffic</title>
		<link>https://firsthackersnews.com/android-vpn-apps-security-risks/</link>
					<comments>https://firsthackersnews.com/android-vpn-apps-security-risks/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Fri, 10 Jul 2026 21:26:02 +0000</pubDate>
				<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[cyberattack]]></category>
		<category><![CDATA[Cybercriminals]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android security]]></category>
		<category><![CDATA[Android VPN Apps]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[data privacy]]></category>
		<category><![CDATA[mobile security]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[Traffic Leaks]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[VPN Security]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12011</guid>

					<description><![CDATA[<p>Virtual Private Networks (VPNs) are widely used to protect online privacy, encrypt internet traffic, and secure users on</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/android-vpn-apps-security-risks/">Android VPN Apps Expose User Traffic</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Virtual Private Networks (VPNs) are widely used to protect online privacy, encrypt internet traffic, and secure users on public networks. However, a recent security analysis has revealed that <strong>281 Android VPN applications</strong> may expose users to serious privacy and security risks instead of protecting them.</p>



<p>Researchers identified multiple issues, including <strong>traffic leaks, third-party tracking, weak encryption practices, and VPN tunnel hijacking</strong>, raising concerns about the security of many Android VPN services.</p>



<h2 class="wp-block-heading"><strong>Security Risks Behind Insecure VPN Apps</strong></h2>



<p>The primary purpose of a VPN is to route all internet traffic through an encrypted tunnel, preventing unauthorized parties from monitoring user activity. However, researchers found that many Android VPN apps fail to protect all network traffic.</p>



<p>In some cases, <strong>DNS requests, IPv6 connections, and certain application traffic</strong> bypass the encrypted VPN tunnel, exposing information such as browsing activity, IP addresses, and other network metadata. These leaks are particularly concerning when users connect to public Wi-Fi networks, where attackers may monitor or manipulate exposed traffic.</p>



<p>The research also found that several VPN applications contain <strong>advertising, analytics, and tracking software development kits (SDKs)</strong>. These components can collect device identifiers, approximate location data, application usage statistics, and other telemetry. While some data collection may support diagnostics or performance monitoring, excessive tracking contradicts the privacy expectations users typically associate with VPN services.</p>



<p>Another concern is <strong>VPN tunnel hijacking</strong>, where malicious Android applications may exploit weaknesses in a VPN app&#8217;s implementation to misuse its network connection or interfere with its operation. Although Android has introduced security improvements over recent releases, poorly implemented VPN applications can still expose users to unnecessary risks.</p>



<h2 class="wp-block-heading"><strong>Recommendations for Android Users</strong></h2>



<p>Users should carefully evaluate VPN applications before installing them and avoid assuming that every VPN service provides the same level of security.</p>



<p>To improve protection, consider the following best practices:</p>



<ul class="wp-block-list">
<li>Choose reputable VPN providers with transparent ownership and privacy policies.</li>



<li>Prefer providers that have completed independent security audits.</li>



<li>Select VPNs that offer DNS leak protection, IPv6 protection, and a reliable kill switch.</li>



<li>Review requested permissions before installing any VPN application.</li>



<li>Keep Android devices and VPN apps updated with the latest security patches.</li>



<li>Enable Android&#8217;s <strong>Always-on VPN</strong> and <strong>Block connections without VPN</strong> settings when available.</li>



<li>Avoid installing unknown or untrusted applications alongside VPN software, especially on devices used for work or sensitive activities.</li>
</ul>



<p>As VPN usage continues to grow, this research highlights the importance of choosing trusted providers rather than relying solely on marketing claims. A VPN can only protect user privacy if it is implemented securely, maintained properly, and supported by transparent data-handling practices. Regular updates, careful provider selection, and good security hygiene remain essential for safeguarding personal and organizational data.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/android-vpn-apps-security-risks/">Android VPN Apps Expose User Traffic</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/android-vpn-apps-security-risks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
