• A recent vulnerability in the Linux Kernel’s KSMBD module allows an attacker to execute arbitrary code on a target system without any user interaction. KSMBD is a kernel-space SMB3 server that handles network file sharing. Researchers demonstrated a stable exploit against KSMBD in Linux 6.1.45, achieving remote code execution (RCE) with a success rate above […]

    The post 0-Click Linux Kernel KSMBD Vulnerability Enables Remote Code Execution via N-Day Exploit appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Microsoft has addressed a widespread audio issue affecting Bluetooth speakers, headsets, and integrated laptop speakers in Windows 11 version 24H2. The problem stemmed from an incompatibility with Dirac Audio software on certain devices, causing audio devices to go silent and applications to stop recognizing them. Resolves Bluetooth Audio Problem Following reports from users and IT […]

    The post Microsoft Resolves Bluetooth Audio Problem in Windows 11 24H2 Update appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Open Source CyberSOCEval, a newly launched evaluation platform, is making waves in the cybersecurity community by demonstrating how artificial intelligence can transform malware analysis and threat intelligence. Developed by a group of independent security researchers, CyberSOCEval combines advanced machine learning models with real-world malware samples to offer organizations a clear view of how AI tools […]

    The post Open Source CyberSOCEval Sets New Benchmark for AI in Malware Analysis and Threat Intelligence appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cybersecurity researchers have flagged a fresh software supply chain attack targeting the npm registry that has affected more than 40 packages that belong to multiple maintainers. “The compromised versions include a function (NpmModule.updatePackage) that downloads a package tarball, modifies package.json, injects a local script (bundle.js), repacks the archive, and republishes it, enabling

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A sophisticated and widespread supply chain attack has struck the NPM ecosystem, compromising the popular @ctrl/tinycolor package, which is downloaded over 2 million times per week.

    The attack also affected more than 40 other packages from various maintainers, introducing a dangerous self-propagating malware designed to steal developer credentials and spread itself across the software landscape.

    The incident came to light after users discovered suspicious activity on GitHub and promptly alerted the open-source community.

    The malicious versions, identified as 4.1.1 and 4.1.2 of @ctrl/tinycolor, were quickly removed from the NPM registry, but not before they were distributed.

    Security analysts from StepSecurity later provided a detailed technical breakdown of the attack, confirming its severity and unique propagation method.

    Self-Spreading Malware Infects NPM Packages

    What sets this attack apart is its automated, worm-like behavior. The malware contains a “self-propagation engine” that actively seeks out and infects other software packages.

    Once a developer’s machine is compromised, the malware uses a function named NpmModule.updatePackage to inject its malicious code into other projects maintained by the same author.

    This creates a cascading effect, allowing the threat to spread rapidly through the interconnected web of software dependencies without further manual intervention from the attackers.

    The primary goal of the malware is aggressive credential harvesting. The attackers repurposed a legitimate secret-scanning tool, TruffleHog, to hunt for sensitive information on compromised systems. It specifically targets a wide range of valuable developer secrets, including:

    • NPM authentication tokens
    • GitHub personal access tokens
    • Amazon Web Services (AWS) access keys
    • Google Cloud Platform (GCP) service credentials
    • Microsoft Azure credentials

    To ensure its persistence, the malware creates a malicious GitHub Actions workflow file named .github/workflows/shai-hulud-workflow.yml.

    This file allows the attackers to maintain access to compromised repositories, potentially re-infecting them or exfiltrating more data over time. All stolen data was funneled to a publicly exposed endpoint on the webhook.site service.

    Mitigations

    In response to this critical threat, security experts are urging developers and organizations to take immediate action.

    The first step is to check all projects for the presence of the compromised packages and their malicious versions. If found, they should be removed or downgraded to a safe version immediately.

    Given the malware’s extensive credential-stealing capabilities, rotating all potentially exposed secrets is crucial. This includes NPM tokens, GitHub access tokens, and all cloud provider credentials (AWS, Azure, GCP) that may have been present on development or CI/CD systems.

    Finally, a thorough audit of infrastructure is recommended. Developers should scan their repositories for the malicious shai-hulud-workflow.yml file, review recent NPM publishing activity for any unauthorized package releases, and monitor outbound network traffic for any connections to the known exfiltration endpoint.

    Based on the information provided, here is a list of the compromised packages and their affected versions.

    Affected PackageMalicious Version(s)
    @ctrl/tinycolor4.1.1, 4.1.2
    @ctrl/deluge7.2.2
    angulartics214.1.2
    @ctrl/golang-template1.4.3
    @ctrl/magnet-link4.0.4
    @ctrl/ngx-codemirror7.0.2
    @ctrl/ngx-csv6.0.2
    @ctrl/ngx-emoji-mart9.2.2
    @ctrl/ngx-rightclick4.0.2
    @ctrl/qbittorrent9.7.2
    @ctrl/react-adsense2.0.2
    @ctrl/shared-torrent6.3.2
    @ctrl/torrent-file4.1.2
    @ctrl/transmission7.3.1
    @ctrl/ts-base324.0.2
    encounter-playground0.0.5
    json-rules-engine-simplified0.2.4
    @nativescript-community/gesturehandler2.0.35
    @nativescript-community/sentry4.6.43
    @nativescript-community/text1.6.13
    @nativescript-community/ui-collectionview6.0.6
    @nativescript-community/ui-drawer0.1.30
    @nativescript-community/ui-image4.5.6
    @nativescript-community/ui-material-bottomsheet7.2.72
    @nativescript-community/ui-material-core7.2.76
    @nativescript-community/ui-material-core-tabs7.2.76
    ngx-color10.0.2
    ngx-toastr1.9.0.2
    ngx-trend8.0.1
    react-complaint-image0.0.35
    react-jsonschema-form-conditionals0.3.21
    react-jsonschema-form-extras1.0.4
    rxnt-authentication0.0.6
    rxnt-healthchecks-nestjs1.0.5
    rxnt-kue1.0.7
    swc-plugin-component-annotate1.9.2
    ts-gaussian3.0.6

    Free live webinar on new malware tactics from our analysts! Learn advanced detection techniques -> Register for Free

    The post Massive Supply Chain Attack Hijacks ctrl/tinycolor With 2 Million Downloads and Other 40 NPM Packages appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The Trump administration acted illegally in firing roughly 25,000 newly hired and promoted federal employees, a federal court ruled in a final decision issued on Friday. Agencies will not be required to re-hire the people they fired illegally, but must send them a letter saying they were not fired for performance reasons. 

    In the ruling, U.S. District Judge William Alsup said the firings were illegally directed by the Office of Personnel Management, rejecting the administration’s argument that each agency acted on its own. Alsup's ruling comes months after the Supreme Court knocked down his previous preliminary injunction on the firings. In his final decision, the judge said the SCOTUS decision was nebulous and did not prevent his final order. 

    Alsup castigated the Trump administration for both its actions and its presentation before the court, saying it obfuscated key information. OPM’s directive to fire employees in their probationary periods was unlawful, he said, as were “the means used to enforce terminations.” 

    The record submitted by the government “​​is a sham,” Alsup said. “It does not facilitate judicial review: It frustrates it.” 

    Alsup likened the government’s approach to walking him through a forest while blindfolded. 

    After reviewing extensive documentation and testimony made available by the plaintiffs and some Trump administration officials, Alsup said it was clear agencies were required to ask OPM for direction on whom to fire, whom to exempt and when to carry out the dismissals. 

    The government has repeatedly argued that OPM did not direct agencies to take any action but merely provided guidance they could follow. Alsup rejected that argument, citing extensive evidence that agencies were directly following OPM’s orders in carrying out the firings. 

    “OPM’s directive unlawfully exceeded its own powers and usurped and exercised powers reserved by Congress to each individual relief defendant agency,” the judge said.

    Internal communications within OPM brought to light during the litigation showed, for example, the agency’s officials approving exemptions “from any guidance to terminate probationary employees.” 

    Alsup also suggested the Trump administration’s argument that the fired employees, and the unions who represent them, should take their cases to special bodies for civil servants—namely the Federal Labor Relations Authority, Merit Systems Protection Board and Office of Special Counsel—insincere considering President Trump’s efforts to undermine them. The president has fired leaders of those agencies and his administration has argued in court at least some of their existences are unconstitutional. 

    “In sum, the administrative schemes have stopped doing as much work as before (FLRA), have stopped doing any work at all (MSPB), or have started working for the other side (OSC),” Alsup said. 

    Federal employees and nonprofit groups launched a lawsuit against OSC last week arguing it is neglecting its duties regarding fired probationary workers. They added that Trump has installed a “White House loyalist” to lead the agency. 

    Normally, Alsup said, his findings would require the Trump administration to return all probationers to their jobs. He noted the Supreme Court has specifically rejected such relief, however, and “too much water has now passed under the bridge.” Some employees have found new jobs, while some agencies have engaged in reorganizations that have eliminated the roles altogether. 

    “The terminated probationary employees have moved on with their lives and found new jobs,” Alsup said. “Many would no longer be willing or able to return to their posts.”

    Instead, the judge once again ordered agencies to, by Nov. 14, send letters to all fired probationary employees that state “you were not terminated on the basis of your personal performance.” Alsup previously ordered similar letters, but agencies included additional language stating they disagreed with the judge’s decision and were only issuing the correspondence at his direction. 

    “Corrective notices shall not contain further statements from each agency concerning the validity of this court’s ruling or the agency’s opinions on this court’s ruling,” Alsup said. “There is no need to lard the letters with such distractions.” 

    The Trump administration last month told a federal appeals court it was considering sending new letters to fired employees to notify them that they were, in fact, fired for cause.  

    He also ordered agencies to make clear in employees’ personnel records that they were not fired for performance and to no longer take direction from OPM on employee dismissals. Any employee who was fired, re-hired and re-fired over the course of the court battle—such as those as the departments of Health and Human Services, Commerce and Housing and Urban Development—should not have their second firing made retroactive to the first, the judge said.

    Many of the terminated workers were rehired while injunctions were in place, and only some agencies re-fired them after the Supreme Court’s ruling came down. Last week, an appeals court in Maryland sided with the Trump administration in ordering another case involving probationary employee firings be dismissed. 

    ]]>

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The China-aligned threat actor known as Mustang Panda has been observed using an updated version of a backdoor called TONESHELL and a previously undocumented USB worm called SnakeDisk. “The worm only executes on devices with Thailand-based IP addresses and drops the Yokai backdoor,” IBM X-Force researchers Golo Mühr and Joshua Chung said in an analysis published last week. The tech giant’s

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The eruption of widespread protests across Nepal in early September 2025 provided fertile ground for a sophisticated campaign orchestrated by the Sidewinder APT group.

    As demonstrators mobilized against government policies and social media restrictions, threat actors exploited the turbulence to distribute malicious applications masquerading as legitimate emergency services.

    Victims seeking live updates or assistance were enticed by realistic impersonations of Nepalese authorities, only to install malware that siphoned sensitive data from both mobile and Windows environments.

    Sidewinder’s operation relies on a dual-pronged delivery mechanism. On Android devices, victims encounter phishing websites spoofing the Nepalese Emergency Service login.

    Spoofing the emergency service for cred phishing (Source – StrikeReady)

    Once credentials are entered, the site redirects to an APK download—typically named Gen_Ashok_Sigdel_Live.apk—which users install under the guise of accessing live news.

    Acting head of Nepal (Source – StrikeReady)

    Meanwhile, Windows users download EmergencyApp.exe from a cloned Emergency Helpline portal (Figure 6). Both binaries request extensive permissions—file system access, microphone, camera—to facilitate data exfiltration.

    StrikeReady Labs analysts noted the group’s deliberate use of geopolitical events to maximize engagement, embedding the malicious payload within decoy content fetched from reputable outlets such as Al Jazeera.

    APK decoy content (Source – StrikeReady)

    These decoys lend credibility to the operation and help the malware bypass cursory inspection by non-technical users. Once installed, the mobile backdoor initializes a service that filters document and image files for exfiltration.

    The Windows variant operates similarly, spawning background tasks that harvest files with extensions like .docx, .pdf, and .xlsx.

    Infection Mechanism and Permission Abuse

    A closer examination of the Android sample reveals a multi-threaded FileUploadService class responsible for data theft.

    Examination of data theft filters as well as infra (Source – StrikeReady)

    Upon execution, the service initializes an ExecutorService with a thread pool of fifteen workers. Each worker scans device storage for files matching predefined document and image extensions:

    public class FileUploadService extends Service {
      private static final int THREAD_COUNT = 15;
      private final List<String> docExts = Arrays.asList(".txt", ".pdf", ".docx", ".xlsx");
      private final List<String> imgExts = Arrays.asList(".jpg", ".png");
      private ExecutorService executorService;
    
      @Override
      public int onStartCommand(Intent intent, int flags, int startId) {
        executorService = Executors.newFixedThreadPool(THREAD_COUNT);
        scanAndUpload();
        return START_STICKY;
      }
    
      private void scanAndUpload() {
        for (String ext : docExts) {
          // Launch tasks to upload matching files
          executorService.submit(() -> uploadFiles(ext));
        }
        for (String ext : imgExts) {
          executorService.submit(() -> uploadFiles(ext));
        }
      }
    }

    Once files are identified, HTTP POST requests bundle them into multipart form data, using a recognizable boundary marker (----qwerty) that appears in the network capture.

    pcap showing ‘qwerty’ sig-able boundary (Source – StrikeReady)

    All stolen files are sent to https://playservicess.com/dtta/files.php, a C2 endpoint controlled by Sidewinder. Persistence is maintained through Android’s foreground service notifications and Windows autostart registry entries.

    By leveraging legitimate-seeming user interfaces and abusing high-level permissions, Sidewinder achieves a stealthy infection vector capable of breaching enterprise and personal environments alike.

    Security teams should monitor for known IOC domains (e.g., playservicess.com), suspicious APK installations, and anomalous outbound traffic containing multipart payloads.

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

    The post Sidewinder APT Hackers Leverage Nepal Protests to Push Mobile and Windows Malware appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cybercriminals are increasingly exploiting legitimate remote monitoring and management (RMM) tools to establish persistent access to compromised systems through sophisticated phishing campaigns.

    Joint research conducted by Red Canary Intelligence and Zscaler threat hunters has identified multiple malicious campaigns utilizing ITarian (also known as Comodo), PDQ, SimpleHelp, and Atera RMM solutions as attack vectors.

    The appeal of RMM tools for adversaries lies in their inherent legitimacy within enterprise environments, where IT professionals routinely deploy these solutions for remote access, system monitoring, and machine management.

    This veneer of authenticity allows threat actors to operate stealthily without triggering immediate security alerts, as their activities often blend seamlessly with legitimate administrative tasks.

    Red Canary analysts identified four primary social engineering lures that have proven successful in convincing targets to download malicious RMM tools onto their systems.

    These include fake browser updates, meeting invitations, party invitations, and fraudulent government forms.

    The researchers also discovered a concerning trend where adversaries deploy two RMM tools in rapid succession, effectively establishing multiple persistent access methods to ensure continued control over compromised environments.

    The campaigns demonstrate sophisticated targeting mechanisms, with threat actors specifically focusing on Windows desktop users while filtering out mobile devices.

    The attack infrastructure includes command and control servers that collect browser fingerprinting data, geolocation indicators, and engagement metrics to optimize campaign effectiveness.

    Advanced Infection Mechanisms and Payload Delivery

    The technical sophistication of these attacks becomes evident through their multi-layered infection mechanisms.

    Fake Google Chrome update (Source – Red Canary)

    In the fake browser update campaigns, adversaries inject malicious JavaScript into compromised websites that create full-screen overlay attacks.

    The injected code uses maximum z-index values (2147483647) to ensure the fake update prompt appears above all other page elements, effectively trapping users within the malicious interface.

    The JavaScript payload performs dynamic iframe creation, loading content from suspicious domains including chromus[.]icu and mypanelsuper[.]online while maintaining redundancy through multiple fallback URLs.

    Injected JavaScript (Source – Red Canary)

    This approach ensures campaign continuity even when individual domains are blocked by security controls.

    The malicious code also implements data exfiltration capabilities, sending browser fingerprinting data, geolocation indicators, and unique tracking hashes to command and control servers.

    Once users interact with these lures, they unknowingly download legitimate RMM installers that have been weaponized through adversary-controlled tenants.

    For instance, ITarian installations execute through URLs containing redacted tenant identifiers, allowing the downloaded MSI files to contact additional domains and execute secondary payloads.

    The ITarian application, operating as RmmService.exe, has been observed launching malicious processes like DicomPortable.exe and establishing registry modifications for persistence.

    The sophistication extends to payload deployment, where threat actors utilize techniques such as DLL sideloading through legitimate signed binaries.

    In documented cases, DicomPortable.exe sideloaded malicious Qt5Core.dll using software signed by Apowersoft Ltd, subsequently deploying HijackLoader for further compromise activities.

    This approach leverages code-signing trust mechanisms to bypass security controls while delivering information stealers and additional remote access tools.

    Example IRS phishing page (Source – Red Canary)

    Detection of these campaigns requires monitoring for RMM tools executing child processes from unusual directories, particularly when these tools are not typically authorized within the environment.

    Organizations should maintain strict allowlists for legitimate RMM deployments and implement network controls to identify suspicious newly registered domains hosting these malicious campaigns.

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

    The post Threat Actors Leverage Several RMM Tools in Phishing Attack to Maintain Remote Access appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A sophisticated pro-Russian cybercriminal group known as SectorJ149 (also identified as UAC-0050) has emerged as a significant threat to critical infrastructure worldwide, conducting targeted attacks against manufacturing, energy, and semiconductor companies across multiple nations.

    The group’s activities represent a strategic shift from traditional financially motivated cybercrime to geopolitically driven operations that align with broader Russian state interests during the ongoing conflict with Ukraine.

    The threat actor has demonstrated remarkable adaptability by purchasing customized malware from dark web marketplaces and black markets, integrating these tools into comprehensive attack campaigns that span continents.

    Recent investigations reveal that SectorJ149 has successfully infiltrated organizations in South Korea, Ukraine, and other strategic allies, focusing particularly on companies involved in secondary battery production, semiconductor manufacturing, and critical energy infrastructure.

    NSHC ThreatRecon Team analysts identified the group’s sophisticated methodology through correlation analysis of multiple attack campaigns, revealing consistent tactics, techniques, and procedures (TTPs) across different geographical targets.

    The researchers noted striking similarities between attacks on Ukrainian insurance and retail companies in October 2024 and subsequent operations targeting South Korean manufacturing firms in November 2024, suggesting coordinated campaign planning and resource sharing within the organization.

    The group’s operations extend beyond traditional cybercriminal activities, incorporating hacktivist elements that serve Russian strategic objectives.

    This evolution reflects the increasingly blurred lines between state-sponsored operations and cybercriminal enterprises, particularly during periods of heightened geopolitical tension.

    The attacks have successfully compromised sensitive industrial data, intellectual property, and operational capabilities across targeted sectors.

    Overview of the Main Actions of the Malware Used by the SectorJ149 Group (Source – Medium)

    Initial evidence suggests that SectorJ149’s activities may be part of a broader Russian strategy to undermine allied nations’ industrial capabilities while gathering intelligence on critical technologies and infrastructure.

    The timing and target selection demonstrate sophisticated intelligence gathering and strategic planning capabilities that exceed typical cybercriminal operations.

    Attack Methodology and Infrastructure Exploitation

    SectorJ149 employs a multi-stage attack methodology that begins with carefully crafted spear phishing emails targeting executives and key personnel within manufacturing organizations.

    The group demonstrates exceptional social engineering capabilities, customizing email content to match specific company operations and industry terminology.

    Hacking activities of the SectorJ149 group targeting Ukraine and South Korea (Source – Medium)

    These emails typically contain compressed CAB files disguised as legitimate business documents, such as quotation requests or production facility purchase inquiries.

    Upon execution, the malicious payload deploys Visual Basic Script (VBS) malware that executes obfuscated PowerShell commands.

    The PowerShell implementation includes sophisticated failover mechanisms, randomly connecting to either Bitbucket or GitHub repositories to download steganographically concealed malware components.

    The code snippet demonstrates the group’s technical sophistication: the malware downloads image files containing hidden executable code, which is then extracted using Base64 decoding techniques marked with specific delimiters.

    The final payload employs process hollowing techniques, injecting malicious code into legitimate Windows processes such as RegAsm.exe.

    This approach enables the malware to maintain persistence while evading detection by security solutions.

    The group utilizes registry modifications in HKEY_CURRENT_USER keys to ensure continued system access, implementing both Run and RunOnce configurations depending on operational requirements.

    The infrastructure supporting these operations leverages legitimate cloud services and open-source platforms, making detection and attribution challenging for security teams.

    This sophisticated approach demonstrates the group’s understanding of modern security environments and their ability to adapt traditional attack methods for contemporary threat landscapes.

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

    The post Pro-Russian Hackers Attacking Key Industries in Major Countries Around The World appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