AntiMalwareAugust 20, 2026🇷🇺Translated from Russian

Microsoft Releases Fix for Windows Defender Crashes During Quick and Full Scans

Microsoft has released a fix for a problem in Windows Defender that caused the built-in antivirus to crash during quick or full scans. The issue affected a portion of computers running Windows 10 and Windows 11 following a recent batch of patches.

Users encountered the message "Threat service has stopped. Restart it" along with access violation error 0xc0000005. In some cases, Defender failed so consistently that the service had to be restarted manually. A number of users even reinstalled Windows, believing the system was infected or irreparably damaged.

Administrators identified the problem when they could reliably reproduce the crash on multiple devices simply by launching a quick scan. This demonstrated that the fault originated in the defender software itself, which was effectively protecting Windows from its own scanning operations.

Microsoft confirmed the bug and resolved it in security intelligence update version 1.457.236.0. The correction is also present in all newer releases. Users are advised to run Windows Update and verify that the latest Defender definitions are installed, as they normally download automatically.

Manual updates can be checked in Windows Security under Virus & threat protection → Protection updates. The latest version and manual installation packages are also available on the official Microsoft page. Reinstalling the operating system is not required; updating Defender is sufficient.

Related articles

Security NEXTVulnerabilities & Exploits

Adobe Issues Critical Security Updates for ColdFusion Fixing Nine CVEs Including Eval Injection Flaws

Adobe has released security updates for Adobe ColdFusion to address nine vulnerabilities, urging users to apply the patches immediately. The update coincides with Patch Tuesday on September 8, 2026, and covers issues such as Eval injection, SQL injection, cross-site scripting, and access control weaknesses. Six of the vulnerabilities are rated Critical, with the highest CVSS v3.1 base score reaching 9.9 for CVE-2026-48273. The remaining three vulnerabilities are classified as Important. Adobe ColdFusion users are advised to update without delay to mitigate risks of code injection and unauthorized access. The advisory also references related security issues in other products including Canva, BIG-IP, and Dell SCG.

HabrVulnerabilities & Exploits

eBPF Verifier Discrepancy Revealed: PREVAIL Accepts Safe Code Rejected by Linux Kernel Verifier

Researchers discovered that the same BPF object file receives conflicting verdicts from different verifiers. The program correlated_branch.c from the ebpf-samples repository passes verification under PREVAIL but is rejected by the Linux kernel verifier. The divergence occurs because the kernel verifier tracks scalar bounds separately from packet pointer offsets, while PREVAIL maintains explicit links between checked packet sizes and pointer states. The XDP function ConvergedBranch performs a bounds check via check_packet before accessing an Ethernet header, yet the kernel verifier fails to propagate the guarantee to the subsequent load instruction. Replacing the helper call with an inline comparison against data_end allows the kernel verifier to accept the program. The finding highlights that verifier rejection does not always indicate an actual safety violation in eBPF code.

BoletimSecVulnerabilities & Exploits

Critical ASUS Control Center Enterprise Flaw Allows Remote Root Access via CVE-2026-75754

A critical vulnerability identified as CVE-2026-75754 in ASUS Control Center Enterprise (ACC) carries a maximum CVSS score of 10.0 and enables unauthenticated remote attackers to gain full control of the management server and all connected devices. The flaw stems from a combination of missing authentication on a critical function, a server-side request forgery (SSRF) issue, and hardcoded credentials embedded directly in the software. Attackers can craft a malicious HTTP request to extract the system’s encryption key, activate an SSH service on TCP port 2222, and use fixed credentials to obtain a root shell without any user interaction. Once inside, the attacker can read, modify, or delete data stored in the ACC platform and propagate the compromise across managed servers, PCs, and workstations. All versions of ASUS Control Center Enterprise through 4.0.0.2 are affected. ASUS released a security advisory on September 4, 2026, urging immediate updates to mitigate the risk.

BoletimSecVulnerabilities & Exploits

Critical Zero-Day 'StyleSmuggler' Vulnerability Exploited in Adobe Commerce and Magento

A zero-day vulnerability dubbed StyleSmuggler is being actively exploited in Magento Open Source and Adobe Commerce to achieve unauthenticated remote code execution and install backdoors on e-commerce servers. The flaw allows attackers to inject malicious PHP code into files generated by the platform and then force the template system to process it, with the attack chain triggered during the generation of default transaction failure emails. Exploitation has been observed since September 4 and works even if the email is not successfully sent. Researchers have reproduced the attack on clean installations of versions 2.4.7, 2.4.8, and 2.4.9, as well as on a fully patched Magento 2.4.6-p15 system. After compromise, a Rust-based implant is deployed outside the store directory, masquerading as the process [kworker/u:8:0] and maintained via a cron job that restarts it every five minutes. As of September 6, Adobe had not released a CVE, official patch, or specific workaround, though the next scheduled security update is set for September 8.