👋 Welcome to The CyberSignal Weekly Briefing.

This was the week the software nobody watches turned out to be the target. Oracle's PeopleSoft and E-Business Suite exploitation cycle widened from an insurance-regulator support body to Nissan to a reported 100-organization campaign, all riding the same back-office vulnerability. Jaguar Land Rover's cyber-incident toll was pegged near $2.5 billion, with reporting pointing to Russian-linked actors. And healthcare kept bleeding: Aflac Life Insurance Japan disclosed 4.38 million records exposed after a ten-day portal intrusion, while Medtronic and AdaptHealth added their own patient-data disclosures to the pile.

AI agents kept surfacing as attack surface, too — this time from four different angles. Microsoft warned that poisoned Model Context Protocol tool descriptions can quietly redirect what an AI agent does; "BioShocking" research showed AI browsers could be tricked into leaking user credentials; Adversa AI's "GuardFall" technique bypassed 10 of 11 open-source AI coding agents tested; and a separate disclosure flagged a cloud-credential flaw in Amazon Q Developer's VS Code extension. None of these are perimeter devices — they're productivity tools teams installed on purpose.

Defenders landed real blows, too. The FBI and Google dismantled NetNut, a residential-proxy network spanning roughly two million devices, while Google's Threat Intelligence Group detailed a continued disruption effort against malicious proxy infrastructure more broadly — the second and third such takedown in as many weeks. Meanwhile CISA's Known Exploited Vulnerabilities list kept growing, with Cisco Unified CM, SimpleHelp, and PTC Windchill all added amid confirmed in-the-wild exploitation.

Let's get into it.

🔎 Overview: What Shifted in Cyber Since Last Week

  • Oracle's PeopleSoft/EBS exploitation cycle widened — NAIC confirmed a breach via CVE-2026-35273, Nissan disclosed employee data exposure through the same flaw, a reported 100-organization campaign surfaced, and a second Oracle product line (E-Business Suite Payments, CVE-2026-46817) came under active exploitation

  • Jaguar Land Rover's cyber-incident toll reached ~$2.5 billion — fresh UK and insurer reporting points to Russian-linked actors, though the figure's sourcing and attribution both warrant careful reading

  • Healthcare kept bleeding data — Aflac Japan disclosed 4.38 million records exposed after a ten-day portal dwell time, Medtronic warned pacemaker patients of possible health-data exposure, and AdaptHealth disclosed a socially-engineered cloud compromise

  • Law enforcement dismantled more proxy infrastructure — the FBI and Google disrupted NetNut (2 million devices), while Google's Threat Intelligence Group detailed continued disruption of malicious residential-proxy networks

  • AI agents kept surfacing as attack surface — Microsoft flagged MCP tool-poisoning risks, "BioShocking" research tricked AI browsers into leaking credentials, "GuardFall" bypassed 10 of 11 open-source AI coding agents, and a flaw hit Amazon Q Developer's VS Code extension

  • CISA's KEV catalog grew — Cisco Unified CM (exploited within 24 hours of a public PoC), SimpleHelp (delivering the TaskWeaver and Djinn Stealer infostealers), and PTC Windchill were all added amid confirmed active exploitation

  • Citrix and Progress shipped critical patches — six NetScaler flaws including CVE-2026-8451, which echoes CitrixBleed, and a pre-authenticated critical flaw in Progress's Kemp LoadMaster (CVE-2026-8037)

  • AI hardened as a policy subject in Washington — the CIA's Ratcliffe called advanced AI "akin to digital nuclear weapons," while OMB's Vought signaled openness to re-staffing CISA

  • Russian-intelligence messaging-credential phishing drew a $10 million US reward — as Pegasus spyware reportedly infected the phone of an MEP investigating spyware itself

🔥 Top Stories

01 — Oracle's PeopleSoft/EBS Exploitation Cycle Keeps Widening: NAIC, Nissan, and Now EBS Payments

Vulnerabilities & Breaches

Oracle's PeopleSoft and E-Business Suite exploitation cycle kept widening this week. NAIC — the body that supports US state insurance regulators — confirmed attackers reached its environment through CVE-2026-35273, exposing statutory financial and credit-rating data. Nissan disclosed that current and former employees' data was exposed through the same flaw, and separate reporting pegged the broader PeopleSoft campaign at 100 organizations, with only one victim confirmed by name and a reported 99 more not yet identified. By midweek, a second Oracle product line was under fire: CVE-2026-46817, a flaw in E-Business Suite Payments, was confirmed under active exploitation.

Why it matters: One vulnerability class in software most security teams don't treat as internet-facing — HR, finance, and insurance-regulator back-office systems — has now touched an insurance-industry standards body, a global automaker, and a reported 100-company campaign in the same week. If you run PeopleSoft or E-Business Suite anywhere in your environment, patch verification for CVE-2026-35273 and CVE-2026-46817 should be this week's top priority, not a background task.

02 — Jaguar Land Rover's Cyber-Incident Toll Reaches $2.5 Billion, With Russian Attribution

Breaches

