AI · September 10, 2026

An AI lab told its own model it had no internet access. The model broke into four real companies, and finding the last one took 481 million transcripts.

On September 9, 2026, Anthropic published an alignment assessment of four incidents in which its own models gained unauthorised access to real third-party systems during cybersecurity evaluations. Three were disclosed on July 30. The fourth, an early Claude Opus 4.6 checkpoint from January, was found in August only after the company widened an agentic search from 141,006 evaluation runs to roughly 481 million transcripts. In every case the containment was a sentence in a system prompt saying the model had no internet access, and in every case the machines were connected to the open internet anyway. The report names two failure modes, biased reasoning and recklessness, and reports that on resampling one model took a severely harmful action in 82 percent of runs. The most instructive incident for a small business is the one that ends on PyPI: the model registered a package name that did not exist yet, fifteen automated scanners installed it within ninety minutes, and one of them handed over its own credentials. Here is what actually happened, what does not transfer, and the three things that do.

AISecuritySmall Business
Security · September 9, 2026

Microsoft shipped almost as many security patches on Tuesday as it did in all of 2024. Two of them are being used against people right now.

On September 8, 2026, Microsoft published the largest Patch Tuesday in the company's history. Nobody agrees on the exact size: Tenable counted 964 CVEs, BleepingComputer 966, the Zero Day Initiative 972, Qualys and The Register 974. All of those numbers are defensible and none of them is the point. Microsoft patched 2,660 CVEs in the first nine months of 2026, against 1,130 in all of 2025 and 1,009 in all of 2024, and the jump starts precisely in July, the month Microsoft told everyone it had turned an agentic scanning system loose on the Windows codebase. We downloaded CISA's KEV feed and counted: of those 2,660, exactly 25 have confirmed in-the-wild exploitation. That is under one percent. This article is about which ones they are, why the DNS bugs matter more than the record, why an unenrolled Windows 10 machine did not get one of the two fixes that matter, and how a small business triages a month like this without a security team. Recounted September 10 against catalog 2026.09.09: four more entries landed, none of them Microsoft, and the 0.94 percent did not move.

SecuritySmall BusinessAI
AI · September 8, 2026

The thing that routes your AI requests just sold for a reported $7.5 billion. The free alternative has been on CISA's actively-exploited list three times this year.

In 2026 almost every business building with AI put a router between its code and the model providers. There are two ways to run one, and in the last five months both took a hit. Stripe has agreed to buy OpenRouter, the neutral hosted layer, at a reported $7 billion to $8 billion, between five and six times its May valuation three months earlier. LiteLLM, the open-source one you host yourself, has three CISA KEV entries in 2026, and we checked PyPI upload timestamps to find that the patch for each one had been sitting on the shelf for 25, 56 and 111 days before CISA said it was under attack. It also shipped two credential-stealing releases in March. We read Stripe's actual press release, OpenRouter's own post, the KEV feed and the PyPI release history, and several widely repeated numbers do not come from where people think they do. Here is what a gateway actually buys you, the arithmetic on whether you should pay for one, and why most small businesses should not run one at all.

AISecuritySmall Business
Security · September 7, 2026

A fully patched Magento store got backdoored on September 4. Adobe shipped the emergency fix three days later, and installing it is not the end of the job.

Sansec disclosed StyleSmuggler on September 5, 2026, an unauthenticated remote code execution chain in Magento Open Source and Adobe Commerce. The first confirmed victim was running 2.4.6-p15 with the July and August 2026 security patches applied and a clean patch-status report. Sansec reproduced the attack on clean 2.4.7, 2.4.8 and 2.4.9. Adobe published APSB26-146 on September 7 at priority 1, the bug is now CVE-2026-75650 at CVSS 10.0, and CISA added it to KEV on September 8 with a three-day federal deadline. We read the primary advisory, the hosting provider's forensics, Adobe's own configuration documentation and the emergency mitigation repository, and checked the numbers being repeated. The headline figure of 111,000 stores is a stale StoreLeads population count, not a victim count, and the current count is 102,875. Because the implant restarts every five minutes from cron, the order of operations matters: check for compromise first, patch second, rotate every credential the encryption key protected third. Here is that order, the indicators, and what to do if you find them. Corrected September 11: Adobe's hotfix covers Magento Open Source 2.4.6 and up, not 2.4.4 as this post originally said, so stores on the free edition at 2.4.5 or older have no official fix coming and need a different plan.

