Microsoft Fixes 570 Flaws as SonicWall Zero-Days Lead July 15 Security News
TL;DR - Microsoft shipped a record 570 fixes, including zero-days. - SonicWall SMA1000 and Progress ShareFile need urgent attention. - Defenders should patch internet-facing systems, review exposure, and hunt for phishing and credential abuse today.
Top Stories
Microsoft releases a record Patch Tuesday with 570 fixes
Microsoft’s July 2026 Patch Tuesday includes fixes for 570 vulnerabilities, with reporting indicating three zero-days in scope, including exploited and publicly disclosed issues. Security teams should treat this as a prioritization problem, not just a patch count headline. Start with externally exposed Windows infrastructure, identity systems, and user-facing productivity platforms, then move to high-value internal assets. Coverage from Krebs highlights the unusually high volume and Microsoft’s note that AI-assisted research is contributing to vulnerability discovery rates (KrebsOnSecurity). BleepingComputer also summarized the release and the zero-day angle (BleepingComputer).
Why it matters:
Large patch bundles increase the odds that critical fixes get delayed behind routine change windows. That creates a gap attackers can exploit, especially when defenders focus on volume instead of exploitability and exposure.
What to do next: - Triage internet-facing Microsoft assets first. - Review any zero-day and public disclosure items in your environment before broad workstation deployment. - Validate patch success with asset inventory and vulnerability scans, not just WSUS or Intune job status. - Watch for exploit attempts against exposed services in the first 72 hours after release.
SonicWall warns SMA1000 zero-days are being exploited
SonicWall says two SMA1000 vulnerabilities, tracked as CVE-2026-15409 and CVE-2026-15410, were exploited in zero-day attacks and patches are now available (BleepingComputer). For organizations using SMA appliances for secure remote access, this is a high-priority incident response and patching item.
Why it matters:
VPN and secure access appliances remain attractive targets because they sit at the perimeter, often expose authentication workflows, and can yield privileged access if compromised.
What to do next: - Patch SMA1000 systems immediately. - Review admin logins, appliance configuration changes, and newly created accounts. - Rotate credentials tied to the appliance if compromise is suspected. - Check for unusual VPN session patterns, especially from new geographies or at odd times.
U.S. charges alleged operators of a Russian bulletproof hosting service
U.S. prosecutors unsealed charges against three Russian nationals accused of operating a bulletproof hosting service allegedly used by ransomware actors, with reported victim losses exceeding $62 million worldwide (BleepingComputer).
Why it matters:
This is useful for defenders even if it is not a patch story. Bulletproof hosting underpins criminal resilience by keeping phishing, malware C2, and ransomware infrastructure online despite abuse complaints and takedown efforts. Disruption can trigger infrastructure turnover and short-term IOC churn.
What to do next: - Refresh detection logic for fast-rotating domains and IPs. - Review historical alerts tied to hosting providers or ASN ranges mentioned in current reporting if your threat intel program tracks them. - Expect adversaries to migrate to replacement infrastructure quickly.
Spanish police dismantle a €140 million cyber fraud and BEC ring
Spanish authorities arrested four people tied to a criminal organization accused of laundering proceeds from investment scams and business email compromise, with losses estimated at €140 million (BleepingComputer).
Why it matters:
BEC remains one of the most damaging low-malware, high-social-engineering threats for SMBs and enterprises alike. This case reinforces that payment workflow abuse and mule networks are still highly profitable.
What to do next: - Re-verify out-of-band payment approval processes. - Hunt for suspicious mailbox forwarding rules. - Review recent vendor bank account change requests. - Audit MFA coverage for finance, executives, and shared mailboxes.
Progress confirms ShareFile zero-day behind Storage Zone shutdown
Progress confirmed that a zero-day vulnerability drove the emergency shutdown of ShareFile Storage Zone Controllers and released updates to address it (BleepingComputer).
Why it matters:
Emergency shutdowns by vendors usually signal meaningful risk to exposed deployments. If you run self-managed file transfer or storage infrastructure, assume threat actors are already testing public exploit paths.
What to do next: - Patch immediately if you run affected ShareFile Storage Zone Controllers. - Review web server and application logs around the shutdown period. - Check for unusual file access, account abuse, and administrative changes.
Nearly 300 fake GitHub repos are pushing malware
Researchers found almost 300 GitHub repositories impersonating legitimate software and security tools to deliver infostealer malware (BleepingComputer).
Why it matters:
This is a supply-chain and user awareness problem. Developers, IT staff, and power users routinely pull tools from GitHub, often outside formal software procurement and review controls.
What to do next: - Restrict unsanctioned software downloads where possible. - Require verification of repository ownership and release signatures for internal use. - Hunt for newly executed binaries downloaded from browsers, temp paths, or archive extraction folders.
LastPass and Bitwarden users targeted with fake security alerts
LastPass warned of phishing emails using fake security notices to direct users to fraudulent sites, and Bitwarden users are reportedly part of the lure set as well (BleepingComputer).
Why it matters:
Password manager users are high-value phishing targets because one successful credential theft can unlock broad downstream access.
What to do next: - Warn users not to trust password manager alerts delivered by email without direct verification. - Encourage opening the password manager site or app directly, not via email links. - Monitor for impossible travel and new device registrations after reported phish events.
Critical Vulnerabilities
CVE-2026-56451: Siemens Opcenter X JWT forgery authentication bypass
- CVSS: 10.0
- Affected: Opcenter X versions earlier than V2604
- Issue: The application does not properly validate the JWT header algorithm, allowing an unauthenticated attacker to forge tokens, bypass authentication, and impersonate arbitrary users including admins.
- Reference: Siemens advisory
Why defenders should care:
A JWT validation flaw with auth bypass impact on an industrial or manufacturing platform can become a direct route to privileged application access. If internet-reachable or accessible from lower-trust segments, this should be treated as critical.
Priority actions: - Upgrade to a fixed version immediately. - Review whether Opcenter X is exposed beyond trusted networks. - Search for anomalous admin sessions and token-based authentication events.
CVE-2026-62422: JetBrains YouTrack authentication bypass
- CVSS: 10.0
- Affected: YouTrack before 2026.1.13757, 2025.3.148033, 2025.2.148048, 2025.1.148120, 2024.3.148430, and 2024.2.148429
- Issue: Authentication bypass via direct database access could lead to administrative access.
- Reference: JetBrains security fixes
Why defenders should care:
YouTrack often contains sensitive issue data, credentials in tickets, internal architecture details, and links to development workflows. Administrative access can expose source code and internal operations data even if the issue requires a specific access path.
Priority actions: - Patch to a fixed release. - Restrict database connectivity to only required hosts. - Review admin account changes, API token creation, and permission modifications.
CVE-2026-15043: DBI::SQL::Nano predicate evaluation flaw
- CVSS: 9.8
- Affected: DBI::SQL::Nano from 1.42 before 1.651 for Perl
- Issue: Inverted
<=and>=handling for text comparisons can return the wrong rows when applications rely on SQL filtering for policy or authorization decisions. - References: Patch commit, GHSA advisory
Why defenders should care:
This is not a classic RCE, but it can undermine authorization logic in applications using file-backed DBI drivers or forced SQL::Nano behavior. Impact depends on application design.
Priority actions:
- Upgrade DBI to 1.651 or later.
- Audit apps that use DBD::File, DBD::DBM, CSV-style drivers, or DBI_SQL_NANO=1.
- Test authorization and filtering logic for string comparison edge cases.
CVE-2026-62390 and CVE-2026-62392: Apache Kylin SQL injection and OS command injection
- CVSS: 9.8 each
- Affected: Apache Kylin 4 through 5.0.3
- Issues:
- CVE-2026-62390: SQL injection in a backend API that refreshes the table catalog
- CVE-2026-62392: OS command injection via backend API job config parameters
- References: SQL injection advisory, OS command injection advisory
Why defenders should care:
Kylin deployments commonly sit close to analytics and data infrastructure. SQL injection plus command injection in backend APIs can become an efficient route to data access and host compromise.
Priority actions: - Upgrade to Apache Kylin 5.0.4. - Limit access to Kylin management and backend APIs. - Review service account privileges and any OS-level job execution paths.
Technical Notes
Quick inventory and exposure checks
Use these examples to rapidly identify likely affected assets.
Apache Kylin version check
grep -R "kylin.version" /opt/kylin /etc/kylin 2>/dev/null
JetBrains YouTrack version check
grep -R "build" /opt/youtrack /var/lib/youtrack 2>/dev/null
Search for SonicWall SMA references in asset inventories
grep -Ri "SMA1000\|SonicWall" /cmdb_exports /asset_inventory 2>/dev/null
Find Perl DBI versions on Linux hosts
perl -MDBI -e 'print $DBI::VERSION . "\n"' 2>/dev/null
Basic log hunting ideas
Potential BEC indicators in Microsoft 365 mailboxes
Operations to review:
- New-InboxRule
- Set-InboxRule
- UpdateInboxRules
- MailItemsAccessed
- Add-MailboxPermission
- Set-Mailbox
Suspicious authentication patterns to review
Look for:
- New admin account creation
- MFA method changes
- Impossible travel
- Repeated failures followed by success
- API token creation outside normal change windows
Web application signals after emergency patching
Review for:
- Requests to rarely used admin or API endpoints
- Spikes in 401/403 followed by 200 responses
- Unusual POST bodies
- Command execution artifacts in application logs
- New scheduled jobs or service restarts
What Defenders Should Do Today
1) Prioritize external exposure first
Patch and validate: - SonicWall SMA1000 appliances - Progress ShareFile Storage Zone Controllers - Internet-facing Microsoft services and Windows servers - Publicly reachable Apache Kylin or YouTrack deployments
2) Patch by exploitability and business impact
Do not patch solely by headline count. Build today’s queue around: - Known exploited vulnerabilities - Internet-facing systems - Identity and access infrastructure - Systems with privileged data or admin workflows
3) Hunt for post-compromise signs, not just missing patches
For high-risk systems, review: - New users, tokens, SSH keys, or API credentials - Unexpected config changes - Geographic anomalies in logins - Unusual child processes or scheduled tasks
4) Tighten phishing resistance around password managers and finance workflows
Send a same-day user advisory covering: - Fake LastPass or Bitwarden security alerts - No clicking password reset or security links from email - Mandatory out-of-band confirmation for payment changes
5) Validate backup and recovery assumptions
With active zero-days and perimeter device risk in play: - Confirm recent backups completed successfully - Test at least one restore path for critical systems - Verify offline or immutable copies where available
Bottom Line
Today’s digest is dominated by two realities: patch volume is surging, and attackers are still winning through perimeter appliances, trusted platforms, and social engineering. The practical response is straightforward: patch exposed systems first, verify fixes actually landed, and hunt for credential abuse and post-auth activity in parallel. For most teams, the highest-value work today is Microsoft prioritization, SonicWall emergency patching, Kylin and YouTrack version checks, and user warnings about password manager phishing.
This article may contain affiliate links. We earn a commission on qualifying purchases at no extra cost to you.