Security daily

Synthesized by Clarity (Claude) from 36 sources · May contain errors — spot one? [email protected] · Methodology →

Oracle E-Business and EPM Hit by Two Active Exploit Chains

Sources
36
Words
1,155
Read
6min

Topics Agentic AI AI Regulation LLM Inference

◆ The signal

If you run either Oracle product, assume compromise and hunt today — these aren't theoretical advisories, they're confirmed breaches at named organizations.

◆ INTELLIGENCE MAP

Intelligence map

  1. 01

    Enterprise App Active Exploitation Wave

    act now

    Five critical products hit simultaneously: Oracle EBS (CVSS 9.8, exploited), PeopleSoft (zero-day, pre-disclosure campaign), SimpleHelp (max severity, dropping TaskWeaver + Djinn Stealer), Kemp LoadMaster (unauth root RCE), and DirtyClone (CVSS 8.8, public exploit Jun 25). All are pre-auth or low-privilege vectors targeting infrastructure chokepoints.

    9.8
    Oracle EBS CVSS score
    3
    sources
    • Oracle EBS CVSS
    • DirtyClone CVSS
    • SimpleHelp severity
    • New malware families
    • Confirmed breaches
    1. 01Oracle EBS9.8
    2. 02SimpleHelp10
    3. 03DirtyClone8.8
    4. 04Kemp LoadMaster9.5
  2. 02

    Hardware Supply Chain Under Criminal Investigation

    monitor

    Supermicro raided in Taiwan across six homes and three companies (Chief Telecom, Albatron) for $2.5B+ Nvidia chip smuggling to China. Separately, Tata Electronics breached via ransomware, leaking Apple iPhone 18 component details AND Tesla secrets from a single shared manufacturer. One vendor compromise = two principals' crown jewels gone.

    $2.5B+
    chip smuggling probe value
    5
    sources
    • Supermicro probe value
    • Sites raided
    • Tata victims
    • SMCI stock drop
    1. Mar 20263 Supermicro employees charged in US
    2. Jun 2026Tata Electronics ransomware breach
    3. Jun 30Taiwan raids Supermicro offices
    4. OngoingMulti-jurisdictional probe expanding
  3. 03

    AI Agents Enter Collaboration Stack With Standing Database Access

    monitor

    Claude Tag went live in Slack (Teams imminent) requiring database/GitHub connectors. Cursor iOS now lets phones merge code and control cloud agents. Perplexity grew 17%/week in Slack; Viktor gained 400 customers in one week. Okta shipped GA agent identity governance with kill switch. All free to deploy, all bypassing procurement gates.

    17%
    weekly agent adoption growth
    8
    sources
    • Perplexity growth
    • Viktor signups
    • Codex WAU
    • Deploy cost
    1. Perplexity Slack17%/wk
    2. Codex WAU growth600%
    3. Viktor (1 week)400 orgs
  4. 04

    Ransomware Crews Pricing Demands Off Your Insurance Posture

    monitor

    Intel 471 confirms ransomware operators now run pre-attack data audits, mine public signals of cyber-insurance coverage, and set extortion demands accordingly. Separately, the JLR attack (Russia attributed) halted production for 5 weeks. Crews operate with specialized teams, performance pay, and formal negotiation playbooks.

    5
    weeks JLR production halted
    3
    sources
    • JLR outage duration
    • Ransomware growth
    • Compromised creds
    • Exfil attempts blocked
    1. Exfil attempts blocked3
  5. 05

    npm v12 Disables Install Scripts — Pipeline Impact Imminent

    background

    npm v12 preview ships three supply-chain defaults: install scripts OFF (killing the postinstall RCE vector), hard-errors on unrecognized .npmrc keys (will break CI), and 72-hour read-only lockdowns for high-impact maintainer accounts after recovery events. Security researcher warns this only solves part of the problem.

    72hr
    account lockdown window
    1
    source
    • Install scripts
    • Account lockdown
    • Config error mode
    1. Postinstall RCE blocked70
    2. Account takeover mitigated50
    3. Typosquat/confusion10
    4. Compromised maintainer10

◆ DEEP DIVES