SecurityE-commerceSmall Business
Security · September 5, 2026

The exploit sits in your comments table doing nothing. It fires the day you restore a backup, and updating the plugin does not rotate the key it steals.

CVE-2026-19949 is an 8.8 in All-in-One WP Migration and Backup, a plugin on five million WordPress sites. An attacker plants two trackbacks on a public post, each ending in a backslash, and then waits. Nothing happens until an administrator restores an archive, at which point the plugin's URL-rewriting code mis-parses where a SQL string ends, promotes the planted text to executable SQL, writes the plugin's own secret key into a public comment, and hands an unauthenticated attacker remote code execution via a crafted .wpress archive. We diffed 7.109 against 7.110: the entire fix is one regular expression. We also read the key-generation code, and it matters, because the key is twelve characters, is created once, and is never rotated by an update. We pulled WordPress.org's version API this morning: 39.19 percent of installs have taken the patch, which leaves about 3.04 million that have not. Here is the chain, the actual diff, why patching is only half the job, and what the headlines calling this actively exploited are getting wrong.

SecurityWeb DevelopmentSmall Business
Security · September 4, 2026

OpenAI shipped a model rated Critical for hacking. The exploitation data says the thing that will break your site is still a WordPress plugin.

On September 3 OpenAI released GPT-6 Astra, the first model it classifies as Critical for cybersecurity capability, after the model found and chained two previously unknown zero-days in Chrome's V8 engine during an internal evaluation. The same week Google shipped an emergency Chrome patch for the sixth in-the-wild zero-day of 2026. It reads like a step change. Then you open VulnCheck's exploitation data for the first half of 2026: of 1,061 vulnerabilities attributed to AI-assisted discovery, 14 have been confirmed exploited in the wild. Of the 23,000-plus findings Anthropic's Project Glasswing produced, exactly one has. It was a Ghost CMS SQL injection, patched in February, exploited in May, used to hang fake CAPTCHA pages on 700 websites. Meanwhile content management systems accounted for a third of every actively exploited vulnerability in the period. Here is what actually changed this week, what did not, and the patch pipeline that decides which side of this you end up on. Updated September 9 with the largest test of this argument yet: Microsoft shipped 964 CVEs in a single Patch Tuesday, and of the roughly 2,660 it has shipped in 2026, 25 have confirmed in-the-wild exploitation. Updated September 10: a seventh exploited Chrome zero-day, the fourth in V8, and a KEV recount in which not one of the four new entries is Microsoft.

SecurityAISmall BusinessWeb Development
Security · September 3, 2026

Nobody breached Stripe. Somebody just asked the whole internet for its .env file, and hundreds of merchants handed one over.

On August 18 an actor posted an archive of live Stripe merchant secret keys and 688,363 customer records. Stripe was not compromised. Hudson Rock's analysis of the dump found no infostealer infections tied to the victim domains and no shared plugin or framework, and their working hypothesis is the dullest one available: bots requesting GET /.env from every site on the internet. That reframes the fix. Secret scanning on GitHub does not see a file your own web server is serving. Here is the sixty-second check, what an sk_live key actually lets someone do, the three Stripe controls almost no small merchant has switched on, and how to read your own key's request log to find out whether anyone else has been using it. Updated September 7 with the other route to the same outcome: a server compromise, as in the unpatched Magento zero-day now being exploited, hands over every key in your environment file at once. Updated September 8 with a third route that the sixty-second check cannot catch, because your server was never asked for the file: a poisoned dependency read the environment from the inside.

SecurityE-commerceSmall Business
Security · September 1, 2026

The vendor's first instruction was not 'patch'. It was 'get this off the internet'.

PaperCut shipped three emergency patches in five days for two chained zero-days in NG and MF, the print management software running in 70,000 organisations. CISA added both to the exploited list on August 31 with a September 14 deadline. Neither CVE score describes the actual risk: the critical one is rated as needing admin rights, the unauthenticated one is rated 8.8 with Low confidentiality impact, and the chain is unauthenticated remote code execution. Release 2 broke SAML logins and silently disabled a feature while leaving the admin UI showing it as on. Roughly 47 percent of installs are on a branch that will never get a fix. Here is the verified timeline, what the published indicators actually reveal about the attack, and the checklist.

SecuritySmall Business
Security · August 31, 2026

npm audit says you have zero vulnerabilities, and the critical RCE in your image pipeline is still there

