ALT CISO Daily Briefing — 2026-06-29

CISO Daily BriefingALT CISO BRIEFING

Cloud Security Alliance — AI Safety Initiative Intelligence Report

Report Date
June 29, 2026
Intelligence Window
48 Hours
Priority Topics
5 Identified
Overall Risk Posture
ELEVATED

1. Executive Summary

This cycle is defined by two converging risks: AI development tooling is becoming an active attack surface, and two Linux kernel privilege escalation vulnerabilities with working public exploits demand immediate enterprise patching. A critical flaw in Amazon Q Developer (CVE-2026-12957) allowed a malicious repository to auto-execute MCP servers and exfiltrate developer cloud credentials — the fix is deployed, but the underlying pattern affects any AI coding assistant that trusts workspace-resident configurations. Separately, every major AI agent skill scanner can be bypassed in under an hour, and a fake skill already reached ~26,000 deployed agents undetected. On the governance front, two White House AI executive actions have compressed federal vulnerability remediation to as few as three calendar days. Strategically, a cross-cloud namespace hijacking technique enables silent, persistent data exfiltration with no patch available and no CSPM coverage today.

Priority Issue Why It Matters Recommended Action
CRITICAL Linux kernel LPE: pedit COW + DirtyClone (CVE-2026-46331, CVE-2026-43503) Working public exploits on RHEL/Debian; evades file-integrity tools; high risk in AI/GPU environments Patch today; validate all Linux fleet coverage including AI workloads
HIGH MCP auto-execution in AI coding assistants (CVE-2026-12957) Git clone → cloud credential theft; generalizes across all AI dev tools loading workspace MCP configs Audit AI coding assistant configurations; restrict MCP auto-execution
HIGH AI agent skill scanner bypass (all major platforms) 26,000 agents reached by fake skill; marketplace trust model is broken Review internal AI agent skill vetting policies; do not rely solely on marketplace scans
MEDIUM Trump AI Executive Orders (EO 14409 + NSPM-11) 3-day remediation mandates; AI Cybersecurity Clearinghouse; downstream vendor compliance obligations Assess procurement exposure; monitor CISA derivative guidance
WATCH Cloud namespace hijacking (AWS, GCP, Azure) Abandoned bucket names become permanent exfiltration points; no patch, no CSPM coverage Audit decommissioned storage resources; validate data stream endpoints

2. Overall Risk Posture

Posture
ELEVATED

Change Since Yesterday
WORSENED

Escalation Required?
YES (LPE)

Rationale: Two Linux kernel LPE vulnerabilities with working public exploits on major enterprise distributions (RHEL, Debian) and an exploit technique that evades file-integrity monitoring drive this posture. The AI developer toolchain attack vector (MCP auto-execution) compounds risk for organizations deploying AI coding assistants at scale. The broken AI skill scanner ecosystem creates ongoing supply chain exposure with no quick fix.

Executive Posture: Prioritize Linux patching today for all enterprise fleets, particularly AI/GPU infrastructure. Validate AI coding tool configurations before end of week. Brief IT and engineering leads on skill vetting posture. No board escalation unless internal compromise is confirmed, but prepare a one-paragraph board note on the Linux LPE situation for standing committee use.

At-a-Glance: Priority Topics

3. Top Priority Items

CRITICAL — Linux Kernel LPE: pedit COW + DirtyClone (CVE-2026-46331, CVE-2026-43503)

What happenedTwo distinct Linux kernel local privilege escalation vulnerabilities disclosed June 26, 2026, both with working public exploits on RHEL and Debian. CVE-2026-46331 (“pedit COW”) exploits an out-of-bounds write in the traffic control subsystem to poison the page-cache copy of a setuid binary, opening a root shell while file-integrity tools report clean. CVE-2026-43503 (“DirtyClone,” CVSS 8.8) achieves the same outcome via IPsec-tunneled packet cloning.
Why it mattersWorking public exploits on the two most common enterprise Linux distributions means time-to-exploitation is now near zero for any attacker with local access (insider, supply chain, compromised dependency). File-integrity evasion removes a primary detection layer.
Enterprise relevanceAffects all enterprise Linux fleets. Especially dangerous in AI/GPU infrastructure (long-lived shared workloads, mixed trust levels). Insider and supply chain threat actors could leverage local access to achieve persistent root.
Potential business impactFull system compromise on affected Linux hosts. In AI training environments, potential poisoning of model weights or exfiltration of training data. In identity-adjacent environments, complete credential harvest.
Recommended actionDeploy kernel patches immediately. Validate RHEL and Debian fleet coverage. Identify AI/GPU hosts as priority targets. Enable additional process auditing if file-integrity tools are your primary detection mechanism.
Suggested ownerVulnerability Management / IT Operations (patching); AI Infrastructure team (GPU cluster prioritization)
UrgencyTODAY — working exploits are public
ConfidenceHigh — dual-sourced via The Hacker News and NVD