Deep dives

  1. 01

    Oracle & Enterprise App Exploitation: Five Products, Three Confirmed Breaches, One Sprint

    act now

    The Situation

    Your enterprise application layer is under coordinated assault. Oracle E-Business Suite CVE-2026-46817 (CVSS 9.8) is confirmed exploited in the wild per Defused Cyber — not a disclosure, an active campaign. Simultaneously, an Oracle PeopleSoft zero-day was weaponized at scale before Oracle knew it existed, with NAIC confirming unauthorized access on June 11 that cascaded into credit rating agency feed pauses and suspended insurer investment designations. Nissan confirmed employee PII, SSNs, banking, and tax data theft across four countries via the same PeopleSoft campaign.

    Two Oracle zero-days exploited in the same window, one pre-disclosure — this isn't opportunistic scanning, it's systematic ERP targeting.

    The Full Exploitation Surface

    ProductCVE / SeverityExploitation StatusBlast Radius
    Oracle EBSCVE-2026-46817 / 9.8Active in wildFinancial/HR/SOX data
    Oracle PeopleSoftZero-day (pre-disclosure)Campaign-scalePII, SSN, banking across 4 countries
    SimpleHelpCVE-2026-48558 / MaxDropping TaskWeaver + Djinn StealerInitial access + credential theft
    Kemp LoadMasterCritical (unauth)Not yet confirmedRoot on edge appliance, TLS key theft
    DirtyCloneCVE-2026-43503 / 8.8Public walkthrough Jun 25Local root on Debian/Fedora default

    SimpleHelp deserves special attention because it's a remote-support tool — high-privilege by design — and attackers are deploying two previously unreported malware families: TaskWeaver (persistence/C2) and Djinn Stealer (infostealer). Any host where SimpleHelp ran must be treated as credential-compromised.

    DirtyClone is the fourth DirtyFrag-family kernel LPE in six weeks. JFrog published a full exploit walkthrough June 25. It abuses unprivileged user namespaces to reach CAP_NET_ADMIN and tricks the kernel into treating read-only page-cache memory as writable. Ubuntu 24.04+ blocks it via AppArmor, but default Debian and Fedora are vulnerable. The patch shipped May 21 — unpatched hosts at this point are a hygiene failure.


    Why This Matters Together

    The common pattern: attackers are targeting high-privilege, often internet-facing chokepoints — ERPs, remote-support tools, load balancers. These aren't endpoints; they're infrastructure that trusts everything behind them. A compromised EBS instance holds SOX-relevant financial data. A compromised SimpleHelp agent holds credentials to everything it manages. A rooted LoadMaster holds every TLS private key it terminates.

    Action items

    • Patch Oracle EBS against CVE-2026-46817 and hunt every internet-reachable instance for IOCs today
    • Threat-hunt all PeopleSoft deployments back to June 1 for anomalous admin access and data staging
    • Patch SimpleHelp CVE-2026-48558, then rotate credentials on every managed host
    • Pull Kemp LoadMaster management APIs off the public internet immediately, then patch and rotate TLS certs
    • Patch DirtyClone on Debian/Fedora hosts; where patching lags, set kernel.unprivileged_userns_clone=0

    Sources:3 pre-auth RCEs hit your edge this week — Oracle EBS is already being exploited · DirtyClone roots your Debian/Fedora fleet, FSB phishes Signal keys, Oracle PeopleSoft 0-day is loose · SANS NewsBites

  2. 02

    Supermicro Raided + Tata Breached: Hardware Provenance Is Your Unpatched Vulnerability

    monitor

    Two Supply Chain Failures, One Week

    Taiwanese prosecutors raided Super Micro Computer on June 30 — searching six homes and three company sites including data-center operator Chief Telecom and distributor Albatron Technology — as part of a probe into smuggling Nvidia AI chips into China. This follows March 2026 US criminal charges against three Supermicro employees for diverting at least $2.5 billion of Nvidia AI servers to China via falsified documents and shell companies. The probe is now multi-jurisdictional and expanding into distribution and hosting layers.

    Separately, Tata Electronics — Apple's Indian contract manufacturer — was hit by ransomware. The attackers posted iPhone 18 Pro component details, photos, and supplier-to-part mappings Apple deliberately excludes from public databases. Tesla product secrets were compromised in the same incident. One intrusion, two principals, neither of whom contracted Tata for the other's protection.

    When export documents are falsified and shell companies sit in the distribution path, you can no longer assume the hardware you bought traveled a clean, authorized route.

    What This Means For Your Fleet

    The Supermicro story isn't a CVE — it's a chain-of-custody integrity problem. Diversion means components circulating without verifiable provenance. That cuts two ways: regulatory/export-compliance exposure, and elevated tampering risk inherent to grey-market hardware (unsigned firmware, compromised BMC/IPMI management planes). Supermicro's BMC attack surface is well-documented from prior research.

    The Tata breach demonstrates fourth-party concentration failure: a single shared manufacturer holds sensitive IP for multiple unrelated principals. Most TPRM programs score Tata-class vendors in isolation and miss that the same facility holds competitors' designs — which multiplies both attacker incentive and blast radius.

    Exposure VectorRiskPriority Action
    Direct Supermicro hardware in fleetProvenance, firmware integrityInventory + reconcile to authorized distributors
    Fourth-party (colo/Chief Telecom-type)Hardware you depend on but don't controlRequest sourcing attestation from providers
    Shared contract manufacturersMulti-client IP exposure from single breachMap concentration; strengthen contractual controls
    BMC/IPMI management planeRemote takeover, lateral movementValidate firmware signatures, segment mgmt network

    Five separate intelligence sources flagged the Supermicro raid this cycle, confirming market-wide concern. Combined with the FCC expanding its import ban to cover older Chinese telecom and surveillance equipment, the US-China hardware decoupling is accelerating enforcement, not just rhetoric.

    Action items

    • Inventory all Supermicro hardware across owned infrastructure and colo providers; reconcile serial numbers to verified authorized-distributor purchase records
    • Request written hardware-sourcing attestation from colocation and data-center providers, specifically asking about Chief Telecom or Albatron-sourced equipment
    • Run firmware and BMC/IPMI integrity validation on Supermicro fleet (validate signed firmware, audit for unauthorized modifications, segment management network)
    • Build a fourth-party shared-manufacturer concentration map identifying which suppliers hold IP for multiple clients simultaneously

    Sources:Supermicro just got raided in Taiwan over chip smuggling · Your Super Micro fleet just got raided in Taiwan · Supermicro's Taiwan raid puts your hardware supply chain on notice · The breach sits at the supplier, not the customer · DirtyClone roots your Debian/Fedora fleet, FSB phishes Signal keys

  3. 03

    AI Agents Now Hold Database Creds, Merge Code From Phones, and Bypass Every Procurement Gate

    monitor

    The Governance Gap Is Widening Faster Than Controls

    Three product launches in the past week crossed a line: Anthropic's Claude Tag is live in Slack (Teams imminent), requiring deep connections to databases, GitHub, and internal apps to function. Cursor for iOS now lets developers launch agents, control them, and merge pull requests from a mobile device. And connector platforms like Zero.xyz give any AI model access to thousands of tools and APIs with a free-credit signup — no procurement gate, no security review.

    A Slack message can now trigger code execution in your pipeline, a phone can merge to protected branches, and a free signup can wire an agent into your API surface.

    The Adoption Numbers Are Alarming

    This isn't theoretical future risk. Perplexity enterprise users on Slack grew 17% per week. Viktor gained 400+ customers in one week post-launch. Codex hit 5M+ weekly active users (6x since February), with non-technical adoption now matching engineering departments. All deploy at zero cost to the user — no payment gate triggers procurement review. A major software CEO privately compared these integrations to Facebook's 'Like' button: a Trojan horse that harvested intelligence about everything it touched.

    What Okta Just Shipped Tells You the Scale

    Okta's GA release of AI Agents – Core confirms the industry is treating agent risk as an identity problem: agents registered in Universal Directory, least-privilege via scoped short-lived tokens, continuous SIEM streaming, and a containment kill switch — all inside FedRAMP/HIPAA boundaries. When your IAM vendor ships a product to solve this, the problem is already at scale in production environments.

    Agent/PlatformAccess GrantedControl Gap
    Claude Tag (Slack)Databases, GitHub, internal appsNo procurement gate; OAuth scope audit rare
    Cursor iOSProtected branches, endpoint controlMobile device bypasses workstation-centric merge controls
    Perplexity ComputerGitHub tickets, Snowflake queriesWeb browsing + supplier analysis using your context
    Zero.xyzThousands of tools/APIsFree credit signup; no security review trigger
    Granola RecipesMeeting transcripts, email sendAutonomously writes follow-ups from conversation data

    The MCP Layer Nobody's Monitoring

    Underneath all of this sits the Model Context Protocol (MCP) — the emerging standard for AI-to-data connections. X launched a hosted MCP server giving Grok, Cursor, and any MCP-compatible tool 'zero-setup' API access. 'Zero setup' means the auth decision is made once and never revisited. Every hosted MCP endpoint is an un-inventoried OAuth-like grant that your DLP and CASB don't see.

    The compounding risk: agents that 'can't complain' (Cursor's own term) — they don't surface warnings or errors to humans the way local tools do. Failures and malicious behavior run silently unless you build instrumentation yourself.

    Action items

    • Audit and lock down third-party app/agent permissions in Slack admin, Teams admin center, and Entra ID enterprise applications this week — inventory every connected AI agent and its OAuth scopes
    • Enforce branch protection requiring human approval on every PR regardless of author; verify Cursor iOS cannot bypass merge gates from unmanaged mobile devices
    • Inventory all MCP server connections and agent skill configs; define allowed data scopes and require explicit approval before any MCP endpoint touches corporate data
    • Pilot Okta AI Agents Core (or equivalent) for agent identity governance in your most regulated workload: scoped short-lived tokens, SIEM log streaming, and tested kill switch

    Sources:Claude agents are landing in your Slack & Teams · Autonomous cloud agents now merge code unsupervised · Your AI agents are ungoverned identities — Okta just shipped the kill switch · Cursor now merges PRs from a phone & DeepSeek's code is in your inference path · Your shadow-AI spend is also shadow attack surface · Your devs are routing source code to Chinese inference for $9.99/mo