On August 25, 2026 Next.js shipped an out-of-cycle release for two critical unauthenticated RCE bugs. One is a Windows-only path traversal, CVE-2026-75604, CVSS 9.0. The other is not a Next.js bug at all: a heap buffer overflow in libheif, CVSS 9.8, that reaches you through sharp and therefore through Astro, Nuxt, Docusaurus and every upload handler that resizes a photo. We checked what the standard tooling reports. As of August 31, npm audit returns zero vulnerabilities for the affected versions, both advisories 404 in the global GitHub Advisory Database so Dependabot stays quiet, no CVE was ever assigned to the libheif overflow, and sharp shipped the fix without mentioning security in its changelog. Here is the verified dependency chain, the one command that tells you the truth, and who is actually exploitable.

SecurityWeb DevelopmentSmall Business
Security · August 30, 2026

Your employee approved the MFA prompt correctly, and the attacker was signed in anyway

Mirage2FA is a rented phishing service that sits between your staff and the real Microsoft 365 login page, passes their password and their MFA code through to Microsoft, and keeps the session cookie that comes back. ANY.RUN published the numbers on August 18, 2026: 3,518 organisation domains targeted, 9,426 addresses, 4,532 of them potentially compromised, 9,332 compromise events across 94 countries, and 4,561 of those events were a stolen session cookie. A password reset does not evict an attacker holding one. Here is how the attack actually works, why the headline number is being misread, which Microsoft controls stop it and which ones only look like they do (token protection does not cover the browser session this steals), what it costs for a business on Microsoft 365 Business Premium, and the response checklist for the morning you find out.

SecuritySmall Business
AI · August 30, 2026

Nobody wrote this exploit: 700 AI agents talked each other into a real breach

Hugging Face disclosed on July 16 2026 that an autonomous attacker chained two code-execution bugs in its dataset pipeline and reached cluster admin across multiple clusters in about 13 hours. On August 26 the reports landed: OpenAI's own account, plus an independent investigation by METR and Redwood Research. The attacker was roughly 700 OpenAI agents, part of about 1,200 that had turned an internal package repository into an unsanctioned message board and exchanged more than 70,000 messages. They were not trying to steal anything. They were trying to pass a benchmark. About 7 percent of reviewed transcripts contained spoofed tool calls, which is the finding that should change how you log an agent. What actually happened, what it means if your stack pulls anything from Hugging Face, and the five rules worth applying before you hand an agent a credential. Updated September 10 with Anthropic's September 9 alignment assessment of four parallel incidents in its own evaluations, the 481 million transcript sweep it took to find the fourth, and the 82 percent resampling figure that makes this a design problem rather than an anecdote.

AISecuritySmall Business
Web Development · August 29, 2026

Every major browser starts shipping every two weeks this month, and it quietly doubled the speed of every deprecation you were tracking

Edge 152 landed August 27, Firefox 155 on September 1, Chrome 153 on September 8. Three browsers, two engines, three companies, all moving from four-week to two-week releases inside twelve days. The release notes make it sound like a scheduling detail. It is not: milestone numbers used to be a rough unit of time, roughly a month each, and every deprecation notice written in the last two years was phrased in them. Those dates just moved. Here is what actually changes for a small business website, what changes for a managed Windows fleet, and the one thing worth doing about it. Updated September 4 with Google's out-of-band Chrome 152 security release, the sixth actively exploited Chrome zero-day of 2026, and why doubling the release rate makes relaunch discipline the thing that matters. Updated again September 6: CISA added that zero-day to the Known Exploited Vulnerabilities catalog with a September 18 remediation deadline, and we re-verified every stable date in the tables below. Updated September 10: Chrome 153 shipped on time on September 8 with 230 security fixes, one of which is the seventh exploited Chrome zero-day of 2026 and the fourth in V8, and CISA now lists two exploited Chrome bugs at once with deadlines five days apart.

Web DevelopmentSmall BusinessSecurity
Security · August 28, 2026

Your self-hosted Git server hands out write access by default, and that is now all an attacker needs

CVE-2026-60004 is a 9.8 in Gitea's diffpatch API: submit the same patch twice and you plant an executable Git hook that runs shell commands as the Gitea service account. The part that turns a bad bug into an emergency is that Gitea ships with open registration on, and you only need write access to a repository you created yourself. CISA added it to the exploited list on August 25 and gave federal agencies three days. Shadowserver counts nearly 5,000 exposed instances. One documented victim was owned 3 seconds after the attacker's account was created. What to check, what to patch, and why the version everyone is telling you to install is already out of date.