HIGH — MCP Auto-Execution in Amazon Q Developer (CVE-2026-12957, CVSS 8.5)

What happenedWiz Research disclosed June 26, 2026 that cloning a malicious repository into Amazon Q Developer automatically executed MCP server configurations embedded in the repo, inheriting the developer’s full environment — AWS credentials, API keys, SSH agent sockets. Fix deployed by Amazon.
Why it mattersThe pattern generalizes to any AI coding assistant that auto-loads workspace-resident MCP configurations without sandboxing. The attack surface is every developer’s laptop with an AI coding assistant installed.
Enterprise relevanceEnterprises deploying AI dev tools (Copilot, Cursor, Q Developer, Codeium, etc.) are acquiring ambient execution risk without visibility. Developers are trusted with broad cloud permissions; a single git clone can translate to full cloud account compromise.
Potential business impactCloud account takeover via developer credential theft. Blast radius depends on developer’s IAM permissions. In worst case: production database access, secret extraction, CI/CD pipeline poisoning.
Recommended actionUpdate Amazon Q Developer immediately. Audit all AI coding assistants for MCP auto-execution behavior. Establish policy requiring manual approval for MCP server loading from workspace files. Review developer IAM permissions scope.
Suggested ownerSecurity Engineering / Developer Platform; Cloud Security (IAM review)
UrgencyTHIS WEEK — fix deployed but pattern persists across other tools

HIGH — AI Agent Skill Supply Chain: All Major Scanners Bypassed

What happenedTrail of Bits (June 3, 2026) bypassed ClawHub, Cisco, and all skills.sh-integrated scanners in under an hour each using structural evasion — not sophisticated reverse engineering. Unit 42 (June 23, 2026) documented a real-world fake skill that passed all production security scans and reached approximately 26,000 deployed agents.
Why it mattersOrganizations relying on marketplace scanner approval as their primary AI skill trust signal have no effective control. The structural flaw (scanner evaluates a snapshot; attacker swaps payload post-certification) is not patchable by individual vendors.
Enterprise relevanceAny enterprise deploying AI agents that consume external skills from marketplaces is exposed. The attack path mirrors malicious npm packages but with greater execution scope (agents can take actions, not just execute code).
Recommended actionEstablish internal skill vetting pipeline (separate from marketplace scanning). Require internal security review for any skill with access to sensitive systems, credentials, or customer data. Consider allowlisting approved skills rather than blocklisting. Inventory current agent skill deployments.
Suggested ownerAI Security / Application Security team; Third-Party Risk
UrgencyTHIS WEEK — ongoing structural risk, no marketplace fix available

4. Vulnerability and Exposure Intelligence

CVE Nickname CVSS Severity Exploit? Affected Systems Priority Action
CVE-2026-46331 pedit COW TBD CRITICAL YES — public Linux kernel (RHEL, Debian); traffic control subsystem Patch immediately; audit AI/GPU hosts first
CVE-2026-43503 DirtyClone 8.8 CRITICAL YES — public Linux kernel (RHEL, Debian); IPsec subsystem Patch immediately; assess IPsec configurations
CVE-2026-12957 MCP Auto-Exec 8.5 HIGH YES — demonstrated Amazon Q Developer VS Code extension; AI coding assistants broadly Update Q Developer; audit all AI dev tool MCP configs

Detection note for pedit COW: This exploit poisons the page-cache copy of setuid binaries rather than the on-disk file. File-integrity monitoring tools (AIDE, Tripwire, auditd file watches) will report a clean filesystem while the exploit is active. Detection requires memory-based integrity checks or kernel audit of page-cache writes to setuid files.

Business impact if patching is delayed: Any attacker with local access (insider, compromised CI/CD pipeline, supply chain compromise) can achieve root in a single step on unpatched systems. In AI infrastructure environments where GPU clusters run long-lived workloads with shared access, exploitation could lead to persistent root, model weight tampering, or training data exfiltration.

5. Threat Landscape Changes

