The Lyceum: Cyber Intelligence Daily — Jul 13, 2026
Photo: lyceumnews.com
Monday, July 13, 2026
The Big Picture
Today is a deadline day. CISA's clock on two maximum-severity Joomla flaws — both actively exploited, both rated 10.0 — expires today, and Australia's signals agency has confirmed what that urgency implies: someone is systematically dropping backdoors on unpatched content-management systems across the internet. Layered on top, Progress has told ShareFile customers to physically shut down internet-facing servers rather than wait for a patch, and a phishing crew accidentally left a live Microsoft 365 credential-theft operation exposed on a public server. The connecting thread is speed — defenders are being handed emergency timelines while attackers keep winning on the same soft targets: neglected plugins, exposed file servers, and identity systems that can be bypassed without ever cracking a password.
What Just Dropped
- CVE-2026-48939 — iCagenda for Joomla: actively exploited, in CISA KEV (remediation due today). Unauthenticated arbitrary file upload leading to remote code execution.
- CVE-2026-56291 — Balbooa Forms for Joomla: actively exploited, in CISA KEV (due today). Unauthenticated file upload to full server compromise.
- CVE-2026-56290 — Joomlack Page Builder: actively exploited, in CISA KEV, public exploit on Exploit-DB. Improper access control enabling RCE.
- CVE-2026-4769 — WAGO System I/O Field controllers: advisory public, no NVD score yet. Undocumented diagnostic interface grants unauthenticated remote full system compromise during boot.
- CVE-2026-11332 — ansible-core: patch tracking via Red Hat, no NVD score yet. Malicious role author can inject git config flags via
srcfield for code execution on anyone runningansible-galaxy role install. - CVE-2026-57828 — Phoca Downloads for Joomla: critical, authenticated file upload to RCE, no confirmed in-the-wild exploitation yet.
Today's Stories
Your Joomla Patch Window Closes Today — Two CVSS 10.0 Flaws Are Being Exploited Right Now
If you run a Joomla website with the iCagenda events calendar or Balbooa Forms contact plugin, stop reading and go patch. CISA added both to its Known Exploited Vulnerabilities catalog — the government's list of flaws confirmed to be under active attack — with a federal remediation deadline of today, July 13. (Your Joomla Patch Window Closed at Midnight — Two CVSS 10.0 Flaws Are Being Expl)
Both carry a CVSS score of 10.0, the maximum. iCagenda (CVE-2026-48939) and Balbooa Forms (CVE-2026-56291) share the same attack: an unauthenticated attacker — no account, no password, no prior access — can upload a PHP file and execute code on your server just by visiting a URL. Working exploit code for the related Joomlack Page Builder flaw (CVE-2026-56290) is already public on Exploit-DB, which means the barrier to attack is effectively zero.
What changes if organizations don't move: Joomla still sits underneath business portals, nonprofit sites, and regional government pages, so one forgotten extension becomes a foothold for malware, credential theft, or ransomware staging. The observable signal to watch is whether this shifts from opportunistic webshell drops into broader intrusions. If you run either extension, update or isolate the site now, then hunt for suspicious PHP files in writable directories and unexpected admin accounts. (Your Joomla Patch Window Closed at Midnight — Two CVSS 10.0 Flaws Are Being Expl)
Progress Tells ShareFile Customers to Pull the Plug
When a vendor says "shut it down" instead of "install this patch," that's the cybersecurity equivalent of your mechanic refusing to drive the car out of the garage. Progress Software has told ShareFile Storage Zone Controller customers to take internet-facing servers offline while it investigates a credible security threat. (Progress tells ShareFile customers to pull the plug)
ShareFile is the software companies use to move sensitive files — HR records, legal documents, financial data — which means a problem here becomes an exposure problem fast. There is no clean public fix in the material available, which makes the shutdown instruction the entire story for now. (Progress tells ShareFile customers to pull the plug)
What determines where this goes: if Progress names a CVE or publishes indicators of compromise, this jumps from precautionary to urgent overnight, and any controller that stayed online becomes the incident. The signal to watch is the follow-up disclosure — was this a narrow scare, or the opening of a broader ShareFile vulnerability? (Progress tells ShareFile customers to pull the plug)
A Hacker Left the Lights On: Three Live Microsoft 365 Phishing Operations Exposed by One Misconfigured Server
An attacker running three simultaneous Microsoft 365 credential-theft campaigns left a Python web server running on a public port with directory listing switched on — the digital equivalent of leaving the safe open in the lobby. (A Hacker Left the Lights On: Three Live Microsoft 365 Phishing Operations Expose)
The exposed server revealed two attack methods, according to The Hacker News. The first used Evilginx, a tool that acts as a man-in-the-middle proxy (think of a fake ATM that copies your card while you use it) to steal not just passwords but the session tokens that keep you logged in — bypassing multi-factor authentication entirely. The second used device code phishing, tricking victims into authorizing attacker-controlled devices via a legitimate-looking code. One campaign alone logged 218 captured accounts across 12 countries, 94% of them corporate mailboxes. (A Hacker Left the Lights On: Three Live Microsoft 365 Phishing Operations Expose)
The operational failure is a gift: defenders got a look at phishing-kit structure, lure templates, and victim logs. The grimmer lesson — session-token theft means MFA alone no longer protects Microsoft 365. Watch for whether Microsoft pushes hardened Conditional Access guidance in response to how routine this Evilginx technique has become. (A Hacker Left the Lights On: Three Live Microsoft 365 Phishing Operations Expose)
Japan's Largest Taxi Operator Hit by Malware, Dispatch Systems Disrupted
Nihon Kotsu, Japan's largest taxi operator, confirmed that unauthorized access led to a malware infection that temporarily disrupted its dispatch and reservation systems, per the @hackmanac_cybernews channel. The incident was observed July 11; no threat actor has been named and no data-exposure scale disclosed. (Japan's Largest Taxi Operator Hit by Malware, Dispatch Systems Disrupted)
What makes this matter is the sector. Taxi dispatch is a real-time operational system, where a cyberattack translates directly into stranded passengers and lost revenue — an outage isn't an inconvenience, it's the impact. Japan has weathered a run of attacks on logistics and transportation over the past 18 months, and this fits the pattern. The signal to watch: a formal Nihon Kotsu disclosure clarifying whether this was ransomware or a more targeted intrusion. (Japan's Largest Taxi Operator Hit by Malware, Dispatch Systems Disrupted)
⚡ What Most People Missed
Three AI orchestration frameworks hit Exploit-DB the same morning: Remote code execution entries for MCPJam Inspector (EDB-52625) and Flowise 3.1.3 (EDB-52623) landed alongside the Langflow 1.9.0 RCE. Three AI-workflow tools in one queue on one day is a pattern, not a coincidence — someone is systematically mapping this new attack surface. These are single-source entries with no vendor advisories yet, so treat as early warning, not confirmed campaign.
A Chromium math function is now an OS fingerprint: Since Chromium 148, Math.tanh() produces subtly different floating-point results depending on the underlying OS math library — enough to distinguish Windows, macOS, and Linux with no permissions, no exploit, no user consent. For watering-hole operators, that's a silent way to triage victims by OS before serving a payload. There's no patch; it's an architecture characteristic, not a bug.
Ansible's Galaxy installer can be weaponized by a role author. CVE-2026-11332, flagged by Red Hat via @cvenotify this morning, lets a malicious role inject git config flags through the src field of meta/requirements.yml, achieving code execution on anyone who runs ansible-galaxy role install. If your team pulls roles from public Galaxy without pinning or verifying, that's a live supply-chain risk in your automation pipeline.
Someone is scanning for your MCP servers and AI credentials: The SANS Internet Storm Center analyzed 14 days of logs from a small web host and found systematic probing for Model Context Protocol endpoints — the interface letting AI assistants reach external tools and data. Attackers are hunting misconfigured MCP servers for exposed API keys and internal tool access, often before security teams have even inventoried them.
The Microsoft SharePoint RCE (CVE-2026-45659) has no new development today. CISA flagged it as actively exploited on July 2. It remains a live background hazard, not fresh news — but if you haven't patched, the urgency hasn't changed.
From the Foreign Press
WAGO Industrial Controllers Have an Unauthenticated Boot-Phase Backdoor
The German CERT@VDE advisory for CVE-2026-4769 describes a scenario worth pausing on for anyone managing factory floors, utilities, or building automation. WAGO's widely deployed System I/O Field series controllers activate an undocumented internal diagnostic capability during their startup sequence — and for a brief window during boot, an unauthenticated remote attacker can reach internal system processes and achieve full system compromise. No credentials, no prior access. These devices run process automation, energy management, and smart-building control, where a compromised controller isn't a data breach but a potential physical-world event. Surfaced via @cvenotify at 08:23 UTC, with no English-language security press coverage at time of writing. Source: CERT@VDE Advisory VDE-2026-031 — German/English advisory. No English-language coverage confirmed at time of publication.
📅 What to Watch
- If iCagenda or Balbooa webshell activity shows up in threat feeds this week, it confirms today's KEV deadline was already too late for some — and that Australia's CMS-exploitation alert and the Joomla zero-days are one coordinated wave, not three stories.
- If Progress names a ShareFile CVE or publishes IOCs, every controller that stayed online during the shutdown window should be treated as breached, not merely at risk.
- If the WAGO boot-phase flaw lands in a CISA ICS advisory, it signals that undocumented diagnostic interfaces are a systemic ICS design problem, not a one-vendor slip.
- If any of the three AI-framework Exploit-DB entries gets a KEV listing in the coming weeks — as prior Langflow flaws did — AI orchestration middleware is officially a routine exploitation target.
- If MCP scanning telemetry shows credential harvesting succeeding, AI-agent infrastructure has crossed from theoretical attack surface to active target, and every team running AI workflow tools needs to audit endpoint exposure now.
The Closer
Today: a Joomla plugin surrendering root to anyone who visits a web page, a file server so dangerous its own vendor says unplug it, and a phishing crew that stole 218 corporate mailboxes and then forgot to close its own front door. The most quietly ominous item, though, is a trigonometry function that can now tell an attacker whether you're on Windows before it decides what to do to you — no bug, no patch, no consent, just the way Math.tanh rounds. Stay patched, stay paranoid, and reboot your Office apps.
Forward this to the friend who still has an old Joomla site "that nobody uses anymore" — they need to hear it before CISA's clock runs out.
⚡ EDGE Signals
The following signals appeared in the adversarial edge sweep but were not carried forward in the primary synthesis:
- Again, though, this fails the hard recency test for today’s brief unless there is a new July 13 action, and I did not find one from CISA, Microsoft, or another Tier 1 source in the last 24 hours. So this belongs in the newsletter only as a live background hazard, not as an early signal. It still
- This is one of those quiet shifts where AI orchestration frameworks stop being sidecar risk and start looking like core application middleware. Coming from Exploit-DB as a single, detailed posting, this looks like a First Signal: one primary technical source, no broad telemetry yet, but enough f
- This looks less like background noise and more like a Signal Escalated on the productivity layer of the stack. **Office moving into “patch today” mode at the same time CISA is hammering Cisco shops and warning on SharePoint RCE concentrates risk into a very short window for baseline enterprise tooli