Connect with us

CyberSecurity

SonicWall Rushes Patches for Two Zero-Days Hitting SMA1000 Appliances

Published

on

SonicWall SMA zero-day

Two Zero-Days Under Active Attack

SonicWall is sounding the alarm over two freshly discovered zero-day vulnerabilities that attackers are already exploiting in the wild. The flaws — tracked as CVE-2026-15409 and CVE-2026-15410 — target the company’s SMA1000 series of secure remote access appliances. Organizations using these devices need to act fast.

Both vulnerabilities were disclosed on July 15, 2026, and the vendor has confirmed that exploitation is underway. According to SonicWall’s PSIRT team, the company investigated multiple incidents where these holes were actively used against customers.

What the Flaws Actually Do

The first bug, CVE-2026-15409, is a critical server-side request forgery (SSRF) issue. It lives in the Appliance Work Place interface. An unauthenticated attacker can exploit it remotely, forcing the targeted appliance to send requests to unintended locations. That kind of access can open the door to internal network reconnaissance or data theft.

The second vulnerability, CVE-2026-15410, carries a high-severity rating. It’s a code injection flaw inside the Appliance Management Console (AMC). To use it, an attacker needs admin privileges — but once they have them, they can execute arbitrary OS commands on the device. That’s full control, essentially.

The two SonicWall SMA zero-day vulnerabilities can be chained together. An attacker might use the SSRF bug to gain a foothold and then escalate to code execution via the AMC flaw. Remote code execution scenarios like this are exactly what keep security teams up at night.

Affected Products and the Fix

The vulnerable hardware includes SMA1000 models 6210, 7210, and the virtual appliance 8200v. SonicWall has shipped hotfix releases — version 12.4.3-03453 and version 12.5.0-02835 — that address both issues. The company is urging every enterprise running these appliances to update immediately.

There is no workaround. If you’re on an affected version, the only safe move is to patch. Delaying carries real risk, especially given the active exploitation reports.

CISA Weighs In, IoCs Released

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has already added both CVEs to its Known Exploited Vulnerabilities (KEV) catalog. Federal agencies have been given until July 17 to remediate the issues. That’s a tight deadline — just two days from the disclosure date — which underscores the severity of the threat.

SonicWall has also shared indicators of compromise (IoCs) to help defenders detect whether their networks have been hit. The company hasn’t named the threat actor behind the attacks, but the patterns suggest a targeted campaign, not random scanning.

Cybersecurity firm Volexity assisted SonicWall in the investigation. So far, Volexity hasn’t published its own analysis, but that may change soon. The security community will be watching closely for technical deep-dives.

Not the First Time for SonicWall

This isn’t an isolated incident. SonicWall products have been a frequent target for both criminal gangs and state-backed hackers. CISA’s KEV catalog now lists 17 SonicWall flaws, including several that affect the SMA1000 line. The pattern is clear: attackers see these appliances as high-value entry points into corporate networks.

For IT and security teams, the takeaway is straightforward. Check your SMA1000 firmware version. If it’s not on the hotfix builds, schedule the update now. Given that exploitation is confirmed and CISA is pushing for immediate action, waiting is not an option.

Related Reading

Continue Reading
Click to comment

Leave a Reply

Your email address will not be published. Required fields are marked *

CyberSecurity

WriteOut Flaw: How a Session Token Leak Could Have Exposed Every Writer AI Tenant

Published

on

Writer AI flaw

They called it WriteOut. And it could have blown open every tenant on the Writer AI platform.

Cybersecurity researchers at Sand Security have revealed the details of a critical vulnerability in Writer, an enterprise generative AI platform. The flaw, now patched, allowed a one-click attack that could leak session tokens across tenants — effectively letting an outsider hijack any agent preview without ever logging in.

The bug is being tracked as WriteOut. And it’s a textbook case of what happens when session isolation isn’t bulletproof.

What exactly was the Writer AI flaw?

The vulnerability lived inside Writer’s agent preview feature — the sandbox where users test and iterate on AI agents before deploying them. Under the hood, each tenant is supposed to be walled off from every other tenant. That’s basic multi-tenant security: your data, your sessions, your agents — all isolated.

WriteOut broke that wall.