◆ QUICK HITS

Quick hits

  • Update: Klue breach now involves two independent threat actors — 'Icarus' (likely paid to delete) plus a separate extortionist targeting customers directly; treat any deletion claims as worthless and rotate shared secrets now

    SANS NewsBites

  • Update: FSB groups UNC5792/UNC4221 expanded Signal recovery-key phishing to WhatsApp and Telegram per FBI/CISA joint update — a harvested key unlocks the full archive and survives account recreation

    DirtyClone roots your Debian/Fedora fleet, FSB phishes Signal keys, Oracle PeopleSoft 0-day is loose

  • Anthropic alleges Alibaba's Qwen extracted model behavior via ~29 million fake accounts feeding queries through its API — if you expose any LLM endpoint, add cross-account behavioral rate limiting and output watermarking

    29M fake accounts cloned a frontier model — your AI API is the new exfil target

  • Intel 471 confirms ransomware crews now run pre-attack data audits mining public cyber-insurance signals to set tiered extortion pricing — audit your external footprint for coverage indicators and suppress them

    Your cyber-insurance signal is now ransomware pricing intel

  • npm v12 preview disables install scripts by default (killing the postinstall RCE vector) but hard-errors on unrecognized .npmrc keys — test CI against preview now before it breaks pipelines under deadline pressure

    npm v12 flips install-scripts OFF by default

  • Developers routing source code to Chinese inference (DeepSeek, GLM, Kimi) via Cline's $9.99/mo pass — add these endpoints to egress monitoring and DLP rules before shadow adoption becomes entrenched

    Your devs are routing source code to Chinese inference for $9.99/mo

  • Google Gemini CLI (CVE-2026-12537) and Amazon Q VS Code extension both disclosed security flaws — add AI developer tools to your vulnerability management scope as the first CVE wave in this category

    SANS NewsBites

  • KDDI's 14.2M account credential dump will surface in stuffing lists imminently — tune auth-anomaly detection and enforce MFA on any Japan-region user overlap

    SANS NewsBites

