• The French Football Federation (FFF) has confirmed a significant cybersecurity incident resulting in the theft of personal data belonging to members and licensees.

    The federation revealed that cybercriminals had infiltrated the centralized administrative software used by football clubs across the country to manage memberships and daily operations.

    According to the disclosure, the breach was not the result of a software vulnerability, but rather unauthorized access obtained through a compromised user account.

    This compromised credential granted the attackers administrative privileges, allowing them to navigate the system and exfiltrate sensitive databases before the intrusion was halted.

    Scope of the Stolen Data

    While the FFF has stated that the breach is limited to specific data sets, the information exposed is highly sensitive personally identifiable information (PII). The federation confirmed that the attackers accessed and stole the following details regarding club members:

    • Full names (First and Last)
    • Date and place of birth
    • Gender and Nationality
    • Postal addresses and Email addresses
    • Telephone numbers
    • License numbers

    The exposure of this specific data combination creates a “full identity” profile for affected individuals, significantly increasing the risk of identity theft and targeted social engineering attacks.

    Upon detecting the unauthorized activity, the FFF security teams took immediate defensive action. The compromised administrator account was disabled to cut off access, and a mandatory password reset was enforced across the entire software platform to prevent attackers from laterally moving.

    In compliance with French law and GDPR requirements, the FFF has filed a formal complaint regarding the criminal act. They have also notified the relevant regulatory authorities, specifically the National Cybersecurity Agency of France (ANSSI) and the National Commission on Informatics and Liberty (CNIL).

    The federation is currently communicating directly with all individuals whose email addresses were found in the exfiltrated database.

    The FFF has issued a strong advisory to all licensees to remain vigilant against phishing attempts. Security experts warn that threat actors often use stolen PII to craft convincing emails or SMS messages that appear to come from official sources—in this case, the FFF or a local club.

    Members are advised to treat any communication requesting banking details, passwords, or urging the opening of attachments with extreme suspicion.

    The federation emphasized that it is constantly strengthening security measures to cope with the “increasing number and new forms of cyberattacks” targeting the sports sector.

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

    The post French Football Federation Reports Data Breach – Hackers Access Club Software Admin Controls appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cybersecurity researchers have discovered vulnerable code in legacy Python packages that could potentially pave the way for a supply chain compromise on the Python Package Index (PyPI) via a domain takeover attack. Software supply chain security company ReversingLabs said it found the “vulnerability” in bootstrap files provided by a build and deployment automation tool named “zc.buildout.” “The

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The North Korean threat actors behind the Contagious Interview campaign have continued to flood the npm registry with 197 more malicious packages since last month. According to Socket, these packages have been downloaded over 31,000 times, and are designed to deliver a variant of OtterCookie that brings together the features of BeaverTail and prior versions of OtterCookie. Some of the

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The 2025 holiday season has unleashed an unprecedented wave of cyber threats, with attackers deploying industrialized infrastructure to exploit the global surge in online commerce.

    This year’s threat landscape is characterized by a calculated expansion of deceptive digital assets, where criminals leverage automated tools to scale their operations across multiple merchant categories.

    The primary vector for these campaigns involves the mass creation of look-alike websites designed to mimic legitimate retailers and capture sensitive consumer data during peak shopping periods.

    One of the most significant indicators of this pre-holiday offensive is the registration of over 18,000 holiday-themed domains in the past three months alone.

    Targeting high-traffic keywords such as “Christmas,” “Black Friday,” and “Flash Sale,” these domains serve as the backbone for phishing schemes and fraudulent storefronts.

    Many of these sites mimic household names with slight URL variations, making them nearly indistinguishable to hurried shoppers.

    While a portion of these domains remain inactive to evade early detection, hundreds have already been weaponized to host gift card scams and payment-harvesting pages.

    Fortinet security analysts identified this extensive network of malicious infrastructure, noting that the campaign’s scale facilitates effective SEO poisoning.

    By artificially inflating the search rankings of these malicious URLs, attackers ensure their fraudulent sites appear alongside legitimate results during peak traffic.

    The researchers further highlighted a disturbing rise in credential theft, with over 1.57 million login accounts from major e-commerce sites currently circulating in underground markets.

    These “stealer logs” contain browser-stored passwords, cookies, and session tokens, enabling rapid account takeovers that bypass traditional login defenses (Figure 1: Domain Registration Trends).

    Technical Exploitation of Platform Vulnerabilities

    The sophistication of these attacks is most evident in the targeted exploitation of critical e-commerce vulnerabilities. Attackers are actively leveraging CVE-2025-54236, a critical flaw in Adobe Magento caused by improper input validation.

    This vulnerability allows threat actors to execute a remote code execution (RCE) attack, effectively bypassing authentication layers to achieve session takeover.

    By injecting malicious payloads into unvalidated input fields, attackers gain administrative access, enabling them to install persistent backdoors or JavaScript-based web skimmers directly onto checkout pages.

    CVE ID / ThreatPlatform & ComponentVulnerability TypeSeverity (CVSS)Impact & Exploitation DetailsRemediation / Action
    CVE-2025-54236Adobe Commerce & Magento Open SourceImproper Input Validation9.1 (Critical)Active Exploitation (SessionReaper): Allows unauthenticated attackers to hijack sessions and achieve Remote Code Execution (RCE). Over 250 stores confirmed compromised. Attackers use this to inject skimmers and steal admin access.Patch Immediately: Apply Adobe Security Bulletin APSB25-88. Ensure versions are upgraded to 2.4.7-p8, 2.4.6-p13, or 2.4.5-p15.
    CVE-2025-61882Oracle E-Business Suite (Oracle EBS)Unauthenticated RCE9.8 (Critical)Ransomware Target: A flaw in the BI Publisher Integration allows attackers to execute code remotely without login. Actively used by ransomware groups (e.g., Clop) to steal ERP data and disrupt inventory/order systems.Update: Apply the Oracle Critical Patch Update (October 2025) immediately. Isolate EBS from public internet access if patching is delayed.
    CVE-2025-47569WordPress WooCommerce (Ultimate Gift Card Plugin)SQL Injection (SQLi)9.3 (Critical)Database Exfiltration: Unauthenticated attackers can manipulate database queries to dump sensitive customer data (PII) and admin credentials. Darknet markets are currently selling access to breached stores using this flaw.Update/Patch: Update the WooCommerce Ultimate Gift Card plugin to version > 2.8.10. If unable to update, disable the plugin immediately.
    CVE-2025-62416Bagisto (Laravel-based Platform)Server-Side Template Injection (SSTI)Critical (Risk)RCE via Product Description: Attackers with product-creation access can inject malicious template code into product descriptions. When rendered by the server, this executes arbitrary code, leading to full server takeover.Update: Upgrade Bagisto to version v2.3.8 or later. Sanitize all product description inputs if using older versions.
    CVE-2025-62417BagistoCSV Formula InjectionHighAdmin Compromise: Malicious product data (e.g., in a CSV export) can trigger formula execution when an admin opens the file in Excel/Sheets, leading to command execution on the admin’s local machine.Update: Upgrade Bagisto to v2.3.8. Avoid opening untrusted CSV exports directly in spreadsheet software without sanitization.

    Additionally, the exploitation of CVE-2025-61882 in Oracle E-Business Suite permits unauthenticated RCE, allowing ransomware groups to paralyze backend inventory systems.

    These technical incursions are executed via automated scripts that continuously probe for unpatched systems, transforming a single vulnerability into a gateway for massive data exfiltration.

    This systematic exploitation underscores the critical need for merchants to apply patches immediately.

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

    The post Hackers Registered 18,000 Holiday-Themed Domains Targeting ‘Christmas,’ ‘Black Friday,’ and ‘Flash Sale’ appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The holiday season has always been a magnet for increased online activity, but 2025 marks a new high-water mark in cybercrime intensity. FortiGuard Labs’ latest research spotlights a dramatic surge in the volume and sophistication of attacks targeting retailers, e-commerce providers, and consumers during key shopping events. Attackers are leveraging automation, AI-powered infrastructure, and sophisticated […]

    The post Cybercriminals Register 18,000 Holiday-Themed Domains to Launch Seasonal Scams appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • As IT environments become increasingly distributed and organizations adopt hybrid and remote work at scale, traditional perimeter-based security models and on-premises Privileged Access Management (PAM) solutions no longer suffice. IT administrators, contractors and third-party vendors now require secure access to critical systems from any location and on any device, without compromising

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The Handala hacker group has launched a targeted campaign against Israeli high-tech and aerospace professionals, marking a concerning shift in geopolitically motivated cyber operations.

    The group recently published a list of individuals working in these critical sectors, accompanied by hostile descriptions that falsely label them as criminals.

    This campaign represents a significant escalation from traditional propaganda activities to active doxxing and intelligence gathering against private-sector employees.

    The attack centers on the public exposure of personal and professional information belonging to Israeli specialists.

    Handala released the dataset through their dark web platform and offered financial rewards to anyone willing to provide additional information about the targeted individuals.

    This bounty-style approach creates a crowdsourced intelligence collection mechanism that amplifies the threat beyond the initial data leak and endangers ordinary professionals.

    Trustwave security researchers identified this activity during ongoing dark web monitoring operations. Their analysis revealed that the published dataset relies heavily on information scraped from LinkedIn profiles.

    Some of the specialists featured on Handala’s post (Source - Trustwave)
    Some of the specialists featured on Handala’s post (Source – Trustwave)

    However, the researchers noted several inconsistencies within the data, including individuals who left their listed companies years ago, employees in non-sensitive roles, and profiles with no verifiable connection to the high-tech sector at all.

    Data Manipulation and Weaponization Techniques

    The technical analysis of Handala’s methods shows a combination of automated data scraping and manual data manipulation.

    Several profiles could not be traced or verified, suggesting the group may be supplementing legitimate LinkedIn data with fabricated entries or information from unverifiable sources.

    This approach allows them to inflate their target list while maintaining a veneer of authenticity that makes the campaign appear more comprehensive.

    A post published on Handala’s webpage (Source - Trustwave)
    A post published on Handala’s webpage (Source – Trustwave)

    The indiscriminate nature of this data collection demonstrates how publicly available information can be weaponized at scale.

    By framing ordinary workers as criminal targets and pairing this with financial incentives for additional intelligence, Handala has created a dangerous mechanism that poses direct risks to the privacy, safety, and professional reputations of legitimate employees.

    Handala’s statement promising a reward for information on one of the featured specialists on its post (Source - Trustwave)
    Handala’s statement promising a reward for information on one of the featured specialists on its post (Source – Trustwave)

    Security experts recommend heightened personal data hygiene, continuous monitoring for identity-related threats, and organizational awareness programs to protect against similar targeting campaigns in the future.

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

    The post Handala Hacker Group Attacking Israeli High-Tech and Aerospace Professionals appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Polish authorities have made a significant move in their cybercrime enforcement efforts by detaining a Russian national suspected of conducting unauthorized cyber attacks against local organizations. The arrest, made on November 16, 2025, marks a significant development in international cybercrime investigations and highlights Poland’s commitment to protecting critical infrastructure and businesses from digital threats. The […]

    The post Poland Arrests Suspected Russian Hacker Targeting Local Organizations’ Networks appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Gainsight, the leading customer success platform, has confirmed that a security incident involving its Salesforce integration compromised customer tokens for a small subset of its client base. The announcement follows a security advisory issued by Salesforce last week, which prompted the temporary disabling of Gainsight’s connected application. In a statement released ahead of the Thanksgiving […]

    The post Gainsight Verifies Token Breach Linked to Salesforce Advisory, Issues New IOCs appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cybersecurity researchers have shed light on a cross-tenant blind spot that allows attackers to bypass Microsoft Defender for Office 365 protections via the guest access feature in Teams. “When users operate as guests in another tenant, their protections are determined entirely by that hosting environment, not by their home organization,” Ontinue security researcher Rhys Downing said in a report

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