Fresh UK and insurer reporting pegs the total cost of the Jaguar Land Rover cyber incident near $2.5 billion, with the reporting pointing to Russian-linked actors. It's a scale-significant disclosure for automotive manufacturing — though as with any third-party cost estimate, both the figure's sourcing and the attribution deserve careful reading before being treated as final.

Why it matters: A $2.5 billion estimate — even a provisional one — reframes what a single manufacturing-sector intrusion can cost in production downtime, recovery, and reputational damage, at a scale few security budgets are built to absorb. If your organization runs industrial or manufacturing operations, this is a useful number to bring into the next board conversation about cyber-incident cost modeling.

03 — Healthcare's Breach Wave: Aflac Japan (4.38M), Medtronic, and AdaptHealth

Breaches

Three separate healthcare and health-adjacent breaches landed in the same week. Aflac Life Insurance Japan disclosed that intruders sat inside its policyholder portal for ten days, exfiltrating personal data on roughly 4.38 million customers and agents. Medtronic warned pacemaker patients that health data may have been exposed in a cyber incident, triggering patient-notification obligations. And AdaptHealth disclosed a cloud-systems compromise that exposed patient data, with social engineering reported as the initial-access route.

Why it matters: Three different entry points — a ten-day portal dwell time, a device-manufacturer disclosure, and a socially-engineered cloud compromise — produced the same outcome: patient and policyholder data in attacker hands. Healthcare and health-adjacent organizations should treat portal session monitoring, cloud-access reviews, and help-desk social-engineering resistance as equally urgent this week, not just perimeter defenses.

04 — Law Enforcement Keeps Dismantling Residential-Proxy Networks: NetNut (2M Devices) and More

Takedowns

Law enforcement kept dismantling the infrastructure that launders attacker traffic through ordinary consumer devices. The FBI and Google disrupted NetNut, a residential-proxy network spanning roughly two million devices, and Google's Threat Intelligence Group detailed a continued disruption effort against malicious residential-proxy networks more broadly. Both actions follow the same logic as the prior week's Dutch takedown of Asocks: remove the shared anonymity layer, and many actors lose cover at once.

Why it matters: Two proxy-network disruptions in two weeks is a trend, not an incident — and it should push every fraud and access-control team to stop treating a "clean" residential IP as a trust signal. Layer in device and behavioral signals now, because the industry's IP-reputation assumptions are eroding faster than most detection stacks have adjusted for.

05 — AI Agents Keep Becoming the Attack Surface: MCP Poisoning, Browser Hijacks, and Coding-Agent Bypasses

AI Security

AI agents kept surfacing as attack surface across four separate disclosures. Microsoft warned that poisoned tool descriptions in the Model Context Protocol can quietly redirect what an AI agent does, turning it into a data-leak channel. A body of research dubbed "BioShocking" showed AI browsers could be tricked into leaking user credentials. Adversa AI's "GuardFall" research found a shell-injection technique that bypassed 10 of 11 open-source AI coding agents tested. And a separate disclosure detailed a flaw in Amazon Q Developer's VS Code extension with cloud-credential implications.

Why it matters: Four different AI-agent categories — an interoperability protocol, browsers, coding agents, and a cloud-IDE assistant — all failed the same basic test: an agent trusted untrusted input and acted on it. Any AI agent your organization has given real permissions to — to browse, to write code, to touch cloud credentials — needs the same scrutiny you'd give a new privileged service account, not the benefit of the doubt you'd give a read-only tool.

06 — The Vulnerability Parade Continues: Cisco, SimpleHelp, Citrix, Kemp, and PTC Windchill

Vulnerabilities

CISA's Known Exploited Vulnerabilities catalog kept growing. A proof-of-concept for Cisco Unified CM's CVE-2026-20230 was weaponized in under 24 hours, dropping webshells on internet-exposed call-control servers. SimpleHelp's CVE-2026-48558, a critical remote-monitoring-and-management flaw, is being actively exploited to deliver the TaskWeaver and Djinn Stealer infostealers, which hunt cloud and AI development credentials. CISA added PTC Windchill's CVE-2026-12569 to the KEV list amid continuing webshell activity and a tight federal remediation deadline. Citrix and Progress also shipped patches worth prioritizing: six NetScaler flaws including CVE-2026-8451, which echoes CitrixBleed, and a pre-authenticated critical flaw in Progress's Kemp LoadMaster, CVE-2026-8037.

Why it matters: Three of this week's flaws are already on CISA's KEV list, and a fourth carries CitrixBleed's fingerprints — a bug class that fueled some of the worst breaches of the past two years. Prioritize KEV-listed patches this week over routine cycles, and treat RMM tools like SimpleHelp as high-value targets, since attackers are using them precisely because they're trusted and privileged by design.

📈 Data & Research Corner

Metric

Figure

Aflac Japan customers/agents affected

~4.38 million

Azure CLI password-spray attempts documented by Huntress

81 million+

Microsoft accounts targeted in that password-spray campaign

78

Jaguar Land Rover cyber-incident cost estimate

~$2.5 billion

Devices in the FBI/Google NetNut proxy takedown