The most significant shift this cycle is the convergence of the AI developer toolchain and the attack surface. AI coding assistants are now primary attack targets — they run with broad permissions, are trusted to execute code, and developers routinely clone untrusted repositories as part of normal workflows. The MCP auto-execution vulnerability confirms this threat model is not theoretical.

Simultaneously, the AI agent skill ecosystem is proving structurally insecure. The Trail of Bits research is not a finding about one scanner — it is a finding about the entire trust architecture of AI agent skill marketplaces. The real-world Unit 42 case (26,000 agents, zero detection at scan time) indicates this threat class is already being weaponized, not just theorized.

On the kernel exploitation front, the Linux LPE cluster follows a troubling pattern: public exploits within days of disclosure, combined with detection evasion that undermines the most common compensating controls (file-integrity monitoring). This is consistent with a broader trend of exploit maturation time compressing dramatically in AI-assisted research environments.

The items classified as “existing coverage, no action needed” — Russian FSB targeting Signal, SharkLoader/StrikeShark, Miasma npm worm — reflect continued activity across well-understood threat classes. No material behavioral change is observed in these campaigns that would warrant immediate CISO escalation beyond existing monitoring postures.

6. Cloud, SaaS, Identity, and NHI Risk

The global cloud namespace hijacking technique documented by Unit 42 on June 22, 2026 represents a qualitatively different class of cloud risk. Unlike misconfigurations or credential compromise, this is a design characteristic of globally shared cloud namespaces across AWS, Google Cloud, and Microsoft Azure. When an organization deletes a storage bucket, the namespace identifier returns to the global pool and can be claimed by any party.

The risk mechanism: automated data pipelines (telemetry streams, audit log forwarders, object replication rules) that were configured to write to a bucket name continue routing to that name after the bucket is deleted and re-registered by an attacker. No error is raised. No security tool detects the divergence. Data flows silently to attacker-controlled infrastructure, potentially for months or years.

Enterprise exposure path: Any organization that has retired cloud storage resources at any point in its cloud lifecycle has latent exposure. The older and more complex the cloud estate, the higher the likelihood of abandoned bucket names appearing in active pipelines. Standard CSPM tools scan for bucket permissions and encryption; they do not validate whether bucket names in active pipeline configurations still map to organization-owned resources.

Recommended near-term actions: Audit all data pipeline configurations (telemetry, audit logs, backup replication, object sync) to confirm destination bucket names are currently organization-owned. Implement bucket versioning/object lock on critical storage resources to make deletion harder to execute accidentally. Develop a decommissioning checklist that includes namespace reservation verification before deletion.

No identity-provider-specific incidents or NHI compromises were flagged in this cycle’s intelligence. The MCP auto-execution vector has identity implications (developer credential exfiltration) addressed under Top Priority Items above.

7. AI, Automation, and Agentic Risk

This cycle contains the highest concentration of AI-specific security developments observed in recent briefing periods. Three distinct AI risk vectors are simultaneously active:

AI development toolchain attacks: The MCP auto-execution vulnerability in Amazon Q Developer demonstrates that AI coding assistants are now high-value attack targets. The attack succeeds because developers extend inherent trust to their AI tools — and those tools run with the developer’s full identity context. Organizations that have deployed AI coding assistants broadly should treat the developer environment as an expanded credential exposure surface.

AI agent skill supply chain compromise: The Trail of Bits and Unit 42 findings together establish that the current AI agent skill ecosystem cannot be trusted on the basis of marketplace scanner approval alone. This mirrors the npm/PyPI supply chain threat class but with a critical difference: AI agent skills can take actions (not just execute code), potentially including accessing credentials, sending communications, modifying files, and calling APIs. The blast radius of a compromised AI agent skill is potentially larger than a compromised code package.

AI governance acceleration: The White House executive actions signal that AI-enabled attack capabilities have reached a threshold where federal policy now treats AI-accelerated exploitation as a baseline operational assumption rather than a future risk. The 3-day remediation mandate for highest-risk vulnerabilities is the operational expression of that assessment. Enterprise CISOs should expect derivative CISA guidance that extends similar expectations to critical infrastructure operators and government vendors.

Defensive AI opportunities: The AI Cybersecurity Clearinghouse established by EO 14409 may create new venues for private-sector organizations to share vulnerability intelligence and AI-assisted detection capabilities. CSA is well-positioned to contribute to and benefit from this infrastructure as it matures.