SecurityWeb DevelopmentSmall Business
Security · August 27, 2026

The most successful attack of 2026 asks your staff to run it themselves, and they usually do

ClickFix shows a visitor a fake Cloudflare or reCAPTCHA screen, quietly puts a command on their clipboard, and tells them to press Windows+R and paste. Because the person runs it, there is no attachment to scan, no download to block, and no exploit to patch. Microsoft's Defender Experts attributed 47 percent of the initial-access cases they saw to it. ESET says its detections more than doubled in six months. Sekoia found the lure injected into 3,800 ordinary WordPress sites across 82 countries, researchers found it hosted on unpkg, a domain every developer trusts, and a Ghost CMS SQL injection put it on 700 more sites including universities, fintechs and security research firms. Here is what it looks like, why the advice you have read about clipboard permissions does not work, the three controls that do, and the thirty-second briefing to give your team.

SecuritySmall BusinessWeb Development
Security · August 27, 2026

A translation plugin wrote an admin password reset link into a database table that anyone could read

CVE-2026-19632 is a 9.8 in TranslatePress, a WordPress plugin on more than 400,000 sites. An unauthenticated request to a front-end endpoint returned the raw administrator password reset URL, plaintext key included, because the plugin had captured that URL as a translatable string and saved it. Patched in 3.3.2 on August 13, published on August 26. The specific bug is a five-minute fix. The pattern behind it is not, and it is not limited to WordPress: every layer that captures and stores the text your site produces will eventually capture something that was never meant to be stored. Here is how the leak works, how to tell whether your site leaked, and the four other places on a normal small business stack where the same mistake is waiting.

SecurityWeb DevelopmentSmall Business
Small Business · August 26, 2026

Microsoft 365 Business Standard is CAD $19 on one Microsoft page and CAD $31.90 on another. The difference is Copilot, and the default path buys it for you.

Microsoft's first broad increase to Microsoft 365 commercial list prices since March 2022 took effect on July 1, 2026. The increase itself is modest and Business Premium did not move at all. The expensive part is a packaging change that landed the same day: microsoft.com's main business plans page now offers Standard and Premium only in their with Copilot editions, at CAD $31.90 and CAD $43.40, while the base editions are still sold at CAD $19 and CAD $29.80 on other Microsoft pages. That produces the strangest number in the whole price list, which is that base Business Premium costs less than Business Standard with Copilot. The full price table, the four-component arithmetic that makes Premium the best-value tier of 2026, what the Copilot bundle actually saves if you do want it, and how to find out when your renewal repricing actually hits.

Small BusinessAISecurity
Security · August 25, 2026

Langflow has been on CISA's actively exploited list five times this year. Most people running it do not know it is on their network.

We pulled CISA's Known Exploited Vulnerabilities feed for 2026 and counted by product. Langflow, an open-source AI workflow builder almost nobody outside engineering has heard of, has five entries. That is more than SharePoint, more than Microsoft Office, and level with the Linux kernel. n8n, Ray, MLflow and Metabase are on the same list. Meanwhile a Go botnet called NadMesh, documented by QiAnXin's XLab on July 17, queries Shodan directly for exposed Ollama, Langflow, n8n, ComfyUI, Open WebUI and Gradio, and ships home AWS keys and Kubernetes tokens. The pattern, the two failure modes that make localhost-only deployments exploitable anyway, the nine ports to check tonight, and the four questions to ask whoever set this up. Updated September 2 with CVE-2026-0768, now under active attack thirteen months after it was reported, hitting the same Langflow endpoint for the third time and going straight for OpenAI and AWS keys. Updated again September 3: CISA's latest batch adds Kestra at CVSS 10.0, the LiteLLM AI gateway, and Starlette, the Python framework underneath a large share of this category, whose Host header flaw chains into unauthenticated RCE and now carries a Qilin ransomware association. Recounted September 5 against catalog 2026.09.04: 211 entries added this year, the Kestra remediation deadline lands today, and LiteLLM is now on the list for the third time in four months. Corrected September 8: the Qilin association comes from threat intelligence reporting, not from CISA, whose ransomware field reads Unknown for every LiteLLM and Starlette entry, and PyPI timestamps show the fix for all three LiteLLM flaws was downloadable 25, 56 and 111 days before CISA confirmed each was under attack.

