• A critical vulnerability in Ubuntu’s Linux kernel has been exposed, allowing local attackers to escalate privileges and potentially gain root access on affected systems.

    Disclosed at TyphoonPWN 2025, the flaw stems from a reference count imbalance in the af_unix subsystem, leading to a use-after-free (UAF) condition that researchers demonstrated with a full proof-of-concept exploit.

    This issue affects Ubuntu 24.04.2 running kernel version 6.8.0-60-generic, highlighting ongoing challenges in kernel patch management for popular distributions.​

    The root cause lies in Ubuntu’s partial implementation of upstream Linux kernel patches aimed at fixing reference-counting bugs in the af_unix domain sockets, which facilitate inter-process communication by allowing processes to send file descriptors to one another.

    Historically, the subsystem employed a garbage collection mechanism to handle circular references. Still, recent upstream changes replaced this with a new algorithm while adjusting how out-of-band (OOB) socket buffer kernel (skb) references are managed.

    Specifically, patches removed the skb_get() call in the queue_oob function within af_unix.c to prevent unnecessary refcounts on u->oob_skb, a pointer for OOB data sent via MSG_OOB flags, and correspondingly avoided decrementing it in garbage collection.​

    Ubuntu’s Kernel Privilege Escalation

    Ubuntu’s kernel, based on an older 6.8.12 version, retained the legacy garbage collection but incorrectly applied only the af_unix.c modification, omitting updates to garbage.c.

    This mismatch results in the oob_skb losing one reference during allocation, but having two decrements, one via kfree_skb in unix_gc and another in unix_release_sock during socket closure, triggering a UAF on the 256-byte struct sk_buff object from the skbuff_head_cache slab.

    SSD Disclosure noted that while both functions could free the object, practical exploitation consistently sees the free in unix_gc followed by use in unix_release_sock.​

    Exploiting this requires separating the free and use phases for reliable UAF, achieved by triggering garbage collection immediately after socket closure via a high unix_tot_inflight count (over 16,000) during a subsequent sendmsg call, which invokes wait_for_unix_gc.

    To bridge the timing gap before unix_release_sock executes as a TWA_RESUME work item post-syscall, the exploit halts execution using a FUSE filesystem mmap’d buffer in skb_copy_datagram_from_iter, sleeping the kernel thread for seconds via a custom FUSE_read handler.​

    A cross-cache attack then frees the dedicated slab, reclaiming the page with controlled pg_vec structures sprayed via packet sockets on the loopback interface.

    Overwriting the freed skb enables control over its destructor call in skb_release_head_state, providing RIP and RDI hijacking.

    KASLR bypass employs a prefetch side-channel variant of Entrybleed, using statistical timing analysis on no-KPTI systems for 100% success.

    Finally, ROP chains overwrite modprobe_path to “/tmp/x”, a shell script granting root via usermodehelper invocation.​

    The PoC, a sophisticated C exploit compiling with provided utils and FUSE components, demonstrates full privilege escalation, including KASLR leak, spraying, and payload execution.

    It won first place in TyphoonPWN 2025’s Linux category, crediting the discoverer for meticulous kernel internals analysis.

    Mitigation

    Canonical responded swiftly, releasing an updated kernel on September 18, 2025, incorporating full upstream fixes to balance refcounts across both modified files.

    Users on affected versions should update immediately via apt upgrade linux-generic, verifying kernel 6.8.0-61 or later.

    This incident underscores the risks of selective backporting in distro kernels, urging administrators to monitor security advisories closely.

    No widespread exploitation has been reported, but the public PoC elevates the urgency for patches in enterprise environments. (Word count: 412)

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

    The post Ubuntu’s Kernel Vulnerability Let Attackers Escalate Privileges and Gain Root Access appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A sophisticated new Android banking Trojan named Herodotus has emerged as a significant threat to mobile users, introducing a novel approach that deliberately mimics human typing patterns to evade behavioral biometrics detection systems. The malware’s sophisticated approach to avoiding detection marks it apart from conventional banking Trojans, incorporating randomized time intervals between text inputs—ranging from […]

    The post Herodotus: New Android Malware Mimics Human Behavior to Bypass Biometric Security appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • IPFire 2.29 Core Update 198 marks a significant advancement for users of this open-source firewall, introducing enhanced Intrusion Prevention System (IPS) capabilities powered by Suricata 8.0.1.

    This release emphasizes improved network monitoring through innovative reporting tools, alongside toolchain rebasing and extensive package updates to bolster security and performance.

    Designed for both small offices and large enterprises, the update addresses long-standing user requests for better visibility into security events, ensuring administrators can respond swiftly to threats.

    The standout addition in IPFire 2.29 is the new IPS reporting suite, which transforms how network activity is tracked and documented.

    Administrators can now receive immediate email notifications for alerts exceeding a user-defined threshold, ensuring critical incidents are flagged in real-time without sifting through logs.

    Enhanced IPS Reporting Features

    Scheduled PDF reports, generated daily, weekly, or monthly, offer comprehensive summaries of all alerts in a readable format suitable for archiving or sharing with stakeholders.

    Additionally, alerts can be forwarded to remote syslog servers, providing an independent log trail that survives potential firewall compromise for robust forensic analysis.

    These features enhance auditability, allowing teams to maintain verifiable records of threat detection and response, even in adversarial scenarios.

    A sample PDF report demonstrates the clarity of these outputs, including event timelines and severity highlights. By extending IPS data beyond the device itself, IPFire strengthens operational accountability and simplifies compliance efforts.

    Upgrading to Suricata 8.0.1, the IPS now caches compiled rules for faster startups and includes more resilient memory management.

    Expanded protocol support covers DNS-over-HTTP/2, Multicast DNS, LDAP, POP3, SDP in SIP, SIP over TCP, and WebSocket, enabling deeper traffic inspection.

    On ARM architectures, the Vectorscan library optimizes pattern matching using advanced vector instructions, delivering sharper performance in resource-constrained environments.

    These enhancements ensure the IPS remains efficient against evolving threats while minimizing overhead on hardware.

    Package Security Updates

    The IPFire toolchain has been rebased on GNU Compiler Collection 15.2.0, GNU Binutils 2.42, and GNU glibc 2.42, incorporating bug fixes, security patches, and performance gains.

    A broad array of packages received updates, including BIND 9.20.13 for DNS stability, cURL 8.16.0 for secure transfers, and sudo 1.9.17p2 for privilege management improvements.

    Intel’s latest microcode addresses recent processor vulnerabilities, while GRUB has been fortified against multiple exploits.

    Notably, responsible disclosure from VulnCheck and Pellera Technologies revealed 18 web UI vulnerabilities due to insufficient input validation from browsers.

    These have been patched and assigned CVEs from 2025-34301 to 2025-34318, all rated with potential for cross-site scripting or injection if exploited by authenticated admins.

    CVE IDDescriptionBugzilla IDCVSS Score (Estimated)
    CVE-2025-34301Web UI input validation flaw#13876Medium (6.1)
    CVE-2025-34302Web UI input validation flaw#13877Medium (6.1)
    CVE-2025-34303Web UI input validation flaw#13878Medium (6.1)
    CVE-2025-34304Web UI input validation flaw#13879Medium (6.1)
    CVE-2025-34305Web UI input validation flaw#13880Medium (6.1)
    CVE-2025-34306Web UI input validation flaw#13881Medium (6.1)
    CVE-2025-34307Web UI input validation flaw#13882Medium (6.1)
    CVE-2025-34308Web UI input validation flaw#13883Medium (6.1)
    CVE-2025-34309Web UI input validation flaw#13884Medium (6.1)
    CVE-2025-34310Web UI input validation flaw#13885Medium (6.1)
    CVE-2025-34311Web UI input validation flaw#13886Medium (6.1)
    CVE-2025-34312Web UI input validation flaw#13887Medium (6.1)
    CVE-2025-34313Web UI input validation flaw#13888Medium (6.1)
    CVE-2025-34314Web UI input validation flaw#13889Medium (6.1)
    CVE-2025-34315Web UI input validation flaw#13890Medium (6.1)
    CVE-2025-34316Web UI input validation flaw#13891Medium (6.1)
    CVE-2025-34317Web UI input validation flaw#13892Medium (6.1)
    CVE-2025-34318Web UI input validation flaw#13893Medium (6.1)

    Add-on packages like HAProxy 3.2.4, nginx 1.29.1, and Samba 4.22.4 also saw updates, extending IPFire’s versatility for advanced deployments. This release solidifies IPFire’s role as a reliable, evolving security cornerstone.

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

    The post Open-Source Firewall IPFire 2.29 With New Reporting For Intrusion Prevention System appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Security researchers have discovered a sophisticated phishing technique that weaponizes invisible Unicode characters embedded within email subject lines using MIME encoding—a tactic that remains largely unknown among email security professionals. The discovery reveals how attackers are evolving their evasion methods to bypass automated filtering systems while maintaining complete readability to end users. During routine malware […]

    The post New Phishing Attack Using Invisible Characters Hidden in Subject Line Using MIME Encoding appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Social media platform X announced that it will stop supporting the old Twitter.com website for two-factor authentication (2FA) by November 10, 2025. This change marks the platform’s shift away from its Twitter roots.

    Users relying on security keys tied to the old domain must re-enroll their devices to maintain account access, as part of X’s ongoing rebranding and security overhaul under Elon Musk’s leadership.

    The update targets accounts using hardware security keys for 2FA, a robust method that enhances protection against phishing and unauthorized logins.

    “By November 10, we’re asking all accounts that use a security key as their two-factor authentication method to re-enroll their key to continue accessing X,” the company stated in an official blog post.

    Users can re-enroll existing keys or register new ones via the platform’s settings, but enrolling a fresh key will deactivate any prior ones unless they are also updated.

    This change originates from X’s shift to its x.com domain following the 2023 rebrand, aiming to streamline authentication and eliminate outdated infrastructure vulnerabilities.

    Security experts praise the step, noting that legacy domain ties could expose users to domain-spoofing risks amid rising cyber threats.

    The transition has some challenges. If users do not re-enroll by the deadline, their accounts will be locked. They will then need to either update their keys, use alternatives like authenticator apps or SMS codes, or turn off 2FA completely. X strongly discourages disabling 2FA, as it is a risky choice.

    Re-enrolling ensures compatibility with X’s modern security protocols. Hardware keys, such as YubiKeys, remain a gold standard for 2FA, offering phishing-resistant logins.

    X recommends backing up multiple keys to avoid single points of failure, especially for high-profile accounts prone to targeted attacks.

    This phase-out aligns with industry trends toward domain-agnostic authentication. As cybercriminals exploit old branding for social engineering, X’s update bolsters user safety. With over 500 million users, the platform urges immediate action to prevent disruptions.

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

    The post X to Phase Out Twitter Domain – Users Advised to Re-enroll in 2FA Keys appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Advanced Persistent Threat (APT) MuddyWater has orchestrated a sophisticated phishing campaign targeting over 100 government entities across the Middle East, North Africa, and international organizations worldwide. Group-IB Threat Intelligence has attributed the campaign to the Iran-linked threat actor with high confidence, revealing an alarming escalation in the group’s espionage capabilities and operational sophistication. The attack […]

    The post MuddyWater’s Phoenix Backdoor Infects More Than 100 Government Organizations appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Microsoft has unveiled a critical vulnerability in ASP.NET Core that could enable attackers to sidestep essential security measures.

    Disclosed on October 24, 2025, under CVE-2025-55315, this flaw stems from HTTP Request Smuggling (CWE-444) and poses risks to systems relying on outdated .NET components.

    QNAP, a leading provider of network-attached storage solutions, has issued urgent guidance, emphasizing the need for immediate updates to mitigate potential exploits.

    The vulnerability affects ASP.NET Core, a foundational framework for web applications, allowing authenticated attackers to craft malicious HTTP requests.

    Successful exploitation could lead to unauthorized access to sensitive data, server file modifications, or even limited denial-of-service disruptions.

    While the severity is rated as “Important” by Microsoft, the implications extend to QNAP’s ecosystem, particularly the NetBak PC Agent software, which integrates these .NET components during installation.

    Technical Details And Affected Systems

    NetBak PC Agent, designed for seamless backups from Windows PCs to QNAP NAS devices, automatically installs Microsoft ASP.NET Core runtimes.

    If users have not applied recent patches, their systems remain exposed. The flaw exploits ambiguities in HTTP request parsing, enabling attackers to inject smuggling payloads that bypass authentication and authorization controls.

    QNAP’s investigation is ongoing, but the company confirms that unpatched installations of NetBak PC Agent on Windows systems are at risk.

    This includes versions prior to the latest updates, where ASP.NET Core versions below 8.0.21 harbor the vulnerability.

    Attackers need authenticated access, lowering the barrier for insiders or those with compromised credentials, but the potential for data exfiltration or tampering underscores the urgency.

    CVE IDAffected ProductCVSS ScoreDescriptionImpact
    CVE-2025-55315NetBak PC Agent (via ASP.NET Core)7.5 (Important)HTTP Request Smuggling in ASP.NET Core allowing bypass of security controlsUnauthorized data access, file modification, limited DoS

    Microsoft’s patch addresses the parsing issue in the framework’s request handling, but QNAP users must act to ensure compatibility.

    Mitigation Steps

    QNAP urges all users to verify and update their systems promptly. The simplest approach involves reinstalling NetBak PC Agent: uninstall the current version via Windows Settings > Apps > Installed Apps, then download the latest installer from QNAP’s official site.

    This process automatically fetches and installs the updated ASP.NET Core 8.0.21 runtime.

    For those preferring manual intervention, head to dotnet.microsoft.com/en-us/download/dotnet/8.0 and install the latest ASP.NET Core Runtime Hosting Bundle.

    Restart the application or system afterward to apply changes. QNAP also recommends monitoring for unusual network activity and enabling multi-factor authentication on NAS devices.

    As cybersecurity threats evolve, this incident highlights the interconnected risks in software supply chains. Organizations should prioritize regular patching to safeguard against such bypass vulnerabilities.

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

    The post Critical .NET Vulnerability Lets Attacker Bypass Security in QNAP Backup Software appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The IPFire project has announced the release of version 2.29, Core Update 198, marking a significant milestone in the open-source firewall’s evolution. This update introduces transformative improvements to the Intrusion Prevention System, coupled with comprehensive reporting capabilities that fundamentally change how network administrators monitor and respond to security threats. New Features and Enhancements Real-Time Email […]

    The post IPFire 2.29 Released with Enhanced Intrusion Prevention System Reporting appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A newly advertised information-stealing malware called Anivia Stealer has surfaced on the dark web, with threat actor ZeroTrace aggressively promoting the C++17-based infostealer as a commercial malware-as-a-service offering. The malware implements sophisticated privilege escalation capabilities, including automatic User Account Control (UAC) bypass functionality, making it a significant threat to Windows-based systems across multiple operating system […]

    The post Anivia Stealer Peddled on Dark Web with UAC Bypass appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • In cybersecurity, speed isn’t just a win — it’s a multiplier. The faster you learn about emerging threats, the faster you adapt your defenses, the less damage you suffer, and the more confidently your business keeps scaling. Early threat detection isn’t about preventing a breach someday: it’s about protecting the revenue you’re supposed to earn every day. Companies that treat cybersecurity as a

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