8. Third-Party, Supplier, and Ecosystem Risk

The primary third-party risk this cycle flows through the AI tooling and agent skill ecosystem. Organizations that deploy AI coding assistants, AI agent platforms, or consume skills from third-party skill marketplaces have acquired external dependency risks that most vendor management programs have not yet inventoried.

The MCP ecosystem deserves specific attention as a supplier risk. MCP server configurations can originate from repositories, package managers, and shared workspace templates — all of which represent third-party supply chain inputs to the developer environment. The Amazon Q Developer vulnerability is the first confirmed weaponization of this vector, but the exposure pattern is ecosystem-wide.

The Miasma/Mini Shai-Hulud npm/Go supply chain worm (classified as “existing coverage, no new action needed” this cycle) continues active propagation. Organizations with npm and Go dependencies should validate their software composition analysis tooling coverage and confirm dependency update workflows are current.

No major SaaS provider breaches, cloud provider incidents, or security tool compromises were identified in this cycle beyond those addressed above.

9. Regulatory, Legal, and Policy Developments

White House Executive Order 14409 (“Promoting Advanced Artificial Intelligence Innovation and Security”) and NSPM-11 (the first National Security Presidential Memorandum dedicated to AI in the national security enterprise) represent the most consequential federal AI security policy developments since the Biden administration’s 2023 AI executive order. Both were signed in June 2026.

Key operational mandates from EO 14409: establishment of an AI Cybersecurity Clearinghouse for cross-agency vulnerability coordination; compression of federal agency vulnerability remediation timelines to as few as three calendar days for the highest-risk vulnerabilities (recognizing that AI-accelerated exploitation has rendered traditional 15-30 day windows obsolete); direction to develop AI-enabled cyber defense capabilities as a strategic national security priority.

NSPM-11 directs AI integration across intelligence community and military operations — primarily a national security instrument, but it signals the federal government’s intent to accelerate AI adoption in security-sensitive contexts.

Enterprise CISO implications: Direct regulatory requirements apply to federal agencies and their contractors initially. However, CISA will issue derivative guidance extending these expectations to critical infrastructure operators and government vendors. Organizations that sell technology or services to the federal government should assess their procurement compliance posture now. The 3-day remediation signal — even before CISA guidance is issued — should inform how enterprise security teams think about vulnerability management SLAs for AI-identified, actively exploited vulnerabilities.

What to prepare: Assess whether your organization meets the government vendor definition under EO 14409. Monitor CISA for derivative guidance (expected within 90 days of EO signing). Prepare a one-page regulatory summary for your general counsel and compliance team. Consider whether your current vulnerability management SLAs are defensible in light of the federal baseline.

10. Sector and Peer Intelligence

The Unit 42 finding that a fake AI agent skill reached approximately 26,000 deployed agents before detection indicates this threat is not hypothetical — peer organizations operating AI agent platforms are actively being targeted. The affected agent count suggests enterprise deployments (not just individual developer environments) are within scope of this threat class.

The Russian FSB campaigns targeting Signal backup recovery keys (FBI/CISA joint advisory I-062626-PSA, June 26, 2026) reflect continued nation-state interest in encrypted communications infrastructure. Organizations in sectors with high-profile encrypted communications use (legal, financial, government contractors, human rights) should reinforce Signal security hygiene in line with the FBI/CISA advisory, which provides definitive operational guidance.

No sector-specific breach disclosures or peer organization incidents emerged from this cycle that would warrant specific CISO action beyond the items addressed above.

11. Geopolitical and Macroeconomic Cyber Risk

The continuing FSB/GRU activity against Signal encrypted communications (UNC5792/UNC4221 per the FBI/CISA advisory) reflects sustained Russian nation-state interest in disrupting secure communications infrastructure used by activists, journalists, and government-adjacent organizations. This is a persistent baseline, not a new escalation.

NSPM-11’s direction to integrate AI into intelligence and military operations signals a global acceleration of AI-enabled offensive cyber capabilities across major powers. The 3-day remediation mandate in EO 14409 is partly a response to this reality — the U.S. government’s own assessment is that AI has compressed adversary attack timelines to the point where traditional patch cycles are strategically inadequate.

No new sanctions developments, technology export controls, or cross-border data sovereignty changes were identified in this cycle requiring immediate enterprise action.

12. Incident and Crisis Watch