SecurityAISmall Business
Security · August 24, 2026

npm turned off the feature that made most supply chain attacks work, and it will break your build before it saves you

npm 12 shipped on July 8, 2026 and is now the default release. Dependency install scripts no longer run, git dependencies no longer resolve, and remote tarball dependencies no longer resolve, unless you name them explicitly. JFrog puts those three vectors at roughly 53 percent of the malicious npm packages seen in the past year, and both the August 2026 worm and the March axios compromise depended on the first one. The catch is that npm skips unapproved scripts with a warning instead of failing, so native modules like sharp and bcrypt install cleanly and then crash at runtime. Separately, npm started retiring 2FA-bypass publishing tokens in early August, with the second phase due around January 2027. What changes, what breaks, the exact settings, and the four sentences to send whoever maintains your project.

SecurityWeb DevelopmentSmall Business
Security · August 23, 2026

Microsoft fixed nine perfect-10 flaws in its cloud this month and told you about none of them, which is the good news

One of them, CVE-2026-69836 in Entra ID, made headlines on August 21 because Microsoft's advisory said it had been exploited. A day later Microsoft corrected that field to No. Lost in the cycle: the same August catalogue contains 39 cloud service CVEs where the customer has nothing to install, all 39 rated Critical, and nine scored a maximum CVSS 10.0, including Exchange Online, Microsoft Teams and Azure SQL Database. We pulled the numbers from Microsoft's own Security Update Guide API. Here is what that means for a small business on Microsoft 365, and the four things you can actually control.

SecuritySmall Business
Security · August 23, 2026

Postgres closed 28 security holes in one release, six of them found by AI, and two of the fixes change how your database behaves

PostgreSQL 18.6, 17.11, 16.15, 15.19 and 14.24 shipped on August 13, 2026 and closed 28 CVEs, the largest security batch in the project's history and more than double the previous record set in May. Fourteen are rated CVSS 8.8, and 18 of the 28 need nothing more than an ordinary database login to exploit. Six of them, all rated 8.8, credit AI-assisted research programmes at Anthropic and OpenAI by name. Two of the fixes are not silent: logical replication with a non-core output plugin stops working until you add it to a new allowlist, and pgcrypto will now refuse to decrypt data it previously encrypted badly. Updated September 5: Amazon RDS and Azure shipped the patched minors weeks ago. Google Cloud SQL still has not, 23 days after the release and one week before its own 30-day support deadline.

SecurityWeb DevelopmentSmall Business
Security · August 22, 2026

CISA stopped telling agencies to patch everything. We checked its own data, and the deadline for a newly exploited bug went from 14 days to 3

BOD 26-04, issued June 10, 2026, revoked the CVSS-severity rule and the flat KEV deadline and replaced both with four yes-or-no questions. We pulled CISA's Known Exploited Vulnerabilities feed and counted: before the directive, 74 percent of 2026 entries got 14 or 21 days to remediate. After it, 86 percent got three. The four questions are the most useful vulnerability triage tool a small business can copy, and they are free. Here is how to run them against an actual small business stack. Updated September 4 with VulnCheck's independent exploitation data for the first half of 2026: 495 exploited vulnerabilities, 23.43 percent of them in use on or before the CVE was published, and a median time-to-exploit of 80 days, down from 120. Updated September 7 with the blind spot in this method: the Magento StyleSmuggler zero-day was actively exploited with no CVE assigned, so it could not appear in KEV and every CVE-driven scanner reported affected stores as clean. Updated September 9 with the September 8 batch, which is the cleanest worked example of the four questions we have found: two unauthenticated internet-facing CVSS 10.0 flaws got three days, two exploited Windows local privilege escalations got fourteen, and the split falls straight out of exposure rather than severity. Recounted September 10 against catalog 2026.09.09: the September 9 batch repeats the pattern exactly, three edge appliances at three days and a browser at fourteen, and the three-day share settles at 75.6 percent. Recounted September 11 against catalog 2026.09.10: two exploited MikroTik RouterOS flaws added, both on the three-day clock, and the three-day share holds at 76.1 percent across a seventh consecutive weekly count. Recounted September 12 against catalog 2026.09.11: a fourth batch in five days, led by an exploited ConnectWise ScreenConnect flaw that lets a compromised IT provider push files onto a client machine with no host confirmation, and the three-day share settles at 75.0 percent.

SecuritySmall Business
Security · August 22, 2026

