MilikMilik

How AI Is Finding Decades‑Old Security Flaws Before Hackers Do

How AI Is Finding Decades‑Old Security Flaws Before Hackers Do
Interest|High-Quality Software

AI Security Vulnerabilities: From Theory to Daily Reality

AI security vulnerabilities and zero-day discovery now describe a world where autonomous agents scan source code and live systems to find exploitable flaws that humans, fuzzers, and manual reviews have missed for years, compressing the time between software vulnerability detection, public disclosure, and RCE flaws patching across widely used platforms. That shift is no longer hypothetical. An autonomous AI tool recently uncovered 21 zero-day bugs in FFmpeg, the media engine buried in countless applications, with some of the flaws lying dormant for up to two decades. Another AI system quietly located a remote code execution bug in Redis that slipped through multiple security reviews and stable releases. In parallel, Chrome’s latest release patched a record 429 vulnerabilities after Google adapted its bug bounty pipeline to cope with AI-driven report volume. Together, these cases show AI moving from assistive tool to primary discoverer.

How AI Is Finding Decades‑Old Security Flaws Before Hackers Do

FFmpeg: Twenty-One Zero-Days and a 23-Year Stack Overflow

FFmpeg has become a prime example of how autonomous agents are reshaping software vulnerability detection. Security startup depthfirst ran its AI agent across roughly 1.5 million lines of FFmpeg C code and confirmed 21 previously unknown zero-day vulnerabilities, each backed by a reproducible proof-of-concept input. Several of these AI security vulnerabilities had been present for 15 to 20 years, including a stack overflow in service-description-table code first introduced in 2003 and left untouched for 23 years. Most of the issues are heap or stack overflows in parsers and demuxers, spanning components from the TS demuxer to the VP9 decoder. Some of the bugs already have CVE identifiers, such as CVE-2026-39210 through CVE-2026-39218, while others are fixed but still awaiting numbering. For defenders, FFmpeg’s ubiquity in media pipelines, Python wheels, containers, and appliances turns these long-hidden flaws into a broad and urgent patching problem.

Redis RCE: A Two-Year-Old Bug Caught by an Autonomous Agent

Redis offers a different but equally alarming case of AI-driven zero-day discovery. An autonomous AI security tool called Xint Code found CVE-2026-23479, a use-after-free bug in blocking-client code that lets an authenticated user execute arbitrary OS commands on the host. The flaw was introduced in Redis 7.2.0 and persisted unnoticed across every stable branch for more than two years, surviving multiple rounds of security review before the AI flagged it. According to The Hacker News, “the vulnerability affects Redis 7.2.0 through 7.2.13, 7.4.0 through 7.4.8, 8.2.0 through 8.2.5, 8.4.0 through 8.4.2, and 8.6.0 through 8.6.2.” The root cause is a call to processCommandAndResetClient() that may free a client object while the caller continues using the pointer. In cloud environments, where Redis often runs with default, highly privileged users, this RCE flaw turns into a high-impact risk that demands rapid patching and access control hardening.

Chrome’s 429-Bug Release and the Compression of Patch Timelines

While Chrome 149’s record 429 fixed vulnerabilities were not directly found by AI, the release highlights how AI is pressuring disclosure and patch pipelines. Over 100 of those bugs were classified as critical or high severity, dominated by use-after-free issues and poor input validation, and the worst, CVE-2026-10881 in the ANGLE graphics engine, carried a CVSS score of 9.6 and earned a USD 97,000 (approx. RM460,000) bounty. Google has not tied this spike explicitly to AI bug hunters, but the company overhauled its bounty rules after a flood of AI-generated submissions, now prioritizing concise reproducers over long narrative reports. That change illustrates a broader shift: developers and security teams must adjust processes so they can triage, fix, test, and ship patches at a pace that matches automated discovery. Auto-update mechanisms and faster dependency upgrades are becoming essential to reduce the window between discovery and exploitation.

Responsible Disclosure in an Era of Autonomous Zero-Day Discovery

As AI systems take a leading role in software vulnerability detection, the rules for responsible disclosure and RCE flaws patching need to adapt. Autonomous agents can scan and re-scan huge codebases at low cost, meaning more zero-day discovery across libraries like FFmpeg and infrastructure components such as Redis. That volume compresses timelines: coordinated disclosure now requires vendors, cloud providers, and open-source maintainers to field simultaneous reports, produce fixes, and distribute patches across downstream forks and embedded copies. It also raises questions about how to handle published proof-of-concept exploits that quickly convert fresh bugs into practical attack chains. For defenders, the response is clear even if the governance is not: shorten patch cycles, keep internet-facing services locked behind authentication and TLS, tighten ACLs and sandboxing, and track bundled dependencies as carefully as primary packages. AI may not remove vulnerabilities, but it is changing who finds them first.

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!