UNKNOWNCVE-2026-0562

Insecure Direct Object Reference (IDOR) in parisneo/lollms

Platform

python

Component

lollms

Fixed in

2.2.0

A critical security vulnerability in parisneo/lollms versions up to 2.2.0 allows any authenticated user to accept or reject friend requests belonging to other users. The `respond_request()` function in `backend/routers/friends.py` does not implement proper authorization checks, enabling Insecure Direct Object Reference (IDOR) attacks. Specifically, the `/api/friends/requests/{friendship_id}` endpoint fails to verify whether the authenticated user is part of the friendship or the intended recipient of the request. This vulnerability can lead to unauthorized access, privacy violations, and potential social engineering attacks. The issue has been addressed in version 2.2.0.

How to fix

Actualice la versión de lollms a la 2.2.0 o superior. Esta versión corrige la vulnerabilidad IDOR en la función `respond_request()` del archivo `backend/routers/friends.py`, que permite a usuarios autenticados aceptar o rechazar solicitudes de amistad de otros usuarios sin la autorización adecuada.

Monitor your dependencies automatically

Get notified when new vulnerabilities affect your projects. Free forever.

Start free