Security NEXTJuly 29, 2026🇯🇵Translated from Japanese

Adobe Patches Critical Vulnerabilities in Bridge and Format Plugins

Adobe has released security updates to address multiple critical vulnerabilities affecting Adobe Bridge and Adobe Format Plugins. The company published the corresponding security advisories on July 28, 2026, and made patched versions available immediately.

In Adobe Bridge, eight vulnerabilities were resolved. These include search path issues tracked as CVE-2026-48395 and CVE-2026-48391, authorization bypass problems identified as CVE-2026-48396 and CVE-2026-48390, path traversal flaw CVE-2026-48374, and out-of-bounds write issues CVE-2026-48392, CVE-2026-48393, and CVE-2026-48394. Exploitation of these flaws could allow attackers to execute arbitrary code or gain elevated privileges.

Adobe Format Plugins was affected by a heap-based buffer overflow vulnerability tracked as CVE-2026-48372. Successful exploitation may permit remote attackers to execute arbitrary code on the target system.

Users are strongly advised to apply the latest updates without delay. The fixes are available through Adobe’s standard update mechanisms and via the links provided in the official advisories.

Related articles

Security NEXTVulnerabilities & Exploits

NVIDIA Patches Critical VIRTIO-Net Flaw in BlueField 3 Allowing VM Code Execution

NVIDIA has released a security update addressing a critical vulnerability in the VIRTIO-Net component used with its BlueField 3 DPU. The flaw, tracked as CVE-2026-65094, enables virtual machine users to execute arbitrary code within the VIRTIO-Net execution context through crafted messages that perform unauthorized memory writes. Originally assigned CVE-2025-33209, the identifier was later withdrawn and replaced. The issue was discovered internally by NVIDIA and carries a CVSS v3.1 base score of 9.0, rated Critical. Affected versions include VIRTIO-Net 25.10.6, 25.10.2, 24.10.50, and 23.10.23, with fixes available in subsequent releases. Organizations are advised to update immediately to mitigate the risk of code execution by untrusted VM tenants.

HabrVulnerabilities & Exploits

SOC Incident Analysis Exposes Active Exploitation of CVE-2025-53770 SharePoint ToolShell Auth Bypass and RCE

A detailed walkthrough of Letsdefend SOC342 demonstrates how analysts detected and confirmed exploitation of CVE-2025-53770 targeting SharePoint servers. The alert was triggered by a suspicious unauthenticated POST request to ToolPane.aspx carrying an unusually large payload and a spoofed referer. Investigation revealed that the vulnerable server accepted the request, after which PowerShell commands extracted ASP.NET cryptographic keys, enabling ViewState forgery and remote code execution. Attackers then compiled and dropped additional payloads using csc.exe and created a malicious spinstall0.aspx page that leveraged WScript.Shell to download further malware. Network indicators included the malicious IP 107.191.58.76 flagged by CISA and multiple VirusTotal detections. The server was isolated, files removed, and cryptographic keys rotated to contain the breach.

HabrVulnerabilities & Exploits

GitLab Developer Account Leads to Full OpenStack Cloud Control via CI/CD Runner Misconfigurations

A penetration testing team demonstrated how a standard developer account in GitLab can be escalated to full administrative control over an OpenStack cloud environment through typical CI/CD misconfigurations. Starting with only GitLab credentials, the testers created a pipeline that executed arbitrary commands on a production Kubernetes runner named PROD-K8S-RUNNER01. Membership in the docker group allowed privilege escalation to root by mounting the host filesystem and adding an SSH key. From the compromised host, the team discovered a kubeconfig file granting extensive Kubernetes permissions including secret access, pod execution, and role bindings. This access enabled mounting a node filesystem to extract OpenStack cloud-config credentials. The resulting cloud account possessed broad roles across nova, cinder, neutron, and other services, effectively providing administrator-level control over virtual machines, networks, storage, and managed Kubernetes clusters.

HispasecVulnerabilities & Exploits

Critical Fastjson Zero-Day CVE-2026-16723 Actively Exploited for Remote Code Execution on Java Servers

A critical zero-day vulnerability tracked as CVE-2026-16723 is being actively exploited in Fastjson 1.x versions ranging from 1.2.68 to 1.2.83. The flaw enables unauthenticated remote code execution on Java servers that process attacker-controlled JSON, particularly when applications run as Spring Boot executable fat JARs. Exploitation succeeds even when AutoType is disabled and does not require elevated privileges or user interaction. No official patch is available for the 1.x branch, forcing organizations to rely on SafeMode activation or migration to fastjson2. Active campaigns have primarily targeted organizations in the United States, with additional activity observed in Singapore and Canada across finance, healthcare, and retail sectors. The vulnerability stems from type resolution logic that allows attackers to bypass restrictions via resource lookups before security controls are applied.