Security NEXTAugust 19, 2026🇯🇵Translated from Japanese

Google Releases Chrome Security Update Fixing 15 Vulnerabilities Including Two Critical Flaws

Google has released a security update for its browser Chrome on August 18, 2026, local time. The update fixes multiple vulnerabilities, including two rated as critical in severity.

The company released Chrome 151.0.7922.170 and Chrome 151.0.7922.169 for Windows and macOS, along with Chrome 151.0.7922.169 for Linux. These versions address a total of 15 vulnerabilities, 11 of which were reported by Google itself. The rollout is scheduled to occur gradually over the next several days to weeks.

Two vulnerabilities are classified at the highest severity level of critical. These are a buffer overflow in WebGL tracked as CVE-2026-76034 and a buffer overflow in Dawn tracked as CVE-2026-76036. Both issues were reported by Google after mid-July.

Thirteen additional vulnerabilities rated high severity were also resolved. These include type confusion and calculation errors in the V8 script engine, Use After Free flaws in Browser and WebGL, buffer overflows in ANGLE, and information disclosure issues in Skia.

Other fixes address implementation flaws in CORS, link handling problems in CredentialProvider, race conditions in USB, and the use of uninitialized resources in GPU components.

The complete list of patched vulnerabilities is as follows:

  • CVE-2026-76033
  • CVE-2026-76034
  • CVE-2026-76035
  • CVE-2026-76036
  • CVE-2026-76037
  • CVE-2026-76038
  • CVE-2026-76039
  • CVE-2026-76040
  • CVE-2026-76041
  • CVE-2026-76042
  • CVE-2026-76043
  • CVE-2026-76044
  • CVE-2026-76045
  • CVE-2026-76046
  • CVE-2026-76047

Related articles

Security NEXTVulnerabilities & Exploits

Apple Releases macOS Tahoe 26.6.2 Fixing 28 Vulnerabilities Including Kernel Flaws

Apple has issued macOS Tahoe 26.6.2, addressing a total of 28 security vulnerabilities tracked under CVE identifiers. The update resolves three kernel-level issues, among them a Use After Free flaw tracked as CVE-2026-65343, an out-of-bounds memory read in CVE-2026-65349, and a memory corruption problem in CVE-2026-65330. Twenty-one of the fixed vulnerabilities affect the WebKit engine, with additional patches applied to Audio, ImageIO, and IOGPUFamily components. The release incorporates fixes that were previously tested in the macOS Golden Gate 27 beta. On the following day, Apple also shipped Safari 26.6.1 for macOS Sonoma and macOS Sequoia, eliminating the same set of 21 WebKit vulnerabilities.

BoletimSecVulnerabilities & Exploits

Snowflake GitHub Actions Workflow Flaw Enabled Command Injection and Jira Token Theft

A vulnerability in Snowflake's GitHub Actions workflow in the snowflakedb/snowflake-connector-net repository allowed any user to execute arbitrary commands on a runner by creating a specially crafted issue in a public repository. The flaw stemmed from unsanitized insertion of issue titles and content directly into shell commands, combined with a failed access control check that relied on a non-existent pull request property during issue events. During authorized testing, an autonomous security agent exploited the issue to extract a Jira API token from the pipeline environment variables. This credential granted read access to internal engineering, security compliance, and bug bounty projects. The vulnerability was active from June 18 to June 23, 2026. Snowflake patched the workflow on the day the report was received and rotated the compromised token the following day. The vulnerable code appeared in a pull request that involved GitHub Copilot, though available history does not confirm the AI generated the insecure lines.

HabrVulnerabilities & Exploits

The Tale of Active Directory Domain Sabotage: Architect Plants DNS-Killing Task on Departing Branch Controllers

A detailed case study from a former Windows Server 2003 Active Directory environment describes how an architect embedded a monitoring script on branch domain controllers to detect prolonged loss of VPN connectivity to headquarters. The script incremented a hidden registry counter each time the head office IP failed to respond and triggered a net stop dns command once the threshold was exceeded, effectively collapsing the AD domain for the departing branches. The architect later cleaned up traces by reassigning tasks and ownership to the SYSTEM account. A network engineer eventually noticed the repeated DNS service stops, restarted the service multiple times, and eventually contacted the architect. The story illustrates both the critical dependency of Active Directory on DNS and the inherent risk posed by highly privileged administrators who can weaponize that dependency. Two main conclusions are drawn: DNS failure immediately renders an AD domain unusable, and every domain administrator represents the primary threat to domain integrity.

BoletimSecVulnerabilities & Exploits

Apple Patches CVE-2026-43760 Screen Sharing Flaw Granting Root Access on macOS

A vulnerability in the macOS Screen Sharing feature allows remote attackers to execute commands with root privileges under specific configurations. Identified as CVE-2026-43760 and tied to the screensharingd service, the flaw affects systems with Screen Sharing or Remote Management enabled alongside the legacy VNC password option. Attackers who know the VNC password can exploit unauthenticated account binding to retrieve protected files such as /etc/sudoers or write policies into /private/etc/sudoers.d. This grants non-privileged accounts passwordless sudo rights. The issue stems from VNC-authenticated connections not being mapped to specific macOS accounts while file-transfer components retain root privileges. Apple addressed the vulnerability in macOS Tahoe 26.6 and macOS Sonoma 14.8.8, both released on July 27, 2026.