Sand Security found that a malicious actor could craft a specially designed link. Click it, and the victim’s browser would execute a cross-tenant request that leaked their session token. From there, the attacker could impersonate the victim inside Writer, accessing their agents, their prompts, their history — everything.

No credentials needed. No brute force. Just one click.

Cross-tenant compromise: the real danger

Cross-tenant vulnerabilities are the nightmare scenario for any SaaS platform. They mean that a breach at Company A can spill directly into Company B’s data — without either company doing anything wrong.

In Writer’s case, the agent preview feature was the entry point. The platform uses session tokens to keep users authenticated as they move between features. But the token validation logic didn’t properly enforce tenant boundaries during preview requests. A request from Tenant A could include a token from Tenant B, and the server would accept it.

That’s the kind of bug that keeps CISOs up at night.

Sand Security’s team demonstrated the attack with a proof-of-concept they called WriteOut. It required no authentication from the attacker. Just a link, a victim, and a click.

How Writer fixed the session isolation vulnerability

Writer patched the flaw after Sand Security disclosed it responsibly. The fix involved tightening session token validation to ensure that tokens are scoped to their originating tenant. Now, a token from Tenant A simply won’t work when presented to Tenant B’s resources.

The company also added additional checks on the server side to verify tenant identity on every request involving agent previews. It’s the kind of layered defense that should have been there from the start — but at least it’s there now.

Writer has not disclosed whether the vulnerability was ever exploited in the wild. But given the nature of the bug — a cross-tenant session leak — the potential blast radius was enormous. If an attacker had discovered WriteOut before Sand Security did, they could have silently harvested tokens from any Writer user who clicked a malicious link.

That’s the quiet danger of session isolation flaws: no alarms, no unusual login activity. Just a stolen token and a ghost in the machine.

What this means for enterprise AI security

Writer is far from alone. Enterprise AI platforms are being built at breakneck speed, and security often takes a backseat to shipping features. Agent previews, custom model tuning, and collaborative workspaces all introduce new surfaces for cross-tenant attacks.

The WriteOut vulnerability is a reminder that session isolation isn’t a checkbox — it’s a continuous engineering discipline. Every new feature that touches authentication needs to be audited, not just for its intended behavior, but for what happens when someone sends unexpected data across tenant boundaries.

For enterprises using AI platforms, the lesson is clear: don’t assume your data is walled off just because the marketing materials say so. Ask your vendors about their session isolation architecture. Ask about their bug bounty program. And if they can’t give you a straight answer, that’s an answer in itself.

Key takeaways

  • One-click exploitation: WriteOut required only a single click from a victim to leak their session token.
  • Cross-tenant scope: The flaw broke tenant isolation, meaning data from one organization could be accessed by an attacker posing as a user from another.
  • No authentication needed: The attacker didn’t need valid credentials — just a crafted link and a victim.
  • Patched responsibly: Sand Security disclosed the bug to Writer, which fixed it before public disclosure.

For more on securing generative AI workflows, check out our guide on AI platform security best practices and how to audit session token handling in multi-tenant SaaS apps.

Writer has since confirmed the patch is complete and no customer data was compromised. But WriteOut will go down as a near-miss — one that could have exposed every agent, every prompt, and every session on the platform.

Continue Reading

CyberSecurity

‘GitLost’ Bug Lets Attackers Drain Private Repos Through Public GitHub Issues

Published

on

GitLost vulnerability

How a Single Public Issue Can Expose Your Private Repos

A newly uncovered vulnerability, dubbed GitLost, exposes a dangerous gap in GitHub‘s agentic workflow system. The flaw allows an unauthenticated attacker to craft a seemingly harmless GitHub Issue in a public repository — and then silently siphon data from that organization’s private repositories.

It’s a classic supply-chain twist: the attacker never needs credentials. They don’t need to compromise a developer’s machine. All they need is a public repo where issues are open, and a victim organization that uses GitHub Actions or other automated workflows that respond to issue events.

The vulnerability was disclosed by researchers at Protect AI, who gave it the name GitLost. The name is fitting — it describes data that should be private but gets “lost” to an outsider through a side channel.

Why Agentic Workflows Are the Weak Link