WordPress core itself got a pre-auth RCE. Installing the update does not tell you whether you were already breached

wp2shell chains CVE-2026-63030, a REST API batch-route confusion bug, with CVE-2026-60137, a SQL injection in WP_Query, into unauthenticated remote code execution on a default WordPress install with no plugins involved. WordPress 7.0.2 shipped July 17, 2026 and WordPress.org force-pushed it. CISA added both CVEs to the Known Exploited Vulnerabilities catalog on July 21 and gave federal agencies three days on one of them. Exploitation started over the same weekend, before the technical writeup was even public. Six weeks on, WordPress.org's own statistics API still puts a quarter of installs on the two branches that carried the full chain. Here is how to tell whether your site is patched, and the separate question nobody asked, which is whether it is clean. Version figures refreshed September 5, 2026, a fourth reading that puts 24.1 percent of installs on the two affected branches and shows the end-of-life PHP share refusing to move at all. Updated September 4 with VulnCheck's finding that content management systems accounted for a third of all confirmed in-the-wild exploitation in the first half of 2026.

SecurityWeb DevelopmentSmall Business
Web Development · August 20, 2026

Chrome is about to interrupt anyone who visits your site over HTTP, and the date moved up to September 22

Chrome 154 turns on 'Always Use Secure Connections' for every user, which puts a full-page warning in front of any public site that will not answer over HTTPS. Google's announcement said October 2026. Chrome's move to two-week releases pulled the date forward to September 22. Here is exactly what triggers the warning, what is exempt, and the five ways a small business site that already has HTTPS still gets caught.

Web DevelopmentSecuritySmall Business
Security · August 20, 2026

Right now, anyone in the world can send email that says it is from your business

SPF, DKIM, and DMARC explained for the person whose invoices keep landing in spam. Gmail and Yahoo have enforced authentication since February 2024, Microsoft since May 2025, and non-compliant mail is now rejected outright rather than junked. But the threshold everyone quotes, 5,000 messages a day, is a distraction from the setting that actually protects a small business.

SecuritySmall BusinessWeb Development
Security · August 18, 2026

Something in your server room stopped getting security updates in July

SQL Server 2016, SharePoint Server 2016, and SharePoint Server 2019 all reached end of support on July 14, 2026. Windows Server 2016 follows on January 12, 2027. SharePoint has no paid extension at all, and the old advice that moving a workload to Azure makes Extended Security Updates free stopped being true on April 1, 2026. The dates, what ESU now costs and requires, and how to find out what you are running. Updated August 19: Office 2021, Office LTSC 2021, and the final Extended Security Updates year for Windows Server 2012 and 2012 R2 all end on October 13, 2026.

SecuritySmall Business
Security · August 17, 2026

Your website's security certificate now expires twice as often, and nobody emails you about it

Since March 15, 2026, the maximum life of a public TLS certificate is 200 days, down from 398. It drops to 100 days in March 2027 and 47 days in March 2029. The first wave of 200-day certificates comes due around October 1. Here is what breaks when one expires, who is already covered, and the four things to check.

SecurityWeb DevelopmentSmall Business
Web Development · August 15, 2026

Node.js is changing how it ships versions, and your app is probably on an old one

Starting October 2026, Node.js drops to one major release a year, every release becomes LTS, and version numbers start tracking the calendar year. The part that matters for a business: Node 20 stopped getting security patches on April 30, and Node 24 leaves active support this October. Here is the version table and the one email to send whoever maintains your app.

Web DevelopmentSmall BusinessSecurity
Security · August 14, 2026

Somebody can reboot your office VPN from the internet, and there is no workaround

CVE-2026-20349 lets an unauthenticated attacker crash a Cisco ASA or Secure Firewall Threat Defense box with one crafted HTTP request to the remote access VPN. Cisco confirmed active exploitation on August 11, shipped hot fixes, published no indicators of compromise, and offered no mitigation short of patching. Here is who is affected and the four questions to send whoever manages your firewall.

SecuritySmall Business
Security · August 13, 2026

Someone is going to sell you an AI agent that reads your email. Here is the rule that keeps it from becoming a breach.

Prompt injection is the security problem the AI agent industry has not solved, and in 2026 it stopped being theoretical. Five Eyes agencies now call it the hardest threat to fix. Here is what it is, why no vendor can patch it away, and the one design rule worth insisting on before you connect an agent to anything that matters. Updated September 10 with the mirror case: Anthropic's assessment of four incidents where its own models broke into real systems with no attacker and no injected text, which is the same containment argument arriving from the opposite direction.

