• A critical vulnerability in the Linux Kernel’s ksmbd file sharing component allows remote attackers to execute code with kernel privileges. Tracked as CVE-2025-38561, this flaw affects Linux distributions that include the ksmbd SMB server implementation. Authentication is required, but a successful exploit can grant full control of the affected host. Vendors and administrators should apply […]

    The post Linux Kernel ksmbd Flaw Lets Remote Attackers Execute Arbitrary Code appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Russia-linked threat actors continue targeting civil society with sophisticated social engineering campaigns and lightweight malware tools in September 2025. The campaign delivers two previously undocumented malware families: a downloader dubbed BAITSWITCH and a PowerShell-based backdoor named SIMPLEFIX. COLDRIVER, also tracked as Star Blizzard, Callisto, and UNC4057, has historically focused on credential phishing campaigns against NGOs, think tanks, journalists, […]

    The post COLDRIVER APT Group Uses ClickFix to Deliver New PowerShell-Based Backdoor BAITSWITCH appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A severe vulnerability in the Linux kernel’s ksmbd SMB server implementation has been disclosed, potentially allowing authenticated remote attackers to execute arbitrary code on affected systems. 

    The vulnerability, tracked as CVE-2025-38561 and assigned a CVSS score of 8.5, represents a significant security risk for Linux systems utilizing the kernel-based SMB server functionality.

    The flaw disclosed by the Zero Day initiative stems from improper handling of the Preauth_HashValue field within the smb2_sess_setup function. 

    This race condition vulnerability occurs due to inadequate locking mechanisms when performing operations on kernel objects, creating an opportunity for attackers to manipulate memory structures and achieve code execution within kernel context.

    Linux Ksmbd Vulnerability (CVE-2025-38561)

    The vulnerability specifically targets the ksmbd service, which provides in-kernel SMB server functionality as an alternative to the traditional Samba implementation. 

    Unlike user-space SMB servers, ksmbd operates directly within the kernel space, making successful exploitation particularly dangerous as it grants attackers kernel-level privileges.

    The attack requires initial authentication to the SMB service, meaning attackers must possess valid credentials or successfully authenticate through other means before triggering the vulnerability. 

    Once authenticated, the race condition in the session setup process can be exploited to corrupt memory structures and redirect code execution flow.

    Technical analysis reveals that the vulnerability manifests during SMB2 session establishment when the server processes authentication hash values. 

    The lack of proper synchronization between concurrent operations creates a window where memory corruption can occur, potentially leading to arbitrary code execution with kernel privileges.

    The vulnerability disclosure follows responsible disclosure practices, with researcher Nicholas Zubrisky of Trend Research reporting the issue to Linux maintainers on July 22, 2025. 

    Risk FactorsDetails
    Affected ProductsLinux Kernel (ksmbd SMB server implementation)
    ImpactRemote Code Execution
    Exploit PrerequisitesAuthentication required – Valid SMB credentials needed to access ksmbd service
    CVSS 3.1 Score8.5 (High)

    Mitigations

    Linux maintainers have released patches addressing this vulnerability, with the fix available in the stable kernel tree under commit 44a3059c4c8cc635a1fb2afd692d0730ca1ba4b6. 

    System administrators should prioritize updating their Linux kernels to versions containing this security fix, particularly on systems exposed to untrusted networks or users.

    Organizations utilizing ksmbd for file-sharing services should implement additional security measures, including network segmentation, strict authentication controls, and monitoring for suspicious SMB traffic patterns.

    Consider temporarily disabling ksmbd services on non-critical systems until patching can be completed.

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

    The post Linux Kernel ksmbd Vulnerability Allows Remote Attackers to Execute Arbitrary Code appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A critical vulnerability in NVIDIA’s Merlin Transformers4Rec library allows attackers to achieve remote code execution with root privileges. Discovered by the Trend Micro Zero Day Initiative (ZDI) Threat Hunting Team, the flaw stems from unsafe deserialization in the model checkpoint loading functionality. Tracked as CVE-2025-23298, this vulnerability underscores the persistent security challenges in machine learning […]

    The post NVIDIA Merlin Flaw Enables Remote Code Execution with Root Access appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cisco has disclosed a critical zero-day vulnerability in its IOS and IOS XE software that is being actively exploited by threat actors in real-world attacks. The flaw, tracked as CVE-2025-20352, affects the Simple Network Management Protocol (SNMP) subsystem and allows both denial-of-service attacks and remote code execution depending on the attacker’s privilege level. Critical SNMP Stack […]

    The post Cisco IOS 0-Day RCE Vulnerability Actively Targeted appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A sophisticated cybercriminal campaign has emerged targeting Indonesian and Vietnamese Android users with banking trojans disguised as legitimate government identity applications and payment services.

    The malicious operation, active since approximately August 2024, employs advanced evasion techniques to deliver variants of the BankBot trojan family while maintaining an extensive infrastructure of over 100 domains.

    The threat actors demonstrate significant operational sophistication through their use of fake Google Play Store pages and government service applications such as M-Pajak tax payment services and digital identity verification systems.

    The campaign exploits user trust in official government platforms, creating highly convincing replicas that deceive victims into downloading malicious APK files containing banking trojans capable of stealing sensitive financial information and credentials.

    DomainTools analysts identified the malware distribution pattern through monitoring suspicious site elements associated with spoofed Google Play Store websites.

    The researchers uncovered an elaborate delivery mechanism designed to bypass traditional network security controls and evade automated detection systems commonly employed by cybersecurity frameworks.

    Advanced WebSocket-Based Delivery Mechanism

    The threat actors employ a remarkably sophisticated malware delivery system that leverages WebSocket technology to circumvent conventional security measures.

    Rather than providing direct download links that security scanners can easily detect, the malicious sites utilize the Socket.IO library to establish real-time bidirectional communication channels between victim browsers and command servers.

    Fake verification apps (Source -Domaintools)

    When users click the Android download button, the system initiates a WebSocket connection using the command socket. Emit('startDownload', …).

    The server responds by transmitting the malicious APK file in fragmented chunks rather than as a complete file transfer.

    The browser collects these fragments through event listeners coded as socket. On('chunk', (chunk) => { chunks. Push(chunk); });, while simultaneously receiving progress updates that maintain the illusion of a legitimate download process.

    Upon completion, the system combines all received chunks in memory and assigns the MIME type application/vnd.android.package-archive to create a proper APK file structure.

    The delivery mechanism then generates a temporary local URL and programmatically triggers an invisible download link, prompting the browser’s standard file download interface.

    This elaborate process effectively disguises malware distribution as encrypted WebSocket traffic, allowing malicious payloads to bypass network security systems configured to block direct APK downloads while remaining invisible to static URL-based security scanners that crawl websites for malicious links.

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

    The post Banking Trojans Attacking Android Users Mimic as Government and Legitimate Payment Apps appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A critical stored cross-site scripting vulnerability has emerged in the popular DotNetNuke (DNN) Platform, threatening websites powered by this widely-used content management system.

    The vulnerability, tracked as CVE-2025-59545 with a severity score of 9.1 out of 10, affects all DNN Platform versions prior to 10.1.0 and allows attackers to execute malicious scripts through the platform’s Prompt module.

    The security flaw stems from the way DNN’s Prompt module processes commands that return raw HTML output.

    While the platform typically sanitizes user-submitted data before displaying it in entry forms, the Prompt module bypasses these standard sanitation mechanisms by treating command output as executable HTML.

    This creates a dangerous pathway for attackers to inject and execute malicious scripts within the application’s trusted environment.

    The vulnerability poses significant risks to organizations running affected DNN installations, particularly when exploited in super-user contexts.

    Attackers can craft malicious input containing embedded scripts or harmful markup that, when processed through specific Prompt commands, gets rendered directly in browsers without proper security validation.

    Github analysts identified this critical weakness through comprehensive security research, highlighting the importance of continuous platform monitoring for emerging threats.

    Attackers leverage this vulnerability by targeting the network-accessible Prompt module with relatively low complexity attack vectors.

    The exploitation requires minimal privileges and user interaction, making it an attractive target for malicious actors seeking to compromise DNN-powered websites.

    Once successfully exploited, the vulnerability can impact system confidentiality, integrity, and availability across changed security scopes.

    Exploitation Mechanism and Attack Vectors

    The attack mechanism revolves around the fundamental design flaw in how the Prompt module handles command execution and output rendering.

    When an attacker submits crafted input through the module, the system fails to distinguish between legitimate HTML output and malicious script content.

    The vulnerability manifests when specific commands process untrusted data and return it as HTML, effectively bypassing the application’s security boundaries.

    The attack vector follows a stored XSS pattern, categorized under CWE-79 weakness classification.

    Malicious payloads can be persistently stored within the system and executed whenever the compromised content is accessed.

    This persistence factor amplifies the vulnerability’s impact, as it affects not only the initial victim but potentially all subsequent users who interact with the compromised content.

    Organizations using affected DNN Platform versions should immediately upgrade to version 10.1.0, which includes comprehensive patches addressing this critical security flaw.

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

    The post Critical DNN Platform Vulnerability Let Attackers Execute Malicious Scripts appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Apple Podcasts

    The vibe, the headlines, the aircraft, the drones, and the other news coming out of the Air Force Association’s big annual conference at National Harbor, Maryland.

    Guests:

    • Tom Novelly, Defense One senior reporter covering air and space warfare;
    • And Lauren C. Williams, Defense One senior editor.
    ]]>

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • ÄMARI AIR BASE, Estonia—Just minutes after NATO radars detected three Russian MiG-31 aircraft with transponders turned off heading toward the Estonian border on Friday, alarms sounded at this wooded air base about 40 minutes outside Tallinn. Italian airmen scrambled to their F-35s to intercept the Russian jets, taking over for Finnish aircraft that were already aloft. Twelve minutes later, the Italians escorted the MiGs out of Estonian airspace toward Kaliningrad.

    Col. Gaetano Farina, commander of Italy’s Air 32nd Wing, told reporters Wednesday the incident was more significant than his unit’s similar interception in August. The most recent incursion occurred over land, with the Russians appearing to head toward Tallinn, intentions unknown. The MiGs weren’t carrying bombs—a critical factor in NATO forces’ decision not to fire—but they were armed with air-to-air missiles. 

    Even so, Farina described the scene as orderly. “There is training that we do almost every day,” he said, calling the response “very professional.” The Russian pilots, too, seemed unperturbed and even waved at the Italians from their cockpits, he said.

    The violation raised alarm well beyond the Baltics. Estonia’s foreign minister, speaking at the United Nations in New York on Tuesday, called the move “outrageous.” Top officials from Poland and the Czech Republic, and even U.S. President Donald Trump, said NATO militaries should shoot down Russian aircraft that violate airspace. Estonia’s defense minister has indicated a willingness to do so, depending on the threat.

    Following an emergency Article 4 consultation on Tuesday, the Italian government agreed to extend the deployment of its SAMP/T anti-aircraft battery to next spring, when the Italians are scheduled to leave the air base. The mobile system’s ground radar can spot enemy aircraft more than 200 nautical miles away, and engage them up to 93 miles away with two mobile missile launchers carrying four Aster 30 missiles apiece.

    In addition, the Italians, who have been in the country since August, brought a Conformal Airborne Early Warning jet, or CAEW, an advanced airborne early-warning aircraft that performs a role similar to the Boeing E-3 Sentry Airborne Warning and Control System. Unlike the 153-foot Sentry, with its large protruding radar dish, the CAEW has its ELTA radar embedded (conformed, as it were) within a smaller, more inconspicuous Gulfstream E-550A.

    The jet will stay in Estonia with the Italians, and wherever it goes after that, it will likely continue surveilling NATO’s eastern flank as part of the Enhanced Vigilance Activity mission, which was launched after Russia’s expanded invasion of Crimea in 2022. But those aircraft are just part of the expanded network of sensors and radars that NATO has sent to the region, which enabled the alliance to identify, analyze, and track the Russian jets almost as soon as they took off. 

    Later this week, NATO commanders will meet in Riga, Latvia, where they are expected to discuss additional enhancements to Baltic security under the Eastern Sentry mission, announced earlier in September in response to increased Russian incursions into NATO airspace.

    Farina and other NATO officials at Ämari said they do not know why Russia is escalating violations, risking pilots’ lives and potentially provoking conflict with NATO.

    But Estonian Defense Minister Hanno Pevkur told reporters earlier this week the incidents likely do not signal an imminent invasion. Instead, he urged observers to view them alongside Russia’s other actions, such as cyberattacks and information campaigns across Europe. 

    “My reading is that Russia is deliberately pushing all of us NATO allies to deal with … air incidents, airspace violations, drone incidents, and then we have cyberattacks,” he said.

    In response, Estonia will continue raising its defense budgets, already among the largest in NATO at 5% of GDP. Pevkur said the country has a four-year plan to reach 5.9%, and will also continue to send financial aid to Ukraine.

    “Our response to that is that we keep our heads calm,” he said.

    ]]>

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • NATIONAL HARBOR, Md.—Special operations airmen are ready for missions in support of President Donald Trump’s controversial campaign against narco-terrorism groups in the Caribbean region, the leader of Air Force Special Operations Command said Wednesday.

    While Lt. Gen. Michael Conley declined to specifically disclose if they are supporting operations related to Venezuela, a he told reporters that his airmen have strike, surveillance, and mobility assets that “any combatant commander would love.” 

    “We are prepped to go where the nation needs us,” he said during a media roundtable at the Air & Space Force Association’s Air, Space, and Cyber Conference. “We are doing things that you'd expect out of special operations, just in the sense that we need to be ready to go.”

    Conley’s remarks come amid congressional uproar over the U.S. military’s airstrike on an alleged drug-running boat in the Caribbean Sea and backlash from the Venezuelan government. 

    Conley also said he supports more training exercises in the region as part of the Trump administration’s new defense priorities.

    Just days before the first deadly airstrike on an alleged drug boat in the Caribbean Sea, AFSOC held a long-planned exercise on St. Croix in which air commandos conducted a mock takeover of an airport, demonstrating the Air Force’s Agile Combat Employment concept—which was originally designed for use against adversaries such as China or Russia.

    Conley said the training’s timing was coincidental, but added he wants to have his airmen do more exercises in the region—a notable departure from a decades-long focus on the Middle East and Africa.

    “We are very good at the AFRICOM and CENTCOM operations,” Conley said. “When we get into new theaters and training in new places, it's all goodness for us.”

    Since the inaugural boat strike, which the White House said killed 11 people aboard, the military has increased its presence in the Caribbean Sea. Air Force MQ-9 Reaper drones and Marine Corps F-35Bs have been placed in Puerto Rico alongside C-5 and C-17 military transports, open source intelligence accounts report.

    Venezuelan president Nicolás Maduro sent a letter, which was later shared on Telegram, to President Donald Trump asking to meet with his special envoy and to stop the increased military build up and presence.

    "The military threat against Venezuela, the Caribbean and South America must cease, and the proclamation of a Zone of Peace must be respected,” the letter read.

    Last week, Venezuela held a military exercise dubbed “Sovereign Caribbean 200” that included a display of warships, aircraft ,and troops. Venezuelan military forces have also been training civilians on how to use weapons.

    White House press secretary Karoline Leavitt told reporters Monday that the administration “viewed the Maduro regime as illegitimate, and the president has clearly shown that he is willing to use any and all means necessary to stop the illegal trafficking of deadly drugs from the Venezuelan regime into the United States.”

    The Pentagon’s new priority is the homeland, and the administration aims to “restore our neglected position in the Western Hemisphere,” according to a memo obtained by Defense One last month. Conley told reporters he plans to follow the administration’s priorities and wants to see future AFSOC training reflect that.

    “I look at where the national defense strategy has us going, the interim one, where the administration is placing that priority, and I want to train in those places,” Conley said. “The first time we go there, if called upon for real, I don't want it to be the first time we've operated in those environments.”

    ]]>

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