Intel

AIKIDO-2026-10386

laravel/ai is vulnerable to Information Disclosure

Information Disclosure Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Mar 18, 2026

61

Medium Risk

This Affects:

PHPlaravel/ai
0.1.0 - 0.2.8
Fixed in 0.3.0
Are you affected? Scan for Free

TL;DR

The RemembersConversations::forUser() method updates only conversationUser and does not reset conversationId. When the same agent instance is reused across multiple users (e.g. in a multi-tenant or request-scoped setup), the second user continues the first user's conversation, allowing access to private conversation history. The fix resets conversationId to null in forUser() so each user gets a new conversation context.

Who does this affect?

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

Background info

laravel/ai is vulnerable to Information Disclosure in versions 0.1.0 - 0.2.8.

How to fix this

Upgrade the laravel/ai library to the patch version.