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

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

<image>
	<url>https://firsthackersnews.com/wp-content/uploads/2026/03/cropped-FHN_512x512-32x32.png</url>
	<title>First Hackers News</title>
	<link>https://firsthackersnews.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Botnet Uses AI Agent to Control Compromised Servers</title>
		<link>https://firsthackersnews.com/carbonato-botnet-ai-agent/</link>
					<comments>https://firsthackersnews.com/carbonato-botnet-ai-agent/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 21:59:12 +0000</pubDate>
				<category><![CDATA[BOTNET]]></category>
		<category><![CDATA[Compromised]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[AI agent malware]]></category>
		<category><![CDATA[AI botnet]]></category>
		<category><![CDATA[CARBONATO malware]]></category>
		<category><![CDATA[Docker malware]]></category>
		<category><![CDATA[Docker security]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security flaw]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[server botnet]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12471</guid>

					<description><![CDATA[<p>CARBONATO is a botnet targeting exposed Docker servers and using them as entry points for further attacks. Once</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/carbonato-botnet-ai-agent/">Botnet Uses AI Agent to Control Compromised Servers</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>CARBONATO</strong> is a botnet targeting exposed Docker servers and using them as entry points for further attacks.</p>



<p>Once a server is compromised, the malware can install an AI agent that receives instructions through Telegram. The agent can then execute commands, collect information, and send the results back to the attackers.</p>



<p>The campaign starts with a simple security mistake: <strong>Docker services exposed to the internet without authentication</strong>.</p>



<p>Researchers from ThreatDown discovered the activity after finding an unauthenticated Docker registry that had been exposed since May 2026. The registry contained dozens of repositories and hundreds of image tags, providing researchers with a detailed look at the operation.</p>



<h2 class="wp-block-heading">CARBONATO Adds an AI Agent</h2>



<p>The attackers use the open-source <strong>Hermes Agent</strong> framework as part of the operation.</p>



<p>Rather than changing the framework itself, they replace its configuration instructions with a short set of commands telling the agent to maintain access, search for sensitive information, and follow instructions received through Telegram.</p>



<p>When an operator sends a task, the AI model processes the request and determines which terminal commands should be used. The commands are then executed on the compromised server, with the results sent back to the attackers.</p>



<p>The agent searches for valuable information such as:</p>



<ul class="wp-block-list">
<li>AI API keys</li>



<li>SSH credentials</li>



<li>Access tokens</li>



<li>Database information</li>
</ul>



<p>This makes the compromised server useful for more than simply running malware. It can also become a source of credentials that may help attackers access additional systems.</p>



<h2 class="wp-block-heading">How the Botnet Spreads</h2>



<p>CARBONATO looks for Docker daemons that accept unauthenticated connections.</p>



<p>After finding one, the malware can launch a <strong>privileged container</strong> with access to the host&#8217;s files, processes, and network. It then establishes access and creates several persistence mechanisms.</p>



<p>The malware uses methods including:</p>



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



<li>Systemd timers</li>



<li>Startup scripts</li>



<li>OpenRC</li>



<li>Reverse SSH tunnels</li>
</ul>



<p>It can also disguise some of its files and processes as normal Linux activity.</p>



<p>Every few minutes, CARBONATO checks networks connected to the compromised server and scans <code>/24</code> ranges for other exposed Docker services.</p>



<p>When another vulnerable Docker daemon is discovered, the same deployment process can be repeated.</p>



<p>Importantly, the <strong>AI agent is not responsible for the automated spreading</strong>. Traditional scripts handle the scanning and deployment.</p>



<h2 class="wp-block-heading">What Security Teams Should Do</h2>



<p>The operation highlights the danger of exposing Docker management interfaces directly to the internet.</p>



<p>Organizations should:</p>



<ul class="wp-block-list">
<li>Keep Docker daemon APIs off public networks</li>



<li>Require authentication for container registries</li>



<li>Look for unexpected privileged containers</li>



<li>Investigate unusual Telegram traffic from servers</li>



<li>Check for unexpected persistence mechanisms</li>



<li>Rotate exposed AI API keys and other credentials</li>



<li>Review Docker configurations for unauthorized access</li>
</ul>



<p>The main lesson is simple: <strong>an exposed Docker service can become the starting point for a much larger compromise.</strong> Securing container infrastructure should be treated as part of the organization&#8217;s overall security strategy.</p>



<h2 class="wp-block-heading"><strong>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>Network</td><td>45[.]79[.]183[.]61</td><td>C2 hub (Linode)</td></tr><tr><td>Network</td><td>91[.]99[.]195[.]164</td><td>fsociety-era C2 (Hetzner)</td></tr><tr><td>Network</td><td>213[.]136[.]79[.]115</td><td>Beacon / reverse shell (Contabo, :8080 and :4444)</td></tr><tr><td>Network</td><td>213[.]136[.]83[.]197</td><td>LLM gateway (Contabo), live</td></tr><tr><td>Network</td><td>190[.]211[.]124[.]187</td><td>Reverse-tunnel sink (AS262145, Costa Rica)</td></tr><tr><td>Network</td><td>carbonato-proxy-{drab,zeta,zeta-2}[.]vercel[.]app</td><td>LLM proxies, suspended</td></tr><tr><td>Network</td><td>Registry fleet on AS40065</td><td>Seven endpoints, six live, withheld while live</td></tr><tr><td>Container</td><td>gh0st/, fsociety/, netd-svc, system/resolved, scrub-empty</td><td>Repository names, 59 total</td></tr><tr><td>Container</td><td>GH0ST_C2, FSOCIETY_DISABLE_TUNNEL, GATEWAY_ALLOW_ALL_USERS</td><td>Image environment variables</td></tr><tr><td>Container</td><td>/opt/gh0st/entry.sh, auto-persist-host.sh, SOUL.md</td><td>Implant kit files</td></tr><tr><td>Host</td><td>/usr/local/bin/.docker-network-monitor</td><td>Watchdog binary</td></tr><tr><td>Host</td><td>/usr/sbin/systemd-logind</td><td>Miner disguised as a system service</td></tr><tr><td>Host</td><td>[kworker/u2:0]</td><td>Disguised process arguments</td></tr><tr><td>Secret</td><td>carbonato125</td><td>Shared password across the archive</td></tr><tr><td>Secret</td><td>CARBONATO_API_KEY</td><td>.env variable on infected hosts</td></tr><tr><td>Telegram</td><td>Chat 750752697</td><td>Deployment reports and C2 chat</td></tr></tbody></table></figure>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/carbonato-botnet-ai-agent/">Botnet Uses AI Agent to Control Compromised Servers</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/carbonato-botnet-ai-agent/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Samsung Flaw Turns Devices Into Cryptominers</title>
		<link>https://firsthackersnews.com/samsung-magicinfo-cryptominer/</link>
					<comments>https://firsthackersnews.com/samsung-magicinfo-cryptominer/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 17:01:22 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[cryptominer]]></category>
		<category><![CDATA[CVE-2025-4632]]></category>
		<category><![CDATA[MagicINFO vulnerability]]></category>
		<category><![CDATA[Monero miner]]></category>
		<category><![CDATA[Samsung MagicINFO]]></category>
		<category><![CDATA[Samsung security flaw]]></category>
		<category><![CDATA[windows malware]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12468</guid>

					<description><![CDATA[<p>Attackers exploited a known flaw in Samsung MagicINFO to gain access to a Windows system and use its</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/samsung-magicinfo-cryptominer/">Samsung Flaw Turns Devices Into Cryptominers</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Attackers exploited a known flaw in <strong>Samsung MagicINFO</strong> to gain access to a Windows system and use its resources to mine cryptocurrency.</p>



<p>Instead of downloading a ready-made miner, the attackers <strong>built the mining software directly on the compromised computer</strong>. This unusual step created activity that security tools could detect.</p>



<p>The incident was discovered in early September 2026 during an investigation of a MagicINFO Premium system. After gaining access, the attackers installed a remote access tool, created an administrator account, disabled Microsoft Defender, and used the machine to mine <strong>Monero</strong>.</p>



<p>Huntress researchers found the activity while investigating a managed endpoint. The case involved one confirmed system and shows how a vulnerable internet-facing service can lead to long-term access and unauthorized use of computing resources.</p>



<h2 class="wp-block-heading">Attackers Exploited a MagicINFO Vulnerability</h2>



<p>The initial access was linked to <strong>CVE-2025-4632</strong>, a vulnerability in MagicINFO that allows attackers to write files with system-level privileges.</p>



<p>Samsung released a fix for the flaw in May 2025.</p>



<p>After the initial alert, the customer was advised to address the issue. However, investigators observed new activity eight days later through the same access route.</p>



<p>The attackers attempted to install <strong>AnyDesk</strong>, a legitimate remote access application, three times.</p>



<p>The first two attempts were blocked by Microsoft Defender. The attackers eventually succeeded and configured a password so they could reconnect to the machine.</p>



<p>They then created a local administrator account and disabled Microsoft Defender, giving themselves a more reliable way to maintain access.</p>



<h2 class="wp-block-heading">The Miner Was Built on the Infected PC</h2>



<p>Once the system was under their control, the attackers launched a Monero miner builder from the user&#8217;s Documents folder.</p>



<p>The process started several development tools and C compilers to create the mining software directly on the machine.</p>



<p>This approach helped the attackers avoid simply dropping a finished miner onto the system, but it also created a noticeable trail.</p>



<p>The unsigned builder generated unusual compiler activity that could stand out in endpoint monitoring.</p>



<p>Afterward, investigators observed the miner connecting to a public mining pool and using the compromised system&#8217;s computing resources.</p>



<p>The mining activity also appeared to involve Windows Explorer, making the behavior even more suspicious.</p>



<h2 class="wp-block-heading">What Security Teams Should Watch For</h2>



<p>The incident highlights why patching internet-facing MagicINFO installations is important.</p>



<p>Security teams should pay attention to:</p>



<ul class="wp-block-list">
<li>Unexpected remote access software</li>



<li>New administrator accounts</li>



<li>Microsoft Defender being disabled</li>



<li>Unusual compiler activity</li>



<li>Unknown processes using high CPU resources</li>



<li>Unexpected connections to cryptocurrency mining pools</li>
</ul>



<p>Removing the miner is not enough. Teams should also determine <strong>how the attacker gained access and whether the vulnerable entry point is still exposed</strong>.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/samsung-magicinfo-cryptominer/">Samsung Flaw Turns Devices Into Cryptominers</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/samsung-magicinfo-cryptominer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AvisLoader Malware Stays Active After Server Takedowns</title>
		<link>https://firsthackersnews.com/avisloader-malware-stays-active-after-server-takedowns/</link>
					<comments>https://firsthackersnews.com/avisloader-malware-stays-active-after-server-takedowns/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Fri, 25 Sep 2026 12:43:00 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security flaw]]></category>
		<category><![CDATA[security update]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12463</guid>

					<description><![CDATA[<p>AvisLoader is a Windows malware loader designed to remain controllable even when its main servers or websites are</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/avisloader-malware-stays-active-after-server-takedowns/">AvisLoader Malware Stays Active After Server Takedowns</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>AvisLoader is a Windows malware loader designed to remain controllable even when its main servers or websites are taken down.</p>



<p>The malware uses a fake document-signing or verification page to trick users into running a command themselves. What looks like a routine security check can instead download and execute malicious code on the computer.</p>



<p>The campaign uses a technique similar to <strong>ClickFix-style attacks</strong>, where victims are instructed to copy and paste a command into their system.</p>



<p>Researchers from Varonis Threat Labs found AvisLoader on an exposed staging server containing the malware, supporting files, and an operator dashboard.</p>



<h2 class="wp-block-heading">AvisLoader Uses Peer-to-Peer Communication</h2>



<p>Many malware campaigns depend on a fixed website or server to send commands to infected computers. Taking down that infrastructure can disrupt communication.</p>



<p>AvisLoader takes a different approach.</p>



<p>The malware includes the <strong>Tox peer-to-peer messaging system</strong> inside its Windows executable. This allows infected computers to communicate without depending on a single fixed control domain.</p>



<p>A cybercrime forum seller also claimed that the malware&#8217;s controller could be moved by transferring a Tox save file, allowing clients to continue communicating with the same operator identity.</p>



<p>Researchers did not confirm an actual takedown followed by recovery, so this resilience remains a <strong>designed capability and seller claim</strong>, rather than confirmed real-world behavior.</p>



<p>The malware still leaves signs that security teams can investigate. Its infrastructure uses a Cloudflare tunnel to deliver code, while Tox handles later communication.</p>



<p>The recovered dashboard could display infected-system information such as devices, security software, and administrator status. It also included options for sending commands and additional files.</p>



<h2 class="wp-block-heading">Malware Can Modify Windows Shortcuts</h2>



<p>The recovered AvisLoader sample is a 64-bit Windows executable of about 3.4 MB and runs with the privileges of the user who launches it.</p>



<p>Researchers found code capable of modifying desktop and taskbar shortcuts. A changed shortcut could start the malware before opening the application the user expected, helping the activity blend into normal behavior.</p>



<p>The sample also contained a helper associated with a known Windows privilege-bypass technique and another library capable of hiding selected processes from process listings.</p>



<p>However, these findings show <strong>potential capabilities</strong>, not confirmed successful attacks against victims.</p>



<h2 class="wp-block-heading">How to Detect and Avoid the Attack</h2>



<p>Users should be cautious of websites that ask them to paste commands into <strong>PowerShell, Command Prompt, Terminal, or the Windows Run dialog</strong> as part of a verification process.</p>



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



<ul class="wp-block-list">
<li>Unexpected command or script execution</li>



<li>Suspicious peer-to-peer network traffic</li>



<li>Modified desktop or taskbar shortcuts</li>



<li>Unusual cloud-hosted connections</li>



<li>Unknown helper files and backup artifacts</li>
</ul>



<p>Cloud services should not automatically be blocked because they can have legitimate uses. Instead, security teams should correlate the <strong>website, command execution, system changes, and network activity</strong> to identify suspicious behavior.</p>



<p>A fake verification step may look harmless, but asking users to execute commands manually can turn them into an active part of the infection process.</p>



<h2 class="wp-block-heading"><strong>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>File and SHA-256</td><td><code>78324.exe</code>&nbsp;/&nbsp;<code>35dd164a7f5d8b42b9870c7009f7425b1c8cb771280c9e6c525e09f3dd13c2cc</code></td><td>AvisLoader Windows client</td></tr><tr><td>File and SHA-256</td><td><code>auto.exe</code>&nbsp;/&nbsp;<code>f0a6870cb774a55775eda15fd39e8a17eb3169d5b9365186dae8edff07ff3975</code></td><td>Bundled elevation-bypass helper</td></tr><tr><td>File and SHA-256</td><td><code>hmn_hook.dll</code>&nbsp;/&nbsp;<code>cd1e835f52e5f55279dcdf3857e11bc9298ea6caa88eb214ea2d40ff5d38b5f5</code></td><td>Bundled process-hiding library</td></tr><tr><td>Domain</td><td><code>workers.dev</code></td><td>Shared hosting domain to investigate when associated with a suspicious signing lure; not inherently malicious</td></tr><tr><td>Domain</td><td><code>trycloudflare.com</code></td><td>Shared tunnel domain to investigate when associated with a suspicious download command; not inherently malicious</td></tr><tr><td>Launcher name</td><td><code>VLCAssistant</code></td><td>Persistence-related launcher name</td></tr><tr><td>File extension</td><td><code>.backup</code></td><td>Shortcut backup extension relevant alongside modified shortcuts</td></tr><tr><td>Build path</td><td><code>C:\Users\dev\Desktop\c-toxcore</code></td><td>Developer path embedded in the loader</td></tr><tr><td>DLL exports</td><td><code>HMN_HideStart</code>,&nbsp;<code>HMN_HideStatus</code>,&nbsp;<code>HMN_HideStop</code></td><td>Exports of the recovered process-hiding library</td></tr><tr><td>Hooked function</td><td><code>NtQuerySystemInformation</code></td><td>Legitimate Windows function targeted by the process-hiding library</td></tr><tr><td>COM class identifier</td><td><code>{3E5FC7F9-9A51-4367-9063-A120244FBEC7}</code></td><td>Identifier referenced by the elevation-bypass helper</td></tr></tbody></table></figure>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/avisloader-malware-stays-active-after-server-takedowns/">AvisLoader Malware Stays Active After Server Takedowns</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/avisloader-malware-stays-active-after-server-takedowns/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>New Android Trojan Steals Banking PINs</title>
		<link>https://firsthackersnews.com/remcontrol-android-trojan-banking-pins/</link>
					<comments>https://firsthackersnews.com/remcontrol-android-trojan-banking-pins/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 16:22:33 +0000</pubDate>
				<category><![CDATA[Android malware]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Android banking trojan]]></category>
		<category><![CDATA[android malware]]></category>
		<category><![CDATA[Android overlay malware]]></category>
		<category><![CDATA[banking PIN theft]]></category>
		<category><![CDATA[mobile banking malware]]></category>
		<category><![CDATA[RemControl malware]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security update]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12459</guid>

					<description><![CDATA[<p>A new Android banking trojan called RemControl is using fake streaming app downloads to target people’s banking information.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/remcontrol-android-trojan-banking-pins/">New Android Trojan Steals Banking PINs</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A new Android banking trojan called <strong>RemControl</strong> is using fake streaming app downloads to target people’s banking information.</p>



<p>The malware hides behind websites that look like Google Play pages. However, the streaming app being promoted is not actually available on Google Play.</p>



<p>In one campaign targeting Italy, the malicious download was shown only to Android users with Italian IP addresses. Researchers from Group-IB identified RemControl in samples dating back to July 2026.</p>



<p>More than <strong>30 banking institutions</strong> across Europe, the Middle East, and Canada were found to have matching fake login screens. Italy and France were among the main targets observed, although the exact number of victims is not known.</p>



<p>RemControl is not limited to stealing banking details. It can also monitor the device screen, record user input, and give attackers remote control.</p>



<h2 class="wp-block-heading"><strong>Fake Banking Screens Trick Users</strong></h2>



<p>When a targeted banking app is opened, RemControl displays a fake version of the bank&#8217;s screen on top of the real application.</p>



<p>The victim may enter sensitive information such as:</p>



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



<li>Mobile banking codes</li>



<li>Card expiry details</li>



<li>Other login information</li>
</ul>



<p>After the information is submitted, the fake screen disappears and the legitimate banking app appears again.</p>



<p>The fake screens are downloaded from an attacker-controlled server instead of being permanently stored inside the malware. This allows criminals to change the targeted banks without requiring victims to install another application.</p>



<p>Researchers also found signs that an AI assistant may have been used during the development of parts of the criminal platform. However, the malware itself does not appear to use AI on the infected device.</p>



<h2 class="wp-block-heading"><strong>Fake Streaming App Leads to Remote Control</strong></h2>



<p>The infection begins with a fake streaming app update page. During installation, the malware can request VPN access and interfere with network traffic from the Play Store.</p>



<p>After installation, RemControl asks the victim to enable <strong>Android Accessibility</strong> permissions.</p>



<p>With these permissions, the malware can:</p>



<ul class="wp-block-list">
<li>Read information displayed on the screen</li>



<li>Take screenshots</li>



<li>Perform taps and swipes</li>



<li>Record typed text</li>



<li>Monitor on-screen controls</li>



<li>Interfere with attempts to remove the malware</li>
</ul>



<p>This gives attackers much more control than simply stealing a banking PIN.</p>



<h2 class="wp-block-heading"><strong>Users Should Be Careful With App Downloads</strong></h2>



<p>RemControl can obtain its command-and-control address through Telegram, allowing attackers to change the server used by infected devices.</p>



<p>The operation also includes a control panel that can help manage infected devices, create malware builds, and view stolen information.</p>



<p>Android users should avoid downloading apps through unfamiliar websites or links, even when the page looks like an official Google Play listing.</p>



<p>Be especially careful if an app unexpectedly asks for <strong>VPN or Accessibility permissions</strong>. Never enter banking information into a screen that appears unexpectedly.</p>



<p>If you suspect your banking information has been exposed, contact your bank through its official channels immediately.</p>



<h2 class="wp-block-heading"><strong>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>URL</td><td><code>hxxps[:]//tvtap-hd[.]app/</code></td><td>Fake TVTap download website</td></tr><tr><td>URL</td><td><code>hxxp[:]//vpn[.]doneplay[.]site/</code></td><td>Fake TVTap download website</td></tr><tr><td>URL</td><td><code>hxxp[:]//ff-de[.]shutgpt[.]ir/</code></td><td>Fake TVTap download website</td></tr><tr><td>URL</td><td><code>hxxp[:]//vpn[.]askarzadeh[.]com/</code></td><td>Fake TVTap download website</td></tr><tr><td>URL</td><td><code>hxxp[:]//cdn[.]dlmafi[.]top/</code></td><td>Fake TVTap download website</td></tr><tr><td>URL</td><td><code>hxxp[:]//216[.]126[.]229[.]216/</code></td><td>Fake TVTap download website</td></tr><tr><td>URL</td><td><code>hxxps[:]//tvtap-liveapp[.]com/dl.php</code></td><td>Final download URL</td></tr><tr><td>URL</td><td><code>hxxps[:]//telegram[.]me/ftestera</code></td><td>Telegram dead-drop</td></tr><tr><td>URL</td><td><code>hxxps[:]//telegram[.]me/+Psyt04xu-cRjMTg0</code></td><td>Telegram dead-drop</td></tr><tr><td>Domain</td><td><code>bnbnhura[.]top</code></td><td>RemControl proxy server</td></tr><tr><td>URL</td><td><code>hxxps[:]//definatelynoone[.]com</code></td><td>Operator panel</td></tr><tr><td>URL</td><td><code>hxxps[:]//157[.]90[.]179[.]116</code></td><td>Operator panel</td></tr><tr><td>Tracking ID</td><td><code>997470916598588</code></td><td>Meta Pixel ID embedded in distribution pages</td></tr><tr><td>Tracking ID</td><td><code>1909605966397328</code></td><td>Meta Pixel ID embedded in distribution pages</td></tr><tr><td>File name pattern</td><td><code>instal*tvtap*.apk</code></td><td>Dropper naming convention noted in the investigation</td></tr><tr><td>Configuration marker</td><td><code>numeraZZZas</code></td><td>Marker used to decode the server address</td></tr><tr><td>SHA-256</td><td><code>76392303f28a7e6f1463a5fa04a19faf40d51d7be6619943a914482b0f3c7f0b</code></td><td>Dropper</td></tr><tr><td>SHA-256</td><td><code>fa373aaa95ca512ba9595c3ab41bac892c8c79d4a31f5d74c2f3225b629de52e</code></td><td>Dropper</td></tr><tr><td>SHA-256</td><td><code>45e16e56c81059f6758dced28a58256287785a8b0815577c1140293589aa2ae1</code></td><td>Dropper</td></tr><tr><td>SHA-256</td><td><code>dd6d05ff31f64b9ca8ca9334a804dbee5917d6448acb026de4ca818017a04730</code></td><td>Dropper</td></tr><tr><td>SHA-256</td><td><code>3b0c49ed1590bceffbefed150bb64545e69e792c5ad63578cc3bca5c5b96f2cb</code></td><td>Dropper</td></tr><tr><td>SHA-256</td><td><code>19fef425c3a774e493526126a441a31971db8ac5af84c1d9eef15a272ba02ec1</code></td><td>Dropper</td></tr><tr><td>SHA-256</td><td><code>54efee2665d3779f1be0d885409e29e6cd07fe944fa82e5d6eeb832264c7409d</code></td><td>Dropper</td></tr><tr><td>SHA-256</td><td><code>cb29b6348ae4458b6b506f8de9336d0980bbfaf88b1d68be2771b57090d29889</code></td><td>Dropper</td></tr><tr><td>SHA-256</td><td><code>1a992e2b36b2a9a77300b0b0fe7e9c20e127c8257fd203bb4b3eaf1e35e63ce7</code></td><td>Dropper</td></tr><tr><td>SHA-256</td><td><code>af2decf5c5cbff0c0460ab09ad3cff497c765e3cf61e6c45f4e3b5c6a103312c</code></td><td>Payload</td></tr><tr><td>SHA-256</td><td><code>28a09cd68b1f4212cc61bd2d44d03d55b8bcd7df284bab56cdae8507abc90e3c</code></td><td>Payload</td></tr><tr><td>SHA-256</td><td><code>c6e1235d5cd01a205a191ce48c3d68e9fea620671c0c069593027a0218fad5b0</code></td><td>Payload</td></tr><tr><td>SHA-256</td><td><code>95ec481745c64c385c60f6c812585e5060a50e38da44bc1a9f67da3921b1a50f</code></td><td>Payload</td></tr><tr><td>SHA-256</td><td><code>77ead085bae72b6cb1c33c55fbd7763c4d8050798c55af3132c3b904084eeb8a</code></td><td>Payload</td></tr><tr><td>SHA-256</td><td><code>ad2b019cf346b8b4e6b2174a95b1d897ce736087bd06066f31a9d7fd72283e9f</code></td><td>Payload</td></tr><tr><td>SHA-256</td><td><code>b714f590380e5be8233cd60a4f212d949aff27b3a980e6d644c84b0120dd25b3</code></td><td>Payload</td></tr><tr><td>SHA-256</td><td><code>648b34fa952a2806d9f4c272f8bfbadc45c0c370c3d7c2ff0c7ffbb015237ce1</code></td><td>Payload</td></tr><tr><td>SHA-256</td><td><code>5fff21af95bd38b8c11dd73342a55acb75e91ff1936ed0ccb06af28400ef87d4</code></td><td>Payload</td></tr></tbody></table></figure>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/remcontrol-android-trojan-banking-pins/">New Android Trojan Steals Banking PINs</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/remcontrol-android-trojan-banking-pins/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fake Crypto Wallet Spreads PamStealer on Mac</title>
		<link>https://firsthackersnews.com/fake-crypto-wallet-pamstealer-mac/</link>
					<comments>https://firsthackersnews.com/fake-crypto-wallet-pamstealer-mac/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 16:12:57 +0000</pubDate>
				<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[cyberattack]]></category>
		<category><![CDATA[Cybercriminals]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[credential theft]]></category>
		<category><![CDATA[crypto wallet]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[infostealer]]></category>
		<category><![CDATA[mac malware]]></category>
		<category><![CDATA[Mac Security]]></category>
		<category><![CDATA[macos malware]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[PamStealer]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security flaw]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12457</guid>

					<description><![CDATA[<p>A new version of the PamStealer macOS malware is being distributed through a fake cryptocurrency wallet app designed</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/fake-crypto-wallet-pamstealer-mac/">Fake Crypto Wallet Spreads PamStealer on Mac</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A new version of the <strong>PamStealer macOS malware</strong> is being distributed through a fake cryptocurrency wallet app designed to look like a legitimate multichain wallet.</p>



<p>The malware can steal <strong>Mac passwords, browser data, Keychain information, cryptocurrency wallet details, Git settings, and sensitive files</strong>.</p>



<p>The latest campaign also uses a more advanced delivery method, making the malware harder to analyze and remove.</p>



<h2 class="wp-block-heading">Fake Wavel Wallet Delivers the Malware</h2>



<p>The attack starts with a fake website pretending to offer a cryptocurrency wallet called <strong>Wavel</strong>.</p>



<p>When users click <strong>“Download for macOS,”</strong> they receive a malicious disk image containing a compiled AppleScript file with a <code>.scpt</code> extension.</p>



<p>The file uses embedded JXA code to launch a shell command. Instead of keeping the entire malware directly inside the script, the attacker uses an encoded Base64 payload that is decoded and passed to <code>/bin/zsh</code>.</p>



<p>The next stage downloads a Mach-O utility called <code>pkgunpack</code>. It supports both <strong>Apple Silicon and Intel Macs</strong> and uses encryption techniques including X25519, SHA-256, and AES-256-GCM to unlock the next-stage payload.</p>



<p>A fresh key pair is generated for every infection, while the attacker&#8217;s server provides the key needed to decrypt the payload. This means the encrypted payload cannot simply be recovered through static analysis.</p>



<h2 class="wp-block-heading"><strong>PamStealer Adds Multiple Persistence Methods</strong></h2>



<p>After decryption, the malware installs a fake <code>Wavel.app</code> inside:</p>



<p><code>~/Library/Application Support/System/Finder.app</code></p>



<p>It then creates a LaunchAgent called:</p>



<p><code>com.apple.finder.agent</code></p>



<p>This allows the malware to start when the user logs in, restart after a crash, and run repeatedly.</p>



<p>PamStealer also uses additional methods to survive removal attempts, including changes to:</p>



<ul class="wp-block-list">
<li><code>~/.zshrc</code></li>



<li>Global Git hooks</li>



<li>Local repair scripts</li>



<li>LaunchAgent configuration</li>
</ul>



<p>The malware also attempts to hide background-item notifications while setting up persistence.</p>



<p>This layered approach means removing one malicious component may not be enough to completely remove the infection.</p>



<h2 class="wp-block-heading"><strong>Malware Steals Passwords and Browser Data</strong></h2>



<p>The main stealer, identified as <strong><code>MacClient</code></strong>, displays a fake macOS password request followed by a misleading damaged-application warning.</p>



<p>The entered password is checked locally using macOS authentication mechanisms before being sent to the attackers.</p>



<p>PamStealer also targets data from <strong>17 different browsers</strong>, including Chrome, Edge, Brave, Opera, Firefox, Arc, Zen, Waterfox, LibreWolf, Yandex Browser, and CocCoc.</p>



<p>The malware can also look for:</p>



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



<li>Cryptocurrency wallet data</li>



<li>Browser extensions</li>



<li>Shell history</li>



<li>Git configuration</li>



<li>Login Keychain data</li>



<li>System information</li>



<li>The macOS account photo</li>
</ul>



<p>The stolen information is compressed into a ZIP archive and uploaded to attacker-controlled infrastructure.</p>



<h2 class="wp-block-heading"><strong>How to Stay Protected</strong></h2>



<p>Organizations should look for suspicious <code>Finder.app</code> files, unexpected <code>com.apple.finder.agent</code> LaunchAgents, unusual Git hooks, and unexpected <code>.zshrc</code> changes.</p>



<p>Security teams can also block the domains associated with the campaign and investigate suspicious network traffic containing the identified upload header.</p>



<p>For Mac users, the safest approach is to <strong>download cryptocurrency wallet applications only from verified vendor websites</strong> and avoid opening unexpected <code>.scpt</code> files, especially when they arrive inside disk images.</p>



<p><strong>A fake wallet application can look legitimate while quietly giving attackers access to highly sensitive information.</strong></p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/fake-crypto-wallet-pamstealer-mac/">Fake Crypto Wallet Spreads PamStealer on Mac</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/fake-crypto-wallet-pamstealer-mac/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Critical Next.js Bug Puts Applications at Risk</title>
		<link>https://firsthackersnews.com/nextjs-remote-code-execution-vulnerability/</link>
					<comments>https://firsthackersnews.com/nextjs-remote-code-execution-vulnerability/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 15:04:00 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[CVE-2026-94545]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Next.js]]></category>
		<category><![CDATA[rce]]></category>
		<category><![CDATA[remote code execution]]></category>
		<category><![CDATA[SVG Security]]></category>
		<category><![CDATA[Web Security]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12453</guid>

					<description><![CDATA[<p>A serious security issue in Next.js could allow attackers to run code on a server by sending specially</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/nextjs-remote-code-execution-vulnerability/">Critical Next.js Bug Puts Applications at Risk</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A serious security issue in Next.js could allow attackers to run code on a server by sending specially crafted SVG content.</p>



<p>Tracked as <strong>CVE-2026-94545</strong>, the vulnerability affects the Node.js version of the <strong><code>ImageResponse</code></strong> feature in the <code>next/og</code> package. It can become dangerous when applications use untrusted data inside SVG images.</p>



<p>The issue affects <strong>Next.js 16.2.0 through versions before 16.3.6</strong>. Developers should upgrade to <strong>Next.js 16.3.6</strong>, which includes the fix.</p>



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



<p><code>ImageResponse</code> is commonly used to generate Open Graph images, social media previews, and other graphics directly from a Next.js application.</p>



<p>The problem appears when user-controlled information is placed into SVG content, attributes, or styles during image generation.</p>



<p>For example, an application might take information from a URL parameter, form, or API request and insert it into an SVG before generating an image.</p>



<p>An attacker could send specially crafted input that reaches the vulnerable image-rendering process. If the application is configured in a vulnerable way, this could result in <strong>remote code execution on the server</strong>.</p>



<p>The potential impact depends on the application&#8217;s permissions and what resources the server can access. A compromised environment could potentially expose sensitive information, modify content, disrupt services, or provide access to other connected systems.</p>



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



<p>Not every Next.js application is vulnerable.</p>



<p>According to the provided advisory information, applications using the <strong>Edge implementation of <code>ImageResponse</code> are not affected</strong>.</p>



<p>Applications using the Node.js implementation may also be unaffected if they never place attacker-controlled data into SVG content, attributes, or CSS styles.</p>



<p>The vulnerability has been rated <strong>Critical</strong> and can be exploited remotely without authentication or user interaction.</p>



<h2 class="wp-block-heading"><strong>Update to Next.js 16.3.6</strong></h2>



<p>Developers should review applications that generate images through <strong><code>next/og</code></strong>, especially Open Graph image endpoints that accept URL parameters or other external input.</p>



<p>The recommended action is to:</p>



<ul class="wp-block-list">
<li>Upgrade affected Next.js installations to <strong>16.3.6</strong>.</li>



<li>Check image-generation routes for untrusted input.</li>



<li>Review SVG content, attributes, and styles that use user-controlled data.</li>



<li>Avoid passing untrusted input directly into SVG processing.</li>



<li>Review internet-facing image-generation endpoints.</li>
</ul>



<p>If an immediate upgrade is not possible, removing attacker-controlled input from SVG processing can reduce the risk.</p>



<p>The vulnerability was reported by security researchers <strong>RaghavMaheshwari124 and rafabd1</strong>. Given that image-generation endpoints can be exposed to the internet, organizations using the affected Node.js <code>ImageResponse</code> implementation should review and patch their applications promptly.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/nextjs-remote-code-execution-vulnerability/">Critical Next.js Bug Puts Applications at Risk</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/nextjs-remote-code-execution-vulnerability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GitLab Flaw Lets Attackers Push Code to Private Repos</title>
		<link>https://firsthackersnews.com/gitlab-email-feature-vulnerability/</link>
					<comments>https://firsthackersnews.com/gitlab-email-feature-vulnerability/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Wed, 23 Sep 2026 12:53:00 +0000</pubDate>
				<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[CI/CD Security]]></category>
		<category><![CDATA[Code Security]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Git Repository]]></category>
		<category><![CDATA[gitlab]]></category>
		<category><![CDATA[GitLab Security]]></category>
		<category><![CDATA[GitLab vulnerability]]></category>
		<category><![CDATA[Software Security]]></category>
		<category><![CDATA[supply chain security]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12450</guid>

					<description><![CDATA[<p>GitLab’s “Email work item to this project” feature could create a security risk when its private email address</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/gitlab-email-feature-vulnerability/">GitLab Flaw Lets Attackers Push Code to Private Repos</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>GitLab’s <strong>“Email work item to this project”</strong> feature could create a security risk when its private email address becomes exposed, according to research from Aikido Security researcher Joe Leon.</p>



<p>The email address contains a long-lived <strong>incoming-email token</strong>. GitLab documentation says this token must remain private because anyone who has it can perform actions as the token owner, including creating issues and merge requests.</p>



<p>The problem becomes more serious because the feature can also be used to send code changes into a repository.</p>



<h2 class="wp-block-heading"><strong>A Private Email Address Can Trigger Code Changes</strong></h2>



<p>Aikido found that email addresses created for different projects can contain the same account-level token.</p>



<p>An attacker who obtains the address can reportedly change the email format from an issue address to a <strong>merge-request address</strong> and include a Git patch. By specifying a source branch in the email subject, GitLab can apply the patch using the permissions of the token owner.</p>



<p>This means the feature is not limited to creating unwanted issues.</p>



<p>For example, an attacker could modify a project’s <strong><code>.gitlab-ci.yml</code></strong> file. If the change triggers a CI/CD pipeline, attacker-controlled commands could potentially run within the victim’s project.</p>



<p>Depending on the user’s permissions and pipeline setup, this could expose source code, CI/CD variables, job tokens, or other sensitive information.</p>



<h2 class="wp-block-heading"><strong>Network Restrictions May Not Stop It</strong></h2>



<p>The research also found that GitLab’s incoming email workflow can bypass assumptions about IP-based restrictions.</p>



<p>Aikido reported testing a private project that allowed access only from a specific IP address. While browser access and Git cloning were blocked, the emailed patch was still accepted and resulted in a commit to the main branch.</p>



<p>GitLab now documents that <strong>incoming email is not covered by IP restrictions</strong>, meaning an IP allowlist should not be considered a complete security control for this feature.</p>



<p>An attacker does not necessarily need to spoof the sender either, because GitLab does not currently require the email to come from an address verified on the token owner’s account.</p>



<h2 class="wp-block-heading"><strong>What GitLab Users Should Check</strong></h2>



<p>GitLab has treated the behavior as part of the feature’s design rather than a traditional vulnerability. The company has nevertheless updated its interface and documentation to better explain the risks and the capabilities of incoming email addresses.</p>



<p>Organizations should search repositories, documentation, tickets, logs, and public pages for exposed <strong><code>glimt-</code></strong> email addresses and older incoming-mail token formats.</p>



<p>If an address has been exposed, the associated incoming email token should be <strong>reset</strong>, which invalidates the related project email addresses.</p>



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



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



<li>Protected branch settings</li>



<li>CI/CD pipelines</li>



<li>CI/CD variables</li>



<li>Recent commits</li>



<li>Audit events</li>
</ul>



<p>The main takeaway is simple: <strong>GitLab project email addresses containing incoming-mail tokens should be treated like credentials and kept secret.</strong></p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/gitlab-email-feature-vulnerability/">GitLab Flaw Lets Attackers Push Code to Private Repos</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/gitlab-email-feature-vulnerability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SharePoint Vulnerability Enables Remote Code Execution</title>
		<link>https://firsthackersnews.com/microsoft-sharepoint-remote-code-execution/</link>
					<comments>https://firsthackersnews.com/microsoft-sharepoint-remote-code-execution/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 13:54:00 +0000</pubDate>
				<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[Vulnerability Research]]></category>
		<category><![CDATA[CVE-2026-65660]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft security]]></category>
		<category><![CDATA[rce]]></category>
		<category><![CDATA[remote code execution]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[SharePoint Vulnerability]]></category>
		<category><![CDATA[Zero-day]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12445</guid>

					<description><![CDATA[<p>Microsoft has disclosed a high-severity security flaw in its on-premises SharePoint Server products that could allow an authenticated</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/microsoft-sharepoint-remote-code-execution/">SharePoint Vulnerability Enables Remote Code Execution</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Microsoft has disclosed a high-severity security flaw in its on-premises SharePoint Server products that could allow an authenticated attacker with low-level access to execute malicious code remotely.</p>



<p>The vulnerability is tracked as <strong>CVE-2026-65660</strong> and has a <strong>CVSS score of 8.8</strong>. It affects <strong>SharePoint Server 2016, SharePoint Server 2019, and SharePoint Server Subscription Edition</strong>.</p>



<p>Since SharePoint environments can contain sensitive company documents and operate with powerful service accounts, a successful attack could potentially lead to credential theft, data theft, movement across the network, or continued access.</p>



<h2 class="wp-block-heading"><strong>A Problem With SharePoint Security Checks</strong></h2>



<p>The vulnerability was discovered by <strong>Dinh Ho Anh Khoa from Viettel Cyber Security</strong>.</p>



<p>The issue involves SharePoint&#8217;s <strong>SafeControls protection</strong>, which is designed to prevent potentially unsafe server-side classes from being loaded while processing Web Part and page content.</p>



<p>The problem occurs when the <strong>ToolPane</strong> component handles specially crafted Register directives. An attacker can manipulate the way certain values are reconstructed, potentially changing the directive after SharePoint has already performed its security validation.</p>



<p>This can allow dangerous .NET classes to be registered and used as part of a code-execution chain.</p>



<p>The research demonstrated an attack chain involving <strong>XamlServices.Parse(), ExpandedWrapper, ObjectDataProvider, and LosFormatter</strong>.</p>



<p>The technique can also create an <strong>in-memory webshell</strong>, meaning an attacker may not need to leave a traditional webshell file on the server.</p>



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



<p>Microsoft released fixes for the vulnerability on <strong>August 11, 2026</strong>.</p>



<p>The affected SharePoint builds mentioned in the provided advisory are:</p>



<ul class="wp-block-list">
<li><strong>SharePoint 2016:</strong> 16.0.5565.1001</li>



<li><strong>SharePoint 2019:</strong> 16.0.10417.20198</li>



<li><strong>SharePoint Subscription Edition:</strong> 16.0.19725.20522</li>
</ul>



<p>Microsoft requires organizations to install all applicable update packages. SharePoint 2016 administrators may need to install both listed packages.</p>



<p>The research also points to a possible connection with an authentication weakness in ToolPane. Under certain configurations that allowed anonymous access, the vulnerabilities could potentially be chained to achieve pre-authentication remote code execution. The provided information says Microsoft addressed that anonymous-access route in its June 9, 2026 update.</p>



<p>Security teams should patch affected SharePoint servers, reduce unnecessary anonymous or internet-facing access, and review activity for suspicious Web Part requests.</p>



<p>During an investigation, teams should also examine <strong>IIS logs, ULS logs, Windows events, PowerShell activity, endpoint telemetry, unexpected processes, unusual assemblies, and memory activity</strong>.</p>



<p>SharePoint 2013 was also reportedly affected by the underlying technique, but that version reached end of support in 2023. Organizations still running it should consider migration or isolation rather than relying on a future security update.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/microsoft-sharepoint-remote-code-execution/">SharePoint Vulnerability Enables Remote 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/microsoft-sharepoint-remote-code-execution/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Active Attacks Target Check Point 0-Day</title>
		<link>https://firsthackersnews.com/check-point-management-server-zero-day/</link>
					<comments>https://firsthackersnews.com/check-point-management-server-zero-day/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 12:41:00 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[Vulnerability Research]]></category>
		<category><![CDATA[Zero Day Attack]]></category>
		<category><![CDATA[check point]]></category>
		<category><![CDATA[Check Point Zero-Day]]></category>
		<category><![CDATA[CVE-2026-93616]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[Security Management Server]]></category>
		<category><![CDATA[Zero-day]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12441</guid>

					<description><![CDATA[<p>Check Point has released emergency security updates for a critical zero-day vulnerability affecting its Security Management products. The</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/check-point-management-server-zero-day/">Active Attacks Target Check Point 0-Day</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Check Point has released emergency security updates for a <strong>critical zero-day vulnerability</strong> affecting its Security Management products. The flaw, tracked as <strong>CVE-2026-93616</strong>, has a <strong>CVSS score of 9.8</strong> and is already being exploited in targeted attacks, according to Check Point.</p>



<p>The vulnerability is particularly concerning because it can be exploited <strong>without authentication</strong>. An attacker who reaches a vulnerable Management Server may be able to upload and execute malicious scripts and load arbitrary Java classes.</p>



<p>Since these systems are used to manage security policies and collect information across enterprise networks, a successful compromise could give an attacker access to a highly privileged part of the security environment.</p>



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



<p>CVE-2026-93616 involves a combination of <strong>directory traversal and unsafe file-upload behavior</strong> in the Check Point Management web service.</p>



<p>An attacker can manipulate file paths to make the service access files from unintended locations. According to Check Point, the vulnerability can also allow an attacker to load an arbitrary Java class without first logging in.</p>



<p>Check Point said it has observed a small number of targeted attacks. The company reported that the activity began before the vulnerability was publicly disclosed, which is why it is classified as a zero-day. The vendor has not publicly identified the attackers or disclosed the full objectives of the observed attacks.</p>



<p>Affected products include <strong>Security Management Server, Multi-Domain Security Management Server, Log Server, Multi-Domain Log Server and SmartEvent</strong>.</p>



<h2 class="wp-block-heading">Which Versions Are Affected?</h2>



<p>Check Point lists several affected releases, including older and currently supported versions. Administrators should check their exact release and Jumbo Hotfix level against the vendor&#8217;s advisory before deciding whether their systems are vulnerable.</p>



<p>Check Point says the fix is included in:</p>



<ul class="wp-block-list">
<li><strong>R82.10 Take 45</strong></li>



<li><strong>R82 Take 127</strong></li>



<li><strong>R81.20 Take 170</strong></li>



<li><strong>R81.10 Take 192</strong></li>
</ul>



<p>The company has also released an <strong>R82.20 Security Hotfix</strong>. Smart-1 Cloud is not affected because the required fix has already been applied.</p>



<h2 class="wp-block-heading">What Security Teams Should Do</h2>



<p>Organizations running affected Check Point Management products should prioritize applying the appropriate security update.</p>



<p>Until systems can be patched, Check Point recommends keeping Management Servers behind a Security Gateway or firewall and restricting <strong>TCP port 19009</strong> to trusted IP addresses. Trusted Clients configured in SmartConsole should also be limited to known internal addresses.</p>



<p>Security teams should also review logs for signs of exploitation rather than checking only internet-facing systems. Check Point provides indicators and investigation guidance that can help identify suspicious activity.</p>



<p>If a vulnerable Management Server shows signs of compromise, teams should preserve relevant logs and forensic data, investigate activity that occurred after the initial access, and contact Check Point Support.</p>



<p>The active exploitation of this vulnerability shows why <strong>management infrastructure deserves the same patching priority as internet-facing security appliances</strong>. A compromised management server can potentially provide an attacker with access to a central administrative layer of an organization&#8217;s security environment.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/check-point-management-server-zero-day/">Active Attacks Target Check Point 0-Day</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/check-point-management-server-zero-day/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Malicious npm Package with 2M Downloads Exposed</title>
		<link>https://firsthackersnews.com/malicious-npm-package-millions-downloads/</link>
					<comments>https://firsthackersnews.com/malicious-npm-package-millions-downloads/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 21 Sep 2026 17:42:32 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cyber threat]]></category>
		<category><![CDATA[Cybersecurity News]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Developer Security]]></category>
		<category><![CDATA[JavaScript Malware]]></category>
		<category><![CDATA[Malicious npm Package]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[npm Malware]]></category>
		<category><![CDATA[npm security]]></category>
		<category><![CDATA[Software Security]]></category>
		<category><![CDATA[software supply chain]]></category>
		<category><![CDATA[supply chain attack]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=12437</guid>

					<description><![CDATA[<p>A malicious npm package has been discovered hiding behind the name of a legitimate developer tool. Security researchers</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/malicious-npm-package-millions-downloads/">Malicious npm Package with 2M Downloads Exposed</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A malicious npm package has been discovered hiding behind the name of a legitimate developer tool. Security researchers say the package, <strong>indexed-btree</strong>, was designed to look like the popular <code>sorted-btree</code> library and had reached nearly <strong>2 million weekly downloads</strong>.</p>



<p>Researchers at Checkmarx found that the package uses a different approach from many malicious npm campaigns. It does not need to execute anything when it is installed.</p>



<p>Instead, the malicious code can remain inactive until an application actually uses the library. This allows the package to collect information about the system and potentially download additional malicious code.</p>



<p>The discovery highlights a growing software supply-chain problem: checking only what happens during installation may not be enough to detect malicious dependencies.</p>



<h2 class="wp-block-heading"><strong>Malware Activates When the Package Is Used</strong></h2>



<p>The package does not contain the usual <code>preinstall</code> or <code>postinstall</code> scripts that often attract security checks. This can make it appear less suspicious during an initial review.</p>



<p>The malicious code was reportedly hidden inside a normal B-tree function called <code>BTree.prototype.set</code>. When an application calls this function, the hidden code can begin its activity.</p>



<p>The malware can collect details such as:</p>



<ul class="wp-block-list">
<li>Operating system and architecture</li>



<li>Computer name</li>



<li>Processor information</li>



<li>Available memory</li>



<li>System uptime</li>
</ul>



<p>This information is then sent to infrastructure controlled by the attackers.</p>



<p>Researchers also found that the malware uses an Ethereum Sepolia testnet smart contract as part of its communication process. The contract can provide information needed to locate another stage of the attack.</p>



<h2 class="wp-block-heading"><strong>Designed to Hide Its Activity</strong></h2>



<p>The malware reportedly uses encryption and additional techniques to retrieve and run a second-stage payload.</p>



<p>Another concerning feature is its ability to remove traces of its activity. Researchers found code designed to delete malicious files and remove the original trigger from the affected function.</p>



<p>This could make investigation more difficult after the package has already executed.</p>



<p>The campaign also reportedly used a convincing repository and developer account history, helping the package appear legitimate to developers searching for a normal dependency.</p>



<h2 class="wp-block-heading"><strong>Why npm Supply-Chain Security Matters</strong></h2>



<p>This incident shows why organizations should not rely only on installation-script checks when reviewing npm packages.</p>



<p>Security teams should also examine what a dependency does <strong>after installation and during normal application use</strong>.</p>



<p>Organizations should:</p>



<ul class="wp-block-list">
<li>Check source code and lockfiles for the affected package.</li>



<li>Review developer machines, CI systems and build environments.</li>



<li>Remove suspicious packages and versions.</li>



<li>Rotate credentials if sensitive information may have been exposed.</li>



<li>Monitor unexpected network connections and child processes.</li>



<li>Use isolated environments to test unfamiliar dependencies.</li>



<li>Keep software inventories and SBOMs up to date.</li>



<li>Review sudden changes in package ownership, releases or code.</li>
</ul>



<p>The most important question for organizations is whether the package was simply downloaded or actually executed.</p>



<p>If it was used by a running application, security teams should examine endpoint, network and process logs for signs of system profiling, outbound connections or additional payload activity.</p>



<p>The incident is another reminder that <strong>software dependencies can become an entry point for attackers even when they look like ordinary developer tools</strong>.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/malicious-npm-package-millions-downloads/">Malicious npm Package with 2M Downloads Exposed</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/malicious-npm-package-millions-downloads/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
