• A remote code execution vulnerability affecting Google Chrome’s WebAssembly engine has been publicly disclosed, along with a fully functional exploit. The flaw, discovered and reported during TyphoonPWN 2025, involves a regression in the canonicalization logic for indexed reference types in WebAssembly and a novel sandbox bypass via JavaScript Promise Integration (JSPI). Researchers from SSD Secure […]

    The post Technical Details and Exploit Released for Chrome Remote Code Execution Flaw appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Researchers have published the full technical details and exploit code for a critical remote code execution (RCE) vulnerability in Google Chrome’s V8 JavaScript engine. 

    Tracked internally as a WebAssembly type canonicalization bug, the flaw stems from an improper nullability check in the CanonicalEqualityEqualValueType function introduced by commit 44171ac in Chrome M135 and above. 

    This regression fails to distinguish between ref t0 and ref null t0, enabling an attacker to craft two recursive type groups that collide under the same MurmurHash64A hash value. 

    By launching a birthday attack on the type canonicalization, the exploit achieves nullability confusion on indexed reference types, undermining core Wasm type safety guarantees.

    A novel V8 sandbox bypass leverages JavaScript Promise Integration (JSPI) state-switching flaws introduced in M137. 

    SSD Secure Disclosure stated that an attacker abuses an intra-state confusion in the secondary stack management logic to pivot execution between nested JS and Wasm stacks out of order. 

    By skipping over inactive stacks and spraying attacker-controlled values into suspended frames, the exploit gains full stack control and builds a return-oriented programming chain to invoke VirtualProtect on a RWX shellcode buffer.

    Chrome RCE Vulnerability Exploit 

    The publicly released proof-of-concept comprises an HTML payload and accompanying JavaScript leveraging wasm-module-builder.js to generate bespoke Wasm types and functions. To deploy the exploit:

    Google Chrome RCE Vulnerability

    Then, navigate to http://127.0.0.1:8000/exp.html. Successful exploitation will spawn a Windows calc.exe process via a crafted ROP chain and RWX shellcode. The exploit script performs the following steps:

    Enumerates two Wasm recursive type groups (t2null vs. t2nonnull) differing only in nullability, then uses a birthday attack across 2^32 MurmurHash64A values to locate a collision.

    Casts a ref null t1 into ref t1, granting a sandboxed caged read/write primitive by abusing out-of-bounds access to a large ArrayBuffer.

    Constructs nested promise-based Wasm exports to force stack switches, then exploits a missing SBX_CHECK in commit c6426203 to skip an inactive stack frame, yielding attacker-controlled execution context.

    Sprays a retsled array of gadget addresses—pop rax; jmp rax, VirtualProtect thunk offsets, etc.—to mark shellcode memory as executable and jump into it.

    Credit for the discovery and exploit goes to Seunghyun Lee (0x10n), winner of the Chrome RCE category at TyphoonPWN 2025. 

    A patch has been committed to address the nullability regression, reintroduce strict SBX_CHECKs in JSPI, and restore robust type safety in the V8 engine. 

    Users are strongly advised to update to Chrome M137.0.7151.57 (or later) as soon as possible to mitigate this critical RCE risk.

    Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.

    The post Google Chrome RCE Vulnerability Details Released Along with Exploit Code appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Microsoft is set to roll out a highly anticipated multitasking feature for its Teams platform, which will allow users to open channels in separate windows.

    This long-awaited update, scheduled for release in November, addresses one of the most common user requests and promises to improve workflow efficiency for millions of users significantly.

    According to the Microsoft 365 Roadmap, the update, tracked as feature ID: 509110, will enable users to break free from the single-window interface that has defined channel-based collaboration.

    Currently, users must constantly switch between different channels and chats within the main Teams application, a process that disrupts concentration and makes monitoring multiple conversations difficult.

    This “context switching” is a well-known productivity killer, forcing users to reorient themselves each time they navigate to a new conversation.

    The new feature will allow users to pop out a channel into its own dedicated window. This means a critical project channel, a team-wide announcements feed, or any other important conversation can remain persistently visible on a user’s screen, just like any other application window.

    Enhancing Multitasking And Focus

    The practical implications for daily productivity are substantial. With the ability to manage multiple windows, users can create a digital workspace that mirrors their specific needs.

    For instance, a developer can keep a channel for technical discussions open on one monitor for quick reference while writing code in another.

    A marketing professional can monitor a campaign launch channel for real-time updates while simultaneously collaborating on content creation in a separate chat.

    This capability eliminates the need to constantly click back and forth, reducing mental friction and allowing for deeper focus on the task at hand.

    By preventing important information from being hidden behind a click, the update ensures that users can stay informed without interrupting their primary workflow.

    This new functionality builds upon the existing pop-out features already available in Microsoft Teams.

    Users have long been able to separate individual chats, meetings, and calls into their own windows, and the absence of this capability for channels has been a conspicuous limitation.

    The upcoming release finally addresses this gap, creating a more consistent and comprehensive multitasking environment across the entire platform.

    Its introduction is a clear signal that Microsoft is actively listening to its user base and prioritizing fundamental usability enhancements.

    As organizations continue to depend on digital collaboration hubs, this update is poised to be one of the most impactful quality-of-life improvements to Teams in recent years.

    Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.

    The post Microsoft Teams Set to Introduce Highly Anticipated Multitasking Functionality appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Targeting Windows systems, Yurei employs advanced file encryption and stealth techniques to maximize impact and minimize detection. Encrypted files are appended with the extension .Yurei, and victims receive a ransom note named _README_Yurei.txt with Tor-based contact channels. CYFIRMA has observed a new ransomware strain, “Yurei Ransomware,” developed in Go language and circulating in multiple malware […]

    The post Yurei Ransomware leverages SMB shares and removable drives to Encrypt Files appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cybercriminals have ramped up attacks on WordPress websites by stealthily modifying theme files to serve unauthorized third-party scripts. This campaign leverages subtle PHP injections in the active theme’s functions.php to fetch external code, effectively turning compromised sites into silent distributors of malicious ads and malware. The breach came to light when the site owner noticed […]

    The post Hackers Exploit WordPress Sites by Silently Injecting Malicious PHP Code appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • With the release of Kali Linux 2025.3, a major update introduces an innovative tool that combines artificial intelligence and cybersecurity: the Gemini Command-Line Interface (CLI).

    This new open-source package integrates Google’s powerful Gemini AI directly into the terminal, offering penetration testers and security professionals an intelligent assistant designed to streamline and automate complex security workflows.

    The introduction of the Gemini CLI marks a pivotal moment in the evolution of penetration testing.

    For years, security operations have involved manually chaining together various tools for reconnaissance, enumeration, and exploitation.

    Gemini CLI Automates Work Flows

    This AI-powered agent promises to transform these workflows by automating repetitive tasks and dynamically adapting reconnaissance strategies.

    By offloading the tedious work, the Gemini CLI frees up valuable time for security analysts, allowing them to focus on deeper analysis, vulnerability remediation, and the strategic aspects of application security that still require human expertise.

    This shift allows for a more efficient and effective security posture, where human judgment is augmented, not replaced, by machine intelligence. For security professionals, the practical applications are extensive.

    The Gemini CLI can assist in testing for common vulnerabilities, including the OWASP Top 10, by providing AI-guided suggestions for both identification and remediation.

    Instead of manually scripting connections between different tools, an analyst can now use natural language prompts to direct the AI to perform a sequence of actions.

    For example, a tester could instruct Gemini to conduct a port scan, identify services, and then launch a series of vulnerability checks against any discovered web servers.

    This capability significantly accelerates the initial phases of a penetration test without sacrificing the rigor and precision that skilled analysts provide. The tool is designed to complement the analyst’s skills, acting as a force multiplier.

    The goal is not to replace the critical thinking and intuition of a seasoned expert but to handle the laborious processes that can consume a significant portion of an assessment.

    With features like an interactive mode and even a “YOLO” (You Only Live Once) mode to automatically accept all suggested actions, it provides flexibility for different use cases, from careful, supervised testing to rapid, automated scans.

    The integration keeps the human operator firmly in control, ensuring that the AI serves as a powerful assistant rather than an autonomous agent.

    Getting started with the new tool is straightforward for any Kali user. The gemini-cli package is a lightweight addition, with an installed size of just 12.04 MB.

    It can be installed with a simple command: sudo apt install gemini-cli. As the cybersecurity landscape continues to evolve, the integration of AI tools like the Gemini CLI into standard platforms like Kali Linux signifies a clear direction for the industry.

    Professionals who embrace these advancements, learning to leverage AI to enhance their natural abilities, will be best positioned to tackle the next generation of security challenges.

    Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.

    The post Gemini CLI to Your Kali Linux Terminal To Automate Penetration Testing Tasks appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A publicly available proof-of-concept (PoC) exploit has been released for CVE-2025-32463, a local privilege escalation (LPE) flaw in the Sudo utility that can grant root access under specific configurations. 

    Security researcher Rich Mirch is credited with identifying the weakness, while a functional PoC and usage guide have been published in an open GitHub repository, accelerating the urgency for patching across Linux environments that rely on Sudo’s chroot functionality. 

    According to the project documentation, versions 1.9.14 through 1.9.17 are vulnerable, with fixes available in 1.9.17p1 and later. Systems running legacy builds prior to 1.9.14 are not impacted because the chroot feature did not exist in those releases.

    Local Privilege Escalation Flaw (CVE-2025-32463)

    The vulnerability resides in how Sudo handles chroot-related invocation paths and environment when executing commands with elevated privileges

    Under certain conditions, a low-privileged user can exploit the chroot feature to pivot out of the constrained environment and execute commands as root. 

    This turns a standard LPE scenario into full system compromise when Sudo policies permit chroot usage. 

    The PoC demonstrates a straightforward exploitation flow: verify the target Sudo version, run the exploit script, and observe the effective UID/GID change to root. 

    PoC Exploit code
    PoC Exploit code

    In testing screenshots, the user transitions from uid=1001 to uid=0 after executing the script, confirming successful escalation. 

    The project explicitly categorizes the issue as “Local Privilege Escalation to Root via Sudo chroot in Linux,” emphasizing that weaponization hinges on local account access and specific Sudo configurations that enable chroot execution.

    Risk FactorsDetails
    Affected ProductsSudo versions 1.9.14 through 1.9.17
    ImpactLocal privilege escalation
    Exploit PrerequisitesLocal user access with ability to invoke sudo under misconfigured chroot settings
    CVSS 3.1 ScoreNot yet assigned

    Mitigations

    Immediate remediation is to upgrade Sudo to 1.9.17p1 or newer across affected hosts. Where upgrades must be staged, administrators should harden Sudoers policies to deny or tightly restrict use of chroot, and enforce least privilege. 

    Mandatory access control frameworks such as AppArmor or SELinux can further constrain Sudo behavior and contain abuse paths during change windows. 

    From a detection perspective, defenders should monitor for anomalous Sudo invocations referencing chroot or unusual working directories, correlate privilege transitions (uid changes to 0) from non-standard shells or paths, and alert on rapid “id → exploit → id” sequences commonly seen during exploitation tests.

    Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.

    The post PoC Exploit Released for Sudo Vulnerability that Enables Attackers to Gain Root Access appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A critical use-after-free vulnerability, identified as CVE-2025-49844, has been discovered in Redis servers, enabling authenticated attackers to achieve remote code execution.

    This high-severity flaw affects all versions of Redis that utilize the Lua scripting engine, presenting a significant threat to a wide range of deployments that rely on the popular in-memory data store.

    The core of the issue lies in how Redis handles memory management within its Lua scripting component. An authenticated user with permissions to run Lua scripts can craft a malicious script to manipulate the server’s garbage collector.

    This manipulation triggers a use-after-free condition, a memory corruption flaw where the application attempts to access memory after it has already been freed.

    Vulnerability Details

    A skilled attacker can exploit this condition to hijack the application’s execution flow, ultimately leading to the execution of arbitrary code on the server. This provides the attacker with control over the Redis instance and the underlying system.

    The potential for remote code execution makes this a critical vulnerability. A successful exploit could allow an attacker to compromise the confidentiality, integrity, and availability of the data stored within the Redis database.

    Attackers could steal sensitive information, modify or delete records, or cause a denial-of-service condition. Furthermore, a compromised Redis server can serve as a foothold for attackers to move laterally across a network, escalating their privileges and targeting other internal systems.

    The flaw’s impact is widespread, as it affects all Redis versions that support Lua scripting, a feature that has been integral to the platform for many years.

    CVE IDAffected Product(s)ImpactExploit PrerequisitesCVSS 3.1 Score
    CVE-2025-49844All Redis versions with Lua scriptingRemote Code ExecutionAuthenticated access with permissions to execute Lua scriptsTo be determined

    Mitigations

    While organizations await a formal security patch, a robust workaround is available to mitigate the risk. Administrators are strongly advised to prevent users from executing Lua scripts, which is the primary attack vector.

    This can be implemented by modifying Redis Access Control Lists (ACLs) to restrict the EVAL and EVALSHA commands. By blocking these commands, any attempt to run a malicious script will be denied, effectively neutralizing the threat.

    This workaround provides an immediate defense without needing to update the redis-server executable and should be prioritized for all production environments.

    The issue was responsibly disclosed by researchers Benny Isaacs, Nir Brakha, and Sagi Tzadik of Wiz, who collaborated with Trend Micro’s Zero Day Initiative.

    Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.

    The post Redis Server Vulnerability use-after-free Vulnerability Enables Remote Code Execution appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Modern ransomware operations have evolved far beyond simple opportunistic attacks into sophisticated, multi-stage campaigns that exploit legitimate Remote Access Tools (RATs) to maintain stealth and persistence while systematically dismantling organizational defenses. Ransomware is one of the most disruptive cyber threats, encrypting critical organizational data and demanding ransom payments for restoration. While early campaigns relied on […]

    The post Ransomware Gangs Exploit Remote Access Tools to Stay Hidden and Maintain Control appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A sophisticated technique uncovered where threat actors abuse Amazon Web Services‘ X-Ray distributed tracing service to establish covert command and control (C2) communications, demonstrating how legitimate cloud infrastructure can be weaponized for malicious purposes.

    AWS X-Ray, designed to help developers analyze application performance through distributed tracing, has been repurposed by red team researchers into a steganographic communication channel called XRayC2. 

    This technique leverages X-Ray’s annotation system, which allows arbitrary key-value data storage, to transmit commands and exfiltrate data through legitimate AWS API calls to xray.[region].amazonaws.com endpoints.

    Weaponizing AWS X-Ray for Covert Command and Control

    According to Dhiraj, the attack methodology exploits X-Ray’s trace segments functionality, where malicious payloads are embedded within seemingly benign monitoring data. 

    Attackers utilize the service’s PutTraceSegments, GetTraceSummaries, and BatchGetTraces API endpoints to establish bidirectional communication channels that blend seamlessly with legitimate cloud traffic.

    The implant establishes presence through beacon markers containing system information encoded in trace annotations, including service type identifiers like “health_check” and unique instance identifiers. 

    Command Delivery (Controller → Implant)
    Command Delivery (Controller → Implant)

    Command delivery occurs through base64-encoded payloads stored in configuration annotations, while result exfiltration leverages execution_result fields within trace data structures.

    This technique demonstrates sophisticated evasion capabilities by implementing custom AWS Signature Version 4 (SigV4) authentication, creating legitimate AWS API traffic that integrates naturally with standard network logs. 

    The malicious communication employs randomized beacon intervals between 30 and 60 seconds and utilizes HMAC-SHA256 signing with access keys, following Amazon’s canonical request format.

    Result Exfiltration (Implant → Controller)
    Result Exfiltration (Implant → Controller)

    The XRayC2 toolkit requires minimal AWS permissions, utilizing the AWSXRayDaemonWriteAccess policy alongside custom permissions for trace manipulation. 

    This approach significantly reduces the attack surface compared to traditional C2 infrastructure while maintaining persistent access through cloud-native services.

    Detection of this technique presents challenges for security teams, as the malicious traffic appears as standard application performance monitoring activities. 

    Organizations should implement enhanced monitoring of X-Ray API usage patterns, establish baseline metrics for trace annotation data volumes, and scrutinize unusual service interactions within their AWS environments to identify potential abuse of legitimate cloud services for covert communications.

    Follow us on Google News, LinkedIn, and X for daily cybersecurity updates. Contact us to feature your stories.

    The post Hackers Weaponize AWS X-Ray Service to Work as Covert Command & Control Server appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