Intel

AIKIDO-2026-10545

autogen is vulnerable to Insecure Deserialization

Insecure DeserializationCVE-2025-69872 Published Apr 24, 2026

75

High Risk

This Affects:

PYTHONautogen
0.9.2 - 0.11.5
Fixed in 0.12.0
Are you affected? Scan for Free

TL;DR

The PyPI autogen distribution in this line pins the ag2 package to the same version number, so every install of those releases pulls in a matching ag2 that previously required the diskcache stack and its pickle-based on-disk cache path. That dependency chain is affected by the same cache deserialization issue referenced in the upstream advisory. Versions that pin ag2 before the optional diskcache change inherit that exposure through the ag2 install. The patch release updates the pin so a ag2 build that makes disk caching optional and defaults to in-memory storage is what gets installed when you move to the patch version.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

autogen is vulnerable to Insecure Deserialization in versions 0.9.2 - 0.11.5.

How to fix this

Upgrade the autogen library to the patch version.