◆ Bottom line

The take.

Oracle EBS and PeopleSoft are being exploited simultaneously in the wild — one pre-disclosure — while Supermicro faces criminal raids for chip smuggling across two continents. Meanwhile, AI agents just gained the ability to merge code from a phone and query your databases from Slack with zero procurement oversight. Patch Oracle today, verify your hardware provenance this sprint, and lock down AI agent OAuth scopes before shadow adoption makes it impossible.

— Promit, reading as Security ·

Frequently asked

Which Oracle CVE is confirmed exploited in the wild right now?
CVE-2026-46817 in Oracle E-Business Suite, rated CVSS 9.8, is confirmed under active exploitation per Defused Cyber. This is a live campaign, not a theoretical advisory — internet-facing EBS instances should be assumed compromised until threat-hunting proves otherwise.
How do we know the PeopleSoft zero-day caused real damage?
NAIC confirmed unauthorized access on June 11 that cascaded into paused credit rating agency feeds and suspended insurer investment designations. Nissan separately confirmed theft of employee PII, SSNs, banking, and tax data across four countries via the same PeopleSoft campaign — all before Oracle knew the vulnerability existed.
Why does the SimpleHelp bug require credential rotation and not just patching?
Attackers exploiting CVE-2026-48558 are deploying Djinn Stealer, a previously unreported infostealer, alongside the TaskWeaver C2 family. Because SimpleHelp is a high-privilege remote-support tool, any credential it touched on managed hosts should be considered exfiltrated — patching closes the door but only rotation invalidates what's already stolen.
Is DirtyClone (CVE-2026-43503) exploitable on our Linux fleet by default?
Yes on default Debian and Fedora, no on Ubuntu 24.04+ which blocks it via AppArmor. It's the fourth DirtyFrag-family kernel LPE in six weeks, abusing unprivileged user namespaces to gain CAP_NET_ADMIN. JFrog published a full walkthrough on June 25, and the patch has been available since May 21 — unpatched hosts are now a hygiene failure.
What's the fastest mitigation for the Kemp LoadMaster critical bug?
Pull the management API off the public internet immediately — exposure reduction is instant and doesn't require a maintenance window. Then patch and rotate TLS certificates, because a rooted LoadMaster holds every TLS private key it terminates, meaning session decryption and impersonation are on the table until certs are replaced.

◆ Same day, different angle

Read this day as…

◆ Recent in security

Keep reading.

Spot an error? [email protected]