[Security] Fix HIGH vulnerability: CVE-2025-64168 #174
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Security Fix
This PR addresses a HIGH severity vulnerability detected by our security scanner.
Security Impact Assessment
Evidence: Proof-of-Concept Exploitation Demo
This demonstration shows how the vulnerability could be exploited to help you understand its severity and prioritize remediation.
How This Vulnerability Can Be Exploited
The vulnerability in Agno (CVE-2025-64168) allows session states to be overwritten between different users or sessions due to improper isolation in the Agno framework's state management. In the context of the Memori repository, which uses Agno for AI agent demos like the product launch agent, an attacker could exploit this by running concurrent sessions that manipulate shared state variables, leading to data leakage or injection of malicious prompts into another user's agent execution. This is particularly exploitable in the
demos/product_launch_agentdirectory, where the agent relies on Agno for session-based interactions, potentially exposing sensitive user inputs or outputs across sessions.The vulnerability in Agno (CVE-2025-64168) allows session states to be overwritten between different users or sessions due to improper isolation in the Agno framework's state management. In the context of the Memori repository, which uses Agno for AI agent demos like the product launch agent, an attacker could exploit this by running concurrent sessions that manipulate shared state variables, leading to data leakage or injection of malicious prompts into another user's agent execution. This is particularly exploitable in the
demos/product_launch_agentdirectory, where the agent relies on Agno for session-based interactions, potentially exposing sensitive user inputs or outputs across sessions.Exploitation Impact Assessment
Vulnerability Details
CVE-2025-64168demos/product_launch_agent/requirements.txtChanges Made
This automated fix addresses the vulnerability by applying security best practices.
Files Modified
requirements.txtVerification
This fix has been automatically verified through:
🤖 This PR was automatically generated.