Item Status Classification Trigger for Escalation
Linux LPE public exploits (CVE-2026-46331, CVE-2026-43503) Working exploits public; patches available Validate exposure — patch today Any confirmed exploitation of internal systems
MCP auto-execution in AI coding tools Amazon Q fix deployed; broader ecosystem unpatched Validate exposure — this week Evidence of credential exfiltration from developer environments
AI agent skill supply chain (26,000 agents compromised) Active threat; no structural fix available Monitor — implement vetting controls Discovery of unauthorized skills in production agent deployments
Russian FSB targeting Signal (FBI/CISA advisory) Active campaign; advisory published Inform only — follow FBI/CISA guidance Internal Signal deployment compromise evidence
SharkLoader/StrikeShark campaign Active; conventional campaign Monitor closely Indicators in internal endpoint/SIEM telemetry

13. Recommended Actions

Action Suggested Owner Priority Timeframe Rationale
Deploy kernel patches for CVE-2026-46331 and CVE-2026-43503 across enterprise Linux fleet; prioritize AI/GPU infrastructure Vulnerability Management / IT Operations HIGH Today Working public exploits; file-integrity evasion removes standard compensating control
Update Amazon Q Developer; audit all AI coding assistants for MCP auto-execution behavior; establish MCP trust policy Security Engineering / Developer Platform HIGH Today – 48 hrs CVE fix deployed for Q Developer; pattern persists across other tools; developer credentials at immediate risk
Inventory all AI agent skill deployments; review against internal vetting criteria; do not rely on marketplace scanner approvals alone AI Security / Application Security HIGH This week All major skill scanners are bypassable; real-world exploitation reaching 26,000 agents documented
Audit all cloud data pipeline configurations to confirm destination storage buckets are organization-owned; develop storage decommissioning checklist Cloud Security / DevOps MEDIUM This week – 2 weeks Namespace hijacking has no patch; every decommissioned bucket is a latent exfiltration point
Assess government vendor obligations under EO 14409; prepare regulatory summary for legal/compliance CISO Office / Compliance MEDIUM This week Federal 3-day remediation mandate and AI Clearinghouse will generate downstream compliance obligations
Brief engineering and IT leads on AI dev tool security posture (MCP trust, skill vetting, developer credential hygiene) CISO Office / Security Engineering MEDIUM This week Technical leads need awareness to implement controls; this is not purely a security team problem
Monitor CISA for EO 14409 derivative guidance affecting critical infrastructure operators; set alert Compliance / CISO Office WATCH Ongoing (next 90 days) Guidance expected within 90 days; advance warning allows preparation rather than reactive compliance

14. CISO Talking Points

CEO / C-Suite

We are responding to two Linux kernel vulnerabilities with working public exploits — our team is deploying patches today with priority on AI infrastructure. We are also evaluating our AI development tool configurations in light of a recently disclosed attack that turns a code clone into a cloud credential theft. No indication of internal compromise at this time; we are moving to validate exposure proactively.

Board / Risk Committee

The AI development toolchain has become an active attack surface this quarter. We have two critical patching actions underway and are strengthening controls around AI coding assistant deployments. Separately, the White House has issued AI security executive orders that will create new compliance obligations for vendors to the federal government — we are assessing our exposure. The external risk environment is elevated but manageable with the actions we are taking this week.

Engineering / IT Leadership

Two Linux kernel privilege escalation vulnerabilities need to be patched across the fleet today — these have working public exploits and they evade file-integrity monitoring, so our standard compensating controls are not sufficient. Separately, our AI coding tool configurations need a security review: the attack model is that a malicious git repository can steal developer cloud credentials through MCP auto-execution. We’ll share a technical brief with your teams directly.

Legal / Compliance

The White House signed two AI executive orders in June 2026 that establish new federal vulnerability remediation timelines and an AI Cybersecurity Clearinghouse. While the immediate mandates apply to federal agencies, CISA is expected to issue derivative guidance for critical infrastructure and government vendors within 90 days. I would like to schedule time to walk through whether our government contracts create compliance obligations here.

Third-Party Risk / Procurement

Two of our active risk items this week involve supply chain attack vectors — one targeting AI coding assistant tools, one targeting AI agent skill marketplaces. We are reviewing our AI tool vendor inventory and our criteria for approving AI agent skills. We may need to add AI dev tool security attestations to vendor assessment questionnaires going forward.

15. Metrics & Risk Indicators

Critical/High CVEs Requiring Action
3
Known-Exploited Vulns (Public Exploits)
2
Active AI Attack Vectors
2
Regulatory Watch Items
1
Exec Escalation Required
YES
Cloud/Infra Risk Items
2
Supplier Incidents
0
Topics Analyzed
5

