Major Security News
7-Eleven data breach exposes personal information of 185,000 people
Data BreachA massive data breach at 7-Eleven has exposed the personal information of over 185,000 people—and the attackers are already laughing all the way to the dark web. The notorious ShinyHunters extortion gang pulled off the heist in early April, swiping names, emails, phone numbers, and physical addresses from the convenience store giant’s systems. If you’re a 7-Eleven customer or franchisee, your data might be in the wind right now.
**What exactly happened** On April 8, 2026, an unauthorized third party breached 7-Eleven’s internal systems, specifically those used to store franchisee documents. The company quietly confirmed this in data breach notification letters sent to affected customers on May 1. But here’s where it gets wild: the ShinyHunters extortion gang claimed responsibility just nine days later, on April 17. They boasted of stealing over 600,000 records from 7-Eleven’s Salesforce environment—a cloud platform widely used for customer relationship management. When 7-Eleven refused to pay the ransom, the hackers dumped a 9.4GB archive of stolen documents on their dark web leak site. It was a textbook extortion play: pay up, or we expose everything. **Who is affected and how** According to data breach notification service Have I Been Pwned, the breach exposed the data of 185,300 individuals. That includes names, dates of birth, unique email addresses, phone numbers, and physical addresses. A small number of records also contained additional exposed data fields, though 7-Eleven hasn’t specified what those were. The company says the breach was “limited to certain systems used to store franchisee documents,” which aligns with the data that leaked. If you’re a 7-Eleven franchisee or someone who interacted with their corporate systems, you’re likely in the crosshairs. The company operates over 86,000 stores worldwide, including 13,000 in the U.S. and Canada, plus brands like Speedway and Stripes. **The real-world impact and consequences** This isn’t just a data leak—it’s a goldmine for identity thieves. With names, emails, phone numbers, and physical addresses, attackers can launch phishing campaigns, commit fraud, or even attempt physical harassment. The reputational damage is equally severe. 7-Eleven’s loyalty programs, 7Rewards and Speedy Rewards, boast over 100 million members. Trust is the currency of loyalty programs, and this breach just devalued it significantly. And this isn’t 7-Eleven’s first rodeo. In August 2022, 7-Eleven Denmark suffered a ransomware attack that encrypted systems and forced 175 stores to shut down. The pattern is worrying. **Technical breakdown** ShinyHunters specifically targeted 7-Eleven’s Salesforce environment. Salesforce is a cloud-based platform that companies use to manage customer data, sales, and operations. If misconfigured or poorly secured, it becomes a juicy target. The gang has been on a tear, breaching hundreds of Salesforce customers over the past year. They’ve claimed to steal billions of records through attacks like the “Salesforce Aura” data theft and the “Salesloft Drift” campaign. Their method? Likely exploiting weak credentials, unpatched vulnerabilities, or misconfigured APIs. Once inside, they exfiltrated massive amounts of data before 7-Eleven even knew they were there. **What should be done — mitigation and recommendations** If you’re a 7-Eleven customer or franchisee, change your passwords immediately—especially if you reuse them across accounts. Enable multi-factor authentication wherever possible. Watch for phishing emails that might use your leaked data to look legitimate. Never click links or download attachments from unknown senders. Monitor your credit reports and financial accounts for suspicious activity. Consider freezing your credit if you’re particularly concerned. For businesses: audit your Salesforce and other cloud environments. Ensure strict access controls, regular security patches, and robust monitoring for unusual data access patterns. **Why this matters in the bigger cybersecurity landscape** This breach is a stark reminder that no company is too big to be hacked. 7-Eleven is a global giant with massive resources, yet ShinyHunters still walked away with 185,000 people’s data. The FBI recently advised victims not to pay ransoms, warning that it doesn’t guarantee data won’t be sold or reused for further extortion. But that advice feels hollow when your personal information is already on the dark web. ShinyHunters has also hit the European Commission, Vimeo, Zara, McGraw-Hill, ADT, and even Google. They’re not picky—they’re prolific. This isn’t a one-off; it’s a systemic threat targeting cloud platforms like Salesforce. The takeaway? Your data is only as safe as the weakest link in your vendor’s security chain. And right now, that chain is under siege.
Patch Tuesday, May 2026 Edition
General SecurityMay's Patch Tuesday just dropped, and it's a strange one. For the first time in nearly two years, Microsoft isn't patching any actively exploited zero-day flaws. That sounds like good news, but don't pop the champagne just yet. The catch? Sixteen "critical" bugs are now on the table, including a terrifying domain controller takeover that requires zero user interaction. If you run Windows servers, your domain controllers just became a prime target. Apple, Google, Mozilla, and Oracle are also shipping fixes at record speed. The bots are finding bugs faster than ever, and it's changing the game for everyone.
**What exactly happened** Microsoft kicked off May with 118 security fixes across Windows and its product line. That's a hefty number, but the headline is what's missing: no zero-days under active attack. This marks the first Patch Tuesday since mid-2024 without an emergency exploit in the wild. But don't mistake calm for safety. Sixteen of those bugs earned Microsoft's "critical" label, meaning they allow remote code execution with minimal user involvement. Rapid7 flagged a standout: CVE-2026-41089, a stack-based buffer overflow in Windows Netlogon. An attacker with no privileges and no user interaction can grab SYSTEM-level control over a domain controller. That's the keys to the kingdom, plain and simple. **Who is affected and how** If your organization runs Windows Server with Active Directory, you're in the crosshairs. Domain controllers are the crown jewels of any network, and this bug lets an attacker bypass authentication entirely. Small businesses, enterprises, and government agencies alike need to prioritize this patch above all others. But it's not just Microsoft. Apple, Google, Mozilla, and Oracle all shipped updates this month, many fixing vulnerabilities discovered by AI-driven code analysis tools. The irony is thick: the same AI platforms that can be tricked by social engineering are now outperforming humans at finding security holes in our own software. **The real-world impact and consequences** A domain controller compromise means an attacker can impersonate any user, reset passwords, and move laterally across your entire network. Ransomware gangs love this kind of entry point. Even without active exploitation today, the clock is ticking. Proof-of-concept code often emerges within days of a patch release, and unpatched systems become low-hanging fruit. For consumers, the risk is lower but still real. Critical bugs in Windows, Chrome, Firefox, and macOS can lead to drive-by downloads or credential theft. The sheer volume of patches this month means users face update fatigue, but skipping even one could be costly. **Technical breakdown (explain the "how" simply)** CVE-2026-41089 exploits a classic memory corruption flaw. Netlogon, a protocol that handles authentication between computers and domain controllers, has a buffer that can be overflowed. By sending a specially crafted request, an attacker can overwrite memory and execute arbitrary code with SYSTEM privileges. No password, no click, no warning. It's a silent takeover. Other critical bugs involve remote code execution in Microsoft Office, SharePoint, and Hyper-V. These typically require some user interaction, like opening a malicious document, but the consequences are just as severe. **What should be done — mitigation and recommendations** Patch immediately. Start with your domain controllers and any internet-facing Windows servers. For Microsoft updates, use Windows Update or your management tool, but be prepared for a reboot. Mozilla's Firefox update this month also requires a full restart, so plan accordingly. Backup before you update. It's a boring but vital step. If a patch breaks something, you'll want a rollback path. For organizations, test patches in a staging environment first, but don't delay deployment for critical systems beyond a few days. **Why this matters in the bigger cybersecurity landscape** This month's Patch Tuesday signals a shift. AI-driven vulnerability discovery is accelerating the pace of patches, and vendors are struggling to keep up. The absence of zero-days this month is likely a statistical blip, not a trend. Attackers are also using AI to find flaws faster, and the gap between patch release and exploit deployment is shrinking. The Netlogon bug is a reminder that foundational protocols, decades old, still harbor dangerous flaws. As AI tools get better at auditing code, we'll see more of these ancient weaknesses exposed. The winners will be organizations that treat patching as a continuous, prioritized process, not a monthly chore.
Netherlands Seizes 800 Servers, Arrests 2 for Aiding Cyberattacks
General SecurityDutch authorities just pulled off one of the most significant takedowns in recent cybercrime history. They seized 800 servers and arrested two hosting company co-owners for allegedly powering Russian cyberattacks, influence operations, and disinformation campaigns across the European Union. This isn’t just about a couple of rogue hosts—it’s about the infrastructure that enables state-backed hackers to wreak havoc. If you’re in the EU, your data, your networks, and even your democracy could have been in the crosshairs. The arrests signal a major shift: enablers are no longer invisible.
**What exactly happened** On May 18, the Dutch financial crime agency FIOD arrested a 57-year-old from Amsterdam and a 39-year-old from The Hague. They’re charged with violating sanctions law by providing economic resources to EU-sanctioned entities. The operation also netted 800 servers—a massive haul that crippled a key piece of Russian cyber infrastructure. The arrests stem from a 2025 KrebsOnSecurity investigation that exposed how two hosting companies had taken over the technical infrastructure of Stark Industries Solutions. Stark was sanctioned by the EU last year for being a frequent launchpad for cyberattacks from Russia’s intelligence agencies. **Who is affected and how** The immediate victims were European organizations hit by distributed denial-of-service (DDoS) attacks, proxy services, and anonymity tools traced back to Stark. But the ripple effects are broader. Russian-backed hacking groups used this infrastructure to meddle in elections, spread disinformation, and conduct influence operations across the EU. Every business, government agency, or individual relying on the internet in Europe was indirectly at risk. The servers weren’t just hosting attacks—they were enabling a whole ecosystem of cybercrime and espionage. **The real-world impact and consequences** This takedown doesn’t just disrupt current operations—it sends a message. By cutting off access to 800 servers, Dutch authorities have forced Russian intelligence-linked groups to scramble for new infrastructure. That buys time for defenders and raises the cost for attackers. But the bigger win is legal precedent. Prosecuting the enablers—the hosting providers who turned a blind eye—shows that sanctions aren’t just paper tigers. If you help sanctioned entities operate, you’re on the hook. **Technical breakdown** Stark Industries Solutions emerged just two weeks before Russia invaded Ukraine. It quickly became a go-to for massive DDoS attacks and proxy services. The infrastructure was designed to be resilient—spread across multiple providers and jurisdictions. The two arrested men allegedly controlled companies that acted as Stark’s main conduits to the broader internet. By seizing their servers, investigators effectively unplugged a key node in Russia’s cyberattack supply chain. **What should be done** For organizations, this is a wake-up call to audit your supply chain. If you’re using hosting or cloud services, verify they aren’t linked to sanctioned entities. Implement robust DDoS protection and monitor for traffic originating from known bad IP ranges. For policymakers, this case highlights the need for stronger cross-border cooperation. Cybercriminals and state-backed groups exploit jurisdictional gaps—takedowns like this work only when countries act together. **Why this matters in the bigger cybersecurity landscape** This isn’t an isolated bust. It’s part of a growing trend: going after the infrastructure, not just the attackers. By targeting hosting providers, proxy services, and server farms, authorities are disrupting the business model of state-sponsored cybercrime. The message is clear: if you build the highways for hackers, you’ll pay the price. And for the rest of us, it’s a reminder that cybersecurity isn’t just about patches and passwords—it’s about dismantling the systems that make attacks possible.
Webinar: Too many tools are slowing network incident response
General SecurityYour IT team is drowning in dashboards. When a network incident hits, they’re forced to juggle monitoring tools, ticketing systems, identity platforms, and chat apps just to figure out what’s happening. That fragmentation isn’t just annoying—it’s dangerous, slowing response times and risking major outages. On June 2, 2026, BleepingComputer is hosting a live webinar that tackles this chaos head-on. It’s called “From alert to resolution: Fixing the gaps in network incident response,” featuring Edgar Ortiz from Tines. If your team is buried under too many tools, this is for you.
**What exactly happened** Network incidents are getting messier. IT teams now have to bounce between monitoring dashboards, infrastructure tools, ticketing platforms, identity systems, and communication apps just to piece together what went wrong. This isn’t a single vulnerability—it’s a systemic workflow problem that’s slowing everyone down. BleepingComputer’s upcoming webinar on June 2, 2026, aims to expose these gaps. Led by Edgar Ortiz, a Solutions Engineering Leader and Computer Scientist at Tines, the session will show how automation and AI can streamline the chaos. **Who is affected and how** Every organization with a complex IT stack is at risk. Think security operations centers, network engineers, and incident responders who spend more time switching tabs than solving problems. When a critical alert drops, they manually collect context, hunt down ownership, prioritize incidents, and coordinate actions across teams. This fragmented approach doesn’t just waste time—it creates dangerous delays. In high-pressure moments, every second counts. A slow response can turn a minor glitch into a full-blown outage or security breach. **The real-world impact and consequences** The cost is real. Slower incident response means longer downtime, frustrated users, and potential revenue loss. For security incidents, it could mean data exposure or compliance violations. The webinar highlights how these delays often stem from poor workflow design, not lack of effort. Teams end up firefighting instead of preventing. They’re stuck in a reactive loop, manually enriching alerts and routing tickets. This burnout cycle leads to higher turnover and more mistakes. **Technical breakdown** Here’s how it works in practice. An alert fires in your monitoring system. Without automation, a human must check the network topology, verify user identities in a separate tool, look up threat intel, and then decide who to ping in Slack or Teams. That’s four or five manual steps before any action happens. Tines’ approach uses intelligent workflows to connect these systems automatically. AI can enrich alerts with context—like which user, device, or network segment is affected—and route them to the right responder without human intervention. The webinar will demo how triage, enrichment, and routing can be automated end-to-end. **What should be done** The key takeaway is to stop treating tools as islands. Start by mapping your current incident response flow. Identify where manual handoffs cause the biggest delays. Then, look for automation opportunities—like auto-enriching alerts with identity data or auto-creating tickets in your ticketing platform. The webinar will cover practical techniques: how to prioritize incidents without manual intervention, how to coordinate responses across systems, and how to move from fragmented to unified resolution. For teams already overwhelmed, this is a lifeline. **Why this matters in the bigger cybersecurity landscape** We’re in an era of tool sprawl. Every new vendor adds another dashboard, another login, another context switch. The industry is waking up to the fact that more tools don’t equal better security—they often create more noise. Automation and AI-assisted workflows are the antidote. They don’t replace human judgment; they remove the grunt work so responders can focus on what matters. This webinar isn’t just about fixing a process—it’s about rethinking how we handle incidents in a hyper-connected world. Don’t let your tools slow you down.
Microsoft: Domain Controller lookup may fail on Windows Server 2016
General SecurityMicrosoft just dropped a quiet bombshell for anyone still running Windows Server 2016. A new known issue, triggered by the KB5087537 security update from May 2026, is causing domain controller lookups to fail—but only if your server’s hostname is exactly 15 characters long. If that sounds oddly specific, it is. And it’s a problem that could silently break critical admin tools, from DFS management to domain discovery commands like `nltest`. If you’re managing legacy infrastructure, this one hits close to home—especially since Windows Server 2016 is already past its mainstream support end date.
**What exactly happened** Microsoft confirmed a bug in the KB5087537 security update for Windows Server 2016. After installation, domain controller discovery fails when the server’s hostname is exactly 15 characters long. That’s not a typo—15 characters is the trigger. The issue affects DCLocator calls, which are used by tools like `nltest /dsgetdc:<domain> /pdc`. Instead of returning a valid domain controller, the system throws `ERROR_INVALID_PARAMETER`. That means applications and administrative tools simply can’t find a domain controller. **Who is affected and how** This bug only hits Windows Server 2016 systems. And only those with hostnames that are precisely 15 characters long. If your hostname is 14 or 16 characters, you’re safe. But if it’s exactly 15, you’re stuck. The impact goes beyond simple lookups. Microsoft warns that administrative operations relying on domain controller discovery—like DFS Namespace management—could fail. That means file replication, group policy updates, and other core admin tasks might break without warning. **The real-world impact and consequences** For IT teams running Windows Server 2016, this is a ticking clock. The server is already past its mainstream support end date (January 2022). Microsoft extended extended support by five years to ease migration, but this bug shows the cost of running legacy systems. If your domain controllers can’t be located, you lose visibility and control. Imagine trying to troubleshoot a DFS issue or apply a security policy, only to get an error. That’s the reality for admins stuck with 15-character hostnames. **Technical breakdown** The root cause is still under investigation by Microsoft. But the behavior is clear: DCLocator calls fail with `ERROR_INVALID_PARAMETER` when the hostname is exactly 15 characters. This is likely a buffer or validation issue in the update’s code, triggered by the specific length. Hostnames in Windows are limited to 15 characters for NetBIOS names, so this bug hits a common edge case. It’s a reminder that even small details—like character length—can have outsized consequences in enterprise environments. **What should be done — mitigation and recommendations** Microsoft hasn’t provided a fix timeline yet. For now, the only workaround is to rename affected servers to a hostname that isn’t exactly 15 characters long. That’s easier said than done in production, but it’s the only option until a patch arrives. Admins should also monitor Microsoft’s support document for updates. In the meantime, test the KB5087537 update in a non-production environment before deploying it broadly. If you’re already affected, consider rolling back the update temporarily. **Why this matters in the bigger cybersecurity landscape** This bug is a cautionary tale about legacy system risk. Windows Server 2016 is old, and every update carries the potential for new issues. The fact that Microsoft is still investigating—with no fix timeline—underscores the challenge of supporting aging platforms. For organizations, it’s a wake-up call to accelerate migration to newer versions like Windows Server 2022 or 2025. The longer you wait, the more you’re exposed to these kinds of edge-case failures. And in cybersecurity, an invisible failure like a domain controller lookup bug can be the crack that attackers exploit.
Anthropic’s restricted Claude Mythos model may be coming to Claude Code
Artificial IntelligenceAnthropic is quietly preparing to release "Mythos"—an AI model so powerful at hacking that the company itself called it a severe risk to global digital infrastructure. This isn't your average coding assistant. Mythos can autonomously develop professional-grade cyberattacks, exploiting vulnerabilities in widely-used software like Firefox. If you rely on any major software or digital service, you're potentially in the crosshairs. The model's public rollout, now hinted at in Claude Code and Claude Security, could shift the balance of power in cybersecurity—and not necessarily in favor of the defenders.
**What exactly happened** Anthropic first unveiled Mythos in April as a restricted preview. The model demonstrated "strikingly advanced capabilities" in computer security tasks, far surpassing their current flagship, Opus 4.7. But here's the kicker: Mythos can automatically develop functional cyberattacks at a highly professional level. The company was so concerned about its potential for abuse that they initially withheld public release. Now, references to "claude-mythos-1-preview" have appeared in Claude Code and Claude Security. Some users even briefly spotted a toggle to enable it before it was pulled offline. **Who is affected and how** This isn't just about AI enthusiasts or developers. Mythos targets the very foundation of our digital world—unpatched vulnerabilities in popular applications like Firefox. If attackers get their hands on this model before robust guardrails are in place, every organization using common software could face unprecedented exploitation risks. Anthropic has been working with up to 50 organizational partners through a project called "Glasswing," using the unreleased Mythos Preview to find and fix vulnerabilities. But the broader public remains exposed until the model is either safely released or kept under lock and key. **The real-world impact and consequences** In its first month alone, Mythos uncovered over 10,000 high- or critical-severity vulnerabilities. That's a staggering number. For context, most bug bounty programs celebrate finding a few hundred critical flaws in a year. The real danger? Speed. Attackers can use Mythos to automate the discovery and exploitation of vulnerabilities at machine speed. Defenders, meanwhile, are still largely manual. Anthropic itself warned: "The advantage will belong to the side that can get the most out of these tools. In the short term, this could be attackers." **Technical breakdown** Mythos isn't just better at writing code—it's fundamentally different in its autonomy. Previous models required significant human guidance to craft exploits. Mythos can reason through complex software systems, identify weaknesses, and develop functional attack code without step-by-step prompting. Think of it like this: earlier AI was a skilled assistant that needed you to point at the problem. Mythos is more like a seasoned penetration tester who can walk into a room, find every vulnerability, and write a custom exploit for each one—all on their own. **What should be done — mitigation and recommendations** For organizations: Start preparing now. Review your vulnerability management processes. If Mythos can find 10,000 critical flaws in a month, your current patch cycle probably can't keep up. Anthropic is developing guardrail systems, but don't wait. Implement automated patching, invest in AI-driven defense tools, and consider participating in initiatives like Glasswing if you manage critical infrastructure. For individuals: Keep your software updated. Enable automatic updates where possible. The gap between vulnerability discovery and patch deployment is about to get much more dangerous. **Why this matters in the bigger cybersecurity landscape** We're witnessing a paradigm shift. AI has been a tool for both attackers and defenders, but Mythos represents a leap in offensive capability. The question isn't if this technology will be weaponized—it's whether defenders can build equivalent defensive AI before the damage becomes catastrophic. Anthropic's careful approach is commendable, but history shows that restricted models eventually leak. The clock is ticking. The cybersecurity community must accelerate its adoption of AI-driven defense, because the attackers won't wait for permission.
Lawmakers Demand Answers as CISA Tries to Contain Data Leak
Data BreachA CISA contractor with top-level access just did the unthinkable — they deliberately posted the agency’s deepest secrets on a public GitHub account. We’re talking plaintext passwords to dozens of internal systems, AWS GovCloud keys, and a treasure trove of sensitive data. And they did it while actively disabling GitHub’s built-in security warnings. Lawmakers from both parties are now demanding answers. The breach is still being contained. If you work in government, critical infrastructure, or rely on CISA for threat intel, this one hits close to home.
**What Exactly Happened** On May 18, KrebsOnSecurity broke the story: a CISA contractor with admin access to the agency’s code platform created a public GitHub profile called “Private-CISA.” Inside? Plaintext credentials to dozens of internal CISA systems. AWS GovCloud keys. The works. The commit logs show the contractor deliberately disabled GitHub’s built-in protection against publishing sensitive credentials in public repos. This wasn’t an accident — it was a choice. The repository was originally created in November 2025, but experts say it gained its most sensitive secrets in late April 2026. That’s months of exposure. **Who Is Affected and How** CISA is the nation’s cyber defense agency. They protect federal networks, critical infrastructure, and state and local governments. A leak of this scale means anyone who depends on CISA for threat intelligence, incident response, or security guidance is potentially at risk. The exposed credentials could allow an attacker to access CISA’s internal systems, manipulate data, or pivot to other government networks. The full blast radius is still unknown. **Real-World Impact and Consequences** CISA’s official statement claims “no indication that any sensitive data was compromised.” But that’s cold comfort when the keys to the kingdom were sitting on a public repo. Lawmakers aren’t buying it. Sen. Maggie Hassan and Rep. Bennie Thompson have sent a joint letter demanding answers about the duration of exposure, what systems were compromised, and what CISA is doing to prevent a repeat. The bigger concern? This undermines trust in CISA’s ability to protect its own house — let alone the nation’s. **Technical Breakdown — How It Happened** The contractor used GitHub as a personal scratchpad and synchronization tool between work and home machines. GitHub has a built-in feature called “secret scanning” that automatically detects and blocks credentials in public repos. The contractor disabled it. Security firm Truffle Security analyzed the repo and found it contained plaintext passwords, API keys, and AWS GovCloud credentials — the kind of data that could give an attacker full access to CISA’s cloud infrastructure. The repo was eventually taken down, but the damage may already be done. Once credentials are public, they can be scraped, shared, and used within minutes. **What Should Be Done — Mitigation and Recommendations** CISA is scrambling to invalidate the leaked credentials and rotate all affected keys. But that’s a Band-Aid on a bullet wound. Organizations need to enforce strict policies against using personal GitHub accounts for work. No exceptions. Technical controls like endpoint monitoring, data loss prevention (DLP), and mandatory secret scanning should be non-negotiable for any contractor with admin access. And here’s the hard truth: if a CISA contractor can do this, so can yours. Every organization should audit their GitHub repos — public and private — for exposed secrets. Right now. **Why This Matters in the Bigger Cybersecurity Landscape** This isn’t just a CISA problem. It’s a wake-up call for every organization that relies on contractors, cloud services, and code repositories. The line between convenience and security just got a lot thinner. GitHub is the world’s largest code repository, but it’s also a goldmine for attackers. If the agency tasked with protecting the nation can’t secure its own secrets, what does that say about the rest of us? The lesson is brutal but clear: trust no one, verify everything, and never assume your contractors are following the rules. Because one “Private-CISA” repo is all it takes to bring the house down.
Alleged Kimwolf Botmaster ‘Dort’ Arrested, Charged in U.S. and Canada
MalwareA 23-year-old Canadian man, Jacob Butler—known online as "Dort"—was arrested Wednesday for allegedly building and operating the Kimwolf botnet, an IoT malware army that enslaved millions of devices. This botnet didn't just launch record-breaking DDoS attacks; it targeted traditionally "firewalled" gadgets like digital photo frames and webcams, and even hit Department of Defense IP ranges. If you own any internet-connected device that isn't a phone or laptop, you may be at risk. The arrest marks a major win for cross-border cybercrime enforcement, but the real question remains: how many more "Dorts" are out there, weaponizing our smart homes against us?
**What exactly happened** Canadian authorities arrested Jacob Butler, 23, of Ottawa, on Wednesday for allegedly creating and operating the Kimwolf botnet. The arrest came after KrebsOnSecurity publicly named him in February 2026, following a series of personal attacks—including DDoS, doxing, and swatting—against the journalist and a security researcher. Butler now faces criminal hacking charges in both Canada and the United States. **Who is affected and how** The Kimwolf botnet specifically targeted Internet-of-Things (IoT) devices that are often overlooked by security teams: digital photo frames, webcams, and other gadgets typically "firewalled" from the rest of the internet. These devices were enslaved into a massive botnet, then rented to other cybercriminals or forced into DDoS attacks. The Department of Defense itself was a victim, with attacks affecting DoD IP address ranges. **The real-world impact and consequences** This isn't just about slow internet or crashed websites. The Kimwolf botnet launched "record-smashing" DDoS attacks over the past six months, disrupting critical infrastructure and potentially affecting military communications. The DoD's Defense Criminal Investigative Service is now involved, signaling the severity of the threat. For the average user, a compromised webcam or photo frame could mean your device is secretly attacking hospitals or government servers without your knowledge. **Technical breakdown** Kimwolf spreads by scanning the internet for IoT devices with default or weak credentials. Once inside, it installs malware that turns the device into a "bot," awaiting commands from a central server. The botnet's sophistication lies in its ability to infect devices that are normally difficult to reach—those behind firewalls or NAT. By weaponizing these "invisible" devices, Kimwolf created a massive, distributed attack force that could overwhelm even well-protected targets. **What should be done — mitigation and recommendations** First, change default passwords on all IoT devices immediately. Second, ensure firmware is updated regularly—manufacturers often release patches for known vulnerabilities. Third, segment your network: keep IoT devices on a separate Wi-Fi network from your main computers and phones. For organizations, implement network monitoring to detect unusual outbound traffic from IoT devices. Finally, if you suspect your device is compromised, factory reset it and change all associated credentials. **Why this matters in the bigger cybersecurity landscape** The Kimwolf case highlights a growing trend: cybercriminals are moving beyond traditional computers to exploit the billions of IoT devices flooding the market. These devices often lack basic security, making them easy targets. The arrest of "Dort" is a rare victory, but it underscores a systemic problem. As smart homes and connected devices become ubiquitous, the attack surface expands exponentially. This case should serve as a wake-up call for manufacturers, regulators, and consumers alike: security can no longer be an afterthought in the IoT era.
CISA Admin Leaked AWS GovCloud Keys on Github
Data BreachA CISA contractor just left the keys to the kingdom on a public GitHub repo. We’re talking admin-level credentials to AWS GovCloud accounts and internal CISA systems—sitting in plain sight for anyone to find. This isn’t just a slip-up. It’s a textbook case of how a single bad habit can blow a hole in national security. If you’re a government contractor or anyone handling sensitive data, this is your wake-up call.
**What exactly happened** Last weekend, security firm GitGuardian flagged a public GitHub repository named “Private-CISA.” Inside, it contained a treasure trove of sensitive data: AWS GovCloud keys, plaintext passwords, internal logs, and detailed documentation on how CISA builds, tests, and deploys software. The repository belonged to a CISA contractor who had been using it since November 2025. Despite the repo’s name, it was anything but private. The owner had disabled GitHub’s default setting that blocks publishing SSH keys or secrets in public repos. **Who is affected and how** The exposed credentials gave access to multiple highly privileged AWS GovCloud accounts. GovCloud is a special AWS region designed for government workloads, meaning the data inside is often classified or critical to national infrastructure. Beyond cloud keys, the repo contained internal CISA files, including system backups and configuration details. This means any threat actor who stumbled upon the repo could have gained a roadmap into CISA’s internal operations. **The real-world impact and consequences** Security experts called this one of the most egregious government data leaks in recent history. The exposure wasn’t just a technical oversight—it was a direct risk to national security. If malicious actors had accessed these credentials, they could have moved laterally within CISA’s network, exfiltrated sensitive data, or even disrupted operations. The fact that CISA is the agency responsible for protecting other government systems makes this especially alarming. **Technical breakdown** The contractor disabled GitHub’s secret scanning feature, which automatically blocks commits containing sensitive data. This allowed plaintext passwords, API tokens, and cloud keys to be uploaded without any warning. GitGuardian’s researcher, Guillaume Valadon, noted that the commit logs showed a clear pattern: the contractor was likely using the repo to sync files between a work laptop and a home computer. This is a classic security no-no—treating a public repo like a personal sync folder. **What should be done** First, CISA must immediately rotate all exposed credentials and audit access logs for any signs of unauthorized use. They should also enforce mandatory security training for all contractors handling sensitive systems. On a broader level, organizations should implement automated secret scanning tools that block sensitive data from being pushed to public repos. GitHub’s default settings exist for a reason—disabling them should require explicit approval and justification. **Why this matters in the bigger cybersecurity landscape** This incident is a stark reminder that even the most security-conscious agencies are only as strong as their weakest link. A single contractor’s bad habit can undo millions in cybersecurity investments. It also highlights the growing risk of supply chain vulnerabilities. Government agencies rely heavily on contractors, but without strict oversight and automated enforcement, those relationships become attack vectors. For everyone in cybersecurity, this is a case study in why “trust but verify” isn’t enough—you need to automate the verification.
A 0-click exploit chain for the Pixel 10: When a Door Closes, a Window Opens
Zero-DayHere's the thing about closing one security door—it usually means a window just got pried open somewhere else. Security researchers just proved that the Pixel 10 is vulnerable to a zero-click exploit chain, even though Google patched the original Dolby vulnerability that made the Pixel 9 hackable. The new chain uses a completely different local privilege escalation path, swapping out a removed driver for a fresh one that ships with the Pixel 10. If you're using a Pixel 10 with a security patch level before March 2026, your device could be compromised without you ever touching it. No clicks. No warnings. Just a silent takeover.
**What exactly happened** Researchers who previously demonstrated a full zero-click-to-root exploit chain on the Pixel 9 decided to test whether the same attack surface existed on the Pixel 10. The answer? Yes—but with some clever pivoting. The original chain relied on two exploits: a Dolby zero-click vulnerability (CVE-2025-54957) affecting all Android devices, and a local privilege escalation (LPE) using a driver called BigWave. Google patched the Dolby bug in January 2026, but the researchers wanted to see if they could rebuild the chain for the newer device. **Who is affected and how** Any Pixel 10 user with a security patch level from December 2025 or earlier is at risk. The exploit chain works entirely without user interaction—no malicious app download, no phishing link, no suspicious attachment. An attacker could silently compromise your device just by sending a specially crafted media file that gets processed automatically. From there, they gain kernel-level access, meaning they can read your messages, access your camera, steal credentials, and install persistent malware. **The real-world impact and consequences** This isn't theoretical. The researchers successfully demonstrated the full chain working on a Pixel 10. The implications are serious for anyone handling sensitive data on their phone—journalists, activists, corporate executives, or just regular people who value their privacy. A zero-click exploit is the holy grail for attackers because it requires zero user error. You can be the most security-conscious person on the planet, and this attack would still work. The consequences range from data theft to full device surveillance without any visible signs of compromise. **Technical breakdown** The researchers updated the Dolby exploit for Pixel 10 with minimal changes—mostly updating memory offsets and dealing with a new security feature called RET PAC. Instead of overwriting the stack canary check (which wasn't available), they targeted initialization code called `dap_cpdp_init` that runs once and never again. The bigger challenge was the LPE part. The BigWave driver that worked on Pixel 9 simply doesn't exist on Pixel 10. Instead, the researchers found a new driver in the mediacodec SELinux context—a video processing unit (VPU) that wasn't present on the previous device. This VPU driver had its own vulnerabilities that could be exploited to escalate privileges from the media server context all the way to root. The researchers effectively replaced one LPE exploit with another, targeting the new attack surface Google introduced with Pixel 10's hardware. **What should be done** First, check your Pixel 10's security patch level immediately. If it's December 2025 or earlier, you're vulnerable. Update to the March 2026 patch or later as soon as possible. For organizations, this is a reminder that device fleet management matters. Ensure all Pixel devices in your environment are receiving timely security updates. Consider using mobile device management (MDM) solutions that enforce patch compliance. For users, there's no behavioral mitigation here—you can't "be more careful" against zero-click attacks. Your only defense is staying current with security patches. **Why this matters in the bigger cybersecurity landscape** This research exposes a fundamental truth: closing one vulnerability often creates opportunities for attackers to find new ones. Google removed the BigWave driver, but its replacement—the VPU—had its own exploitable flaws. The bigger issue is that modern smartphones are becoming more complex, not less. Every new hardware component, every new driver, every new codec expands the attack surface. The Pixel 10's VPU is a perfect example of how "security improvements" can inadvertently introduce fresh vulnerabilities. For the broader industry, this is a wake-up call about proactive security. Waiting to patch vulnerabilities after they're discovered isn't enough—especially for zero-click attack surfaces that affect millions of devices. Vendors need to invest in secure-by-design principles, thorough code auditing before shipping, and rapid patch deployment when flaws are found. The Pixel 10 exploit chain proves that attackers are patient, creative, and willing to rebuild their entire approach when one door closes. The question is whether the security industry can keep up.
Vulnerabilities & CVEs
CISA orders feds to patch actively exploited Drupal vulnerability
There's a quiet but urgent scramble happening across government servers right now. CISA just ordered all U.S. federal agencies to patch a critical Drupal vulnerability by Wednesday evening—and it's already being actively exploited in the wild. This isn't your average bug. Tracked as CVE-2026-9082, this SQL injection flaw lives deep in Drupal's database abstraction API. The scary part? Attackers don't need any authentication to pull it off. Just a specially crafted request aimed at PostgreSQL-powered sites, and they can trigger arbitrary SQL injection. From there, the damage spirals fast. Information disclosure, privilege escalation, and even full remote code execution are all on the table. The Drupal security team didn't mince words—they tagged this one as "highly critical" before rushing out patches. And the attacks are already here. Cybersecurity firm Imperva has spotted over 15,000 attack attempts targeting nearly 6,000 sites across 65 countries. Gaming and financial services are taking the brunt of it, accounting for almost half of all observed attacks. Meanwhile, Shadowserver is tracking nearly 670 unpatched Drupal installations still exposed online, mostly in North America and Europe. Drupal powers some of the biggest digital infrastructure out there—government agencies, major research universities, massive enterprise and media organizations. If you're running Drupal with PostgreSQL, your organization is squarely in the crosshairs. CISA's deadline is tight, but the directive is clear: patch by Wednesday midnight. While the order only applies to federal civilian agencies, CISA is strongly urging every organization to treat this as an immediate priority. This isn't the first Drupal vulnerability to be exploited in the wild—it's the fifth CISA has flagged over the last several years, and two of the previous ones were even abused in ransomware attacks. Your move? Apply the vendor patch immediately. If you're using cloud services, follow the guidance for BOD 22-01. If mitigations aren't available, it's time to discontinue use of the product. The clock is ticking, and attackers aren't waiting.
Breaking the Sound Barrier, Part II: Exploiting CVE-2024-54529
You know that moment when your computer makes a weird sound and you just shrug it off? Well, one security researcher decided to chase that rabbit hole all the way down. What they found was a nasty type confusion bug hiding deep inside macOS’s audio system—a vulnerability that could let an attacker take complete control of your machine. This isn’t just a glitch. CVE-2024-54529 lives in the coreaudiod daemon, the very heart of how your Mac handles sound. The bug tricks the system into treating one kind of data object as if it were something else entirely. Imagine handing a valet your car keys, only for them to mistake them for a garage door opener. That’s the kind of confusion we’re talking about—except here, it can crash your system or worse. The real kicker? This exploit doesn’t need your permission. It works silently through a Mach service, the behind-the-scenes plumbing that lets apps talk to each other. An attacker could send a specially crafted message that the audio system misinterprets, leading to a cascade of errors. The researcher turned this into a working exploit by using heap spraying, uninitialized memory, and a careful dance of crashes and restarts. Who’s affected? Every Mac user running a vulnerable version of macOS. The impact isn’t just a frozen screen or a weird sound glitch—it’s a full system compromise. Once inside, attackers can steal data, install malware, or spy on you through your microphone. The scariest part? The audio system runs with high privileges, making it a perfect sandbox escape route. So what should you do? Update your Mac immediately. Apple has patched this in recent macOS updates, but if you’ve been hitting “remind me later,” now’s the time to click “install.” Keep your software current, and don’t ignore those update notifications. Researchers have open-sourced their tools, including a proof-of-concept, so attackers have a head start. Your best defense is staying one update ahead.
Vulnerability CVE-1999-0095
Imagine a secret backdoor into your mail server, left unlocked for decades. That’s the chilling reality of CVE-1999-0095, a vulnerability in Sendmail that’s as old-school as it gets. The debug command in this email software was enabled by default, letting attackers waltz in and run commands as the all-powerful root user. It’s like handing over the keys to your digital kingdom without a second thought. This flaw hits systems running older versions of Sendmail, a staple for routing emails on Unix-like systems. If you’re still using it—and many legacy setups do—you’re wide open. The impact? An attacker can execute any command as root, from stealing data to installing malware or crashing the entire server. It’s not just an inconvenience; it’s a full-blown security meltdown that could expose sensitive communications or bring operations to a halt. So, what can you do? First, patch your Sendmail version immediately. If you’re on an ancient build, upgrade to a supported release that disables the debug command by default. Second, audit your systems for any lingering instances of this vulnerability—think of it as a digital spring cleaning. Finally, enforce strict access controls and monitor logs for unusual command executions. The fix is straightforward, but ignoring it is like leaving your front door wide open in a storm.
Vulnerability CVE-1999-0082
A ghost from the 90s just came back to haunt the internet. A decades-old vulnerability, CVE-1999-0082, is making headlines again. It’s a simple trick: typing "CWD ~root" into an old-school FTP server. That one command could hand over root access like a skeleton key. For a flaw this ancient, it’s surprising it still matters—but it does. Who’s at risk? Mostly legacy systems still running ancient FTP daemons. Think dusty servers in universities, old corporate networks, or industrial control rooms. The impact is brutal: a remote attacker can gain full control, read files, plant malware, or pivot deeper into a network. It’s not a widespread threat, but for anyone still using these relics, it’s a ticking bomb. Here’s what you need to do. First, audit your network for any FTP services still active. If you find one running an old daemon, disable it immediately. Replace it with modern, secure alternatives like SFTP or SCP. If you can’t update, restrict access with firewalls and IP whitelists. And please, patch or retire any system that still trusts a 1999-era command. The past shouldn’t own your future.
Vulnerability CVE-1999-1471
Imagine a backdoor that’s been hiding in plain sight for decades. That’s CVE-1999-1471 for you—a classic buffer overflow vulnerability in BSD-based operating systems, version 4.3 and earlier. It lurks in the `passwd` command, the tool you use to change your password. By feeding it an overly long shell or GECOS field, a local user can overflow the buffer and seize root privileges. Think of it as a digital skeleton key, left rusting in the system’s closet since the 1990s. Who’s at risk? Anyone running those ancient BSD systems—think universities, research labs, or legacy servers still humming along. The impact is severe: a local user, like a student or disgruntled employee, can escalate from a standard account to full root access. That means they can read any file, install malware, or wipe the system clean. It’s not a remote attack, so you’d need physical or SSH access, but once inside, the damage is total. For organizations clinging to these old systems, it’s a ticking time bomb. Here’s the takeaway: patch or upgrade. If you’re stuck with BSD 4.3 or earlier, apply any available security fixes—though good luck finding them for such vintage software. Better yet, migrate to a modern BSD version like FreeBSD 12 or OpenBSD 7, which have long since squashed this bug. For legacy systems that can’t be updated, restrict local access tightly. Limit shell accounts, enforce strong password policies, and monitor for unusual activity. Remember, even old vulnerabilities can haunt you if left unchecked.
Vulnerability CVE-1999-1122
Imagine a backdoor left open in a classic operating system from decades past. That's the essence of CVE-1999-1122, a vulnerability lurking in the "restore" command of SunOS 4.0.3 and earlier versions. This flaw isn't about some distant, theoretical risk—it's a concrete way for a local user to escalate their privileges and seize control of the system. Think of it like this: you're in a secure building, but a maintenance closet has a faulty lock. If you're already inside, you can jimmy that lock to access the master key ring. Similarly, this vulnerability allows anyone with a local account on an affected SunOS system to exploit the "restore" utility. Once they do, they can gain elevated privileges, essentially becoming a superuser with unrestricted power over the machine. Who's affected? Anyone still running SunOS 4.0.3 or earlier—likely a niche group of legacy system administrators, collectors, or organizations with deeply embedded, unpatched hardware. The impact is severe: a complete compromise of the system's integrity. An attacker could install malware, steal sensitive data, or disrupt critical operations. For modern environments, this is a relic, but for those still relying on it, the risk is immediate and profound. So, what can you do? If you're managing a system with this vulnerability, the fix is straightforward: upgrade to a newer, patched version of SunOS or migrate to a modern, supported operating system. For those who can't upgrade, isolate the system from any network and restrict physical access to trusted personnel only. Disable the "restore" command if it's not essential, and monitor logs for any suspicious activity. In today's landscape, this vulnerability is a reminder that old code can still bite. Stay vigilant, keep systems updated, and never assume a legacy system is safe just because it's been running quietly for years.
Vulnerability CVE-1999-1467
Imagine a trusted friend knocking on your door, only to walk in and take control of your entire house. That's the unsettling reality of CVE-1999-1467, a vulnerability lurking in the rcp (remote copy) command on SunOS 4.0.x systems. This flaw lets attackers from pre-approved "trusted hosts" execute any command as the all-powerful root user, turning a simple file transfer tool into a backdoor for total system compromise. The core issue is deceptively simple. SunOS 4.0.x trusted the "nobody" user account a bit too much. When a remote machine was listed as trusted, the system didn't properly verify who was knocking. An attacker could masquerade as that low-privileged "nobody" account, but because of the misconfiguration, they'd slip through with root-level access. It's like giving a janitor the keys to the CEO's office. Who's affected? Anyone still running SunOS 4.0.x, which is ancient but sometimes lingers in legacy systems or specialized hardware. The impact is catastrophic: full root access means attackers can steal data, install malware, or wipe entire systems. For organizations still using this OS, it's a ticking time bomb. Even if you think you're safe because it's "just an old server," the trust relationship between machines makes this especially dangerous in networked environments. So what can you do? First, if you're still running SunOS 4.0.x, upgrade immediately. There's no patch for this vulnerability because the OS is decades out of support. Second, audit your trusted host lists. If you must keep the system, remove all trust relationships and use more secure methods like SSH with key-based authentication. Third, isolate any legacy systems behind strict firewalls and monitor them for unusual activity. Remember, a vulnerability this old doesn't mean it's harmless--it just means attackers have had decades to perfect their exploitation techniques.
Vulnerability CVE-1999-1506
Imagine a ghost from the early days of the internet, still lurking in the shadows of aging systems. That's CVE-1999-1506, a vulnerability in SMI Sendmail 4.0 and earlier, running on SunOS up to version 4.0.3. This flaw lets a remote attacker slip into the system and access the user "bin" directory, a place where critical system binaries live. Who's affected? Anyone still running these ancient Unix systems, likely in legacy environments like old university networks, research labs, or embedded systems that never got updated. The impact is serious: an attacker can tamper with core system files, potentially taking over the machine or causing widespread disruption. Think of it as a backdoor into the engine room of a ship, left unlocked for decades. What should you do? If you're somehow still using these systems, upgrade immediately or isolate them from the network. For modern users, it's a reminder that old vulnerabilities never truly die—they just wait for someone to exploit them. Patch management isn't just for new bugs; it's a time machine that keeps yesterday's threats from haunting today's operations.
Vulnerability CVE-1999-0084
Picture this: a decades-old ghost haunting modern systems. That's the story of CVE-1999-0084, a vulnerability from the late 90s that still sends shivers through network administrators. It's a simple but nasty trick: certain NFS servers let users abuse the mknod command to create a writable kmem device. Once that's done, they can set their user ID to zero—root access, the ultimate prize. It's like finding a skeleton key to the kingdom, hidden in plain sight. Who's at risk here? Any organization still running legacy NFS servers, especially those in older Unix or Linux environments. Think universities, research labs, or companies with aging infrastructure. The impact is brutal: an attacker with basic access can escalate to full system control. They can read, modify, or delete any file, install malware, or pivot to other systems. It's not just a single server at stake—it's the entire network's integrity. Imagine a thief getting the master key to every door in a building. So, what can you do? First, patch those old NFS servers if possible. Many vendors have released fixes, but if your system is too ancient, consider upgrading. Second, restrict the mknod command. Use file system permissions and disable unnecessary device creation. Third, monitor for unusual activity—like sudden UID changes or unexpected kmem writes. Finally, segment your network. Keep legacy systems isolated from critical data. This vulnerability is a reminder that in cybersecurity, old threats never die—they just wait for someone to forget. Stay vigilant.
Vulnerability CVE-2000-0388
Picture this: a simple environmental variable, something as innocent as TERMCAP, becomes a weapon in the wrong hands. That's the story behind CVE-2000-0388, a buffer overflow vulnerability lurking in the FreeBSD libmytinfo library. For those not fluent in tech-speak, it means a local user could exploit a long TERMCAP variable to crash the system or, worse, execute arbitrary commands. It's a classic case of a small crack turning into a potential floodgate. Who's at risk? Anyone running FreeBSD systems with that vulnerable library installed. This isn't a remote attack—it requires local access, meaning the threat comes from within. Think disgruntled employees, compromised user accounts, or anyone who can log into the machine. The impact? A full compromise of system integrity, allowing an attacker to run commands with the privileges of the affected process. For servers, this could mean data theft, service disruption, or a foothold for deeper infiltration. What should you do? First, patch immediately. FreeBSD released updates to fix this, so ensure your systems are up to date. If patching isn't possible, restrict local access to trusted users only—tighten user permissions and monitor for unusual activity. Consider disabling the libmytinfo library if it's not essential, or apply workarounds like input validation for environment variables. Finally, audit your systems for any signs of exploitation, especially if you've seen odd behavior from local accounts. Stay proactive, because in cybersecurity, a small variable can lead to big trouble.
Vulnerability CVE-1999-0209
In 1999, a quiet but dangerous backdoor was left open in the SunView system—a graphical interface for old-school Sun workstations. The flaw, known as CVE-1999-0209, let anyone on the network reach into the machine's file system through a service called selection_svc. Think of it as a digital window left unlocked, giving strangers a direct line to read your private files without knocking. Who felt the sting? Anyone running SunView on SunOS or Solaris systems back then—universities, research labs, and early internet companies. The real kicker? This wasn't a complex hack. It was a simple, unauthenticated read access. No password needed, no tricky exploit. Just a quiet request, and boom—your sensitive documents, configuration files, or even personal notes were up for grabs. The impact rippled through environments where trust was assumed, turning internal networks into open libraries for anyone with a connection. So, what's the takeaway for today? First, patch early, patch often—this vulnerability was fixed decades ago, but the lesson echoes. If you're still running legacy systems (and some organizations do), isolate them from the modern network. Second, never assume internal services are safe from external eyes. Every open port is a potential leak. Finally, embrace the principle of least privilege: if a service doesn't need to read files, lock it down. This old flaw reminds us that even the simplest oversight can turn a trusted tool into a spy's best friend.
Vulnerability CVE-1999-1198
Imagine this: you’re handed the keys to the kingdom, no questions asked. That’s exactly what happened with a flaw in NeXT systems’ BuildDisk program, back before version 2.0. This wasn’t some sophisticated hack—it was a simple oversight that let anyone with local access waltz into the root account without a password. No authentication, no barrier, just a direct path to full system control. Who paid the price? Anyone using those early NeXT machines—developers, researchers, early adopters of the sleek black cubes. The impact was huge because local users, even those with minimal privileges, could instantly become all-powerful administrators. Think about it: a disgruntled employee, a curious student, or just someone with physical access could install malware, delete critical files, or hijack the entire system. For organizations relying on NeXT for sensitive work, this was a silent disaster waiting to happen—no warning, no log entry, just a quiet takeover. So what can you learn from this blast from the past? First, never assume default settings are safe. If a program doesn’t ask for authentication before performing privileged actions, that’s a red flag. Second, always enforce the principle of least privilege—users should only have the access they absolutely need. Finally, patch early and often. This vulnerability was fixed in NeXT 2.0, but the lesson is timeless: software that skips security checks is a ticking bomb. Modern systems still suffer from similar oversights, so stay vigilant, test your tools, and never let convenience override security.
Found this issue useful?
Get daily insights delivered straight to your inbox. No spam. Unsubscribe anytime.