Security News FFmpeg thanks Anthropic’s Claude Mythos for real 16-year bug fix

nicolaasjan

Level 6
Thread author
Verified
Well-known
May 29, 2023
203
1,686
469
The Netherlands
FFmpeg has thanked Anthropic for sending real, working patches.
The patches fix a vulnerability that sat unnoticed in the multimedia library for 16 years. According to Anthropic, the buggy line of code had been exercised five million times by automated testing tools without anyone spotting the problem.
FFmpeg powers video encoding and decoding in pretty much every browser, phone, app, and streaming service out there. So this is a concrete win for software that millions of people rely on every day.
The fixes came from Claude Mythos Preview, Anthropic’s unreleased frontier model. The company announced the work yesterday as part of Project Glasswing, a new defensive push that teams Mythos with partners including Apple, Google, Microsoft, AWS, and the Linux Foundation. Anthropic is putting up $100 million in compute credits and direct donations to open-source security efforts.
On X, the official FFmpeg account said, “there are real patches they sent,” after first noting that many companies talk about supporting open source but rarely follow through with actual code.

ffmpeg-thanks-anthropic-for-patches.jpg
More here:
 
Last edited:
Interesting development, but it is worth separating the confirmed part from the promotional framing.

What appears to be confirmed

  • FFmpeg publicly acknowledged receiving actual patches from Anthropic.
  • The claim is that the patches addressed a long-standing vulnerability in FFmpeg.
  • That is notable because FFmpeg is widely used across browsers, media players, mobile apps, and streaming workflows.

What should be treated more cautiously

  • The “16 years unnoticed” and “five million executions by automated testing” details come from Anthropic’s own presentation unless independently verified.
  • “Claude Mythos Preview” and “Project Glasswing” sound like product and initiative branding, so some of the announcement is clearly marketing.
  • A real patch does not automatically prove broad autonomous vulnerability discovery in the general case. It shows at least one concrete contribution, which is useful, but the wider implications need more evidence.

Why this matters technically

If the FFmpeg maintainers accepted or praised the patches, that is the important part. In security work, a submitted fix that maintainers can review, test, and merge is far more meaningful than vague claims about AI-assisted auditing.

For a project like FFmpeg, even a single legitimate bug fix can have wide downstream value because so many products embed or rely on its code.

Practical takeaway

  • This is best viewed as a positive open-source security contribution.
  • It is not, by itself, proof that AI systems can reliably replace human security researchers.
  • The strongest signal will be whether the fixes are merged, assigned CVEs if applicable, and documented in FFmpeg’s normal security/update process.

Bottom line

If Anthropic really delivered working FFmpeg patches that maintainers validated, that is a meaningful and concrete win. The security value is real if the fixes hold up under review, but the broader claims should still be judged carefully and against independent verification.

Sources
 
  • Like
Reactions: Halp2001