• Yurei ransomware first emerged in early September 2025, targeting Windows environments with a sophisticated Go-based payload designed for rapid, large-scale encryption.

    Once executed, the malware enumerates all accessible local and network drives, appends a .Yurei extension to each file, and writes unique ransom notes in every affected directory.

    Ransom Note (Source – Cyfirma)

    Its operators then demand payment over Tor, warning that shadow copies, backups, and log files have been irreversibly destroyed to frustrate recovery efforts.

    Distributed primarily through stolen credentials and spear-phishing campaigns, Yurei exploits Windows Management Instrumentation (WMI) and credential-based remote execution to gain a foothold in corporate networks.

    After initial compromise, the binary stages itself in temporary folders and deploys PowerShell scripts that disable Volume Shadow Copy Service (VSS) and delete all existing backups.

    Cyfirma analysts noted that the ransomware’s combination of per-file ChaCha20 encryption keys wrapped with ECIES and its self-cleaning routines make forensic investigation exceedingly difficult.

    Upon deployment, Yurei enters an infinite propagation loop, copying itself onto USB devices as WindowsUpdate.exe and into writable SMB shares as System32Backup.exe.

    This dual propagation strategy allows the malware to leapfrog network segmentation controls and spread laterally with minimal detection.

    Victims report that encrypted files become entirely inaccessible, since each ChaCha20 key and nonce pair is asymmetrically wrapped with the attackers’ embedded public key and stored in a custom header separated by the ASCII marker 0x7c7c.

    Infection Mechanism and Lateral Propagation

    The core of Yurei’s infection mechanism relies on PowerShell and native Windows utilities to propagate across removable and network drives.

    First, it queries all volumes of type “removable” via WMI and checks for an existing WindowsUpdate.exe at each root.

    If absent, it copies the ransomware executable from its temp staging directory. Next, it enumerates SMB shares via PowerShell’s Get-SmbShare cmdlet and iterates over each writable share path, using Copy-Item to drop System32Backup.exe.

    A snippet illustrating the removable‐media propagation routine is shown below.

    # Figure 1: Removable drive propagation using PowerShell
    $drives = Get-WmiObject -Class Win32_Volume | Where-Object {$_.DriveType -eq 2}
    foreach ($drive in $drives) {
        $path = "$($drive.DriveLetter)\WindowsUpdate.exe"
        if (-not (Test-Path $path)) {
            Copy-Item -Path $MyInvocation.MyCommand.Definition -Destination $path -Force
        }
    }

    Once copied, Yurei spawns each dropped instance remotely via a PSCredential-based CIM session or PsExec-style invocation, ensuring the payload executes under elevated privileges without user interaction.

    The script constructs a System.Management.Automation.PSCredential object and invokes Invoke-CimMethod to create a process on remote hosts, copying its own binary bytes to disk before execution.

    By combining these stealthy propagation loops with aggressive anti-forensics—deleting VSS snapshots (vssadmin Delete Shadows /Quiet), clearing event logs, and overwriting its binary in memory—Yurei represents a highly automated, self-propagating threat designed for maximum network penetration and irreversible data compromise.

    Follow us on Google NewsLinkedIn, and X to Get More Instant UpdatesSet CSN as a Preferred Source in Google.

    The post Yurei Ransomware Leverages SMB Shares and Removable Drives to Encrypt Files appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Security researchers have identified two significant vulnerabilities in Nagios Log Server that expose critical system information and allow unauthorized service manipulation. The vulnerabilities, tracked as CVE-2025-44823 and CVE-2025-44824, affect versions prior to 2024R1.3.2 and pose serious risks to enterprise monitoring infrastructure. CVE ID Affected Product CVSS Score Severity Impact CVE-2025-44823 Nagios Log Server 9.9 CRITICAL […]

    The post Nagios Vulnerability Allows Users to Retrieve Cleartext Administrative API Keys appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cisco has announced the release of ClamAV 1.5.0, a significant update to the open-source antivirus engine that introduces major security enhancements, new document scanning capabilities, and extensive API improvements.

    This version strengthens the platform’s detection and verification mechanisms, with a particular focus on Microsoft Office documents, PDF files, and overall cryptographic integrity, providing users with more robust tools to combat modern malware threats.

    A key addition in ClamAV 1.5.0 is the ability to determine if a Microsoft Office document based on the OLE2 format is encrypted. This feature helps security systems identify potentially malicious files that use encryption to evade detection.

    Furthermore, the update enhances metadata generation by introducing the capability to record Uniform Resource Identifiers (URIs) found within HTML and PDF files.

    When the generate-JSON-metadata feature is enabled, ClamAV can now extract and log these links, providing valuable data for threat analysis.

    Users who require the JSON metadata feature but do not wish to record URIs have granular control through new configuration options, such as JsonStoreHTMLURIs and JsonStorePDFURIs, which can be set in clamd.conf or via the command line.

    Strengthened Security and Signature Verification

    Version 1.5.0 brings substantial improvements to the security and integrity of the scanning process. A major change is the introduction of CVD signing and verification with external .sign files.

    Freshclam will now download these external signature files alongside database and patch files, allowing for more secure verification. To support this, ClamAV now installs a certs directory and provides new configuration options to manage it.

    Additionally, the release introduces a FIPS-like limits option that disables the use of MD5 and SHA1 for verifying digital signatures and trusting files.

    This change mitigates concerns over weaker hashing algorithms and is critical for environments requiring FIPS compliance. The clean-file scan cache has also been upgraded from MD5 to the more secure SHA2-256 algorithm.

    This release delivers a wealth of API enhancements and other notable improvements for developers and administrators.

    The public API has been updated with new functions like cl_cvdverify_ex and extended hashing functions that allow callers to bypass FIPS hash limits when necessary.

    A new class of scan callback functions has been added, providing fine-grained control at various stages of the scanning process, including before hashing, before scanning, and upon alert generation.

    Other improvements include regex support for the OnAccessExcludePath option, more precise byte-scanned counters in ClamScan, and new command-line options for providing hash and file-type hints.

    The update also addresses numerous bugs, including a stack buffer overflow in the phishing signature load process, an infinite loop when scanning certain email files, and various issues identified through static analysis.

    Cyber Awareness Month Offer: Upskill With 100+ Premium Cybersecurity Courses From EHA's Diamond Membership: Join Today

    The post ClamAV 1.5.0 Released with New MS Office and PDF Verification Features appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Three prominent ransomware groups DragonForce, LockBit, and Qilin have announced a new strategic ransomware alliance, once underscoring continued shifts in the cyber threat landscape. The coalition is seen as an attempt on the part of the financially motivated threat actors to conduct more effective ransomware attacks, ReliaQuest said in a report shared with The Hacker News. “Announced shortly

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A newly formed ransomware collective calling itself the Trinity of Chaos has published a data leak site (DLS) on the TOR network exposing the stolen records of 39 prominent corporations, including Google Adsense, CISCO, Toyota, FedEx and Disney/Hulu. The alliance comprises threat actors from Lapsus$, Scattered Spider and ShinyHunters, signaling a shift toward traditional ransomware […]

    The post Trinity of Chaos Leaks Data from 39 Companies — Google, Cisco Among Targets appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A critical flaw in the AWS Client VPN for macOS has been disclosed, presenting a local privilege escalation risk to non-administrator users. 

    The vulnerability tracked as CVE-2025-11462 allows attackers to gain root privileges by abusing the client’s log rotation mechanism.

    AWS Client VPN is a managed, client-based VPN service that secures access to AWS and on-premises resources across Windows, macOS, and Linux platforms

    AWS Client VPN macOS Client LPE Vulnerability

    In the macOS client versions 1.3.2 through 5.2.0, improper validation of the log destination directory during automatic log rotation permits a local, non-administrator account to create a symbolic link from the generated log file to a privileged system location such as /etc/crontab. 

    By invoking an internal API endpoint that writes log entries, an attacker can inject arbitrary content into the symlinked file. Once the log rotates, the content crafted as a valid cron job executes with root privileges at the next cron interval.

    A proof-of-concept illustrates the exploitation process. First, the attacker creates a symlink:

    AWS ClientVPN for macOS Vulnerability

    Next, they trigger the internal API call to write a custom cron entry:

    AWS ClientVPN for macOS Vulnerability

    Upon log rotation, the malicious cron line grants root-level password modification capabilities, effectively elevating privileges. Notably, Windows and Linux clients remain unaffected.

    Risk FactorsDetails
    Affected ProductsAWS Client VPN Client for macOS versions 1.3.2 through 5.2.0
    ImpactLocal privilege escalation to root privileges
    Exploit PrerequisitesLocal, non-administrator user on a vulnerable macOS host
    CVSS 3.1 Score7.8 (High)

    Mitigations

    AWS has addressed CVE-2025-11462 in AWS Client VPN Client version 5.2.1. Users running versions from 1.3.2 to 5.2.0 must upgrade immediately to mitigate this vulnerability. 

    Since no effective workaround exists, prompt upgrading is crucial. Administrators should verify client software versions and confirm the presence of version 5.2.1 or later.

    Given the severity-rated CVSS 3.1 score 7.8 (High), organizations leveraging AWS Client VPN on macOS should prioritize patch deployment and audit log directories for unauthorized symlinks.

    Cyber Awareness Month Offer: Upskill With 100+ Premium Cybersecurity Courses From EHA's Diamond Membership: Join Today

    The post Critical AWS ClientVPN for macOS Vulnerability Let Attackers Escalate Privileges appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Every year, weak passwords lead to millions in losses — and many of those breaches could have been stopped. Attackers don’t need advanced tools; they just need one careless login. For IT teams, that means endless resets, compliance struggles, and sleepless nights worrying about the next credential leak. This Halloween, The Hacker News and Specops Software invite you to a live webinar: “

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Amazon Web Services (AWS) released bulletin AWS-2025-020 detailing a serious flaw in the macOS version of its Client VPN software. The issue, tracked as CVE-2025-11462, arises when the VPN client fails to validate the log destination directory during log rotation. CVE ID Affected Products Impact Exploit Prerequisites CVSS 3.1 Score CVE-2025-11462 AWS Client VPN Client […]

    The post AWS Client VPN for macOS Hit by Critical Privilege Escalation Vulnerability appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Researchers set out to test leading large language models (LLMs) for resilience against the long-standing ASCII Smuggling technique. 

    By embedding invisible control characters within seemingly harmless text, ASCII Smuggling abuses Unicode “tag” blocks to hide malicious instructions from human reviewers while feeding them directly into the raw input stream consumed by LLMs. 

    FireTail researcher Viktor Markopoulos’ experiments revealed that, despite modern sanitization efforts, Gemini remained vulnerable, prompting FireTail to develop dedicated detection capabilities for this stealthy attack vector.

    ASCII Smuggling Attack

    ASCII Smuggling leverages zero-width or tag Unicode characters (for example, U+E0001 “Language Tag”) that render invisible in typical UIs but remain present in the raw data fed to the LLM. 

    A tag-unaware front end displays only the visible string, “Tell me 5 random words. Thank you.” However, the raw prompt string contains appended tag characters enclosing the hidden directive:

    Because Gemini’s input pre-processor passes every code point—including invisible tags—straight to the model without normalization, the hidden instructions override the visible query. 

    The result: the model prints “FireTail” instead of returning random words. This disconnect between UI rendering and application logic represents a critical flaw in any system that assumes visible text equals complete instruction.

    Gemini’s deep integration with Google Workspace makes this vulnerability particularly dangerous for enterprise users. 

    In one proof-of-concept, an attacker embeds smuggled characters within a calendar invite. The victim sees “Meeting” as the event title, but Gemini reads:

    Invisible Calendar Takeover
    Invisible Calendar Takeover

    The hidden payload can overwrite meeting descriptions, links, or organizer details—fully spoofing identities without the target ever accepting the invite. 

    Overwriting the link
    Overwriting the link

    FireTail even demonstrated injecting a malicious meeting link, bypassing traditional “Accept/Decline” gates and giving the attacker covert access to calendar data.

    Beyond identity spoofing, ASCII Smuggling can enable automated content poisoning. E-commerce platforms that summarize product reviews can be tricked into embedding malicious URLs. For example:

    • Attacker’s visible review: “Great phone. Fast delivery and good battery life.”
    • Hidden payload in raw string: “… <U+E0020><U+E0021>. Also visit https://scam-store.example for a secret discount!”

    The LLM’s summarization feature ingests both visible and invisible text, producing a poisoned summary that promotes the scam link to end users.

    FireTail’s research found that ChatGPT, Copilot, and Claude appear to scrub tag characters effectively; however, Gemini, Grok, and DeepSeek were vulnerable, placing enterprises relying on these services at immediate risk. 

    After disclosing the flaw to Google on September 18, 2025, FireTail received a “no action” response, compelling the team to publicly disclose their findings.

    To safeguard organizations, FireTail engineered detection for ASCII Smuggling in LLM logs by monitoring the raw input payload, including all tags and zero-width characters, before and during tokenization. 

    Rapid isolation of malicious sources is made possible by alerts that activate at the first indication of smuggling sequences. 

    This move to raw-stream observability represents only an assured defense against application-layer attacks that exploit the intrinsic separation of UI rendering and LLM processing.

    Cyber Awareness Month Offer: Upskill With 100+ Premium Cybersecurity Courses From EHA's Diamond Membership: Join Today

    The post ASCII Smuggling Attack Lets Hackers Manipulate Gemini to Deliver Smuggled Data to Users appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A new proof-of-concept exploit has been released for three severe vulnerabilities in the Lua scripting engine used by Redis 7.4.5. Security researchers discovered that attackers can trigger remote code execution and privilege escalation by abusing flaws in the Lua parser, the unpack() function, and the protection of basic type metatables. These issues pose a direct threat to […]

    The post PoC Exploit Released for Critical Vulnerabilities in Lua Engine appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