Skip to content
  • Categories
  • Recent
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Slate)
  • No Skin
Collapse
Brand Logo

hashpwn

Home | Donate | GitHub | Matrix Chat | PrivateBin | Rules

  1. Home
  2. General Discussion
  3. Infosec News

Infosec News

Scheduled Pinned Locked Moved General Discussion
121 Posts 3 Posters 34.2k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • cycloneC Offline
    cycloneC Offline
    cyclone
    Admin Trusted
    wrote on last edited by
    #108

    Ivanti EPMM Zero-Day RCE - CVE-2026-1281 & CVE-2026-1340

    56a59703-f5dc-48f4-b1a5-d2c62d6055f5-image.png

    Ivanti has disclosed two critical zero-day vulnerabilities in Ivanti Endpoint Manager Mobile (EPMM), tracked as CVE-2026-1281 and CVE-2026-1340. Both flaws are unauthenticated code injection issues that allow remote attackers to achieve arbitrary code execution on affected EPMM appliances. Active exploitation has been confirmed, and CVE-2026-1281 has been added to CISA’s Known Exploited Vulnerabilities catalog.

    The vulnerabilities affect EPMM 12.x versions prior to 12.8.0.0 and are tied to In-House Application Distribution and Android File Transfer Configuration features. Successful exploitation grants full control over the EPMM appliance, enabling attackers to establish persistence, access sensitive mobile device management data, and potentially pivot into connected enterprise environments.

    Ivanti has released interim RPM-based patches, though these must be reapplied after upgrades. A permanent fix is scheduled for EPMM 12.8.0.0. Organizations are strongly advised to apply mitigations immediately, review logs for signs of exploitation, and treat exposed EPMM instances as high-risk assets.


    Source:

    • https://thehackernews.com/2026/01/two-ivanti-epmm-zero-day-rce-flaws.html

    Sysadmin by day | Hacker by night | Go Dev | hashpwn
    3x RTX 4090 3x RTX 2080ti
    Forum Rules

    1 Reply Last reply
    👍
    0
    • cycloneC Offline
      cycloneC Offline
      cyclone
      Admin Trusted
      wrote on last edited by
      #109

      Notepad++ Supply Chain Compromised

      9a708834-6f8d-4f24-b12b-629efea630a5-image.png

      What Happened

      Notepad++ was involved in a supply chain compromise where parts of its update delivery infrastructure were breached. The application’s source code was not modified, but attackers were able to tamper with the update distribution path for a limited period. In targeted cases, users running older versions and using the built-in updater could have been redirected to malicious installer binaries hosted on attacker-controlled infrastructure.

      The campaign appears to have been highly targeted rather than mass exploitation, consistent with espionage-style activity. The issue was identified and remediated after the Notepad++ team migrated infrastructure and tightened update security.

      Impact

      • Risk was limited primarily to older Notepad++ versions using legacy update mechanisms.
      • Users who did manual downloads from trusted mirrors were unlikely to be affected.
      • No evidence suggests the official source repository itself was compromised.

      What Users Should Do

      • Update immediately to the latest Notepad++ version using a fresh manual download from the official site or trusted mirrors.
      • Verify digital signatures and hashes of the installer before execution.
      • If Notepad++ was updated automatically during the affected timeframe:
        • Treat the system as potentially exposed.
        • Run endpoint security scans.
        • Review network logs for suspicious outbound connections.
      • Enterprise environments should audit systems where Notepad++ is installed and consider blocking auto-updaters that lack strict signature validation.

      Sources:

      • https://thehackernews.com/2026/02/notepad-hosting-breach-attributed-to.html
      • https://notepad-plus-plus.org/news/hijacked-incident-info-update/

      Sysadmin by day | Hacker by night | Go Dev | hashpwn
      3x RTX 4090 3x RTX 2080ti
      Forum Rules

      1 Reply Last reply
      0
      • cycloneC Offline
        cycloneC Offline
        cyclone
        Admin Trusted
        wrote on last edited by
        #110

        Windows Notepad Remote Code Execution - CVE-2026-20841

        6da505d2-a552-403b-baac-4ec7e4d7020e-image.png

        Summary

        Not to be outdone by the recent Notepad++ RCE, the Windows Notepad CVE-2026-20841 is a high-severity remote code execution (RCE) vulnerability affecting the modern Windows Notepad application. The issue was introduced after Microsoft added Markdown and rich link support to Notepad.

        The vulnerability stems from improper sanitation of special elements within commands, effectively allowing command injection via crafted Markdown links.

        Technical Details

        An attacker can craft a malicious .md file containing a specially constructed link. When a user opens the file in Notepad and Ctrl-clicks the link, the application may invoke external protocols or executables without sufficient validation or security warnings.

        Successful exploitation allows arbitrary code execution in the context of the logged-in user.

        Key Characteristics

        • Type: Remote Code Execution
        • Vector: Malicious Markdown file with crafted link
        • User Interaction Required: Yes (file open + link click)
        • Privileges Gained: Same as current user
        • Attack Surface: Expanded via Markdown rendering and clickable links

        Impact

        If exploited, an attacker could:

        • Execute arbitrary binaries
        • Download and run malware
        • Establish persistence
        • Perform lateral movement (depending on user privileges)

        However, there were no confirmed in-the-wild exploits at the time of disclosure.

        Remediation

        Microsoft addressed the vulnerability in the February 2026 Patch Tuesday updates for the Windows 11 Notepad flaw by displaying warnings when clicking a link if it does not use the http:// or https:// protocol.

        3d882187-479e-4f14-b9c0-6c340d2d5e90-image.png


        Sources:

        • https://www.cve.org/CVERecord?id=CVE-2026-20841
        • https://www.bleepingcomputer.com/news/microsoft/windows-11-notepad-flaw-let-files-execute-silently-via-markdown-links/
        • https://www.helpnetsecurity.com/2026/02/12/windows-notepad-markdown-feature-opens-door-to-rce-cve-2026-20841/
        • https://socprime.com/blog/cve-2026-20841-vulnerability/
        • https://www.techradar.com/pro/security/microsoft-patches-concerning-windows-11-notepad-security-flaw

        Sysadmin by day | Hacker by night | Go Dev | hashpwn
        3x RTX 4090 3x RTX 2080ti
        Forum Rules

        1 Reply Last reply
        0
        • cycloneC Offline
          cycloneC Offline
          cyclone
          Admin Trusted
          wrote on last edited by
          #111

          Chrome CSS Zero-Day (CVE-2026-2441) – Active Exploitation Confirmed

          45adb187-6021-45c2-aa36-4af4e7f955fe-image.png

          Google has released an emergency security update for Chrome after confirming active exploitation of a high-severity zero-day vulnerability in the browser’s CSS handling engine.

          The flaw, tracked as CVE-2026-2441, is a use-after-free memory corruption issue in Chrome’s CSS parsing/rendering component. Although CSS is generally considered non-executable, improper memory management allows attackers to craft malicious webpages that can trigger arbitrary code execution within the Chrome renderer process.

          Key Details:

          • Type: Use-after-free (memory corruption)
          • Component: Chrome CSS engine
          • Severity: High (CVSS ~8.8)
          • Exploitation: Confirmed in the wild
          • Impact: Remote code execution via malicious webpage

          Successful exploitation requires a victim to visit a specially crafted website. While Chrome’s sandbox limits direct system access, attackers often chain renderer bugs with sandbox escapes for full compromise.

          Google has patched the issue in the latest stable release. All users, especially enterprise environments and those running Chromium-based browsers (Edge, Brave, Opera), should update immediately.


          Sources:

          • https://chromereleases.googleblog.com/2026/02/stable-channel-update-for-desktop_13.html
          • https://www.bleepingcomputer.com/news/security/google-patches-first-chrome-zero-day-exploited-in-attacks-this-year/
          • https://thehackernews.com/2026/02/new-chrome-zero-day-cve-2026-2441-under.html

          Sysadmin by day | Hacker by night | Go Dev | hashpwn
          3x RTX 4090 3x RTX 2080ti
          Forum Rules

          1 Reply Last reply
          0
          • freerouteF Offline
            freerouteF Offline
            freeroute
            Moderator Trusted
            wrote on last edited by freeroute
            #112

            New AirSnitch attack breaks Wi-Fi encryption in homes, offices, and enterprises
            That guest network you set up for your neighbors may not be as secure as you think.
            airsnitch.png

            To prevent malicious Wi-Fi clients from attacking other clients on the same network, vendors have introduced
            client isolation, a combination of mechanisms that block direct communication between clients. However, client isolation is not a standardized feature, making its security guarantees unclear.

            Source: New AirSnitch attack breaks Wi-Fi encryption in homes, offices, and enterprises
            Github: https://github.com/vanhoefm/airsnitch
            AirSnitch: Demystifying and Breaking Client Isolation in Wi-Fi Networks

            1 Reply Last reply
            👍
            1
            • cycloneC Offline
              cycloneC Offline
              cyclone
              Admin Trusted
              wrote on last edited by
              #113

              Gemini Access to Unintended Public Google Cloud API Keys

              00f8a711-d0df-4de5-907b-a89a9dfdd353-image.png

              Recent research by Truffle Security identified 2,863 publicly exposed Google Cloud API keys that can authenticate to Google Gemini endpoints following API enablement. These keys, commonly embedded in client-side JavaScript for benign services such as maps and analytics, were not originally intended for AI access.

              When the Gemini (Generative Language) API is enabled within a Google Cloud project, all existing API keys in that project inherit access by default, including publicly exposed keys. This creates a significant risk of unauthorized data access and quota abuse.


              Key Findings

              • API keys with the prefix AIza were found embedded in public-facing code
              • Enabling the Gemini API retroactively grants those keys access to AI endpoints
              • Newly created API keys default to “Unrestricted”, allowing access to all enabled APIs
              • Attackers can:
                • Access /files and /cachedContents endpoints
                • Execute Gemini API calls
                • Generate excessive LLM usage charges
              • One reported case alleged $82,314.44 in unauthorized charges within 48 hours

              A separate scan by Quokka identified over 35,000 Google API keys embedded across 250,000 Android applications, indicating broader ecosystem exposure.


              Risk Impact

              This issue transforms what were historically treated as low-risk billing identifiers into high-value AI credentials.

              Potential consequences include:

              • Data exposure via AI-related endpoints
              • API quota theft and financial loss
              • Expanded blast radius through AI-integrated cloud services
              • Elevated abuse potential due to generative AI capabilities

              The behavior was initially considered intended functionality. Google has since implemented proactive controls to detect and block leaked API keys attempting Gemini access. No confirmed exploitation campaigns have been publicly reported at this time.


              Recommended Actions

              Organizations using Google Cloud should:

              1. Audit enabled APIs in all projects
              2. Identify and rotate exposed API keys immediately
              3. Prioritize older keys deployed under previous guidance
              4. Restrict API keys to specific services and referrers
              5. Remove API keys from client-side code where possible
              6. Implement continuous API monitoring and anomaly detection

              Sources:

              • https://thehackernews.com/2026/02/thousands-of-public-google-cloud-api.html
              • https://trufflesecurity.com/blog/google-api-keys-werent-secrets-but-then-gemini-changed-the-rules

              Sysadmin by day | Hacker by night | Go Dev | hashpwn
              3x RTX 4090 3x RTX 2080ti
              Forum Rules

              1 Reply Last reply
              👍
              0
              • cycloneC Offline
                cycloneC Offline
                cyclone
                Admin Trusted
                wrote on last edited by
                #114

                Active Exploitation of Cisco Catalyst SD-WAN CVSS 10.0 Zero-Day (CVE-2026-20127)

                553736f5-ce8e-4570-895f-541f9947337a-image.png

                Overview

                Security researchers and government agencies have confirmed active exploitation of a critical vulnerability affecting Cisco Catalyst SD-WAN infrastructure. The vulnerability, tracked as CVE-2026-20127, allows an unauthenticated remote attacker to bypass authentication on affected Cisco Catalyst SD-WAN Controller and Manager systems and gain administrative access.

                The flaw carries a CVSS score of 10.0 (critical) and enables attackers to send crafted requests to the SD-WAN controller, resulting in login access as a high-privileged internal account. Once initial access is obtained, the attacker can manipulate SD-WAN network configuration and potentially gain full control of the platform.

                Cisco Talos attributes the activity to a sophisticated threat cluster tracked as UAT-8616. Investigation indicates that exploitation activity has likely been occurring since at least 2023, meaning organizations may have been compromised for several years before disclosure.

                Exploitation Chain

                Observed attacks follow a multi-stage compromise process:

                1. Initial Access

                  • Exploitation of CVE-2026-20127 allows authentication bypass on Cisco Catalyst SD-WAN controllers.
                  • Attackers gain administrative access as a privileged non-root user.
                2. Privilege Escalation

                  • Attackers downgrade the SD-WAN software to reintroduce CVE-2022-20775, a CLI path traversal vulnerability.
                  • This allows escalation from administrative access to root privileges.
                3. Persistence and Covering Tracks

                  • After obtaining root access, attackers restore the system to the original software version to conceal the downgrade.
                  • The actor establishes persistence through:
                    • Unauthorized SSH keys
                    • Creation and deletion of local user accounts
                    • Modification of startup scripts
                    • Rogue SD-WAN control connections
                  • Logs and command histories are frequently cleared or truncated to reduce forensic evidence.

                Observed Post-Compromise Activity

                Investigations identified several behaviors associated with successful compromise:

                • Addition of rogue SD-WAN control peers to the network fabric.
                • Creation of malicious or impersonated local user accounts.
                • Deployment of unauthorized SSH keys in:
                  • /home/root/.ssh/authorized_keys
                  • /home/vmanage-admin/.ssh/authorized_keys
                • Enabling root SSH login by modifying SSH configuration.
                • Clearing or truncating logs including:
                  • syslog
                  • wtmp
                  • lastlog
                  • cli-history
                  • bash_history
                • Unexplained software version downgrades followed by re-upgrades.
                • Unusual control-plane peering events originating from unknown IP addresses.

                Threat actors also leveraged NETCONF (port 830) and SSH to move laterally between SD-WAN components within the management plane.

                Impact

                Cisco Catalyst SD-WAN components operate within the network control plane and manage connectivity between distributed sites and cloud environments. Compromise of these systems can allow attackers to:

                • Modify routing and network policies
                • Intercept or redirect traffic
                • Maintain persistent access to enterprise networks
                • Use the SD-WAN fabric as a foothold for broader compromise

                Organizations operating internet-exposed SD-WAN management interfaces are considered at highest risk.

                Government and Industry Response

                Multiple government cybersecurity agencies issued joint advisories warning of ongoing exploitation. U.S. federal agencies were directed to immediately inventory and patch affected SD-WAN deployments due to the risk posed to critical infrastructure and government networks.

                The vulnerability has been added to the Known Exploited Vulnerabilities (KEV) catalog, requiring rapid remediation within federal environments.

                Detection and Threat Hunting Guidance

                Defenders are advised to investigate:

                • Unexpected SD-WAN control-plane peering events
                • Unknown public IP addresses establishing controller connections
                • Root logins or SSH key changes on SD-WAN nodes
                • Missing or abnormally small log files
                • Evidence of temporary software downgrades followed by re-upgrades

                Manual validation of control connection events in SD-WAN logs is considered a critical indicator of potential exploitation.

                Mitigation

                Recommended defensive actions include:

                • Immediately applying Cisco patches for affected SD-WAN components.
                • Reviewing controller logs for unauthorized peering connections.
                • Restricting access to management interfaces and SD-WAN control ports.
                • Blocking unnecessary internet exposure of SD-WAN controllers.
                • Implementing Cisco’s SD-WAN hardening guidance and continuous log monitoring.

                Organizations are strongly advised to assume potential compromise if indicators described in the advisories are present.


                Sources:

                • https://blog.talosintelligence.com/uat-8616-sd-wan/
                • https://thehackernews.com/2026/02/cisco-sd-wan-zero-day-cve-2026-20127.html
                • https://www.tenable.com/blog/cve-2026-20127-cisco-catalyst-sd-wan-controllermanager-zero-day-authentication-bypass
                • https://www.cve.org/CVERecord?id=CVE-2026-20127
                • https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-sdwan-rpa-EHchtZk

                Sysadmin by day | Hacker by night | Go Dev | hashpwn
                3x RTX 4090 3x RTX 2080ti
                Forum Rules

                1 Reply Last reply
                0
                • cycloneC Offline
                  cycloneC Offline
                  cyclone
                  Admin Trusted
                  wrote on last edited by
                  #115

                  Update: Details of the Solflare “xpass” Exploit

                  March 13, 2026

                  c25dc614-d139-4de7-9c3b-da142cb773bb-image.png

                  In Feb 2025, I reported an exploit vulnerability in the Solflare Chrome wallet which allowed the wallet vault (solflaredata) to be decrypted without the user's password.

                  Original post from Feb 2025:
                  https://forum.hashpwn.net/post/416

                  Turns out, this was a backdoor, not a bug.

                  Today, I am releasing the full details of the xpass exploit, aka the "backdoor master key".
                  https://forum.hashpwn.net/post/11116

                  Sysadmin by day | Hacker by night | Go Dev | hashpwn
                  3x RTX 4090 3x RTX 2080ti
                  Forum Rules

                  1 Reply Last reply
                  👍
                  0
                  • cycloneC Offline
                    cycloneC Offline
                    cyclone
                    Admin Trusted
                    wrote on last edited by
                    #116

                    Storm-1175: Rapid Zero-Day Ransomware Campaign

                    9299cb32-fb29-4765-b06b-41d5c5b40438-image.jpeg

                    Recent reporting highlights a fast-moving ransomware operation linked to a Chinese threat group tracked as Storm-1175.

                    According to Microsoft, the group can move from initial access to data exfiltration and Medusa ransomware deployment in under 24 hours in some cases.

                    Overview

                    Storm-1175 is actively exploiting both zero-day and n-day vulnerabilities, often chaining multiple flaws across exposed edge services to gain access. Affected platforms include:

                    • Microsoft Exchange
                    • Ivanti Connect Secure / Policy Secure
                    • JetBrains TeamCity
                    • ConnectWise ScreenConnect
                    • PaperCut
                    • Additional services such as CrushFTP and SmarterMail

                    More than a dozen vulnerabilities across multiple enterprise products have been observed in active exploitation.

                    Attribution & Targeting

                    Microsoft assesses the group as financially motivated, not state-sponsored. Targeted sectors include:

                    • Healthcare
                    • Finance
                    • Education
                    • Professional services

                    Primary victims are located in the US, UK, and Australia.

                    Tradecraft

                    Observed tactics include:

                    • Rapid exploitation of newly disclosed or even pre-disclosure vulnerabilities
                    • Chaining multiple CVEs for initial access
                    • Targeting exposed perimeter services
                    • Disabling endpoint protection before payload execution
                    • Fast data exfiltration prior to encryption

                    The defining factor is operational speed, significantly reducing defender response time.

                    Mitigation

                    • Patch internet-facing systems immediately
                    • Reduce exposed attack surface (VPNs, mail, RMM tools)
                    • Enforce MFA on all external access
                    • Monitor lateral movement and privilege escalation
                    • Protect EDR from tampering
                    • Segment networks to limit impact
                    • Track actively exploited vulnerabilities, not just published advisories

                    Sources

                    • https://www.techradar.com/pro/security/microsoft-flags-china-based-hackers-using-vicious-new-rapid-attack-zero-days-to-launch-ransomware-at-targets-across-the-world
                    • https://www.microsoft.com/en-us/security/blog/2026/04/06/storm-1175-focuses-gaze-on-vulnerable-web-facing-assets-in-high-tempo-medusa-ransomware-operations/

                    Sysadmin by day | Hacker by night | Go Dev | hashpwn
                    3x RTX 4090 3x RTX 2080ti
                    Forum Rules

                    1 Reply Last reply
                    👍
                    0
                    • cycloneC Offline
                      cycloneC Offline
                      cyclone
                      Admin Trusted
                      wrote on last edited by cyclone
                      #117

                      MD6 - The Failed SHA-3 Hash You Likely Never Heard Of

                      While MD6 never made it into NIST as SHA-3 back in 2008, it has resurfaced recently in several hash cracking challenges.

                      Originally designed by Ronald L. Rivest (RSA) and submitted to the NIST SHA-3 competition, MD6 was eventually withdrawn due to concerns around reduced-round security vs. performance tradeoffs.

                      After a suggestion from @Vavaldi (HashMob) to add MD6 support to hashgen, I ported MD6 from C to pure Go, optimized the algorithm for better performance and reduced RAM/GC usage in Go, then added support for 5x common MD6 digest sizes to hashgen (128, 224, 256, 384, 512).

                      The MD6 Go port has a bit-identical hex output to the original C reference implementation, follows the specifications from the docs submitted to NIST, while also closely following Go’s stdlib crypto/sha API for ease of use in your next CTC Go project.

                      MD6 - Pure Go port
                      https://github.com/cyclone-github/md6

                      hashgen v1.3.1 (source code) - w/ MD6 support
                      https://github.com/cyclone-github/hashgen


                      Sources:

                      • https://github.com/cyclone-github/md6
                      • https://web.archive.org/web/20120321103024/http://groups.csail.mit.edu/cis/md6/
                      • https://web.archive.org/web/20170812072847/https://groups.csail.mit.edu/cis/md6/submitted-2008-10-27/Supporting_Documentation/md6_report.pdf

                      Sysadmin by day | Hacker by night | Go Dev | hashpwn
                      3x RTX 4090 3x RTX 2080ti
                      Forum Rules

                      1 Reply Last reply
                      👍
                      0
                      • cycloneC Offline
                        cycloneC Offline
                        cyclone
                        Admin Trusted
                        wrote on last edited by cyclone
                        #118

                        Copy Fail - Root Any Linux Distro

                        096e9ff7-f9e1-4647-9548-8628f921c1c4-image.jpeg

                        Copy Fail (CVE-2026-31431) is a logic bug in the Linux kernel's authencesn cryptographic template. It lets an unprivileged local user trigger a deterministic, controlled 4-byte write into the page cache of any readable file on the system. A single 732-byte Python script can edit a setuid binary and obtain root on essentially all Linux distributions shipped since 2017.

                        79a762f5-ca4b-482f-97f4-7cfbbe2253d7-image.jpeg

                        Container impact is also significant. Since the page cache is shared at the host-kernel level, this is not just a local privilege escalation primitive. In affected environments, it may also become a container escape or Kubernetes node compromise path if the required kernel interfaces are reachable.

                        Read the full write up from the sources below.


                        Sources:

                        • https://xint.io/blog/copy-fail-linux-distributions
                        • https://github.com/theori-io/copy-fail-CVE-2026-31431
                        • https://nvd.nist.gov/vuln/detail/CVE-2026-31431

                        Sysadmin by day | Hacker by night | Go Dev | hashpwn
                        3x RTX 4090 3x RTX 2080ti
                        Forum Rules

                        1 Reply Last reply
                        👍
                        0
                        • cycloneC Offline
                          cycloneC Offline
                          cyclone
                          Admin Trusted
                          wrote last edited by
                          #119

                          Global Crypto Scam Crackdown Leads to 276 Arrests

                          43325d8a-9cb2-4190-8725-2dbbd64e9ca2-image.jpeg

                          A coordinated international law enforcement operation has led to at least 276 arrests and the shutdown of nine cryptocurrency investment scam centers.

                          According to the U.S. Department of Justice, the operation involved the FBI, Dubai Police, the Chinese Ministry of Public Security, and other international partners. The scam centers targeted victims in the United States and caused millions of dollars in losses.

                          b689b19b-15c0-48b0-86b5-402a1873cf5f-image.jpeg

                          The schemes used fake crypto investment platforms and social engineering tactics, including romance-style approaches often associated with pig-butchering scams. Victims were guided into sending funds to fraudulent platforms that appeared legitimate.

                          Several alleged managers and recruiters now face U.S. federal charges in San Diego, including charges related to wire fraud and money laundering.


                          Sources:

                          • https://thehackernews.com/2026/05/global-crackdown-arrests-276-shuts-9.html
                          • https://www.bleepingcomputer.com/news/security/police-dismantles-9-crypto-investment-scam-centers-arrests-276-suspects/
                          • https://www.foxnews.com/tech/global-scam-crackdown-leads-276-arrests

                          Sysadmin by day | Hacker by night | Go Dev | hashpwn
                          3x RTX 4090 3x RTX 2080ti
                          Forum Rules

                          1 Reply Last reply
                          0
                          • cycloneC Offline
                            cycloneC Offline
                            cyclone
                            Admin Trusted
                            wrote last edited by cyclone
                            #120

                            YellowKey: BitLocker Bypass or Backdoor?

                            ChatGPT Image May 23, 2026, 11_25_25 AM.png

                            YellowKey is a public BitLocker bypass disclosed by Nightmare-Eclipse. Microsoft is tracking it as CVE-2026-45585. NVD lists it as a Windows security feature bypass with physical attack requirements, low attack complexity, no privileges required, no user interaction, and high impact to confidentiality, integrity, and availability. In plain English: if the attacker has the machine, this can bypass the protection BitLocker users think they have.

                            From a hacker’s perspective, this is not just a minor recovery bug. This compromises BitLocker-protected drives in the real-world threat model BitLocker is supposed to defend against. The attacker does not need the Windows password. They do not need the BitLocker recovery key. They do not need to crack AES. The PoC abuses Windows Recovery Environment and causes a shell to spawn with access to the protected volume. Once that happens, the disk is effectively decrypted from the attacker’s point of view. The crypto may still be sound, but the platform hands over the unlocked volume.

                            The suspected attack path involves WinRE and filesystem transaction recovery behavior under System Volume Information\FsTx. Microsoft’s mitigation guidance lines up with this. Public reporting says the mitigation removes autofstx.exe from WinRE’s BootExecute processing and recommends moving affected BitLocker systems away from TPM-only unlock. NVD also records Microsoft’s statement that systems using TPM+PIN are not exploitable by this issue.

                            6e8a3c3c-6540-4e77-84d5-5a95548cc809-image.jpeg

                            The backdoor angle is why this is getting so much attention. Nightmare-Eclipse claims the responsible component exists inside the WinRE image and that a same-named component exists in normal Windows without the dangerous behavior. That does not prove intent. Microsoft calls it a security feature bypass, not a backdoor. But from the offensive security side, this looks bad. A Microsoft-controlled recovery path can expose a BitLocker volume without user authentication. That is exactly the kind of behavior people expect full disk encryption to prevent.

                            Recommendations are simple: Do not trust TPM-only BitLocker on high-value systems. If you must continue using BitLocker, use TPM+PIN where possible, apply Microsoft’s WinRE mitigation, lock firmware settings, disable external boot, and consider disabling WinRE on hardened machines. Better yet, ditch BitLocker and use VeraCrypt full system encryption if possible.


                            At the time of this writing, the author’s GitHub appears to have been taken down, along with the original YellowKey exploit repo.

                            3e4d075b-bc42-49b0-8550-d7f13f093b07-image.jpeg


                            Sources:

                            • Nightmare-Eclipse - YellowKey GitHub (offline)
                            • NIST CVE-2026-45585
                            • Tech Radar
                            • Windows Central

                            Sysadmin by day | Hacker by night | Go Dev | hashpwn
                            3x RTX 4090 3x RTX 2080ti
                            Forum Rules

                            1 Reply Last reply
                            👍
                            0
                            • cycloneC Offline
                              cycloneC Offline
                              cyclone
                              Admin Trusted
                              wrote last edited by
                              #121

                              NOCIX Datacenter Outage

                              f0aa515c-d47d-4b0d-9fd8-c1064dceb7f3-image.jpeg

                              NOCIX is currently experiencing an ongoing service-impacting outage that started overnight. The outage appears to be affecting customer-hosted servers, and some customers are also reporting issues accessing the NOCIX customer portal. At this time, I have not found an official NOCIX incident report or public postmortem confirming the root cause, so the cause should be treated as unconfirmed.

                              NOCIX is a budget hosting provider based in Kansas City / North Kansas City, Missouri. The company was formerly known as DataShack and offers low-cost VPS hosting, dedicated servers, custom dedicated servers, gaming servers, and colocation-style services. NOCIX states that its dedicated servers are hosted in its Kansas City, Missouri data center, and that it operates from its own private data center in North Kansas City.

                              The immediate customer impact is loss of availability. Dedicated servers may be unreachable, hosted websites and services may be offline, and customers may be unable to access provider-side management through the portal. If the portal is unavailable, customers may also have limited ability to open tickets, request reboots, view billing, or use remote management features.

                              There are also active Reddit discussions from NOCIX customers reporting outages and sharing replies they say they have received from NOCIX support. These posts are useful for tracking customer impact and provider communication, but they should not be treated as confirmed root-cause information. Until NOCIX publishes an official incident notice, the safest technical summary is that a provider-side outage is affecting some NOCIX-hosted customer services and management access.

                              b1b3b385-28f7-4072-a710-55aa7e5f92b8-image.jpeg

                              03b5c1c8-84a5-4767-8e94-49acebd25452-image.jpeg

                              After services recover, customers should verify system health, review logs, check for unclean shutdowns or storage errors, confirm backups, and contact NOCIX support if servers remain offline. NOCIX’s Terms of Service mention prorated account credits for unplanned service disruptions, but customers must request credit through support.


                              Sources:

                              • NOCIX Contact: https://www.nocix.net/contact-us/
                              • Misaka Status (Uses Nocix hosting): https://misaka.fail/
                              • Reddit customer reports: https://www.reddit.com/search/?q=NOCIX outage

                              Sysadmin by day | Hacker by night | Go Dev | hashpwn
                              3x RTX 4090 3x RTX 2080ti
                              Forum Rules

                              1 Reply Last reply
                              0

                              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                              With your input, this post could be even better 💗

                              Register Login
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              homogenous-expeditionary
                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent