• A critical security vulnerability has been discovered in the Apache bRPC framework that could allow remote attackers to crash servers by sending specially crafted JSON data.

    The flaw, tracked as CVE-2025-59789, affects all versions of Apache bRPC before 1.15.0 across all platforms.

    The vulnerability exists in the json2pb component of Apache bRPC, which converts JSON data to Protocol Buffer messages.

    The component relies on rapidjson for parsing JSON data received from the network. By default, the rapidjson parser uses a recursive parsing method.

    When attackers send JSON data with deeply nested recursive structures, the parser function exhausts the stack memory, resulting in a stack overflow.

    FieldDetails
    CVE IDCVE-2025-59789
    CVSS Score9.8 (Critical)
    Attack VectorNetwork
    Affected VersionsApache bRPC < 1.15.0
    Vulnerability TypeUncontrolled Recursion / Stack Overflow

    This causes the server to crash, leading to a denial-of-service condition. Organizations using bRPC servers are at risk if they meet any of the following conditions.

    Running a bRPC server with protobuf messages that handles HTTP+JSON requests from untrusted networks.

    Using the JsonToProtoMessage function to convert JSON from untrusted input sources, Apache has provided two options to address this security issue:

    Upgrade to Apache bRPC version 1.15.0, which includes the complete fix for this vulnerability. Apply the official patch available on GitHub for those unable to upgrade immediately.

    Both fixes introduce a new recursion depth limit with a default value of 100. This change affects four key functions: ProtoMessageToJson, ProtoMessageToProtoJson, JsonToProtoMessage, and ProtoJsonToProtoMessage.

    Organizations should note that requests containing JSON or protobuf messages exceeding this depth limit will fail after the fix is applied.

    Administrators can adjust the limit by modifying the json2pb_max_recursion_depth gflag on meet their specific requirements.

    Security teams are strongly advised to assess their environments and apply the necessary patches immediately to prevent potential denial-of-service attacks.

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

    The post Critical Apache bRPC Framework Vulnerability Let Attackers Crash the Server appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Cybersecurity researchers have uncovered a massive network of over 2,000 fraudulent online storefronts deliberately activated during the Black Friday and Cyber Monday shopping season to harvest consumer payment information and execute unauthorized financial transactions. The discovery reveals two distinct but potentially coordinated phishing clusters that leverage shared infrastructure, automated templates, and brand impersonation tactics to […]

    The post Hackers Launch 2,000+ Fake Holiday Shops in Massive Payment Theft Scheme appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Linus Torvalds has officially announced the release of Linux kernel 6.18 on November 30, 2025, marking another significant milestone in the open-source operating system’s development.

    The new kernel version brings numerous improvements across hardware support, driver updates, and file system enhancements.

    The Linux 6.18 release includes extensive bug fixes and driver improvements that were finalized in the last week before release.

    While Torvalds noted there was slightly more bugfixing activity than he would have preferred, he confirmed that nothing warranted delaying the release further.

    The new kernel introduces support for Intel Wildcat Lake through Thunderbolt driver updates, expanding compatibility with newer Intel platforms.

    The USB subsystem receives notable additions, including support for Intel Nova Lake-S in the dwc3 PCI driver. Memory and storage improvements include fixes for RTL8127 network adapter hang issues during suspend and shutdown.

    Feature CategoryKey ImprovementsDetails
    Hardware SupportIntel Wildcat LakeAdded Thunderbolt support for Intel’s newest platform
    USB SubsystemIntel Nova Lake-S SupportNew PCI device support in dwc3 driver
    Network DriversRTL8127 FixResolved hang issues during suspend and shutdown
    Display DriversAMD DisplayNULL pointer checks and EDID read retry enhancements
    Industrial I/OSensor UpdatesBMP280 measurement time corrections and ADXL355 startup fixes
    Network Stacksxgbe DriverFixed potential NULL dereference issues
    StorageAtlantic AdapterFragment overflow handling improvements in RX path
    Distributed SystemsCeph and AFSFixed delayed cell allocation and encrypted directory handling
    Device MapperStorage ReliabilityFixes for flush operations and verity memory allocation
    CAN BusVehicle NetworksFixes for Renesas CANFD and USB CAN adapters
    BluetoothStabilityFixed kernel crash on MTK interface release and socket write race
    Power ManagementDevice SuspendMultiple USB and device driver PM runtime fixes
    Memory ManagementStabilityFixed data race conditions and uninitialized variable issues
    File SystemsGeneral FixesVarious corrections in namespace handling and VMA operations

    Updated and Improved Drivers

    Linux 6.18 delivers numerous driver improvements across multiple subsystems. The AMD display drivers received critical fixes, including corrections for NULL pointer checks and enhanced EDID read retries.

    The IIO (Industrial I/O) subsystem sees updates for various sensors, including the BMP280 pressure sensor with corrected measurement time calculations and fixes for the ADXL355 accelerometer startup race condition.

    Network drivers benefit from multiple fixes, including improvements to the sxgbe driver that address potential NULL dereference issues and Atlantic network adapter fragment overflow handling.

    The CAN bus subsystem receives fixes for Renesas CANFD and various USB CAN adapters. The Ceph and AFS distributed file systems receive important fixes addressing delayed cell allocation and encrypted directory handling.

    Device mapper improvements include fixes for flush operations and verifying memory allocation reliability.

    Torvalds announced that the merge window for Linux 6.19 opens immediately. He noted that the upcoming kernel maintainer summit will overlap with the merge window, potentially causing minor delays.

    The 6.19 release cycle may extend to rc8 due to the holiday season, with the final release expected in February 2026.

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

    The post Linux 6.18 Released With Enhanced Hardware Support, Updated Drivers and File Systems appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A new Android malware named Albiriox has been advertised under a malware-as-a-service (MaaS) model to offer a “full spectrum” of features to facilitate on-device fraud (ODF), screen manipulation, and real-time interaction with infected devices. The malware embeds a hard-coded list comprising over 400 applications spanning banking, financial technology, payment processors, cryptocurrency

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Pakistan-linked cyberespionage group APT36 (Transparent Tribe) has escalated its campaign against Indian government institutions with the deployment of sophisticated Python-based ELF malware specifically designed to compromise Linux-based BOSS operating environments, according to research published by CYFIRMA. The threat actor, historically focused on Windows systems, has demonstrated expanded technical maturity through multi-platform tooling that bypasses conventional […]

    The post APT36 Deploys Python-Based ELF Malware in Targeted Attacks on Indian Government Agencies appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Security researchers have released a proof-of-concept (PoC) exploit for CVE-2024-21413, a critical remote code execution vulnerability in Microsoft Outlook dubbed “MonikerLink.” This flaw enables attackers to execute arbitrary code on victim systems via specially crafted emails, posing a serious risk to organizations worldwide.​ Field Details CVE ID CVE-2024-21413 Vulnerability Name MonikerLink Bug CVSS Score 9.8 […]

    The post PoC Released for Outlook “MonikerLink” RCE Flaw Allowing Remote Code Execution appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Microsoft has confirmed a bizarre user interface bug affecting Windows 11 version 24H2 devices that renders the password sign-in icon invisible on the lock screen.

    The issue, stemming from the August 2025 non-security preview update (KB5064081) and persisting in subsequent cumulative updates, has left many users confused when switching between authentication methods.​

    The glitch impacts users who have configured multiple sign-in options, such as a PIN, fingerprint, or security key, alongside their traditional password.

    By default, Windows 11 displays icons for each available method under the “Sign-in options” link. However, after installing KB5064081 or later updates, the password icon fails to render, leaving an empty gap in the list.​

    Despite the visual disappearance, the button’s functionality remains intact. Users report that the operating system essentially hides the graphic while keeping the interactive element active, leaving users to click on a “ghost” button to access their password field.​

    FeatureDetails
    Affected OSWindows 11 24H2, 25H2 ​
    Problematic UpdateKB5064081 (August 2025 Preview) and later ​
    SymptomPassword icon missing from “Sign-in options” list
    ConditionOccurs when multiple sign-in methods (PIN, Bio) are enabled ​
    StatusMicrosoft confirmed; fix in development ​

    Until a permanent patch is deployed, Microsoft has provided a workaround that relies on user intuition. The company advises users to navigate to the sign-in options menu and hover their mouse cursor over the empty space where the password icon typically resides.​

    When the cursor is positioned correctly over the invisible placeholder, it will change to a hand icon or highlight the button area. Clicking this empty space successfully triggers the password text box, allowing users to enter their credentials and sign in as normal.

    While functional, this workaround has drawn criticism for its lack of clarity, with some tech outlets describing the process as “clicking randomly” until the field appears.​

    Microsoft is currently working on a resolution and is expected to bundle a fix in an upcoming service release, though no specific date has been provided.​

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

    The post Windows 11 24H2 Update Hides the Password Icon in the Sign-in Options on the Lock Screen appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • The threat actor known as Tomiris has been attributed to attacks targeting foreign ministries, intergovernmental organizations, and government entities in Russia with an aim to establish remote access and deploy additional tools. “These attacks highlight a notable shift in Tomiris’s tactics, namely the increased use of implants that leverage public services (e.g., Telegram and Discord) as

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • Linus Torvalds has officially released Linux 6.18, the latest stable version of the Linux kernel. The announcement came on Sunday, November 30, 2025, marking another milestone for the open-source operating system that powers everything from smartphones to supercomputers. Torvalds shared the news through the Linux kernel mailing list, noting that while there was more bugfixing […]

    The post Linux 6.18 Rolls Out With Major Hardware Support Upgrades and Driver Enhancements appeared first on GBHackers Security | #1 Globally Trusted Cyber Security News Platform.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

  • A Proof-of-Concept (PoC) exploit code has been released for a critical remote code execution (RCE) vulnerability in Microsoft Outlook, identified as CVE-2024-21413.

    Dubbed “MonikerLink,” this flaw allows attackers to bypass Outlook’s security mechanisms, specifically the “Protected View,” to execute malicious code or steal credentials. The release of this PoC highlights the continued risk posed by this vulnerability and serves as a training tool for security professionals to understand the attack vector.​

    The vulnerability, assigned a CVSS score of 9.8, resides in how Microsoft Outlook parses specific hyperlinks known as “Moniker Links”. Typically, Outlook’s Protected View restricts potentially harmful content, such as files from the internet, by opening them in a read-only mode.

    However, the MonikerLink flaw allows an attacker to circumvent this protection by using the file:// protocol followed by an exclamation mark and additional text in a specially crafted link.​

    When a victim clicks this link, Outlook attempts to access the resource without the usual security warnings. This action can trigger an SMB connection to an attacker-controlled server, leading to the leakage of the victim’s local NTLM credentials.

    In more severe scenarios, this bypass can facilitate remote code execution, giving attackers significant control over the compromised system.​

    The newly released Python-based PoC, available on GitHub, demonstrates how to exploit this vulnerability in a controlled lab environment.

    The script is designed to work with a specific setup involving hMailServer and targets a victim user running a vulnerable version of Outlook. It automates the process of sending a malicious email containing the Moniker Link to a victim’s inbox.​

    The author of the PoC notes that the script assumes a specific configuration, such as the absence of TLS authentication, to simplify the testing process for educational purposes.

    While the code is basic and intended for a specific audience, likely users of the “MonikerLink” room on the TryHackMe platform, it effectively illustrates the mechanics of the attack. For those seeking more advanced or developed exploitation tools, the author references alternative repositories, such as the one by security researcher Xaitax.​

    Mitigations

    Defenders can detect attempts to exploit this vulnerability by monitoring for specific patterns in email traffic. Security researcher Florian Roth has released a YARA rule designed to identify emails containing the file:\\ element used in the exploit.

    This rule helps organizations flag suspicious messages that may be attempting to leverage the MonikerLink flaw before they reach the end-user.​

    Microsoft has released official updates to address CVE-2024-21413, and organizations are strongly advised to apply these patches immediately.

    The availability of public exploit code, even for educational purposes, increases the likelihood of threat actors adopting similar techniques.

    Security teams should ensure that all Microsoft Office instances are up to date and consider blocking outbound SMB traffic (port 445) to prevent NTLM credential leakage to external servers.​

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

    The post PoC Exploit Released for Critical Outlook 0-Click Remote Code Execution Vulnerability appeared first on Cyber Security News.

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶

    ¶¶¶¶¶