A Week When Small Inputs Caused Big Damage
WordPress code execution, SonicWall zero-days, attacks on AI services, and a fresh SharePoint flaw defined a punishing seven days for defenders.

Key points
- Attackers spent the week turning tiny inputs, a single web request or a crafted prompt, into full system takeovers across WordPress, SonicWall, SharePoint and AI services.
- Several of the bugs were being used by criminals before patches were available, a category defenders call zero-days.
- Public code repositories were again abused to deliver malware, meaning software that damages or spies on computers.
- Ordinary users are not the direct target here, but the products sit under websites, offices and login screens they use every day.
It was one of those weeks where the gap between a small mistake and a serious break-in looked embarrassingly thin.
A single web request, the sort of thing your browser sends thousands of times a day, was enough in several cases to run attacker code on someone else's server. That is the whole ball game. Once code runs, memory leaks, keys walk out the door, and the security tools meant to catch all this get quietly switched off.
The pattern, as summed up this week by The Hacker News, was depressingly familiar. Exposed systems. Weak checks on user input. Old drivers still trusted by Windows. Fake prompts fed to AI assistants. And public code repositories, the shared libraries developers pull into their projects, used as delivery vans for malware.
What actually went wrong this week?
Four things, mostly, and each one hits a product a lot of businesses rely on.
First, a WordPress flaw allowing remote code execution, which is jargon for "an outsider can run their own commands on your website's server." WordPress powers a large share of the world's small-business sites, so this is the kind of bug that ends with defaced pages, stolen customer lists, or a site quietly turned into a spam relay.
Second, zero-day flaws in SonicWall gear. SonicWall makes firewalls, the boxes that sit at the edge of a company network and decide what traffic to let in. A zero-day, again, is a bug the vendor did not know about until attackers were already using it. When the firewall itself is the way in, the rest of your defences are decoration.
Third, a SharePoint zero-day. SharePoint is Microsoft's document and intranet platform, the place a lot of offices keep contracts, HR files and internal wikis. A flaw there is not theoretical; it is somebody else reading your filing cabinet.
Fourth, attacks aimed squarely at AI services. This is the part of the beat I care about most, and it is maturing fast. Prompt injection, where a hidden instruction tucked inside a document or a web page hijacks an AI assistant, is now being used to lift API keys and disable safety checks. It rhymes with classic cross-site scripting from the web era: untrusted input treated as trusted instructions. Same disease, new host.
Should ordinary people be worried?
Not in a panic sense, no. In a practical sense, yes.
If you run a WordPress site, even a hobby one, update it this week. Not next month. This week.
If your company uses SonicWall firewalls, SharePoint, or any of the affected products, your IT team already knows. Ask them anyway. A polite "are we patched?" from a non-technical colleague is one of the more effective security controls I know.
If you use AI assistants at work, be careful what documents and web pages you paste in. Treat them the way you would treat an email attachment from a stranger. The assistant will follow instructions it finds inside that content, and it cannot always tell whose instructions those are.
The uncomfortable takeaway from the week is not that the attacks were clever. Most were not. They were small inputs meeting systems that trusted them too much. That is a very old story wearing new clothes.



