• The Anatsa banking trojan, also known as TeaBot, continues to evolve as one of the most sophisticated Android malware threats targeting financial institutions worldwide.

    First discovered in 2020, this malicious software has demonstrated remarkable persistence in infiltrating Android devices through the official Google Play Store, where it masquerades as legitimate document reading applications to steal user credentials and monitor keystrokes.

    The malware employs a sophisticated dropper technique, distributing seemingly benign applications through Google’s official marketplace that appear as standard file managers or document readers.

    Example of an Anatsa decoy application in the Google Play Store (Source – Zscaler)

    Once installed, these decoy applications silently download malicious payloads disguised as routine software updates from command-and-control servers, effectively bypassing Google Play Store security mechanisms.

    The latest campaigns have significantly expanded Anatsa’s reach to target over 831 financial institutions across multiple continents, including newly added regions such as Germany and South Korea, alongside numerous cryptocurrency platforms.

    Zscaler analysts identified that many of these malicious decoy applications have individually exceeded 50,000 downloads, contributing to a broader ecosystem where 77 malicious applications from various malware families have collectively achieved over 19 million installations.

    The researchers noted that Anatsa has streamlined its payload delivery mechanism by replacing dynamic code loading of remote Dalvik Executable files with direct installation of the core malicious payload.

    Advanced Evasion and Persistence Mechanisms

    The current Anatsa variant implements sophisticated anti-analysis techniques that significantly enhance its detection evasion capabilities.

    Example behavior of the Anatsa installer depending on the result of anti-analysis checks (Source – Zscaler)

    The malware now employs Data Encryption Standard runtime decryption, dynamically generating DES keys to decrypt each string during execution, making static analysis considerably more challenging for security researchers.

    The malware utilizes corrupted ZIP archives with invalid compression and encryption flags to conceal DEX files, which are deployed during runtime. This technique exploits weaknesses in standard ZIP header validation used by analysis tools while maintaining compatibility with Android devices.

    Once successfully installed, Anatsa requests accessibility permissions and automatically enables critical system privileges including SYSTEM_ALERT_WINDOW, READ_SMS, and USE_FULL_SCREEN_INTENT.

    Communication with command-and-control servers occurs through encrypted channels using a single-byte XOR encryption key (decimal value 66), with the malware maintaining connections to multiple C2 domains including 185.215.113.108:85 and 193.24.123.18:85 for redundancy and persistence.

    Boost your SOC and help your team protect your business with free top-notch threat intelligence: Request TI Lookup Premium Trial.

    The post Anatsa Malware Attacking Android Devices to Steal Login Credentials and Monitor Keystrokes appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A critical security vulnerability in Microsoft Azure’s API Connection architecture has been discovered that could allow attackers to completely compromise resources across different tenant environments, potentially exposing sensitive data stored in Key Vaults, Azure SQL databases, and third-party services like Jira and Salesforce. The vulnerability, which earned a security researcher a $40,000 bounty from Microsoft and a […]

    The post Azure Default API Connection Flaw Enables Full Cross-Tenant Compromise appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Industrial technology company Colt has confirmed that a recent ransomware attack on its business support systems resulted in the theft of customer data, marking the latest in a series of high-profile cybersecurity incidents affecting critical infrastructure providers. The company disclosed that threat actors successfully accessed files containing customer-related information, prompting immediate containment measures and ongoing […]

    The post Colt Confirms Ransomware Attack Resulted in Customer Data Theft appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The National Institute of Standards and Technology (NIST) has unveiled a comprehensive initiative to address the growing cybersecurity challenges associated with artificial intelligence systems through the release of a new concept paper and proposed action plan for developing NIST SP 800-53 Control Overlays specifically designed for securing AI systems. New Framework Addresses Critical AI Security […]

    The post NIST Releases New Control Overlays to Manage Cybersecurity Risks in AI Systems appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Artificial intelligence systems can automatically generate functional exploits for newly published Common Vulnerabilities and Exposures (CVEs) in just 10-15 minutes at approximately $1 per exploit. 

    This breakthrough significantly compresses the traditional “grace period” that defenders typically rely on to patch vulnerabilities before working exploits become available.

    The research, conducted by security experts Efi Weiss and Nahman Khayet, reveals that their AI system can process the daily stream of 130+ newly published CVEs far faster than human researchers. 

    Key Takeaways
    1. AI generates working CVE exploits in 10-15 minutes for $1 each.
    2. Automated three-stage system analyzes CVEs, creates exploits, and validates results.
    3. Defenders must now respond in minutes instead of weeks.

    The implications are profound for cybersecurity defenders who historically enjoyed hours, days, or even weeks before public exploits emerged for known vulnerabilities.

    AI-Powered Exploit Generation

    The researchers developed a sophisticated three-stage pipeline that combines Large Language Models (LLMs) with automated testing environments. 

    The system begins by analyzing CVE advisories and GitHub Security Advisory (GHSA) data, extracting crucial information including affected repositories, vulnerable versions, and patch details.

    The first stage involves technical analysis where the AI examines the vulnerability advisory and corresponding code patches. 

    For example, when processing CVE-2025-54887, a cryptographic bypass affecting JWT encryption, the system identified the specific attack vector and created a comprehensive exploitation plan.

    Iterative vulnerability exploitation cycle

    Iterative vulnerability exploitation cycle

    The second stage implements a test-driven approach using separate AI agents for creating vulnerable applications and exploit code. 

    The researchers discovered that using specialized agents prevented confusion between different tasks. 

    They employed Dagger containers to create secure sandboxes for testing, enabling the system to validate exploits against both vulnerable and patched versions to eliminate false positives.

    The validation loop proved critical, as initial attempts often produced “false positive” exploits that worked against both vulnerable and secure implementations. 

    The system iteratively refines both the vulnerable test application and exploit code until achieving genuine exploitation.

    Exploit

    Exploit

    The research produced working exploits for various vulnerability types across different programming languages. 

    Notable examples include GHSA-w2cq-g8g3-gm83, a JavaScript prototype pollution vulnerability, and GHSA-9gvj-pp9x-gcfr, a Python pickle sanitization bypass.

    The team utilized Claude Sonnet 4.0 as their primary model after finding that Software-as-a-Service (SaaS) models’ initial guardrails could be bypassed through carefully structured prompt chains. 

    They implemented caching mechanisms and type-safe interfaces using pydantic-ai to optimize performance and reliability.

    All generated exploits are timestamped using OpenTimestamps blockchain verification and made publicly available. 

    The researchers emphasize that traditional “7-day critical vulnerability fix” policies may become obsolete as AI capabilities advance, forcing defenders to dramatically accelerate their response times from weeks to minutes.

    This development represents a significant shift in the cybersecurity landscape, where the automation of exploit development could fundamentally alter the balance between attackers and defenders in the ongoing cybersecurity arms race.

    Safely detonate suspicious files to uncover threats, enrich your investigations, and cut incident response time. Start with an ANYRUN sandbox trial → 

    The post AI Systems Can Generate Working Exploits for Published CVEs in 10-15 Minutes appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A 55-year-old Chinese national has been sentenced to four years in prison and three years of supervised release for sabotaging his former employer’s network with custom malware and deploying a kill switch that locked out employees when his account was disabled. Davis Lu, 55, of Houston, Texas, was convicted of causing intentional damage to protected computers in March 2025. He was arrested and

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A critical vulnerability in Docker Desktop for Windows has been discovered that allows any container to achieve full host system compromise through a simple Server-Side Request Forgery (SSRF) attack. The flaw, designated CVE-2025-9074, was patched in Docker Desktop version 4.44.3 released in August 2025. CVE Details CVE ID CVE-2025-9074 CVSS Score Critical (Estimated 9.0+) Affected […]

    The post Windows Docker Desktop Vulnerability Allows Full Host Compromise appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A critical security vulnerability has been discovered in the widely-used sha.js npm package, exposing millions of applications to sophisticated hash manipulation attacks that could compromise cryptographic operations and enable unauthorized access to sensitive systems. The vulnerability, designated CVE-2025-9288, affects all versions up to 2.4.11 of the library, which has accumulated over 14 million downloads across […]

    The post 14 Million-Download SHA JavaScript Library Exposes Users to Hash Manipulation Attacks appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cybersecurity researchers have uncovered a sophisticated HTTP request smuggling attack that exploits inconsistent parsing behaviors between front-end proxy servers and back-end application servers. This newly discovered technique leverages malformed chunk extensions to bypass security controls and inject unauthorized requests into web applications, representing a significant evolution in HTTP smuggling methodologies. The attack technique was identified […]

    The post New HTTP Smuggling Technique Allows Hackers to Inject Malicious Requests appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Security researchers from Adversa AI have uncovered a critical vulnerability in ChatGPT-5 and other major AI systems that allows attackers to bypass safety measures using simple prompt modifications. The newly discovered attack, dubbed PROMISQROUTE, exploits AI routing mechanisms that major providers use to save billions of dollars annually by directing user queries to cheaper, less […]

    The post ChatGPT-5 Downgrade Attack Allows Hackers to Evade AI Defenses With Minimal Prompts appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