<?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>AI Expansion &#8211; First Hackers News</title>
	<atom:link href="https://firsthackersnews.com/category/ai-expansion/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>Tue, 16 Jun 2026 10:37:32 +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>AI Expansion &#8211; First Hackers News</title>
	<link>https://firsthackersnews.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Critical LiteSpeed cPanel Plugin Vulnerability Enables Root Privilege Escalation Attacks</title>
		<link>https://firsthackersnews.com/litespeed-cpanel-root-escalation/</link>
					<comments>https://firsthackersnews.com/litespeed-cpanel-root-escalation/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 16 Jun 2026 10:37:31 +0000</pubDate>
				<category><![CDATA[AI Expansion]]></category>
		<category><![CDATA[Bank Heist]]></category>
		<category><![CDATA[CISA]]></category>
		<category><![CDATA[Darknet]]></category>
		<category><![CDATA[Data Breach]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Active Exploitation]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[CVE-2026-48172]]></category>
		<category><![CDATA[LiteSpeed]]></category>
		<category><![CDATA[LiteSpeed Vulnerability]]></category>
		<category><![CDATA[privilege escalation]]></category>
		<category><![CDATA[threat intelligence]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11834</guid>

					<description><![CDATA[<p>CISA has warned of active exploitation targeting a critical LiteSpeed cPanel plugin vulnerability that enables root privilege escalation. Security teams are urged to patch affected systems immediately to prevent unauthorized access and potential server compromise.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/litespeed-cpanel-root-escalation/">Critical LiteSpeed cPanel Plugin Vulnerability Enables Root Privilege Escalation Attacks</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[


<p>The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added a critical vulnerability affecting the <strong>LiteSpeed User-End cPanel Plugin</strong> to its Known Exploited Vulnerabilities (KEV) catalog following evidence of active exploitation in the wild. Tracked as <strong>CVE-2026-48172</strong>, the flaw allows attackers to escalate privileges and execute arbitrary scripts with <strong>root-level permissions</strong>, potentially leading to full server compromise.</p>



<p>The vulnerability carries a maximum severity rating and impacts organizations running vulnerable versions of the LiteSpeed User-End cPanel Plugin. Because cPanel is widely used across hosting environments, a successful attack could affect multiple websites, customer accounts, databases, and server resources hosted on the same infrastructure.</p>



<h2 class="wp-block-heading">Vulnerability Details</h2>



<h3 class="wp-block-heading">CVE Information</h3>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>Field</th><th>Details</th></tr></thead><tbody><tr><td>CVE</td><td>CVE-2026-48172</td></tr><tr><td>Severity</td><td>Critical</td></tr><tr><td>CVSS Score</td><td>10.0</td></tr><tr><td>Affected Product</td><td>LiteSpeed User-End cPanel Plugin</td></tr><tr><td>Impact</td><td>Root Privilege Escalation</td></tr><tr><td>Exploitation Status</td><td>Actively Exploited</td></tr><tr><td>Fixed Version</td><td>2.4.5+ (later enhanced in 2.4.7)</td></tr></tbody></table></figure>



<p>The vulnerability stems from an <strong>incorrect privilege assignment</strong> issue within the plugin, enabling authenticated cPanel users or compromised accounts to execute scripts with elevated privileges.</p>



<h2 class="wp-block-heading">Technical Analysis of the Exploit</h2>



<p>Researchers found that attackers can abuse the plugin&#8217;s <strong>lsws.redisAble</strong> functionality to execute arbitrary commands as the root user. In a shared hosting environment, this effectively breaks the isolation between users and grants attackers complete control over the server.</p>



<p>Because many hosting providers rely on LiteSpeed and cPanel for website management, exploitation could allow attackers to:</p>



<ul class="wp-block-list">
<li>Execute arbitrary scripts </li>



<li>Modify server configurations </li>



<li>Access customer data </li>



<li>Create backdoors Deploy malware </li>



<li>Pivot to other hosted accounts</li>
</ul>



<p>Unlike many privilege escalation flaws that require complex attack chains, this vulnerability can be abused by any authenticated cPanel user account, including accounts already compromised through phishing, credential theft, or web application attacks.</p>



<h2 class="wp-block-heading">Potential Attack Chain</h2>



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



<li>Vulnerability Exploitation</li>



<li>Root Access</li>



<li>Post-Exploitation Activities</li>
</ul>



<h2 class="wp-block-heading">Indicator of Compromise (IOC) Detection</h2>



<p>LiteSpeed provided a log analysis command that administrators can use to identify potential exploitation attempts.</p>



<h3 class="wp-block-heading">Detection Command</h3>



<div style="overflow-x:auto; background:#f5f5f5; padding:15px; border-radius:8px;">
<pre><code>grep -rE 'cpanel_jsonapi_func=(generateEcCert|packageUserSize)|cert_action_entry .*geneccert' /usr/local/cpanel/logs/ /var/cpanel/logs/ 2>/dev/null</code></pre>
</div>



<h3 class="wp-block-heading">What This Command Does</h3>



<p>The command searches:</p>



<ul class="wp-block-list">
<li><code>/usr/local/cpanel/logs/</code></li>



<li><code>/var/cpanel/logs/</code></li>
</ul>



<p>for suspicious API requests and activity patterns associated with exploitation attempts.</p>



<p>If the command returns <strong>no results</strong>, there may be no evidence of exploitation within the available logs.</p>



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



<p>Shared hosting environments depend heavily on privilege separation between users. Once an attacker obtains root access, they can potentially compromise every website and account hosted on the affected server.</p>



<p>The widespread adoption of LiteSpeed across hosting providers significantly increases the potential impact of this vulnerability. A single successful exploitation could expose customer data, website files, SSL certificates, configuration settings, and administrative credentials.</p>



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



<h3 class="wp-block-heading">Update Immediately</h3>



<p>Upgrade to:</p>



<ul class="wp-block-list">
<li>LiteSpeed cPanel Plugin 2.4.7 or later </li>



<li>LiteSpeed WHM Plugin 5.3.1.0 or later</li>
</ul>



<h3 class="wp-block-heading">Review Logs</h3>



<p>Run the IOC detection command and investigate any suspicious results.</p>



<h3 class="wp-block-heading">Audit User Accounts</h3>



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



<li>Administrative accounts </li>



<li>Recently created users </li>



<li>Failed login attempts</li>
</ul>



<h3 class="wp-block-heading">Restrict Access</h3>



<ul class="wp-block-list">
<li>Multi-Factor Authentication (MFA)</li>



<li>IP restrictions </li>



<li>Least privilege access controls</li>
</ul>



<p>The active exploitation of <strong>CVE-2026-48172</strong> highlights the risks posed by privilege escalation vulnerabilities in widely deployed hosting software. Since the flaw can allow attackers to obtain <strong>root-level access</strong> from a standard cPanel account, organizations and hosting providers should prioritize patching, review logs for indicators of compromise, and continuously monitor their environments for signs of malicious activity.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/litespeed-cpanel-root-escalation/">Critical LiteSpeed cPanel Plugin Vulnerability Enables Root 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/litespeed-cpanel-root-escalation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GPT-5.5 Bio Bug Bounty Boosts AI Safety</title>
		<link>https://firsthackersnews.com/gpt-5-5-bio-bug-bounty/</link>
					<comments>https://firsthackersnews.com/gpt-5-5-bio-bug-bounty/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 27 Apr 2026 03:00:30 +0000</pubDate>
				<category><![CDATA[AI Expansion]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[OpenAI]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[#AIBugBounty]]></category>
		<category><![CDATA[#AIResearch]]></category>
		<category><![CDATA[#AISafety]]></category>
		<category><![CDATA[#ArtificialIntelligence]]></category>
		<category><![CDATA[#BugBountyProgram]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#GPT5]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#MachineLearning]]></category>
		<category><![CDATA[#OpenAI]]></category>
		<category><![CDATA[#SecurityTesting]]></category>
		<category><![CDATA[#TechNews]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[security vulnerability]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11643</guid>

					<description><![CDATA[<p>OpenAI has introduced a new bug bounty program focused on improving the safety of its GPT-5.5 model, especially</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/gpt-5-5-bio-bug-bounty/">GPT-5.5 Bio Bug Bounty Boosts AI Safety</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>OpenAI has introduced a new bug bounty program focused on improving the safety of its GPT-5.5 model, especially in the area of biological risks. This initiative is part of the gpt 5.5 bio bug bounty effort to enhance AI safety.</p>



<p>As AI systems become more powerful, there is growing concern that they could be misused to generate harmful biological information. This could be exploited by advanced threat groups or individuals with malicious intent. To reduce these risks, OpenAI is inviting experts to test the model and find weaknesses before attackers do, as part of the gpt 5.5 bio bug bounty program.</p>



<p>The program brings together cybersecurity researchers, biosecurity specialists, and AI red teamers to identify vulnerabilities and improve the model’s safety controls.</p>



<h2 class="wp-block-heading"><strong>The Challenge: Finding a Universal Jailbreak</strong></h2>



<p>The main objective of this program is to discover a “universal jailbreak.” In simple terms, this means creating a single prompt that can bypass the model’s built-in safety protections.</p>



<p>Participants are asked to design one prompt that can successfully make the model answer a set of restricted biological questions. The challenge must be completed in a clean session without triggering any warnings or safety systems.</p>



<p>This requires a strong understanding of:</p>



<ul class="wp-block-list">
<li>Prompt engineering techniques</li>



<li>AI model behavior and responses</li>



<li>Handling sensitive biological queries</li>
</ul>



<p>The testing is limited to a controlled environment, ensuring that all experiments are conducted safely.</p>



<h2 class="wp-block-heading"><strong>Rewards and Timeline</strong></h2>



<p>Because this is a complex and high-risk challenge, OpenAI is offering significant rewards for successful findings.</p>



<p>Key details include:</p>



<ul class="wp-block-list">
<li>A top reward of $25,000 for the first complete successful jailbreak</li>



<li>Additional rewards for partial findings that provide useful insights</li>



<li>Applications open until June 22, 2026</li>



<li>Testing runs from April 28 to July 27, 2026</li>
</ul>



<p>The structured timeline ensures that researchers have enough time to test while maintaining controlled access.</p>



<h2 class="wp-block-heading"><strong>Who Can Participate</strong></h2>



<p>Access to the program is restricted to ensure responsible testing and prevent misuse of sensitive information.</p>



<p>To participate:</p>



<ul class="wp-block-list">
<li>Researchers must apply with relevant experience in AI or biology</li>



<li>Selected participants may receive direct invitations</li>



<li>An active ChatGPT account is required</li>



<li>All participants must sign a Non-Disclosure Agreement (NDA)</li>
</ul>



<p>This ensures that all findings remain confidential and are handled responsibly.</p>



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



<p>This initiative highlights the growing importance of securing advanced AI systems. As models become more capable, the risks also increase, especially in sensitive areas like biology.</p>



<p>By working with experts and encouraging responsible testing, OpenAI aims to strengthen its safety systems and prevent potential misuse. This approach helps build more secure and reliable AI technologies for the future.</p>



<p>At the same time, it shows how collaboration between researchers and organizations is essential to stay ahead of emerging threats.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/gpt-5-5-bio-bug-bounty/">GPT-5.5 Bio Bug Bounty Boosts AI Safety</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/gpt-5-5-bio-bug-bounty/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>OpenClaw Exploit Compromises Developer AI Agents</title>
		<link>https://firsthackersnews.com/openclaw-zero-click-ai-agent-compromise/</link>
					<comments>https://firsthackersnews.com/openclaw-zero-click-ai-agent-compromise/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 02 Mar 2026 06:19:11 +0000</pubDate>
				<category><![CDATA[AI Expansion]]></category>
		<category><![CDATA[AI Malware]]></category>
		<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[#AIAgents]]></category>
		<category><![CDATA[#AIAssistant]]></category>
		<category><![CDATA[#AIThreats]]></category>
		<category><![CDATA[#BruteForceAttack]]></category>
		<category><![CDATA[#CloudSecurity]]></category>
		<category><![CDATA[#CyberAwareness]]></category>
		<category><![CDATA[#CyberRisk]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#CyberThreats]]></category>
		<category><![CDATA[#DataBreach]]></category>
		<category><![CDATA[#DeveloperSecurity]]></category>
		<category><![CDATA[#DevSecOps]]></category>
		<category><![CDATA[#EnterpriseSecurity]]></category>
		<category><![CDATA[#EthicalHacking]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#InfosecCommunit]]></category>
		<category><![CDATA[#LocalhostExploit]]></category>
		<category><![CDATA[#OpenClaw]]></category>
		<category><![CDATA[#PatchNow]]></category>
		<category><![CDATA[#SecurityUpdate]]></category>
		<category><![CDATA[#ShadowAI]]></category>
		<category><![CDATA[#TechSecurity]]></category>
		<category><![CDATA[#WebSocketVulnerability]]></category>
		<category><![CDATA[#WorkstationSecurity]]></category>
		<category><![CDATA[#ZeroClickExploit]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11289</guid>

					<description><![CDATA[<p>OpenClaw, a popular open-source AI assistant with over 100,000 GitHub stars, recently fixed a serious security flaw that</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/openclaw-zero-click-ai-agent-compromise/">OpenClaw Exploit Compromises Developer AI Agents</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>OpenClaw, a popular<a href="https://firsthackersnews.com/ai-jailbreak-cyberattack-government-data-breach/"> open-source AI</a> assistant with over 100,000 GitHub stars, recently fixed a serious security flaw that allowed malicious websites to silently take control of developer AI agents.</p>



<p>The vulnerability required no clicks, no extensions, and no user interaction. Simply visiting a malicious website could trigger the attack.</p>



<p>The OpenClaw team classified the issue as High severity and released a fix within 24 hours.</p>



<h3 class="wp-block-heading">How the Attack Worked</h3>



<p>When a developer visited an attacker-controlled website, malicious JavaScript executed in the browser. That script initiated a WebSocket connection directly to the local OpenClaw gateway.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>&#x200d;Follow Us on:<strong> <a href="https://www.linkedin.com/in/firsthackers-news/" target="_blank" rel="noopener">Linkedin</a>,<a href="https://www.instagram.com/firsthackersnews/" target="_blank" rel="noreferrer noopener"> Instagram</a>, <a href="https://www.facebook.com/FirsthackerNews" target="_blank" rel="noreferrer noopener">Facebook</a></strong> to get the latest security news!</strong></p>
</blockquote>



<p>Because the gateway exempted localhost connections from rate limiting, attackers could perform rapid brute-force password attempts — often hundreds per second — significantly increasing the likelihood of bypassing human-created passwords.</p>



<p>Once authentication was successful, the malicious script silently registered itself as a trusted device. This bypassed normal user confirmation prompts and granted persistent access.</p>



<p>From there, the attacker effectively controlled the AI agent and the connected environment.</p>



<h3 class="wp-block-heading">What Attackers Could Do</h3>



<p>With gateway-level access, attackers could:</p>



<ul class="wp-block-list">
<li>Send instructions to the AI agent and retrieve responses</li>



<li>Access configuration data, including AI providers and integrations</li>



<li>Enumerate connected nodes and internal IP addresses</li>



<li>Read logs for operational and reconnaissance insights</li>



<li>Search Slack or messaging history for API keys and credentials</li>



<li>Extract sensitive files from the workstation</li>



<li>Execute shell commands on connected systems</li>
</ul>



<p>In practical terms, this equated to a full workstation compromise.</p>



<p>This incident highlights a growing cybersecurity concern: shadow AI. Developer-adopted AI tools often operate outside traditional IT visibility while maintaining deep access to local systems, credentials, APIs, and internal communications.</p>



<p>Earlier this year, OpenClaw’s ecosystem also faced issues with malicious community “skills” distributed through its marketplace. However, this newly discovered vulnerability was more severe because it resided in the core gateway architecture itself — not in third-party plugins.</p>



<p>The OpenClaw team classified the issue as High severity and released a fix within 24 hours. Users and organizations must immediately upgrade to version 2026.2.25 or later to mitigate risk.</p>



<p>Beyond patching, enterprises should implement stronger governance, monitoring, and security controls for AI-powered developer tools. </p>



<p>As AI agents gain deeper system access, their compromise no longer represents just an application breach — it represents full environment exposure.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/openclaw-zero-click-ai-agent-compromise/">OpenClaw Exploit Compromises Developer AI Agents</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/openclaw-zero-click-ai-agent-compromise/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Hacker Manipulates Claude AI to Steal Government Data</title>
		<link>https://firsthackersnews.com/ai-jailbreak-cyberattack-government-data-breach/</link>
					<comments>https://firsthackersnews.com/ai-jailbreak-cyberattack-government-data-breach/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Thu, 26 Feb 2026 10:33:13 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[AI Expansion]]></category>
		<category><![CDATA[AI Malware]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[malicious cyber actors]]></category>
		<category><![CDATA[OpenAI]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[#AgenticAI]]></category>
		<category><![CDATA[#AIExploitation]]></category>
		<category><![CDATA[#AIJailbreakCyberattack]]></category>
		<category><![CDATA[#AIMisuse]]></category>
		<category><![CDATA[#ClaudeAI]]></category>
		<category><![CDATA[#CyberSecurityNews]]></category>
		<category><![CDATA[#CyberThreats]]></category>
		<category><![CDATA[#DataBreach]]></category>
		<category><![CDATA[#GovernmentDataBreach]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security update]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11252</guid>

					<description><![CDATA[<p>A hacker reportedly manipulated Anthropic’s Claude AI to assist in a coordinated cyberattack against Mexican government agencies, exposing</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/ai-jailbreak-cyberattack-government-data-breach/">Hacker Manipulates Claude AI to Steal Government Data</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A hacker reportedly manipulated Anthropic’s Claude AI to assist in a coordinated cyberattack against Mexican government agencies, exposing how AI tools can be misused in real-world operations.</p>



<h2 class="wp-block-heading"><strong>How the AI Was Jailbroken</strong></h2>



<p>Between December 2025 and January 2026, the attacker used repeated Spanish-language prompts to bypass Claude’s safety controls. By presenting the requests as part of a “bug bounty simulation” and asking the AI to role-play as an elite hacker, the threat actor gradually overcame built-in restrictions.</p>



<p>Once guardrails were bypassed, the AI generated detailed technical outputs that supported the attack lifecycle.</p>



<p>The attacker leveraged AI to:</p>



<ul class="wp-block-list">
<li>Identify vulnerabilities in legacy government systems</li>



<li>Generate exploit code for SQL injection and network scanning</li>



<li>Assist with credential stuffing techniques</li>



<li>Provide structured, step-by-step attack guidance</li>
</ul>



<p>When Claude reached usage limits, the operator allegedly pivoted to another AI model to continue planning lateral movement and evasion strategies.</p>



<p>The campaign focused on outdated infrastructure and unpatched web applications. Approximately 20 vulnerabilities were exploited, leading to the theft of nearly 150GB of sensitive data, including taxpayer records, voter information, and government employee credentials.</p>



<p>Security researchers noted that the AI significantly lowered the technical barrier required to execute complex attacks, enabling a single operator to conduct a large-scale campaign without advanced infrastructure.</p>



<p>Anthropic has since banned the related accounts and enhanced monitoring mechanisms to detect misuse. While investigations continue, the incident highlights the growing risk of AI-assisted cybercrime and the urgent need for stronger patch management and AI interaction monitoring across government environments.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/ai-jailbreak-cyberattack-government-data-breach/">Hacker Manipulates Claude AI to Steal Government Data</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/ai-jailbreak-cyberattack-government-data-breach/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AI Tools Help Hacker Breach 600+ FortiGate Devices</title>
		<link>https://firsthackersnews.com/ai-driven-fortigate-attack-600-devices/</link>
					<comments>https://firsthackersnews.com/ai-driven-fortigate-attack-600-devices/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Tue, 24 Feb 2026 18:19:58 +0000</pubDate>
				<category><![CDATA[AI Expansion]]></category>
		<category><![CDATA[AI Malware]]></category>
		<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[#ActiveDirectory]]></category>
		<category><![CDATA[#AIAttack]]></category>
		<category><![CDATA[#CredentialTheft]]></category>
		<category><![CDATA[#CyberDefense]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#FortiGate]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#NetworkSecurity]]></category>
		<category><![CDATA[#RansomwareRisk]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security update]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11235</guid>

					<description><![CDATA[<p>A financially motivated threat actor used commercial generative AI tools to compromise more than 600 FortiGate devices across</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/ai-driven-fortigate-attack-600-devices/">AI Tools Help Hacker Breach 600+ FortiGate Devices</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A financially motivated threat actor used commercial generative AI tools to compromise more than 600 FortiGate devices across 55 countries. According to Amazon Threat Intelligence, the activity took place between January 11 and February 18, 2026.</p>



<p>Importantly, the attacker did not exploit any new FortiGate vulnerability. Instead, they targeted devices with exposed management ports and weak single-factor credentials. Basic security gaps — combined with AI assistance — allowed a relatively low-skilled actor to operate at large scale.</p>



<p>Amazon assessed that the attacker relied heavily on AI for planning attacks, generating commands, writing custom tools, and organizing operations. When one AI tool failed, another was used as backup. Researchers described the setup as an “AI-powered assembly line” for cybercrime.</p>



<h2 class="wp-block-heading"><strong>How the Attacks Worked</strong></h2>



<p>The campaign focused on internet-exposed FortiGate management interfaces on common ports such as 443 and 8443. The attacker scanned for accessible devices and attempted logins using commonly reused credentials. Once inside, full device configurations were extracted, exposing credentials, network details, and VPN access.</p>



<p>After gaining VPN entry, the attacker moved deeper into networks. In several cases, Active Directory environments were compromised and credential databases were stolen. Backup systems were also targeted, suggesting possible ransomware preparation.</p>



<h3 class="wp-block-heading"><strong>Key Post-Compromise Activities</strong></h3>



<ul class="wp-block-list">
<li>Extracted FortiGate configuration files and credentials</li>



<li>Performed DCSync attacks to gain domain-level access</li>



<li>Used pass-the-hash and NTLM relay for lateral movement</li>



<li>Scanned networks with tools like Nuclei</li>



<li>Targeted Veeam backup servers and known vulnerabilities</li>



<li>Deployed AI-assisted custom reconnaissance tools</li>
</ul>



<p>Interestingly, when facing hardened environments with proper security controls, the attacker often abandoned the target and shifted to easier victims. This reinforces that the campaign relied on automation and scale rather than advanced exploitation skills.</p>



<p>The compromised organizations were spread across South Asia, Latin America, Northern Europe, West Africa, Southeast Asia, and the Caribbean.</p>



<h2 class="wp-block-heading"><strong>The Bigger Picture</strong></h2>



<p>This case highlights a growing trend: AI is lowering the barrier to entry for cybercrime. Tools that once required experienced teams can now be assembled and executed by smaller groups using AI support.</p>



<p>The lesson is clear. Organizations must close exposed management ports, enforce multi-factor authentication, rotate credentials, secure backup infrastructure, and maintain strong patch management.</p>



<p>As AI-assisted attacks increase, strong security fundamentals remain the best defense.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>&#x200d;Follow Us on:<strong> <a href="https://www.linkedin.com/in/firsthackers-news/" target="_blank" rel="noopener">Linkedin</a>,<a href="https://www.instagram.com/firsthackersnews/" target="_blank" rel="noreferrer noopener"> Instagram</a>, <a href="https://www.facebook.com/FirsthackerNews" target="_blank" rel="noreferrer noopener">Facebook</a></strong> to get the latest security news!</strong></p>
</blockquote>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/ai-driven-fortigate-attack-600-devices/">AI Tools Help Hacker Breach 600+ FortiGate Devices</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/ai-driven-fortigate-attack-600-devices/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google Blocks 1.75 Million Harmful Apps from Play Store in 2025</title>
		<link>https://firsthackersnews.com/google-blocks-malicious-apps-2025/</link>
					<comments>https://firsthackersnews.com/google-blocks-malicious-apps-2025/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Sat, 21 Feb 2026 06:13:24 +0000</pubDate>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[AI Expansion]]></category>
		<category><![CDATA[AI Malware]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[#AIinSecurity]]></category>
		<category><![CDATA[#AndroidSecurity]]></category>
		<category><![CDATA[#AppSecurity]]></category>
		<category><![CDATA[#CyberDefense]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#DigitalSafety]]></category>
		<category><![CDATA[#GooglePlay]]></category>
		<category><![CDATA[#infosec]]></category>
		<category><![CDATA[#MalwarePrevention]]></category>
		<category><![CDATA[#MobileSecurity]]></category>
		<category><![CDATA[#PlayStore]]></category>
		<category><![CDATA[#PrivacyProtection]]></category>
		<category><![CDATA[#SecurityNews]]></category>
		<category><![CDATA[#TechSecurity]]></category>
		<category><![CDATA[#ThreatIntelligence]]></category>
		<category><![CDATA[security advisory]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11225</guid>

					<description><![CDATA[<p>Google says it stopped more than 1.75 million malicious or policy-violating Android apps from reaching users in 2025.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/google-blocks-malicious-apps-2025/">Google Blocks 1.75 Million Harmful Apps from Play Store in 2025</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Google says it stopped more than 1.75 million malicious or policy-violating Android apps from reaching users in 2025. Over 80,000 developer accounts were also banned to prevent repeat abuse.</p>



<p>The company credits stronger, multi-layered protections and AI-powered reviews for discouraging attackers from targeting the Play Store in the first place.</p>



<p>Every app submitted to Google Play now goes through more than 10,000 automated and human safety checks before publication, followed by continuous monitoring after it goes live. Google has also added generative AI models to help reviewers detect complex malware, fraud schemes, hidden subscriptions, and misuse of user data.</p>



<h2 class="wp-block-heading"><strong>Privacy, Reviews, and Child Safety &#8211; Google malicious apps</strong></h2>



<p>Beyond blocking malicious apps, Google strengthened privacy and trust controls across the platform.</p>



<p><strong>Key highlights from 2025:</strong></p>



<ul class="wp-block-list">
<li>1.75+ million apps rejected for malware, fraud, hidden charges, or data misuse</li>



<li>80,000+ bad developer accounts banned</li>



<li>255,000 apps restricted from accessing excessive sensitive data</li>



<li>160 million fake or abusive ratings and reviews blocked</li>



<li>Extra protections added to prevent children from accessing high-risk apps</li>
</ul>



<p>Tools like Play Policy Insights and the Data Safety section help developers fix privacy issues before submission, reducing accidental violations.</p>



<h2 class="wp-block-heading"><strong>On-Device Protection with Play Protect</strong></h2>



<p>Security doesn’t stop at the Play Store. Google Play Protect now scans over 350 billion apps daily, including sideloaded apps installed outside the store.</p>



<p><strong>In 2025:</strong></p>



<ul class="wp-block-list">
<li>27 million new malicious sideloaded apps detected</li>



<li>Expanded fraud protection to 185 markets (2.8+ billion devices)</li>



<li>266 million risky installation attempts blocked</li>



<li>872,000 high-risk scam apps stopped</li>



<li>New in-call scam protection prevents users from disabling Play Protect during social-engineering attacks</li>
</ul>



<h2 class="wp-block-heading"><strong>How Google Strengthened Play Store Security in 2025</strong></h2>



<p>Developers made over 20 billion daily integrity checks using the Play Integrity API to protect apps from abuse and spoofing. Hardware-backed security signals and improved account verification are also being expanded, including limited distribution accounts for students and hobbyists.</p>



<p>Looking ahead, Google plans deeper AI integration, stricter verification, and new Android 16 protections such as built-in defenses against tapjacking.</p>



<p>Together, these measures show Google’s broader strategy: block malicious apps at scale, reduce fraud and privacy abuse, and strengthen trust across the Android ecosystem.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>&#x200d;Follow Us on:<strong> <a href="https://www.linkedin.com/in/firsthackers-news/" target="_blank" rel="noopener">Linkedin</a>,<a href="https://www.instagram.com/firsthackersnews/" target="_blank" rel="noreferrer noopener"> Instagram</a>, <a href="https://www.facebook.com/FirsthackerNews" target="_blank" rel="noreferrer noopener">Facebook</a></strong> to get the latest security news!</strong></p>
</blockquote>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/google-blocks-malicious-apps-2025/">Google Blocks 1.75 Million Harmful Apps from Play Store in 2025</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/google-blocks-malicious-apps-2025/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Next Generation of Malware: AI-Enabled and Adaptive Threats </title>
		<link>https://firsthackersnews.com/promptflux-and-quietvault/</link>
					<comments>https://firsthackersnews.com/promptflux-and-quietvault/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Fri, 06 Feb 2026 14:37:29 +0000</pubDate>
				<category><![CDATA[AI Expansion]]></category>
		<category><![CDATA[AI Malware]]></category>
		<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[PROMPTFLUX]]></category>
		<category><![CDATA[QuietVault]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security update]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=11117</guid>

					<description><![CDATA[<p>Recent research from Google’s Threat Intelligence Group reveals that adversaries are now building malware that&#160;actively&#160;leverages&#160;artificial intelligence (AI)&#160;during execution,</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/promptflux-and-quietvault/">The Next Generation of Malware: AI-Enabled and Adaptive Threats </a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Recent research from Google’s Threat Intelligence Group reveals that adversaries are now building malware that&nbsp;<em>actively&nbsp;leverages&nbsp;artificial intelligence (AI)</em>&nbsp;<strong>during execution</strong>, not just during development or planning. This is a major evolution: malicious code is now capable of adapting itself dynamically at runtime, making it harder to detect and prevent using traditional defenses.&nbsp;</p>



<p>Two of the most notable families&nbsp;identified&nbsp;are&nbsp;<strong>PromptFlux</strong>&nbsp;and&nbsp;<strong>QuietVault</strong>. These samples highlight how attackers are moving beyond static malware into&nbsp;<em>self-modifying</em>&nbsp;and&nbsp;<em>AI-assisted</em>&nbsp;malware — a trend that has serious implications for defenders.&nbsp;</p>



<h2 class="wp-block-heading"><strong>1.&nbsp;PromptFlux&nbsp;— Self-Modifying AI Malware</strong>&nbsp;</h2>



<p><strong>PromptFlux</strong>&nbsp;represents&nbsp;one of the earliest examples of malware that uses an AI model to update&nbsp;<em>its own code on the fly</em>:&nbsp;</p>



<p><strong>What It Is</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>A VBScript-based dropper that uses API calls to large language models like&nbsp;<strong>Google Gemini</strong>&nbsp;to generate obfuscated VBScript code.&nbsp;</li>
</ul>



<ul class="wp-block-list">
<li>It rewrites itself dynamically, effectively evading static signature detection and making each variant slightly unique.&nbsp;</li>
</ul>



<p><strong>How It Works</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>PromptFlux&nbsp;includes a&nbsp;component&nbsp;known as the&nbsp;<strong>“Thinking Robot.”</strong>&nbsp;</li>
</ul>



<ul class="wp-block-list">
<li>This module sends prompts to the AI model asking it to produce obfuscated code that performs the same malicious function but looks different.&nbsp;</li>
</ul>



<ul class="wp-block-list">
<li>The malware then writes this regenerated code to the system and uses it for its operations.&nbsp;</li>
</ul>



<p><strong>Persistence and Spread</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>The regenerated code is saved to locations such as the Windows&nbsp;<strong>Startup folder</strong>&nbsp;to ensure it runs after a reboot.&nbsp;</li>
</ul>



<ul class="wp-block-list">
<li>It also&nbsp;attempts&nbsp;to copy itself to removable drives (USB) and network shares to spread to other systems.&nbsp;</li>
</ul>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f6e1.png" alt="🛡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Why&nbsp;It’s&nbsp;Dangerous</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>Each run can generate a new variant that signature-based antivirus tools&nbsp;won’t&nbsp;recognize.&nbsp;</li>
</ul>



<ul class="wp-block-list">
<li>This makes it significantly harder for traditional detection methods to keep up.&nbsp;</li>
</ul>



<h2 class="wp-block-heading"><strong>2.&nbsp;QuietVault&nbsp;— AI-Assisted Credential Stealer</strong>&nbsp;</h2>



<p><strong>QuietVault</strong>&nbsp;uses AI in&nbsp;a different way&nbsp;— to enhance credential harvesting and token theft.&nbsp;</p>



<p><strong>What It Is</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>A JavaScript-based malware designed to steal credentials — especially&nbsp;<strong>GitHub tokens, NPM authentication tokens, and cloud service secrets</strong>.&nbsp;</li>
</ul>



<ul class="wp-block-list">
<li>Instead of relying on static routines, it uses available AI tools on the host system (CLI-based AI tools) to expand its search.&nbsp;</li>
</ul>



<p><strong>How It Uses AI</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>QuietVault&nbsp;formulates AI prompts that instruct the local AI model to help it search for&nbsp;additional&nbsp;sensitive data on the compromised system.&nbsp;</li>
</ul>



<ul class="wp-block-list">
<li>This means the malware is not limited to predefined searches — it can&nbsp;adjust&nbsp;what&nbsp;it’s&nbsp;looking for based on the system context.&nbsp;</li>
</ul>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4e4.png" alt="📤" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Data Exfiltration</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>Once credentials are collected, they are exfiltrated to attacker-controlled locations, such as&nbsp;<strong>public GitHub repositories</strong>, making tracking more difficult.&nbsp;</li>
</ul>



<h2 class="wp-block-heading"><strong>Additional Emerging AI-Involved Malware</strong>&nbsp;</h2>



<p>Beyond these two families, researchers have&nbsp;identified&nbsp;other proofs-of-concept that illustrate similar trends:&nbsp;</p>



<ul class="wp-block-list">
<li><strong>PromptSteal</strong>&nbsp;— Uses AI models to generate advanced reconnaissance commands.&nbsp;</li>
</ul>



<ul class="wp-block-list">
<li><strong>FruitShell</strong>&nbsp;— A reverse shell that blends malicious traffic with legitimate system processes.&nbsp;</li>
</ul>



<ul class="wp-block-list">
<li><strong>PromptLock</strong>&nbsp;— A&nbsp;concept&nbsp;ransomware that uses AI to customize encryption logic. (Still experimental&nbsp;</li>
</ul>



<h2 class="wp-block-heading"><strong>Why AI-Based Malware Matters</strong>&nbsp;</h2>



<p>These malware families highlight a new era of threats:&nbsp;</p>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f539.png" alt="🔹" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Evasion Through Adaptation</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>Malware that rewrites itself at runtime can avoid static detection and slow down security responses.&nbsp;</li>
</ul>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f539.png" alt="🔹" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Dynamic&nbsp;Behavior</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>Instead of fixed routines, AI-assisted malware can change structure, payloads, or behavior based on system context or attacker goals.&nbsp;</li>
</ul>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f539.png" alt="🔹" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Automation of Complex Tasks</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>AI enables attackers to automate parts of malware development and execution that previously required manual scripting, reducing operational effort.&nbsp;</li>
</ul>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f539.png" alt="🔹" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Increased Detection Challenges</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>Traditional indicators of compromise (IOCs), such as file hashes or static code signatures, become less reliable.&nbsp;</li>
</ul>



<ul class="wp-block-list">
<li>Behavioral and AI-aware detection methods&nbsp;become&nbsp;essential.&nbsp;</li>
</ul>



<h2 class="wp-block-heading"><strong>How Defenders Must Respond</strong>&nbsp;</h2>



<p>To defend against these evolving threats, organizations need to rethink detection and response:&nbsp;</p>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f538.png" alt="🔸" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Behavioral Monitoring</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>Look for unusual script activity, unexpected API calls, and dynamic code execution.&nbsp;</li>
</ul>



<ul class="wp-block-list">
<li>Watch for frequent code rewrites or execution patterns that change at runtime.&nbsp;</li>
</ul>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f538.png" alt="🔸" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Memory-Based Detection</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>Since these threats often avoid writing files to disk, detection must include memory behavior analysis.&nbsp;</li>
</ul>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f538.png" alt="🔸" class="wp-smiley" style="height: 1em; max-height: 1em;" /> AI-Aware Defense</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>Security tools should incorporate AI-aware heuristics capable of understanding anomalous AI model queries or usage patterns within a host.&nbsp;</li>
</ul>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f538.png" alt="🔸" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Threat Intelligence</strong>&nbsp;</p>



<ul class="wp-block-list">
<li>Organizations must stay current with emerging malware families and indicators published by reputable sources such as Google, Microsoft, and CERTs.&nbsp;</li>
</ul>



<h2 class="wp-block-heading"><strong>How 𝗶𝟲 Helps Organizations Defend Against AI-Driven Malware</strong>&nbsp;</h2>



<p>Threats like&nbsp;<strong>PromptFlux</strong>&nbsp;and&nbsp;<strong>QuietVault</strong>&nbsp;show that attackers are no longer relying on static malware. They are using AI, scripting, memory execution, and legitimate system tools to stay hidden. This means traditional defenses alone are not enough.&nbsp;</p>



<p><strong>𝗶𝟲</strong>&nbsp;helps organizations prepare for this new generation of threats through:&nbsp;</p>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f50d.png" alt="🔍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Advanced Threat Detection</strong>&nbsp;<br>Behavior-based monitoring to&nbsp;identify&nbsp;suspicious scripting, abnormal process behavior, and in-memory execution that signature tools may miss.&nbsp;</p>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9e0.png" alt="🧠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Threat Hunting &amp; Intelligence</strong>&nbsp;<br>Proactive hunting for stealth techniques such as&nbsp;LOLBin&nbsp;abuse, dynamic code execution, and unusual AI or scripting activity within enterprise environments.&nbsp;</p>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f6e1.png" alt="🛡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Endpoint &amp; Network Security Hardening</strong>&nbsp;<br>Strengthening system configurations, reducing attack surfaces, and implementing controls that limit misuse of built-in tools and scripts.&nbsp;</p>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4ca.png" alt="📊" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Incident Response Readiness</strong>&nbsp;<br>Rapid investigation and containment support when advanced malware activity is suspected, minimizing impact and dwell time.&nbsp;</p>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f510.png" alt="🔐" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Security Strategy for Emerging Threats</strong>&nbsp;<br>Helping organizations adapt their defenses to modern risks — including AI-assisted malware, fileless attacks, and modular backdoors.&nbsp;</p>



<p>As malware becomes smarter and more adaptive, defense must become smarter too.&nbsp;</p>



<p>&nbsp;<br><strong>𝗶𝟲 focuses on visibility, behavior, and resilience — the key pillars for stopping modern, stealth-driven attacks.</strong>&nbsp;</p>



<h2 class="wp-block-heading"><strong>Final Thought</strong>&nbsp;</h2>



<p>The discovery of&nbsp;<strong>PromptFlux</strong>&nbsp;and&nbsp;<strong>QuietVault</strong>&nbsp;represents&nbsp;a&nbsp;<strong>paradigm shift</strong>&nbsp;in malware development. What was once theoretical — malware that uses AI&nbsp;<em>during execution</em>&nbsp;— is now real.&nbsp;</p>



<p>This is not a distant future threat. It’s here. And it challenges defenders to move beyond static detection toward adaptive, behavior-centric security models. </p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>&#x200d;Follow Us on:<strong> <a href="https://www.linkedin.com/in/firsthackers-news/" target="_blank" rel="noopener">Linkedin</a>,<a href="https://www.instagram.com/firsthackersnews/" target="_blank" rel="noreferrer noopener"> Instagram</a>, <a href="https://www.facebook.com/FirsthackerNews" target="_blank" rel="noreferrer noopener">Facebook</a></strong> to get the latest security news!</strong></p>
</blockquote>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/promptflux-and-quietvault/">The Next Generation of Malware: AI-Enabled and Adaptive Threats </a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/promptflux-and-quietvault/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Introducing HackGPT: A New AI Engine for Pen Testing</title>
		<link>https://firsthackersnews.com/hackgpt/</link>
					<comments>https://firsthackersnews.com/hackgpt/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 10 Nov 2025 07:15:37 +0000</pubDate>
				<category><![CDATA[AI Expansion]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[Internet Security]]></category>
		<category><![CDATA[OpenAI]]></category>
		<category><![CDATA[Secuirty Update]]></category>
		<category><![CDATA[Security Advisory]]></category>
		<category><![CDATA[Security Update]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[hackgpt]]></category>
		<category><![CDATA[pen testing]]></category>
		<category><![CDATA[security advisory]]></category>
		<category><![CDATA[security fix]]></category>
		<category><![CDATA[security update]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=10603</guid>

					<description><![CDATA[<p>Cybersecurity teams are under constant pressure to find vulnerabilities before attackers do. Traditional penetration testing takes time, expertise,</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/hackgpt/">Introducing HackGPT: A New AI Engine for Pen Testing</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Cybersecurity teams are under constant pressure to find vulnerabilities before attackers do. Traditional penetration testing takes time, expertise, and manual effort — and with growing infrastructure and evolving threats, security teams struggle to keep up.</p>



<p><strong>HackGPT Enterprise</strong> aims to change that.</p>



<p>Developed by <strong>Yashab Alam</strong>, HackGPT Enterprise is an advanced AI-powered platform designed to automate penetration testing, vulnerability assessments, and risk reporting at enterprise scale. It combines the intelligence of multiple AI models, including <strong>OpenAI GPT-4</strong> and local LLMs, into a single cloud-native system that assists in identifying vulnerabilities, analyzing risks, and even generating reports.</p>



<h2 class="wp-block-heading"><strong>What Is HackGPT Enterprise?</strong></h2>



<p>HackGPT Enterprise is a penetration testing platform that leverages <strong>AI + machine learning</strong> to automate tasks that normally take hours — sometimes days — for security teams.<br>Instead of manually scanning, analyzing, correlating, testing, and reporting vulnerabilities, HackGPT performs these steps automatically.</p>



<p>With support for multiple AI engines (GPT-4, Ollama, and custom models), it can:</p>



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



<li>Recognize anomalies and suspicious patterns</li>



<li>Score risks using industry standards (CVSS)</li>



<li>Prioritize exploitability based on business impact</li>
</ul>



<p>In short — it turns complex security testing into a streamlined, report-ready output.</p>



<p>Unlike tools that simply scan for weaknesses, HackGPT can <strong>understand patterns</strong>, build correlations, and draw conclusions.</p>



<h3 class="wp-block-heading"><strong>Examples of what AI can do in HackGPT:</strong></h3>



<ul class="wp-block-list">
<li>Analyze logs and detect anomalies</li>



<li>Identify zero-day indicators</li>



<li>Understand attack chains and lateral movement</li>



<li>Generate executive summaries or technical reports automatically</li>
</ul>



<p><strong>Security teams can use it for:</strong></p>



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



<li>Red Team &amp; Blue Team collaboration</li>



<li>Incident response support</li>



<li>Continuous security testing</li>
</ul>



<h3 class="wp-block-heading"><strong>HackGPT Enterprise includes features that enterprises expect:</strong></h3>



<ul class="wp-block-list">
<li>Role-Based Access Control (RBAC)</li>



<li>LDAP / Active Directory integration</li>



<li>Audit logging and session tracking</li>



<li>Encryption using AES-256</li>
</ul>



<p><strong>Compliance frameworks supported include:</strong></p>



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



<li><strong>NIST</strong></li>



<li><strong>ISO 27001</strong></li>



<li><strong>PCI-DSS</strong></li>



<li><strong>SOC2</strong></li>
</ul>



<p>Security teams don’t need to manually map findings to these frameworks — the platform does it automatically.</p>



<h2 class="wp-block-heading"><strong>How HackGPT Transforms Penetration Testing Using AI</strong></h2>



<p>HackGPT Enterprise takes a completely new approach to penetration testing. Instead of relying on manual tools and repetitive tasks, the platform automates the entire workflow — from discovery to reporting.</p>



<p>The process begins with automated reconnaissance. HackGPT gathers information using OSINT tools such as Shodan and theHarvester, collecting publicly available data about a target in just seconds. From there, it moves into scanning, identifying active services and potential weaknesses using tools like Nmap and Nuclei.</p>



<p>Once data is collected, HackGPT analyzes the findings and correlates vulnerabilities to determine the most likely attack paths. This is where AI becomes a game changer — instead of simply listing vulnerabilities, the platform prioritizes what matters based on business impact and exploitability.</p>



<p>If exploitation is allowed, HackGPT performs safe proof-of-concept exploitation using Metasploit, validating whether a vulnerability is truly exploitable. After the testing phase, it automatically generates detailed technical reports along with executive summaries. These reports include remediation steps and compliance mapping, saving hours of manual documentation work. Finally, after fixes are applied, HackGPT retests the system to confirm that the vulnerabilities are resolved.</p>



<p>By automating these phases end-to-end, HackGPT eliminates the repetitive workload and frees security teams to focus on decision-making, strategy, and threat mitigation.</p>



<p>Because HackGPT is cloud-native, it scales effortlessly. Built on Docker and Kubernetes, it can run on any infrastructure — AWS, Azure, Google Cloud, or even on-premises. It uses Redis for caching and PostgreSQL for data storage, delivering real-time dashboards and smooth performance even in large environments.</p>



<p>The real impact is seen in business outcomes. Organizations using HackGPT report faster vulnerability detection, reduced manual effort, and automated reporting that would normally take hours. Instead of manually exporting data, the platform generates PDF reports, JSON or XML outputs, and executive summaries instantly — making compliance and audit preparation significantly easier.</p>



<p>HackGPT is continuously evolving. The upcoming roadmap includes a release with SIEM integration and threat-hunting capabilities, followed by a future version that introduces fully autonomous penetration testing — continuous scanning without human intervention.</p>



<p>This is not just an improvement to penetration testing. It represents the next phase of cybersecurity automation. By leveraging AI, machine learning, and scalable cloud architecture, it enables security teams to test faster, respond smarter, and stay ahead of attackers.</p>



<p>Penetration testing is no longer limited by human bandwidth.<br>With HackGPT, organizations can validate their security posture continuously — and confidently.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/hackgpt/">Introducing HackGPT: A New AI Engine for Pen Testing</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/hackgpt/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>OpenAI Atlas Browser Vulnerability Exposed to Prompt Injection Attack</title>
		<link>https://firsthackersnews.com/openai-atlas-prompt-injection-vulnerability/</link>
					<comments>https://firsthackersnews.com/openai-atlas-prompt-injection-vulnerability/#respond</comments>
		
		<dc:creator><![CDATA[FHN]]></dc:creator>
		<pubDate>Mon, 27 Oct 2025 10:33:43 +0000</pubDate>
				<category><![CDATA[Data Protection]]></category>
		<category><![CDATA[AI Expansion]]></category>
		<category><![CDATA[Cybersecurity]]></category>
		<category><![CDATA[#AIThreats]]></category>
		<category><![CDATA[#AIVulnerability]]></category>
		<category><![CDATA[#BrowserSecurity]]></category>
		<category><![CDATA[#CyberSecurity]]></category>
		<category><![CDATA[#OpenAIAtlas]]></category>
		<category><![CDATA[#PromptInjection]]></category>
		<category><![CDATA[#TechUpdate]]></category>
		<guid isPermaLink="false">https://firsthackersnews.com/?p=10557</guid>

					<description><![CDATA[<p>A new security flaw has been discovered in the recently released OpenAI Atlas browser. The issue was reported</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/openai-atlas-prompt-injection-vulnerability/">OpenAI Atlas Browser Vulnerability Exposed to Prompt Injection Attack</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A new security flaw has been discovered in the recently released OpenAI Atlas browser. The issue was reported by cybersecurity firm NeuralTrust, which identified a prompt injection technique capable of compromising the browser’s built-in AI assistant.</p>



<p>The attack targets the Atlas omnibox, which serves as both an address bar and a search bar. It was revealed that the omnibox can mistakenly interpret a crafted string as a user command rather than a web address. Because of this, malicious inputs disguised as URLs can be used to manipulate the browser’s AI system.</p>



<p>According to the report, a fake URL beginning with “<a>https://my-wesite.com”</a> can be followed by hidden natural language instructions. When entered, Atlas fails to validate it as a proper URL and treats it as a prompt. This causes the AI to execute the embedded command, redirecting users to an attacker-controlled website or performing unauthorized actions.</p>



<p>Experts warned that this flaw could lead to phishing attacks, data theft, and remote exploitation. In a practical example, attackers could embed such fake links behind “Copy link” buttons, luring users to malicious pages or triggering harmful actions like deleting files from connected accounts such as Google Drive.</p>



<p>Security researcher Martí Jordà noted that omnibox prompts are treated as trusted input, meaning they may bypass several security checks applied to regular website content. This lack of isolation between user intent and page content created an opening for attackers to abuse the AI assistant’s trust model.</p>



<p>Alongside this finding, SquareX Labs disclosed another related threat called AI Sidebar Spoofing. The technique allows attackers to overlay a fake AI sidebar inside browsers such as Atlas and Perplexity Comet using malicious extensions. When users type prompts into the spoofed sidebar, the injected code can exfiltrate data, install malware, or redirect users to harmful websites.</p>



<p>Researchers described prompt injection as a growing security challenge for AI browsers, including OpenAI Atlas, Perplexity Comet, and Opera Neon. These attacks can be hidden inside web pages using white text, HTML comments, or even faint instructions embedded in images, which are read by AI systems through optical character recognition.</p>



<p>OpenAI’s Chief Information Security Officer, Dane Stuckey, acknowledged the issue in a public statement. He confirmed that the company has conducted extensive red-teaming, added safety guardrails, and trained models to ignore malicious instructions. However, he also admitted that prompt injection remains an unresolved frontier problem in AI security.</p>



<p>Perplexity and Brave have also confirmed that their own browsers face similar risks. Both companies have adopted multi-layered protection systems, including real-time detection, reinforcement filters, and transparency controls to defend against prompt-based attacks.</p>



<p>Experts agree that prompt injection represents a new phase in cybersecurity. The blending of artificial intelligence and web browsing has created new opportunities for productivity—but also new risks that demand constant monitoring and innovation.</p>
<p>The post <a rel="nofollow" href="https://firsthackersnews.com/openai-atlas-prompt-injection-vulnerability/">OpenAI Atlas Browser Vulnerability Exposed to Prompt Injection Attack</a> appeared first on <a rel="nofollow" href="https://firsthackersnews.com">First Hackers News</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://firsthackersnews.com/openai-atlas-prompt-injection-vulnerability/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
