8.3
CVE-2026-0562
- EPSS 0.27%
- Veröffentlicht 29.03.2026 17:49:44
- Zuletzt bearbeitet 22.04.2026 16:16:52
- Quelle security@huntr.dev
- CVE-Watchlists
- Unerledigt
Insecure Direct Object Reference (IDOR) in parisneo/lollms
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.| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.27% | 0.182 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 8.3 | 2.8 | 5.5 |
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
|
| security@huntr.dev | 8.3 | 2.8 | 5.5 |
CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
|
CWE-863 Incorrect Authorization
The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.
https://huntr.com/bounties/6aab01ca-a138-4a1d-bef9-3bce145359bf
https://github.com/parisneo/lollms/commit/c46297799f8e1e23305373f8350746b905e0e83c
https://aydinnyunus.github.io/2026/04/18/idor-lollms-friend-request-cve-2026-0562/