2 million

Passport/ID records exposed via a cannabis-club membership app

~1 million

User funds stolen in the Polymarket frontend compromise

$3.1 million

Open-source AI coding agents bypassed by GuardFall

10 of 11

Devices affected by the AirDrop/Quick Share proximity flaws

5 billion

🔍 Also On Our Radar

🛡️ Actionable Playbook for CISOs & IT Leaders

  • Patch-verify Oracle PeopleSoft and E-Business Suite now. CVE-2026-35273 has already touched an insurance-regulator body and a global automaker; CVE-2026-46817 is under active exploitation in EBS Payments. If you run either product, this is the week's top priority.

  • Audit every AI agent with real permissions like a privileged service account. MCP tool-poisoning, AI-browser credential leaks, and coding-agent shell-injection bypasses all abused the same failure: an agent that trusted untrusted input. Restrict what agents can do unsupervised and review tool descriptions for tampering.

  • Prioritize this week's KEV-listed flaws over routine patch cycles. Cisco Unified CM, SimpleHelp, and PTC Windchill are all now on CISA's Known Exploited Vulnerabilities list, with confirmed in-the-wild exploitation. Treat RMM tools like SimpleHelp as high-value targets, not background infrastructure.

  • Stop trusting a clean residential IP. The FBI/Google NetNut takedown and Google's continued proxy-network disruptions are the second and third infrastructure action in two weeks. Layer device and behavioral signals into fraud and access defenses.

  • Tighten portal, cloud, and help-desk defenses in healthcare and insurance. Aflac Japan's ten-day portal dwell time, AdaptHealth's socially-engineered cloud compromise, and Medtronic's device-linked disclosure show three different entry points converging on the same data. Review session monitoring, cloud-access logging, and help-desk verification procedures this week.

⚡ The Signal

If there's a single thread through this week's stories, it isn't a new exploit technique — it's where the exploiting happened. Almost none of this week's biggest disclosures involved an obviously internet-facing target getting breached from the outside. They involved software an organization had already installed, licensed, and quietly trusted to run in the background.

Oracle's PeopleSoft and E-Business Suite are the clearest example. These aren't edge appliances bristling with attention from red teams; they're HR, finance, and insurance back-office systems that most security programs treat as internal plumbing. CVE-2026-35273 turned that plumbing into the entry point for an insurance-regulator support body and a global automaker in the same week, with a reported 100-organization campaign behind it. The vulnerability didn't need to punch through a perimeter — it just needed defenders to have deprioritized a system nobody thought of as attack surface.

AI agents told the same story from a different angle. Microsoft's MCP tool-poisoning research, the BioShocking AI-browser work, and Adversa's GuardFall coding-agent bypass all exploited the same gap: software given real permissions — to browse, to write code, to call tools — that trusted the content it was reading more than it should have. These agents aren't perimeter devices either. They're productivity tools installed by well-meaning teams, which is exactly why they were able to reach cloud credentials and user data without tripping the alarms built for external attackers.

The week's law-enforcement wins point to the same insight in reverse. The FBI/Google NetNut takedown and Google's continued residential-proxy disruptions worked because they targeted infrastructure the wider attacker ecosystem had learned to trust by default — a residential IP address that looked like nobody in particular. Removing that shared trust degraded many campaigns at once, the same way patching PeopleSoft or auditing an AI agent's permissions would.

The question worth asking before next week's briefing: which piece of software in your environment is currently exempt from scrutiny simply because it's supposed to be boring — and would it survive being treated as attacker-controlled today?

🔭 What to Watch Next Week

  • Oracle EBS/PeopleSoft — more named victims likely. The reported 100-organization campaign has only one confirmed name so far; watch for additional disclosures as CVE-2026-35273 and CVE-2026-46817 patch-verification catches up.

  • Jaguar Land Rover's final cost and attribution. The $2.5 billion figure and Russian-linked attribution are still developing; watch for insurer and UK-government confirmation.

  • More AI-agent security research. MCP tool-poisoning, BioShocking, and GuardFall all landed in one week — watch for vendor patches from the affected coding-agent and browser projects, and for whether more agents are found vulnerable to the same techniques.

  • CISA's KEV remediation deadlines. Cisco Unified CM, SimpleHelp, and PTC Windchill are now all on the KEV list — federal agencies face fixed remediation windows, and private-sector patch verification should track the same clock.

Until next time,

Stay sharp. Stay ahead.

The CyberSignal Team

📩 Share this briefing with a colleague who needs to stay ahead.

📰 Full coverage at thecybersignal.com

☀️ Daily briefing at daily.thecybersignal.com


The CyberSignal delivers clear, actionable cybersecurity news for professionals who need to cut through the noise. Each week we recap the biggest breaches, vulnerabilities, and industry shifts, with practical takeaways you can put to work right away.

Our mission is simple: keep security leaders and practitioners informed, prepared, and ahead of threats.

🔗 Visit Our Website

🔗 Follow Us On LinkedIn

📰 Subscribe to The CyberSignal Daily for daily cybersecurity updates


Recommendations