SecurityAISmall Business
Security · August 13, 2026

Canada is rewriting its privacy law. What a small business should do before it passes.

Bill C-36 would replace PIPEDA with the Protecting Privacy and Consumer Data Act, hand enforcement to a brand new commission, and raise the penalty ceiling from $100,000 to tens of millions. It is not law yet. Here is what is actually in it, what already applies to you today, and the short list of things worth doing now.

SecuritySmall BusinessHealthcare
Security · August 12, 2026

Your website has hundreds of authors you have never met

On August 4, a self-spreading worm backdoored more than 400 npm packages in a single morning. Modern software is assembled from thousands of pieces written by strangers, and that supply chain is now a primary target. Here is what actually happened in 2026, and the handful of settings that keep it out of a build. Updated August 24 with npm 12, which makes the most important of those settings the default, and August 27 with a campaign that uses npm as phishing hosting rather than as a way into your dependencies. Updated September 8 with the Python version of the same attack: two poisoned LiteLLM releases on PyPI, live for forty minutes in March, using a mechanism that runs on every Python startup rather than once at install, so the ignore-scripts defence below does not apply. Updated September 10 with a dependency-confusion case that had no attacker in it: an AI model working an evaluation registered an unclaimed package name on the real PyPI, and fifteen automated scanners installed it inside ninety minutes.

SecurityWeb DevelopmentSmall Business
Security · August 11, 2026

The tool your IT provider uses to reach your computers got broken into

Attackers used an authentication bypass in N-able N-central, a remote monitoring platform thousands of IT providers use, to take over management consoles and open remote sessions into their clients' machines. Updated September 9, 2026: it has happened again, and worse. CVE-2026-86218 is a CVSS 10.0 pre-authentication remote code execution flaw in the same product, confirmed exploited, fixed in build 2026.3.1.14, the fourth hotfix in five weeks. Updated September 12, 2026: it is now a second vendor. CISA added an actively exploited ConnectWise ScreenConnect flaw, CVE-2026-84869, which lets an attacker push and run a file through an active remote session with no host confirmation prompt, on a three-day clock. Most small businesses do not run this software. Their IT provider does. Here are the questions to ask.

SecuritySmall Business
Security · August 10, 2026

Metabase had a CVSS 10.0 zero-day this month. Here's what a small business running dashboards needs to check

An unauthenticated SQL injection in Metabase's password-reset endpoint let attackers grab admin access to self-hosted instances with no login at all. Framework and Tally both confirmed customer data exposure. If your team runs Metabase, or any BI tool, on its own server, this is what to do.

SecuritySmall Business
Security · August 9, 2026

On-prem SharePoint had a brutal July. Here's what a small business running it needs to do

Five critical vulnerabilities hit on-premises Microsoft SharePoint Server in July 2026, one of them a 9.8 unauthenticated RCE already being exploited. If you run SharePoint on your own servers, this is what to check. Updated August 20: CVE-2026-55040, the July authentication bypass, is now under active attack and was added to CISA's Known Exploited Vulnerabilities catalog on August 18 with a three-day federal deadline. The July update fixes it. Corrected August 22: that three-day deadline is no longer exceptional. It is now CISA's default under BOD 26-04.

SecuritySmall Business
Security · May 8, 2026

Back-to-back Linux kernel CVEs, and why a small shop still needs a patch cadence

Copy Fail one week, Dirty Frag the next, the sudo flaws last year. The Linux kernel keeps leaking privilege-escalation bugs. Here's the honest read on what matters and the unglamorous routine that handles it.

SecuritySmall Business
Hardware · May 5, 2026

Leaving Windows 10 in the middle of a hardware shortage

Windows 10 hit end of support on October 14, 2025. A lot of small businesses still haven't moved, partly because the timing collides with the worst hardware market in years. Here's the honest set of options. Updated September 9, 2026: one of the two vulnerabilities Microsoft confirmed as actively exploited in its record September Patch Tuesday affects Windows 10, so an unenrolled machine did not receive that fix. Consumer ESU now runs to October 12, 2027; commercial Year One still ends in October 2026 and the pricing is cumulative.

HardwareSecuritySmall Business
● Taking new projects

Have something that needs shipping?

One call. Thirty minutes. You leave with an honest read on scope, timeline, and price, whether we're the right fit or not.