16. Rolling Watchlist

Watch Item First Seen Status Relevance Next Milestone Suggested Owner Escalation Trigger
Linux LPE exploit cluster (pedit COW + DirtyClone) 2026-06-29 Active; patches available; exploits public Critical — all enterprise Linux Patch deployment verification (48 hrs) Vuln Mgmt Any confirmed exploitation
MCP auto-execution attack surface in AI dev tools 2026-06-29 Amazon Q fixed; ecosystem audit in progress High — all AI coding assistant users Internal MCP trust policy (this week) Security Engineering Evidence of credential exfiltration
AI agent skill marketplace trust (all scanners bypassed) 2026-06-29 Structural vulnerability; no marketplace fix High — AI agent deployments Internal vetting policy review (this week) AI Security Unauthorized skill found in production agents
Cloud namespace hijacking (AWS, GCP, Azure) 2026-06-29 Monitoring; no patch; CSPM blind spot Medium — all cloud tenants Storage audit (2 weeks) Cloud Security Evidence of data exfiltration to abandoned bucket
White House AI EO 14409 / NSPM-11 compliance obligations 2026-06-29 Watching for CISA derivative guidance Medium — government vendors / critical infrastructure CISA guidance publication (90-day window) Compliance CISA guidance published; procurement question from customer

17. Sources, Confidence, and Unknowns

Finding Primary Source Confidence Key Uncertainty
Linux LPE CVE-2026-46331 (pedit COW) The Hacker News, June 26, 2026; NVD High Full CVSS score pending NVD analysis; exploit PoC availability on secondary platforms not confirmed
Linux LPE CVE-2026-43503 (DirtyClone) The Hacker News, June 26, 2026; NVD High CVSS 8.8 confirmed; exploit reliability on all kernel minor versions not independently confirmed
MCP auto-execution CVE-2026-12957 in Amazon Q Developer Wiz Research, June 26, 2026 (primary); The Hacker News High Generalization to other AI coding assistants is assessed (not confirmed for each individual tool); vendor disclosure status for non-Amazon tools not known
AI skill scanner bypass (all major platforms) Trail of Bits, June 3, 2026; Unit 42, June 23, 2026 High 26,000 agent figure sourced to Unit 42; independent confirmation not available. Bypass technique details confirmed by Trail of Bits.
Cloud namespace hijacking (AWS, GCP, Azure) Unit 42, June 22, 2026 Medium Single primary source; no independent replication of cross-cloud demonstration published yet. Technique is well-understood conceptually; scale and exploitation prevalence unconfirmed.
White House EO 14409 and NSPM-11 White House, June 2026; NSPM-11 High Specific CISA derivative guidance and enterprise compliance implications pending publication; 3-day remediation mandate scope (which vuln classes) needs clarification from implementing regulations.

Known gaps this cycle: No ISAC or sector-specific intelligence feeds were included in the source scan. Financial sector, healthcare, and energy sector threat intelligence communities may have additional context not reflected here. AI exploit benchmarking (OpenAI GPT-5.6 Sol ExploitBench) is identified as a developing signal that warrants future coverage but has insufficient material for analysis today.

Topics Already Covered — No New Action Required

  • Russian FSB targeting Signal (FBI/CISA I-062626-PSA): FBI/CISA joint advisory (June 26, 2026, UNC5792/UNC4221) provides definitive operational guidance. Follow advisory recommendations; no additional CSA analysis adds value at this time.
  • SharkLoader/StrikeShark Cobalt Strike campaign: Conventional loader-plus-beacon campaign; no AI angle. Existing CSA incident response coverage applies. Standard EDR and threat hunting posture sufficient.
  • Miasma/Mini Shai-Hulud npm/Go supply chain worm: Ongoing campaign; well-covered by Wiz, Socket, and Unit 42. CSA’s supply chain corpus (9 documents) addresses the generic npm supply chain attack class.
  • PTC Windchill PDMlink RCE (CVE-2026-12569): Industrial PLM/PDM; CISA KEV provides urgency signal. Outside CSA AI Safety Initiative scope; existing industrial security frameworks apply.
  • OpenAI GPT-5.6 Sol restricted preview: Model safety stack announcement and ExploitBench benchmark comparison. Worth monitoring for future coverage; insufficient standalone material at this time.

← Back to Research Index