GitHub’s agentic workflows — automated pipelines that can read, write, and act on repository events — are powerful. They let teams build bots that triage issues, run tests, or deploy code. But that power comes with a blind spot.

Here’s the core problem: when a workflow triggers on an issue_comment or issues event, it often runs with permissions that extend beyond the public repo. A typical action might clone the repo, check environment variables, or even access other repositories in the same organization. If the workflow’s code doesn’t strictly sanitize input from the issue, an attacker can inject commands that exfiltrate that data.

The Attack Chain, Step by Step

  1. Identify a target — Find a GitHub organization with a public repository that has issues enabled and uses a workflow that responds to issue events.
  2. Craft a malicious issue — The attacker opens an issue containing specially crafted content, such as a payload in the issue title, body, or a comment.
  3. Trigger the workflow — The organization’s GitHub Action runs automatically (e.g., on issue_comment), pulling the issue data into its execution context.
  4. Data exfiltration — The payload executes within the workflow, reading secrets, environment variables, or files from private repos, then sending them to an attacker-controlled server.

Protect AI’s researchers demonstrated the attack using a custom GitHub App that mimicked a real-world workflow. They were able to extract private repository contents, access tokens, and even organization-level secrets — all from a single public issue.

Who Is at Risk? Nearly Anyone Using GitHub Actions

The GitLost vulnerability doesn’t require exotic configurations. Any organization that runs GitHub Actions on issue events — including popular actions like stale, labeler, or custom bots — could be exposed. GitHub Actions security is often overlooked because teams assume the trigger event is low-risk.

But the risk is real. An attacker could:

  • Steal proprietary source code from private repos
  • Extract API keys, database credentials, or cloud service tokens
  • Pivot to compromise other systems using leaked credentials
  • Plant backdoors in CI/CD pipelines

The attack is especially dangerous for open-source projects that have both public and private repositories under the same organization. A popular library with a public issue tracker could become the entry point to the company’s internal infrastructure.

What GitHub Has Done — and What You Should Do

GitHub has acknowledged the vulnerability and released a security advisory. The company recommends that organizations review their workflow permissions and apply the principle of least privilege. Specifically:

  • Use pull_request events instead of issue_comment where possible, since PRs come from forked repos with limited trust
  • Set permissions: read-only on workflows that don’t need write access
  • Avoid using ${{ github.event.issue.body }} or other user-supplied data directly in shell commands
  • Pin action versions to specific commit SHAs, not version tags
  • Use OpenID Connect (OIDC) for cloud authentication instead of long-lived secrets

Protect AI also released a free checker tool that scans your GitHub organization for workflows vulnerable to GitLost. The tool checks for common misconfigurations and flags risky patterns.

The Bigger Picture: Agentic Security Is Still Immature

The GitLost flaw is not an isolated incident. It’s part of a broader trend where AI-powered agentic workflows — systems that autonomously act on events — introduce new attack surfaces. Traditional security models assume a human in the loop, but agents act quickly, silently, and with broad permissions.

Security researchers have warned for years that GitHub Actions, like any CI/CD system, is only as secure as its least-trusted input. The GitLost vulnerability is a concrete demonstration of that principle. It shows that even a seemingly innocuous feature — opening an issue — can be weaponized.

For now, the best defense is skepticism. Treat every external input as untrusted, especially in automated workflows. Audit your actions. And remember: just because a repo is public doesn’t mean its workflows should trust anyone.

Continue Reading

CyberSecurity

Microsoft Fixes a Staggering 570 Bugs — Nearly Triple Last Month’s Record

Published

on

Microsoft patches record

Microsoft’s July Patch Tuesday Shatters All Records

Microsoft dropped a bombshell this week. The company released security updates covering at least 570 vulnerabilities — nearly triple what it fixed in last month’s already record-breaking Patch Tuesday. That’s not a typo. Fifty-seven zero-zero.

The sheer scale is unprecedented. Microsoft attributes this explosion in patch counts directly to artificial intelligence. Pavan Davuluri, Microsoft’s Executive Vice President, wrote on July 9 that Windows users should expect “a higher volume of security updates” going forward. AI, he explained, is now finding more bugs, faster, across more code than ever before.

