MilikMilik

AI Security Tools Expose Long-Hidden Zero-Day Vulnerabilities

AI Security Tools Expose Long-Hidden Zero-Day Vulnerabilities
Interest|High-Quality Software

AI Security Discovery: What It Means for Zero-Day Vulnerabilities

AI security discovery is the use of autonomous or semi-autonomous artificial intelligence tools to scan software, identify zero-day vulnerabilities, and build reproducible exploits faster than traditional manual testing or fuzzing approaches can manage. In the past months, these tools have exposed how many flaws can hide for years in widely deployed software. From media libraries to in-memory databases and browsers, AI is surfacing weaknesses that survived code reviews, fuzzers, and decades of production use. This new pace is changing the patch cycle: vendors receive more credible reports in less time, while defenders face a growing backlog of critical software patches they can no longer postpone. Understanding how these AI agents work, and what they have already uncovered, is now essential for anyone responsible for maintaining secure infrastructure or managing software supply chains.

FFmpeg Security Flaws: 21 Zero-Days, Some Dormant for Decades

A security startup named depthfirst reported 21 previously unknown zero-day vulnerabilities in FFmpeg, the media library embedded in many video tools, after running an autonomous AI agent over its roughly 1.5 million lines of C code. Every finding came with a reproducible proof-of-concept input, covering heap and stack overflows in parsers and demuxers from the TS demuxer to the VP9 decoder. Several bugs had been present for 15 to 20 years; one stack overflow in service-description-table code dates back to 2003 and sat unfixed for 23 years. According to depthfirst, the AI-driven run cost around USD 1,000 (approx. RM4,600), highlighting how cheap high-coverage analysis has become. FFmpeg users are urged to pull the latest upstream fixes or distribution security updates and to prioritize systems that ingest untrusted RTSP streams or AV1-over-RTP, including embedded copies in Python wheels, containers, and appliances.

AI Security Tools Expose Long-Hidden Zero-Day Vulnerabilities

Redis RCE Vulnerability CVE-2026-23479: AI Finds a Two-Year-Old Bug

An autonomous AI security tool called Xint Code uncovered a critical Redis RCE vulnerability, CVE-2026-23479, introduced in version 7.2.0 and left undetected for more than two years. The flaw is a use-after-free in unblockClientOnKey() in src/blocked.c, triggered when a key event wakes a blocked command while Redis continues to use a client pointer that may have been freed. The exploit chain leaks a heap address, frees a client, replaces it with a fake structure, and abuses updateClientMemoryUsage() to overwrite a function pointer in the Global Offset Table, redirecting strcasecmp() to system(). With an authenticated session that has CONFIG, scripting, and stream privileges—rights the default user often holds—an attacker can execute arbitrary OS commands on the host. Redis patched the bug on May 5 in versions 7.2.14, 7.4.9, 8.2.6, 8.4.3, and 8.6.3, and urges users to upgrade or tighten ACLs immediately.

Chrome 149 and the New Pace of Critical Software Patches

Google’s Chrome 149 release shipped patches for 429 vulnerabilities, the highest bug count recorded in a single Chrome version. Over 100 of these issues were classified as critical or high severity, mostly use-after-free problems and input validation errors. The most severe, CVE-2026-10881 (CVSS 9.6), is an out-of-bounds read and write in the ANGLE graphics engine that allows a crafted page to escape the browser sandbox and run code on the host; Google awarded USD 97,000 (approx. RM446,200) for this report. While AI did not directly find these Chrome bugs, Google has overhauled its bounty program to handle a surge in AI-generated submissions, favoring concise reproducers over long, AI-written explanations. Users should confirm that Chrome auto-update has completed or manually upgrade to 149.0.7827.53 on Linux and 149.0.7827.53/54 on Windows and macOS to close these critical software patches.

Adapting Patch Cycles for an AI-Driven Vulnerability Landscape

The FFmpeg security flaws, the Redis RCE vulnerability, and Chrome’s record patch haul show how AI is reshaping vulnerability discovery and patch cycles. Autonomous agents can now sweep mature codebases and unearth zero-day vulnerabilities that have persisted for years, sometimes decades. A February study cited in recent research found an AI agent could reproduce working proofs-of-concept for more than half of 100 real Linux kernel N-day bugs, outperforming fuzzing in many cases. This volume pressures vendors to prioritize security updates, shorten release windows, and rely more on auto-update and dependency bumps. For defenders, the lesson is clear: legacy software is not safe just because it has “stood the test of time.” Organizations should integrate AI-based scanning into their pipelines, maintain an accurate inventory of bundled components like FFmpeg, and treat internet-exposed services like Redis as high priority for immediate patching and strict access control.

Milik earns a commission when you shop through our links, at no extra cost to you. Editorial content is independently selected by our team.

You May Also Like

Comments
Say something...
No comments yet. Be the first to share your thoughts!