惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
Microsoft Security Blog
Microsoft Security Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Vercel News
Vercel News
Application and Cybersecurity Blog
Application and Cybersecurity Blog
C
Check Point Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
W
WeLiveSecurity
The Hacker News
The Hacker News
L
LINUX DO - 热门话题
T
Tenable Blog
Hugging Face - Blog
Hugging Face - Blog
Google Online Security Blog
Google Online Security Blog
博客园 - Franky
P
Proofpoint News Feed
H
Hacker News: Front Page
P
Privacy & Cybersecurity Law Blog
月光博客
月光博客
P
Proofpoint News Feed
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
博客园_首页
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
CERT Recently Published Vulnerability Notes
Forbes - Security
Forbes - Security
I
InfoQ
Stack Overflow Blog
Stack Overflow Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Attack and Defense Labs
Attack and Defense Labs
N
News and Events Feed by Topic
博客园 - 叶小钗
T
Threat Research - Cisco Blogs
aimingoo的专栏
aimingoo的专栏
D
Darknet – Hacking Tools, Hacker News & Cyber Security
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
MongoDB | Blog
MongoDB | Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Hacker News - Newest:
Hacker News - Newest: "LLM"
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
O
OpenAI News
G
Google Developers Blog
Martin Fowler
Martin Fowler
罗磊的独立博客
S
SegmentFault 最新的问题
T
Tor Project blog
量子位

Vulnerabilities – ThreatDown by Malwarebytes

June 2025 Microsoft Patch Tuesday fixes two zero-days March 2025 Patch Tuesday, severity over quantity What is Cross-Site Scripting (XSS)? - ThreatDown by Malwarebytes Why ransomware gangs want you to keep using that GPON router - ThreatDown by Malwarebytes Hybrid cloud environments are not safe from ransomware Windows MSHTML vulnerability actively exploited - ThreatDown by Malwarebytes Update now! Critical CVSS 10 vulnerability in Ivanti EPM - ThreatDown by Malwarebytes Update now! Four zero-days fixed in September Patch Tuesday - ThreatDown by Malwarebytes Ransomware gangs target SonicWall vulnerability
April 2025 Patch Tuesday includes one zero-day
Pieter Arntz · 2025-04-09 · via Vulnerabilities – ThreatDown by Malwarebytes
patch Tuesday header image

April’s Patch Tuesday fixes a whopping 126 Microsoft vulnerabilities.

April’s Patch Tuesday fixes a whopping 126 Microsoft vulnerabilities.

Compared to last month, that’s more than twice the amount, but the good news is there’s only one actively exploited vulnerability, compared to six in March.

The zero-day vulnerability is CVE-2025-29824 (CVSS score 7.8 out of 10), a use after free (UAF) vulnerability in the Windows Common Log File System (CLFS) driver which allows an authorized attacker to elevate privileges locally. A successful attacker can gain SYSTEM-level privileges, enabling them to execute arbitrary code, install malware, modify system settings, or access sensitive data.

UAF is a type of vulnerability that results from incorrect use of dynamic memory during a program’s operation. If, after freeing a memory location, a program does not clear the pointer to that memory, an attacker can use the error to manipulate the program. Referencing memory after it has been freed can cause a program to crash, use unexpected values, or execute code. In this case, when the vulnerability is exploited, this can lead to corruption of valid data and the execution of arbitrary code on affected systems.

The CLFS driver is a component of the Windows operating system designed to manage high-performance logging. It is used for recording events or data in a structured way, which is essential for applications and system processes that require reliable transaction logging or recovery. CLFS helps ensure that log data is stored securely and can be retrieved even after system failures.

The driver operates at the kernel level, meaning it interacts directly with the core of the operating system, which is critical for performance but also increases the severity of vulnerabilities. Using elevation of privilege flaws like this one, ransomware affiliates can compromise a network as part of their efforts to steal and encrypt data and ultimately extort their victims.

CISA has added CVE-2025-29824 to its catalog of Known Exploited Vulnerabilities, requiring Federal Civilian Executive Branch (FCEB) agencies to apply necessary remediations by April 29, 2025.

Windows 10 users will have to wait for a patch. Microsoft notes:

The security update for Windows 10 for x64-based Systems and Windows 10 for 32-bit Systems are not immediately available. The updates will be released as soon as possible, and when they are available, customers will be notified via a revision to this CVE information.

Other vendors

Adobe issued security updates for 12 products.

CrushFTP patched a know exploited vulnerability tracked as CVE-2025-31161.

Google fixed two actively exploited Android zero-day vulnerabilities in its April 2025 Android Security Bulletin.

Ivanti released its April security updates and updated its security advisory about CVE-2025-22457 to emphasize the importance of patching it.

SAP released April security updates for multiple products.

And last but not least almost every browser vendor issued a patch for CVE-2025-2783 which lies in Mojo for Windows. Mojo is a collection of runtime libraries that provide a platform-agnostic mechanism for inter-process communication (IPC).