60 Critical Bugs and 3 Zero-Days Under Active Attack

Nearly 60 of the flaws fixed this month carry a “critical” severity rating. That means attackers or malware can remotely take over a Windows device with minimal user interaction. It gets worse: Microsoft addressed three zero-day vulnerabilities, two of which are already being exploited in the wild.

Two of those zero-days let an attacker elevate their privileges on a Windows system. They are CVE-2026-56155, an Active Directory Federation Services bug, and CVE-2026-56164, a Microsoft SharePoint vulnerability. The third zero-day, CVE-2026-50661, is a BitLocker security feature bypass. Microsoft says this one has been publicly detailed but isn’t yet actively exploited. If an attacker gets physical access to your device, they could potentially read your encrypted data.

250 Elevation-of-Privilege Flaws: A Troubling Pattern

Here’s a number that should make any security team sit up straight: roughly 250 of this month’s patches fix elevation-of-privilege (EoP) vulnerabilities. That’s nearly half of all the bugs Microsoft is squashing.

EoP flaws are especially dangerous because they turn a limited user account into an administrator. Once an attacker has admin rights, they can install malware, steal data, or move laterally across a network. The sheer volume suggests that either Microsoft’s codebase has systemic privilege-escalation issues, or AI is surfacing problems that were invisible before. Probably both.

Copilot Bug Scores 9.6 — and It’s Remote Code Execution

Perhaps the most eye-catching single vulnerability this month is CVE-2026-48561, a remote code execution flaw in Microsoft Copilot. It carries a CVSS score of 9.6 — nearly perfect severity. Jack Bicer, director of vulnerability research at Action1, highlighted the risk: an unauthorized attacker can execute code over the network simply by hosting a malicious website. When a user visits that site using Microsoft Edge for Android, the browser automatically sends crafted prompts to Copilot. No user interaction required beyond the visit.

That’s alarming for anyone using Copilot on mobile. Microsoft’s own exploitability index initially rated this bug as “less likely” to be exploited. But security researchers aren’t buying it.

AI Is Changing the Game — But So Are Attackers

Satnam Narang, senior staff research engineer at Tenable, argues that Microsoft’s exploitability index is becoming dangerously outdated. The system was designed around human attackers. Now AI tools can generate working exploits in minutes.

Narang pointed to research from Anthropic’s Red Team. Their Mythos Preview model produced proof-of-concept exploits for 13 out of 14 vulnerabilities that Microsoft had rated “Exploitation Less Likely” or “Exploitation Unlikely.” That’s a 93% success rate on bugs the company considered low-risk.

“Our way of looking at Patch Tuesday has changed,” Narang said. “The exploitability index is centered around humans, not AI tools. As these tools continue to improve, defense needs to improve alongside it.”

His point is stark: if AI can weaponize supposedly “unlikely” vulnerabilities in minutes, Microsoft’s ratings are essentially meaningless. The company added CVE-2026-56164, the SharePoint zero-day, to CISA’s Known Exploited Vulnerabilities list on July 1 — after initially calling it “less likely” to be exploited.

Other Vendors Are Also Ramping Up Patch Volume

Microsoft isn’t alone in this surge. Chris Goettl at Ivanti noted that Adobe, Cisco, Mozilla, and Oracle are all shipping updates more frequently. Adobe announced it’s moving to twice-monthly security bulletins, also citing AI for accelerating its patch cycles. Google’s patch batches in June 2026 totaled more than 900 security fixes.

The industry is clearly in a new era. AI is helping find vulnerabilities at machine speed. But it’s also helping attackers weaponize them just as fast. The old monthly patch cycle was designed for a slower world. That world is gone.

Should You Patch Immediately or Wait?

Here’s the practical dilemma. With 570 fixes, the odds of a patch causing system instability are higher than usual. Microsoft’s own history shows that large patch batches sometimes break things. Windows backup best practices are always a good idea before applying updates. For end users, waiting a few days to let early adopters discover any issues might be wise. For IT administrators, the calculus is different: two actively exploited zero-days mean the risk of not patching is real.

Either way, July 2026 will be remembered as the month Microsoft patched more vulnerabilities than ever before — and signaled that this is the new normal.

Continue Reading

Trending