<?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>Application Security &#8211; First Hackers News</title>
	<atom:link href="https://firsthackersnews.com/category/application-security/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>Mon, 25 May 2026 17:46:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://firsthackersnews.com/wp-content/uploads/2026/03/cropped-FHN_512x512-32x32.png</url>
	<title>Application Security &#8211; First Hackers News</title>
	<link>https://firsthackersnews.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WhatsApp Chat Data Found Stored Without Encryption</title>
		<link>https://firsthackersnews.com/whatsapp-chats-exposed-unencrypted-storage/</link>
					<comments>https://firsthackersnews.com/whatsapp-chats-exposed-unencrypted-storage/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 25 May 2026 17:41:58 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Data Protection]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[#AppleSecurity]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#CyberThreat]]></category>
		<category><![CDATA[#DataProtection]]></category>
		<category><![CDATA[#Encryption]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#iOSSecurity]]></category>
		<category><![CDATA[#macOSSecurity]]></category>
		<category><![CDATA[#Meta]]></category>
		<category><![CDATA[#MobileSecurity]]></category>
		<category><![CDATA[#privacy]]></category>
		<category><![CDATA[#SecurityResearch]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<category><![CDATA[#WhatsApp]]></category>
		<category><![CDATA[#WhatsAppSecurity]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11745</guid>

					<description><![CDATA[<p>Security researchers have raised concerns about how WhatsApp stores chat data on macOS and iOS devices. According to</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/whatsapp-chats-exposed-unencrypted-storage/">WhatsApp Chat Data Found Stored Without Encryption</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Security researchers have raised concerns about how WhatsApp stores chat data on macOS and iOS devices. According to recent findings, message databases may be stored in plaintext inside shared app group containers, potentially exposing sensitive conversations under certain conditions.</p>



<p>Researchers from Mysk reported that WhatsApp uses a shared container linked to Meta applications, identified as <code>group.com.facebook.family</code>. On Apple devices, app group containers allow applications from the same developer to share data and resources.</p>



<p>Because Facebook, Instagram, and WhatsApp belong to the same ecosystem, the shared architecture could introduce privacy and security concerns if exploited alongside operating system vulnerabilities.</p>



<h2 class="wp-block-heading"><strong>Shared Containers Raise Privacy Concerns</strong></h2>



<p>The researchers found that WhatsApp chat databases stored inside these containers are not encrypted at rest. This means the data may remain readable if attackers gain access to the device or exploit weaknesses in the operating system.</p>



<p>According to the report, the following risks were identified:</p>



<ul class="wp-block-list">
<li>Chat histories may be stored in plaintext</li>



<li>Other Meta-owned apps could theoretically access shared data</li>



<li>Users receive no alerts when such access occurs</li>



<li>The issue affects both macOS and iOS environments</li>
</ul>



<p>Researchers also demonstrated that WhatsApp chat histories could be extracted from iPhone backups, where the same unencrypted storage structure was observed.</p>



<p>The findings highlight an important distinction in security design. While WhatsApp uses end-to-end encryption to protect messages during transmission, that protection does not automatically secure data stored locally on the device.</p>



<h2 class="wp-block-heading"><strong>macOS Vulnerability Increases Exposure Risk</strong></h2>



<p>The risk becomes more serious when combined with a recently disclosed macOS vulnerability tracked as CVE-2026-28910. The flaw affected Apple’s Archive Utility tool and reportedly allowed attackers to bypass App Sandbox protections.</p>



<p>By abusing this vulnerability, attackers could potentially:</p>



<ul class="wp-block-list">
<li>Access protected application containers</li>



<li>Extract sensitive information from apps</li>



<li>Bypass Apple’s Transparency, Consent, and Control protections</li>



<li>Access chat histories from applications like WhatsApp</li>
</ul>



<p>Researchers presented a proof-of-concept demonstration showing how the vulnerability could be combined with WhatsApp’s storage behavior to retrieve chat data.</p>



<h2 class="wp-block-heading"><strong>Security Debate Around the Findings</strong></h2>



<p>Not all experts agree on the severity of the issue. WABetaInfo stated that although the databases may not be encrypted locally, Apple’s sandboxing system still provides strong isolation between applications.</p>



<p>From this perspective, attackers would still require elevated system privileges or a separate operating system exploit to access the stored data.</p>



<p>However, researchers at Mysk argue that shared app group permissions between Meta applications reduce isolation boundaries and increase the potential attack surface.</p>



<p>The discussion highlights broader concerns about local data protection in modern mobile ecosystems, especially when multiple applications share common storage environments.</p>



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



<p>Security experts recommend several steps to reduce potential exposure risks:</p>



<ul class="wp-block-list">
<li>Enable encrypted Finder or iTunes backups</li>



<li>Keep macOS and iOS updated with the latest security patches</li>



<li>Use strong device passcodes and device encryption</li>



<li>Limit unnecessary applications from the same developer ecosystem</li>



<li>Regularly review application permissions and backup settings</li>
</ul>



<p>At the time of reporting, there were no confirmed cases of widespread exploitation linked to the findings. However, the research highlights the importance of protecting sensitive data not only during transmission but also while stored on devices.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/whatsapp-chats-exposed-unencrypted-storage/">WhatsApp Chat Data Found Stored Without Encryption</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/whatsapp-chats-exposed-unencrypted-storage/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apache OFBiz Vulnerability Enables Authentication Bypass</title>
		<link>https://firsthackersnews.com/apache-ofbiz-vulnerability-authentication-bypass/</link>
					<comments>https://firsthackersnews.com/apache-ofbiz-vulnerability-authentication-bypass/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Thu, 21 May 2026 22:43:31 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[#apacheofbiz]]></category>
		<category><![CDATA[#apacheofbizvulnerability]]></category>
		<category><![CDATA[#apachevulnerability]]></category>
		<category><![CDATA[#ApplicationSecurity]]></category>
		<category><![CDATA[#AuthenticationBypass]]></category>
		<category><![CDATA[#CyberAttack]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#DigitalRisk]]></category>
		<category><![CDATA[#EnterpriseSecurity]]></category>
		<category><![CDATA[#erpsecurity]]></category>
		<category><![CDATA[#EthicalHacking]]></category>
		<category><![CDATA[#groovy]]></category>
		<category><![CDATA[#Hacking]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#ITSecurity]]></category>
		<category><![CDATA[#RCE]]></category>
		<category><![CDATA[#RemoteCodeExecution]]></category>
		<category><![CDATA[#SecurityAwareness]]></category>
		<category><![CDATA[#SecurityResearch]]></category>
		<category><![CDATA[#ServerSecurity]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<category><![CDATA[#VulnerabilityManagement]]></category>
		<category><![CDATA[#WebSecurity]]></category>
		<category><![CDATA[#ZeroTrust]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11731</guid>

					<description><![CDATA[<p>An Apache OFBiz vulnerability tracked as CVE-2026-45434 could allow attackers to bypass authentication protections and execute malicious code</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/apache-ofbiz-vulnerability-authentication-bypass/">Apache OFBiz Vulnerability Enables Authentication Bypass</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>An Apache OFBiz vulnerability tracked as CVE-2026-45434 could allow attackers to bypass authentication protections and execute malicious code on vulnerable servers through a crafted HTTP request. The flaw, tracked as CVE-2026-45434, affects all Apache OFBiz versions before 24.09.06 and carries a high CVSS score of 8.8.</p>



<p>Apache OFBiz is a widely used open-source ERP platform used to manage enterprise business operations and workflows. Researchers from Aretiq AI discovered that attackers could abuse the platform’s password-change mechanism to gain unauthorized access and execute malicious code on vulnerable servers.</p>



<h2 class="wp-block-heading">Authentication Bypass Through Password Reset Logic</h2>



<p>The issue originates from the way Apache OFBiz handles forced password-change workflows. Normally, accounts marked with <code>requirePasswordChange=Y</code> should remain restricted until the password reset process is completed.</p>



<p>However, researchers found that the <code>LoginWorker.checkLogin()</code> method incorrectly treats the <code>requirePasswordChange</code> response as a successful login instead of an authentication failure.</p>



<p>The vulnerability becomes more dangerous because the <code>requirePasswordChange</code> value is read directly from user-controlled HTTP request parameters rather than securely validated against database records.</p>



<p>By abusing this behavior, attackers can:</p>



<ul class="wp-block-list">
<li>Inject password-change parameters into a crafted HTTP request</li>



<li>Create an authenticated session without completing a proper login process</li>
</ul>



<p>Researchers also warned that many OFBiz deployments still contain default demo accounts such as <code>admin</code>, <code>flexadmin</code>, and <code>demoadmin</code>, often configured with default credentials like <code>ofbiz</code>.</p>



<h2 class="wp-block-heading">Remote Code Execution and Security Fixes</h2>



<p>The authentication bypass can be chained with another vulnerability affecting <code>ProgramExport.groovy</code>. In vulnerable versions, the component allows execution of user-supplied Groovy code without proper sandboxing or permission checks.</p>



<p>This allows attackers to execute arbitrary system commands directly on the server. Researchers successfully demonstrated remote code execution on OFBiz 24.09.05 using a single crafted POST request targeting <code>/webtools/control/ProgramExport</code>.</p>



<p>Successful exploitation could allow attackers to:</p>



<ul class="wp-block-list">
<li>Execute malicious commands on the server</li>



<li>Deploy malware or backdoors</li>
</ul>



<p>Apache fixed the issue in version 24.09.06 by removing unsafe password-change handling, adding stricter permission checks, and introducing a secure Groovy sandbox to block dangerous command execution patterns.</p>



<p>Organizations are strongly advised to upgrade immediately, remove default demo accounts, change weak credentials, and restrict access to sensitive OFBiz administrative endpoints.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/apache-ofbiz-vulnerability-authentication-bypass/">Apache OFBiz Vulnerability Enables Authentication Bypass</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/apache-ofbiz-vulnerability-authentication-bypass/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ExifTool Flaw Allows Mac System Compromise</title>
		<link>https://firsthackersnews.com/exiftool-vulnerability-mac-compromise/</link>
					<comments>https://firsthackersnews.com/exiftool-vulnerability-mac-compromise/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Wed, 20 May 2026 01:30:00 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[#AppleSecurity]]></category>
		<category><![CDATA[#CloudSecurity]]></category>
		<category><![CDATA[#CommandInjection]]></category>
		<category><![CDATA[#cve20263102]]></category>
		<category><![CDATA[#CyberAttack]]></category>
		<category><![CDATA[#CyberDefense]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#CyberThreat]]></category>
		<category><![CDATA[#DigitalRisk]]></category>
		<category><![CDATA[#EthicalHacking]]></category>
		<category><![CDATA[#exiftool]]></category>
		<category><![CDATA[#exiftoolvulnerability]]></category>
		<category><![CDATA[#Hacking]]></category>
		<category><![CDATA[#imageprocessing]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#ITSecurity]]></category>
		<category><![CDATA[#macOS]]></category>
		<category><![CDATA[#macOSSecurity]]></category>
		<category><![CDATA[#MacSecurity]]></category>
		<category><![CDATA[#Malware]]></category>
		<category><![CDATA[#metadatasecurity]]></category>
		<category><![CDATA[#SecurityAwareness]]></category>
		<category><![CDATA[#SecurityResearch]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<category><![CDATA[#VulnerabilityManagement]]></category>
		<category><![CDATA[#ZeroTrust]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11727</guid>

					<description><![CDATA[<p>A newly discovered vulnerability in ExifTool could allow attackers to execute malicious commands on macOS systems through specially</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/exiftool-vulnerability-mac-compromise/">ExifTool Flaw Allows Mac System Compromise</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A newly discovered vulnerability in ExifTool could allow attackers to execute malicious commands on macOS systems through specially crafted image files. The ExifTool vulnerability, tracked as CVE-2026-3102, affects ExifTool versions 13.49 and earlier and raises serious concerns for organizations that process large volumes of media files.</p>



<p>ExifTool is widely used to read and modify metadata in images, PDFs, and multimedia files. Because the tool is heavily integrated into media workflows, automation pipelines, and digital asset management systems, the vulnerability creates a significant security risk in environments that handle untrusted files.</p>



<p>The implications of the ExifTool vulnerability extend to various sectors, where data integrity and security are paramount.</p>



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



<p>The issue is linked to improper sanitization of metadata fields related to file creation dates on macOS. Researchers found that attackers can embed malicious commands inside image metadata fields such as FileCreateDate or DateTimeOriginal.</p>



<p>When ExifTool processes the manipulated file under specific conditions, the hidden command can be executed through the system shell.</p>



<p>The vulnerability becomes exploitable when:</p>



<ul class="wp-block-list">
<li>ExifTool processes raw metadata values using the <code>-n</code> flag</li>



<li>Malicious metadata is copied through the <code>-tagsFromFile</code> feature</li>



<li>Unsafe input reaches a system() execution call without proper filtering</li>
</ul>



<p>Researchers observed that ExifTool internally builds system commands using metadata values extracted directly from files. While most parameters are sanitized, one execution path allowed unfiltered user-controlled data to be passed into a shell command.</p>



<p>This creates a command injection scenario where attackers can run arbitrary commands with the privileges of the user processing the file.</p>



<h2 class="wp-block-heading"><strong>Security Risks and Patch Information</strong></h2>



<p>The vulnerability is especially dangerous for organizations using automated image-processing workflows, newsroom environments, or media management platforms where files are processed automatically.</p>



<p>Because the malicious payload is hidden inside metadata, the image itself may appear legitimate and bypass traditional security checks.</p>



<p>If exploited successfully, attackers could:</p>



<ul class="wp-block-list">
<li>Execute malicious commands on macOS systems</li>



<li>Deploy malware or backdoors</li>



<li>Steal sensitive information</li>



<li>Move laterally across internal networks</li>
</ul>



<p>Researchers from Kaspersky identified the vulnerability, and ExifTool developers addressed the issue in version 13.50.</p>



<p>The patched release changes how system commands are executed by replacing unsafe string-based command construction with safer argument-based execution methods. This prevents shell interpretation and significantly reduces the risk of command injection.</p>



<p>Users and organizations are strongly advised to update to ExifTool 13.50 or later immediately. Security experts also recommend processing untrusted files inside isolated environments such as sandboxes or virtual machines to reduce exposure to malicious media files.</p>



<p>The incident highlights an ongoing cybersecurity challenge where even trusted file-processing tools can become attack vectors if user-controlled input is not handled securely.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/exiftool-vulnerability-mac-compromise/">ExifTool Flaw Allows Mac System Compromise</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/exiftool-vulnerability-mac-compromise/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VoidStealer Steals Chrome Browser Data</title>
		<link>https://firsthackersnews.com/voidstealer-malware-chrome-data/</link>
					<comments>https://firsthackersnews.com/voidstealer-malware-chrome-data/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 19 May 2026 21:02:23 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cyber threat]]></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[CVE]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security flaw]]></category>
		<category><![CDATA[security patch]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[security vulnerability]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[vulnerability impact]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11722</guid>

					<description><![CDATA[<p>A newly discovered infostealer known as VoidStealer is drawing attention from security researchers after demonstrating the ability to</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/voidstealer-malware-chrome-data/">VoidStealer Steals Chrome Browser Data</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A newly discovered infostealer known as VoidStealer is drawing attention from security researchers after demonstrating the ability to bypass browser protections designed to secure sensitive Chrome data. The malware targets Google Chrome’s App-Bound Encryption (ABE), a security feature introduced to better protect stored credentials and session cookies.</p>



<p>Researchers found that VoidStealer can extract encryption keys directly from browser memory, allowing attackers to steal active sessions and access accounts even on fully updated systems.</p>



<h3 class="wp-block-heading">How VoidStealer Bypasses Chrome Protections</h3>



<p>Google introduced App-Bound Encryption in Chrome 127 to strengthen protection around sensitive browser data such as cookies, passwords, and session tokens. The feature was designed to prevent malware running with normal user privileges from accessing Chrome’s encryption keys.</p>



<figure class="wp-block-image size-large is-resized"><img fetchpriority="high" decoding="async" width="1024" height="665" src="https://firsthackersnews.com/wp-content/uploads/2026/05/image-2-1024x665.png" alt="" class="wp-image-11723" style="aspect-ratio:1.5408511960236098;width:841px;height:auto" srcset="https://firsthackersnews.com/wp-content/uploads/2026/05/image-2-300x195.png 300w, https://firsthackersnews.com/wp-content/uploads/2026/05/image-2-768x498.png 768w, https://firsthackersnews.com/wp-content/uploads/2026/05/image-2-1024x665.png 1024w, https://firsthackersnews.com/wp-content/uploads/2026/05/image-2.png 1416w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Unlike older protection methods based on DPAPI, ABE binds encryption keys directly to the Chrome application. A dedicated system process validates that only Chrome can request access to those keys.</p>



<p>However, VoidStealer avoids interacting with Chrome through official APIs. Instead, it targets the moment when Chrome decrypts sensitive data in memory.</p>



<p>Researchers observed that the malware:</p>



<ul class="wp-block-list">
<li>Attaches itself to the Chrome process as a debugger</li>



<li>Monitors the browser’s decryption workflow</li>



<li>Pauses execution when encryption keys are loaded into memory</li>



<li>Extracts the decrypted keys directly from RAM</li>
</ul>



<p>Because the attack focuses on runtime behavior rather than stored files, it bypasses many of the protections implemented by App-Bound Encryption.</p>



<h3 class="wp-block-heading">Impact on Chromium Browsers and Security Risks</h3>



<p>Once attackers obtain the decrypted session data, they can hijack active sessions without needing usernames or passwords. This allows threat actors to access accounts as if they were the legitimate user.</p>



<p>The malware affects multiple Chromium-based browsers, including:</p>



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



<li>Microsoft Edge</li>



<li>Brave</li>



<li>Opera</li>



<li>Vivaldi</li>
</ul>



<p>Researchers also noted that VoidStealer is being distributed through a malware-as-a-service model, allowing cybercriminals to rent the malware and scale attacks more easily.</p>



<p>The discovery highlights an ongoing challenge in browser security. Even with stronger encryption mechanisms, attackers continue to focus on runtime memory access, where sensitive data must temporarily exist in decrypted form during legitimate browser operations.</p>



<p>To reduce exposure, security experts recommend avoiding untrusted software downloads, keeping browsers fully updated, using strong endpoint protection, and storing credentials in dedicated password managers instead of directly in browsers.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/voidstealer-malware-chrome-data/">VoidStealer Steals Chrome Browser Data</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/voidstealer-malware-chrome-data/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress Plugin Bug Exposes Websites</title>
		<link>https://firsthackersnews.com/wordpress-plugin-vulnerability-access/</link>
					<comments>https://firsthackersnews.com/wordpress-plugin-vulnerability-access/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Fri, 15 May 2026 16:27:31 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[#CloudSecurity]]></category>
		<category><![CDATA[#CyberAttack]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#datasecurity]]></category>
		<category><![CDATA[#EthicalHacking]]></category>
		<category><![CDATA[#Hacking]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#ITSecurity]]></category>
		<category><![CDATA[#pluginvulnerability]]></category>
		<category><![CDATA[#SecurityAwareness]]></category>
		<category><![CDATA[#SecurityFlaw]]></category>
		<category><![CDATA[#SecurityResearch]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<category><![CDATA[#WebSecurity]]></category>
		<category><![CDATA[#websiteprotection]]></category>
		<category><![CDATA[#WebsiteSecurity]]></category>
		<category><![CDATA[#wordpress]]></category>
		<category><![CDATA[#WordPressSecurity]]></category>
		<category><![CDATA[#wordpressvulnerability]]></category>
		<category><![CDATA[#ZeroTrust]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11706</guid>

					<description><![CDATA[<p>A critical vulnerability in a popular WordPress plugin has put more than 200,000 websites at risk of unauthorized</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/wordpress-plugin-vulnerability-access/">WordPress Plugin Bug Exposes Websites</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A critical vulnerability in a popular WordPress plugin has put more than 200,000 websites at risk of unauthorized access. The issue was discovered in the Burst Statistics plugin, a privacy-focused analytics tool widely used across WordPress environments.</p>



<p>Security researchers from Wordfence identified the flaw and warned that attackers could gain administrator-level access without needing valid login credentials.</p>



<h2 class="wp-block-heading"><strong>Authentication Bypass Creates Major Risk</strong></h2>



<p>The vulnerability, tracked as CVE-2026-8181, affects Burst Statistics versions 3.4.0 through 3.4.1.1. It carries a critical CVSS score of 9.8 due to the ease of exploitation and the level of access it provides.</p>



<p>The issue is linked to improper authentication handling within the plugin’s MainWP integration. In certain cases, the plugin incorrectly accepts invalid authentication responses as successful, allowing attackers to bypass security checks.</p>



<p>By sending specially crafted requests to WordPress REST API endpoints, attackers can impersonate an administrator if they know a valid admin username. No password cracking or credential theft is required.</p>



<p>This significantly lowers the barrier for exploitation and increases the risk of automated internet-wide attacks targeting vulnerable websites.</p>



<h2 class="wp-block-heading"><strong>Potential Website Takeover and Security Response</strong></h2>



<p>Once exploited, attackers could create new administrator accounts and gain persistent access to the website. From there, they may modify content, inject malicious code, redirect visitors, or deploy additional malware.</p>



<p>Because the attack only requires knowledge of an administrator username, exposed websites could become easy targets for mass scanning campaigns.</p>



<p>Researchers acted quickly after discovering the issue, and firewall protections were rapidly deployed for users of Wordfence security products. The plugin developer also responded quickly by releasing version 3.4.2, which properly validates authenticated WordPress user sessions before granting access.</p>



<p>Website owners using the Burst Statistics plugin are strongly advised to update immediately to the latest patched version to prevent unauthorized access and possible site compromise.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/wordpress-plugin-vulnerability-access/">WordPress Plugin Bug Exposes Websites</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/wordpress-plugin-vulnerability-access/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>MongoDB Vulnerability Allows Arbitrary Code Execution</title>
		<link>https://firsthackersnews.com/mongodb-vulnerability-code-execution/</link>
					<comments>https://firsthackersnews.com/mongodb-vulnerability-code-execution/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Thu, 14 May 2026 07:24:00 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[#CloudSecurity]]></category>
		<category><![CDATA[#CodeExecution]]></category>
		<category><![CDATA[#CyberAttack]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#databasesecurity]]></category>
		<category><![CDATA[#DigitalRisk]]></category>
		<category><![CDATA[#EndpointSecurity]]></category>
		<category><![CDATA[#EnterpriseSecurity]]></category>
		<category><![CDATA[#EthicalHacking]]></category>
		<category><![CDATA[#Hacking]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#ITSecurity]]></category>
		<category><![CDATA[#Malware]]></category>
		<category><![CDATA[#mongodb]]></category>
		<category><![CDATA[#mongodbsecurity]]></category>
		<category><![CDATA[#mongodbvulnerability]]></category>
		<category><![CDATA[#SecurityAwareness]]></category>
		<category><![CDATA[#SecurityFlaw]]></category>
		<category><![CDATA[#ThreatHunting]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<category><![CDATA[#ZeroTrust]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11702</guid>

					<description><![CDATA[<p>A critical vulnerability in MongoDB, tracked as CVE-2026-8053, could allow attackers to execute arbitrary code on affected database</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/mongodb-vulnerability-code-execution/">MongoDB Vulnerability Allows Arbitrary Code Execution</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A critical vulnerability in MongoDB, tracked as CVE-2026-8053, could allow attackers to execute arbitrary code on affected database servers. This issue poses a serious risk to organizations relying on MongoDB for handling sensitive data and backend operations.</p>



<p>The flaw was identified during internal security testing by <strong>MongoDB</strong> and primarily impacts core MongoDB Server deployments, particularly in self-managed environments.</p>



<h2 class="wp-block-heading"><strong>Technical Overview of the Vulnerability</strong></h2>



<p>The vulnerability enables arbitrary code execution, a class of flaws that allows threat actors to run malicious instructions directly on the host system. This effectively bypasses standard security boundaries and can grant attackers control over the database server.</p>



<p>Given that MongoDB often stores centralized and high-value data, exploitation of this flaw could lead to unauthorized data access, credential exposure, and system-level compromise. Attackers may also leverage the compromised host to establish persistence or pivot laterally within the network.</p>



<p>The issue affects MongoDB versions 5.0 and later in self-hosted deployments, where patch management depends entirely on the organization’s update practices.</p>



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



<p>Managed cloud users of <strong>MongoDB Atlas</strong> are not impacted, as the vulnerability has already been addressed across the platform through centralized patch deployment.</p>



<p>However, self-hosted environments remain exposed until updates are applied. MongoDB has released patched versions, including updates in recent release cycles such as 7.0.31, 8.0.20, and 8.2.7, to mitigate this risk.</p>



<p>Although there is currently no evidence of active exploitation, the nature of arbitrary code execution vulnerabilities makes them highly attractive to attackers. Systems that remain unpatched could be quickly targeted once exploit techniques become publicly available.</p>



<p>Organizations should ensure their MongoDB deployments are updated to the latest secure versions and aligned with current security baselines. Maintaining timely patching and monitoring practices is essential to reduce the risk of compromise.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/mongodb-vulnerability-code-execution/">MongoDB Vulnerability Allows Arbitrary Code Execution</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/mongodb-vulnerability-code-execution/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Zoom Vulnerability Allows Privilege Escalation Attacks</title>
		<link>https://firsthackersnews.com/zoom-vulnerability-privilege-escalation/</link>
					<comments>https://firsthackersnews.com/zoom-vulnerability-privilege-escalation/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Wed, 13 May 2026 04:33:29 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[#CloudSecurity]]></category>
		<category><![CDATA[#CyberAttack]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#datasecurity]]></category>
		<category><![CDATA[#DigitalRisk]]></category>
		<category><![CDATA[#EndpointSecurity]]></category>
		<category><![CDATA[#EnterpriseSecurity]]></category>
		<category><![CDATA[#EthicalHacking]]></category>
		<category><![CDATA[#Hacking]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#ITSecurity]]></category>
		<category><![CDATA[#Malware]]></category>
		<category><![CDATA[#PrivilegeEscalation]]></category>
		<category><![CDATA[#SecurityAwareness]]></category>
		<category><![CDATA[#SecurityFlaw]]></category>
		<category><![CDATA[#ThreatHunting]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<category><![CDATA[#ZeroTrust]]></category>
		<category><![CDATA[#zoom]]></category>
		<category><![CDATA[#zoomflaw]]></category>
		<category><![CDATA[#zoomsecurity]]></category>
		<category><![CDATA[#zoomvulnerability]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11698</guid>

					<description><![CDATA[<p>Zoom has addressed a set of newly discovered vulnerabilities in its software that could be exploited to gain</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/zoom-vulnerability-privilege-escalation/">Zoom Vulnerability Allows Privilege Escalation Attacks</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Zoom has addressed a set of newly discovered vulnerabilities in its software that could be exploited to gain elevated access or expose sensitive information. These flaws affect Zoom applications on Windows and iOS, with the most critical risks centered around privilege escalation in enterprise environments.</p>



<p>The vulnerabilities allow attackers with basic local access to increase their privileges and operate with administrative-level control. In real-world scenarios, this type of access is often used as a stepping stone for larger attacks, including lateral movement and data exfiltration.</p>



<h2 class="wp-block-heading"><strong>Privilege Escalation Risks in Windows Environments</strong></h2>



<p>Two high-severity vulnerabilities, each rated with a CVSS score of 7.8, impact Zoom’s Windows-based components.</p>



<p>The first issue affects Zoom Rooms for Windows and is caused by an untrusted search path vulnerability within the installer. This means the application may load files from unintended locations, allowing attackers to inject malicious code during execution.</p>



<p>The second flaw targets the Zoom Workplace VDI Plugin. It stems from improper control over file names and paths in the installation process. By manipulating these paths, an attacker can execute arbitrary code and escalate privileges.</p>



<p>These vulnerabilities are particularly dangerous because they require minimal effort to exploit once initial access is obtained. Attackers can leverage them to:</p>



<ul class="wp-block-list">
<li>Disable or bypass endpoint security controls</li>



<li>Access and extract sensitive enterprise data</li>



<li>Maintain persistence within the environment</li>



<li>Move laterally across systems inside the network</li>



<li>Deploy additional payloads such as ransomware</li>
</ul>



<p>Such privilege escalation flaws are highly valuable in targeted attacks, especially in corporate environments where Zoom is widely used.</p>



<h2 class="wp-block-heading"><strong>iOS Vulnerability and Overall Impact</strong></h2>



<p>A separate vulnerability affects Zoom Workplace on iOS devices, though its severity is significantly lower. This issue involves a failure in a protection mechanism that could allow limited data exposure.</p>



<p>However, exploitation requires physical access to the device, which reduces the likelihood of large-scale attacks. Still, it highlights the importance of securing mobile endpoints alongside desktop systems.</p>



<p>The key concern across all these vulnerabilities is the potential for unauthorized access to sensitive data and system resources, particularly in organizations that rely heavily on collaboration tools.</p>



<p>To address these risks, <strong>Zoom Video Communications</strong> has released security patches for all affected components. Because these flaws are now publicly disclosed, unpatched systems may become targets for active exploitation.</p>



<p>Users and organizations should immediately update:</p>



<ul class="wp-block-list">
<li>Zoom Rooms for Windows to version 7.0.0 or later</li>



<li>Zoom Workplace VDI Plugin to version 6.6.11 or newer</li>



<li>Zoom Workplace for iOS to version 7.0.0 or above</li>
</ul>



<p>Timely patching, combined with proper access controls and endpoint monitoring, is essential to prevent these vulnerabilities from being exploited in real-world attacks.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/zoom-vulnerability-privilege-escalation/">Zoom Vulnerability Allows Privilege Escalation Attacks</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/zoom-vulnerability-privilege-escalation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Microsoft 365 Copilot Bug Risks Data Exposure</title>
		<link>https://firsthackersnews.com/microsoft-365-copilot-bug-risks-data-exposure/</link>
					<comments>https://firsthackersnews.com/microsoft-365-copilot-bug-risks-data-exposure/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 11 May 2026 21:26:24 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Data Protection]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[#AISecurity]]></category>
		<category><![CDATA[#AIVulnerability]]></category>
		<category><![CDATA[#CloudSecurity]]></category>
		<category><![CDATA[#Copilot]]></category>
		<category><![CDATA[#copilotflaw]]></category>
		<category><![CDATA[#CyberAttack]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#DataBreach]]></category>
		<category><![CDATA[#datasecurity]]></category>
		<category><![CDATA[#DigitalRisk]]></category>
		<category><![CDATA[#EndpointSecurity]]></category>
		<category><![CDATA[#EnterpriseSecurity]]></category>
		<category><![CDATA[#EthicalHacking]]></category>
		<category><![CDATA[#Hacking]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#ITSecurity]]></category>
		<category><![CDATA[#Malware]]></category>
		<category><![CDATA[#Microsoft365]]></category>
		<category><![CDATA[#MicrosoftSecurity]]></category>
		<category><![CDATA[#privacy]]></category>
		<category><![CDATA[#SecurityAwareness]]></category>
		<category><![CDATA[#SecurityResearch]]></category>
		<category><![CDATA[#TechSecurity]]></category>
		<category><![CDATA[#ThreatHunting]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<category><![CDATA[#ZeroTrust]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11694</guid>

					<description><![CDATA[<p>Microsoft has disclosed three high-severity information disclosure vulnerabilities affecting Microsoft 365 Copilot and Copilot Chat in Microsoft Edge.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/microsoft-365-copilot-bug-risks-data-exposure/">Microsoft 365 Copilot Bug Risks Data Exposure</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Microsoft has disclosed three high-severity information disclosure vulnerabilities affecting Microsoft 365 Copilot and Copilot Chat in Microsoft Edge. These flaws could allow attackers to bypass logical security boundaries and access sensitive enterprise data handled by the AI system.</p>



<p>All three vulnerabilities carry a CVSS score of 7.5, indicating a high impact on data confidentiality. The issues can be exploited remotely with low complexity and do not require prior privileges or user interaction.</p>



<p>As AI assistants become tightly integrated into enterprise environments, these types of vulnerabilities increase the risk of unintended data exposure across emails, documents, and internal communications.</p>



<h2 class="wp-block-heading"><strong>Technical Breakdown of the Vulnerabilities</strong></h2>



<p>The vulnerabilities originate from improper input and output handling within the AI processing pipeline. Attackers can exploit these weaknesses using prompt injection techniques, where specially crafted inputs manipulate the model’s behavior.</p>



<p>The identified vulnerabilities include:</p>



<ul class="wp-block-list">
<li>CVE-2026-26129 – Improper neutralization of special elements (CWE-138), allowing manipulation of how Copilot parses structured input</li>



<li>CVE-2026-26164 – Injection vulnerability (CWE-74) affecting downstream components, potentially causing unintended data disclosure</li>



<li>CVE-2026-33111 – Command injection flaw (CWE-77) in Copilot Chat within Microsoft Edge, enabling execution of unauthorized commands</li>
</ul>



<p>These vulnerabilities primarily impact confidentiality, with no direct effect on system integrity or availability.</p>



<h2 class="wp-block-heading"><strong>Enterprise Risk and Attack Impact</strong></h2>



<p>Because <strong>Microsoft 365 Copilot</strong> has deep access to enterprise data sources such as emails, Teams conversations, Word documents, and SharePoint files, exploitation could act as a silent data exfiltration channel.</p>



<p>By submitting carefully crafted prompts, an attacker could:</p>



<ul class="wp-block-list">
<li>Extract sensitive financial or operational data</li>



<li>Access internal communications and documents</li>



<li>Retrieve personally identifiable employee information</li>
</ul>



<p>This type of attack leverages the AI model’s context awareness, making it difficult to detect through traditional security controls.</p>



<p>The vulnerabilities have been addressed by <strong>Microsoft</strong> at the service level. Since Copilot operates as a cloud-managed platform, security patches and input validation improvements were deployed centrally without requiring user action.</p>



<p>Organizations using Microsoft 365 Copilot and Copilot Chat in Edge are automatically protected, highlighting the advantage of centralized patch management in cloud-based AI services.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/microsoft-365-copilot-bug-risks-data-exposure/">Microsoft 365 Copilot Bug Risks Data Exposure</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/microsoft-365-copilot-bug-risks-data-exposure/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>DeepSeek Repositories Scam Spreads Malware</title>
		<link>https://firsthackersnews.com/fake-deepseek-malware-github/</link>
					<comments>https://firsthackersnews.com/fake-deepseek-malware-github/#comments</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 11 May 2026 21:11:29 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Email Security]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11690</guid>

					<description><![CDATA[<p>Hackers are again targeting developers and AI users by creating fake versions of popular tools on GitHub. This</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/fake-deepseek-malware-github/">DeepSeek Repositories Scam Spreads Malware</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hackers are again targeting developers and AI users by creating fake versions of popular tools on GitHub. This time, they are impersonating DeepSeek TUI, a real terminal-based tool that lets users interact with DeepSeek AI models from the command line. This rise in deceptive practices is a clear indication of the threat posed by Fake DeepSeek malware.</p>



<p>After the release of DeepSeek v4 and growing online attention, the tool quickly became a target for attackers. They took advantage of its popularity to trick users into downloading malicious files.</p>



<p>Users must remain vigilant against these threats, particularly the risks associated with downloading files that may contain Fake DeepSeek malware.</p>



<h2 class="wp-block-heading">Fake GitHub Repositories Spreading Malware</h2>



<p>Attackers created fake GitHub repositories that look very similar to the real project. These pages appear legitimate, making it hard for users to notice the difference.</p>



<p>Users who download files from these fake repos end up installing malware. In this case, the malicious file was hidden inside a 7z archive on the Releases page, just like a normal software download.</p>



<p>Researchers from QiAnXin Threat Intelligence Center discovered that this attack is linked to a previous campaign known as OpenClaw. Both attacks use similar techniques and infrastructure, suggesting the same threat actor is behind them.</p>



<p>The attackers also used fake installer names related to other AI tools like Claude, Grok, WormGPT, and FraudGPT to spread the malware further.</p>



<h2 class="wp-block-heading">Malware Behavior and Persistence Techniques</h2>



<p>The main malware file, named DeepSeek-TUI_x64.exe, first checks if it is running in a secure or virtual environment. If it detects analysis tools, it stops execution to avoid being detected.</p>



<p>If the system looks like a real user machine, the malware continues its attack. It disables key Windows Defender protections, modifies firewall settings, and connects to external servers to download more malicious components.</p>



<p>These components help the attacker stay in the system. Some create scheduled tasks, others add registry entries for persistence, and some run silently in memory to avoid detection.</p>



<p>The malware uses multiple techniques to remain active, making it difficult to remove once installed. It can survive reboots and continue running without the user noticing.</p>



<h2 class="wp-block-heading" id="indicators-of-compromise-iocs"><strong>Indicators of Compromise (IoCs):-</strong></h2>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th class="has-text-align-left" data-align="left">Type</th><th class="has-text-align-left" data-align="left">Indicator</th><th class="has-text-align-left" data-align="left">Description</th></tr></thead><tbody><tr><td>MD5</td><td>b96c0d609c1b7e74f8cb1442bf0b5418</td><td>DeepSeek-TUI_x64.exe (first-stage dropper)</td></tr><tr><td>MD5</td><td>7de2896e373342e0f3b765c855bf7396</td><td>bbg_free_x64.exe</td></tr><tr><td>MD5</td><td>78c11c45c00a9c22f537c59a472beca1</td><td>CatGatekeeper_x64.exe</td></tr><tr><td>MD5</td><td>df36a31148d2c6414bdafeab771ea728</td><td>CatGatekeeper_x64.exe</td></tr><tr><td>MD5</td><td>14920c9751d20452a1006d20b8e73234</td><td>CatGatekeeper_x64.exe</td></tr><tr><td>MD5</td><td>f6d328422e7ca22e70a6aa71315450f3</td><td>CatGatekeeper_x64.exe</td></tr><tr><td>MD5</td><td>86c7f2a3c307928daaca7c1df3ea5d72</td><td>CatGatekeeper_x64.exe</td></tr><tr><td>MD5</td><td>dbaa133fd3d1a834460206d83b480f80</td><td>ClaudeDesign-Optimized_x64.exe</td></tr><tr><td>MD5</td><td>22c0c7d441fd22432cfe7854b59ba82b</td><td>ClaudeDesign-Optimized_x64.exe</td></tr><tr><td>MD5</td><td>a224f44bdac16250d8093df68e05b512</td><td>DeepSeek-TUI_x64.exe</td></tr><tr><td>MD5</td><td>6861fa47889e0340ab7efaab448c56b6</td><td>DeepSeek-TUI_x64.exe</td></tr><tr><td>MD5</td><td>437e4bdb12d7fa8d1c9a9e9db84b8726</td><td>DeepSeek-TUI_x64.exe</td></tr><tr><td>MD5</td><td>fbfe7513685913e6f878647eec429d45</td><td>deepseek-v4-pro_x64.exe</td></tr><tr><td>MD5</td><td>562d48524313d414b5a419fed6ca10aa</td><td>DV4-MCP-Setup.exe</td></tr><tr><td>MD5</td><td>df8a2e7aa46af996bdf67d79601671c3</td><td>fraudGPT_x64.exe</td></tr><tr><td>MD5</td><td>f101a346502a324320f952d39e217064</td><td>fraudGPT_x64.exe</td></tr><tr><td>MD5</td><td>5d14461718b74b86fdd68c6aee801dc4</td><td>GLM5-Local_x64.exe</td></tr><tr><td>MD5</td><td>556b35236eeb111b0606d88a7aa3fd87</td><td>gpt-image-2-desktop.exe</td></tr><tr><td>MD5</td><td>ff371b43786cbb87dab325ce17cf8b7c</td><td>gpt-image-2-desktop.exe</td></tr><tr><td>MD5</td><td>1bd1df4f228ecd29a9b6fab48beaa366</td><td>GrokCLI_x64.exe</td></tr><tr><td>MD5</td><td>975bd8eb56716adbcadb5216592a17c7</td><td>Hermes-Agent_x64.exe</td></tr><tr><td>MD5</td><td>347980085c8926d5a1ff8e15a31fd812</td><td>Hermes-Agent_x64.exe</td></tr><tr><td>MD5</td><td>46917d8326d77e4e3c39cb843dbfc675</td><td>KawaiiGPT_x64.cpl.exe</td></tr><tr><td>MD5</td><td>b6f77b48223f57c67f00ccd8ab3d047e</td><td>KawaiiGPT_x64.exe</td></tr><tr><td>MD5</td><td>8dde7a417130ae78a3f2aeed1f5b8f58</td><td>Kimi-K2.6_x64.exe</td></tr><tr><td>MD5</td><td>4c7abc81b308fc874ec0de4f026db260</td><td>Kimi-K2.6_x64.exe</td></tr><tr><td>MD5</td><td>48dd212fae0086822d4ae7696cc61693</td><td>LTX-2.3_x64.exe</td></tr><tr><td>MD5</td><td>faa5f780fb0e0786dd1a2bd19af290ca</td><td>opus-4-7_x64.exe</td></tr><tr><td>MD5</td><td>6721f30d84f58532d877f2b31bfc9162</td><td>opus-4-7_x64.exe</td></tr><tr><td>MD5</td><td>a9d492ab22400257f756f0308e06f04c</td><td>worldmonitor_x64.exe</td></tr><tr><td>MD5</td><td>d0a92b090279894f4628bc3d627fbde0</td><td>WormGPT_x64.exe</td></tr><tr><td>MD5</td><td>397405106d895815a9bef8d84445af5a</td><td>OneSync.exe (two-stage component)</td></tr><tr><td>MD5</td><td>b7a76b82c2a5e16a3c346cc6aa145556</td><td>WinHealhCare.exe (two-stage component)</td></tr><tr><td>MD5</td><td>f01e96a80f92c414dd824aef5a1ac1e7</td><td>onedrive_sync.exe (two-stage component)</td></tr><tr><td>MD5</td><td>ecb3e753b60cc0f3d7de50fe7f133e49</td><td>svc_service.exe (two-stage component)</td></tr><tr><td>MD5</td><td>68ba5a1bafae7db35e2eee7ea3f11882</td><td>autodate.exe (two-stage component)</td></tr><tr><td>MD5</td><td>e102797eb4225a93eaeeaa6b9979716a</td><td>vicloud.exe (two-stage component)</td></tr><tr><td>Domain</td><td>mikolirentryifosttry.info</td><td>C2 command and control server</td></tr><tr><td>Domain</td><td>zkevopenanu.cfd</td><td>C2 command and control server</td></tr><tr><td>URL</td><td>hxxps://pastebin.com/raw/w6BVFFWQ</td><td>Primary payload staging link</td></tr><tr><td>URL</td><td>hxxps://pastebin.com/raw/5tmHDYrf</td><td>Secondary payload staging link</td></tr><tr><td>URL</td><td>hxxps://pastebin.com/raw/M6KthA5Z</td><td>Payload decompression password storage</td></tr><tr><td>URL</td><td>hxxps://snippet.host/beuskq/raw</td><td>Backup payload staging link</td></tr><tr><td>URL</td><td>hxxps://snippet.host/uikosx/raw</td><td>Backup payload password storage</td></tr><tr><td>URL</td><td>hxxps://hkdk.events/djbk1i9hp0sqoh</td><td>Telegram relay endpoint</td></tr></tbody></table></figure>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/fake-deepseek-malware-github/">DeepSeek Repositories Scam Spreads Malware</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/fake-deepseek-malware-github/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Facebook Phishing Campaign Targets Business Accounts</title>
		<link>https://firsthackersnews.com/facebook-phishing-campaign/</link>
					<comments>https://firsthackersnews.com/facebook-phishing-campaign/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Sun, 03 May 2026 20:54:12 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[#AppSheet]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#CyberThreats]]></category>
		<category><![CDATA[#DataBreach]]></category>
		<category><![CDATA[#DigitalSecurity]]></category>
		<category><![CDATA[#FacebookPhishing]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#MalwareAnalysis]]></category>
		<category><![CDATA[#Netlify]]></category>
		<category><![CDATA[#OnlineSafety]]></category>
		<category><![CDATA[#PhishingAttack]]></category>
		<category><![CDATA[#SecurityAwareness]]></category>
		<category><![CDATA[#SocialEngineering]]></category>
		<category><![CDATA[#Telegram]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11680</guid>

					<description><![CDATA[<p>Researchers at Guardio Labs have uncovered a large and highly organized phishing operation known as AccountDumpling, which has</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/facebook-phishing-campaign/">Facebook Phishing Campaign Targets Business Accounts</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Researchers at Guardio Labs have uncovered a large and highly organized phishing operation known as <strong>AccountDumpling</strong>, which has already compromised more than 30,000 Facebook accounts worldwide. What makes this campaign stand out is not just its scale, but the way it abuses legitimate platforms to make phishing emails appear completely authentic.</p>



<p>Instead of relying on fake domains or compromised mail servers, attackers use Google AppSheet to send emails through Google’s own infrastructure. These messages are generated as part of automated workflows, meaning they pass authentication checks like SPF, DKIM, and DMARC without raising suspicion. </p>



<p>As a result, security tools and spam filters see them as trusted communications, allowing phishing messages to land directly in inboxes of targeted users—often business account owners managing Facebook pages.</p>



<h2 class="wp-block-heading">Multi-Layered Attack Strategy</h2>



<p>The campaign is not a single phishing page but a structured, multi-stage system designed to increase success rates. Victims are first directed to pages hosted on Netlify, where attackers replicate the Facebook Help Center with high accuracy. These pages are customized per victim using unique subdomains, making them difficult to block using traditional security measures.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1024" height="766" src="https://firsthackersnews.com/wp-content/uploads/2026/05/image.png" alt="" class="wp-image-11681" srcset="https://firsthackersnews.com/wp-content/uploads/2026/05/image-300x224.png 300w, https://firsthackersnews.com/wp-content/uploads/2026/05/image-768x575.png 768w, https://firsthackersnews.com/wp-content/uploads/2026/05/image.png 1024w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Email phishing (Source: Guard Labs)</figcaption></figure>



<p>From there, users are guided through a series of steps that collect not only login credentials but also deeper identity information such as date of birth and even government-issued ID images. In some cases, the attackers shift tactics by offering fake incentives, like verification badges, hosted on platforms such as Vercel. These pages are designed to look dynamic and legitimate, while quietly bypassing detection systems using techniques like hidden Unicode characters.</p>



<p>The operation becomes more advanced in later stages. Attackers host phishing documents on Google Drive, presenting them as official Meta notifications. These documents, often designed using Canva, contain embedded links that redirect victims into interactive phishing environments. These environments are powered by real-time communication frameworks, allowing attackers to actively engage with victims during the login process.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="1024" height="809" src="https://firsthackersnews.com/wp-content/uploads/2026/05/image-1.png" alt="" class="wp-image-11682" srcset="https://firsthackersnews.com/wp-content/uploads/2026/05/image-1-300x237.png 300w, https://firsthackersnews.com/wp-content/uploads/2026/05/image-1-768x607.png 768w, https://firsthackersnews.com/wp-content/uploads/2026/05/image-1.png 1024w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption class="wp-element-caption">Account Dumpling (Source: Guard Labs)</figcaption></figure>



<p>This live interaction is a critical aspect of the campaign. Instead of passively collecting credentials, attackers can request one-time passwords, monitor user actions, and even capture browser sessions as they happen. This significantly increases the likelihood of successful account takeover, even when multi-factor authentication is enabled.</p>



<h2 class="wp-block-heading">Real-Time Data Exfiltration and Attribution</h2>



<p>Once credentials are captured, they are immediately transmitted through a centralized system built around Telegram bots. This allows operators to monitor incoming data in real time and quickly take control of compromised accounts before victims notice suspicious activity.</p>



<p>Analysis of the infrastructure shows a strong operational scale, with thousands of records flowing into attacker-controlled channels. Most victims are concentrated in regions like the United States and Europe, indicating a focus on high-value targets such as businesses and influencers.</p>



<p>Investigators were also able to trace elements of the campaign back to Vietnamese actors. This attribution is supported by metadata found in phishing documents and developer comments embedded within the malicious code, providing insight into the origin of the operation.</p>



<h2 class="wp-block-heading">A Shift Toward Industrialized Phishing</h2>



<p>AccountDumpling reflects a broader shift in cybercrime, where phishing is no longer a simple tactic but part of a larger, industrialized ecosystem. Attackers are combining trusted services, automation, and real-time interaction to create highly effective campaigns that are difficult to detect and disrupt.</p>



<p>Compromised accounts are rarely the end goal. They are often reused for further scams, advertising fraud, or additional phishing attacks, creating a cycle that sustains and expands the operation. This approach shows how modern threat actors are leveraging legitimate platforms at scale, turning them into tools for widespread abuse while staying under the radar.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/facebook-phishing-campaign/">Facebook Phishing Campaign Targets Business Accounts</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/facebook-phishing-campaign/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
