Impact
Under certain conditions (under high concurrency), when session_state is passed to Agent or Team during run or arun calls, a race condition can occur, causing a session_state to be assigned and persisted to the incorrect session. This may result in user data from one session being exposed to another user.
Patches
This has been patched in version 2.2.2. Upgrade with pip install -U agno.
Impact
Under certain conditions (under high concurrency), when
session_stateis passed to Agent or Team during run or arun calls, a race condition can occur, causing asession_stateto be assigned and persisted to the incorrect session. This may result in user data from one session being exposed to another user.Patches
This has been patched in version 2.2.2. Upgrade with
pip install -U agno.