Description
LobeChat through 2.2.9 contains a broken object level authorization vulnerability that allows authenticated attackers to access and modify other users' chat-group agent data by supplying arbitrary group identifiers. Attackers can invoke the getGroupAgents, updateAgentInGroup, and removeAgentsFromGroup operations without user-scoped predicates to read agent listings, modify agent roles and ordering, and remove agents from chat groups belonging to other users.
Published: 2026-07-02
Score: 2.3 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

LobeChat up to version 2.2.9 contains a broken object‑level authorization flaw that allows an authenticated user to manipulate chat‑group agent data belonging to other users. By supplying an arbitrary group identifier to the getGroupAgents, updateAgentInGroup, or removeAgentsFromGroup endpoints, an attacker can read agent listings, alter agent roles and ordering, or delete agents from chat groups owned by other users. This results in unauthorized disclosure of conversation metadata and tampering of group configurations, compromising confidentiality and integrity of the affected data.

Affected Systems

The vulnerability affects all installations of LobeChat provided by lobehub up to and including version 2.2.9. No definitive information is available regarding fixes in newer releases; users should verify that they are running a patched version.

Risk and Exploitability

The CVSS score of 2.3 classifies the vulnerability as low severity, and the EPSS score of less than 1% indicates a very low likelihood of exploitation. The flaw is not listed in CISA’s KEV catalog. Exploitation requires only an authenticated session; an attacker can use an unowned group identifier to call the three vulnerable endpoints and read, re‑order, or delete another user’s agent data. Consequently, while the attack surface is limited, the impact on user data confidentiality and integrity remains significant for affected accounts.

Generated by OpenCVE AI on July 21, 2026 at 10:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a patched LobeChat release that enforces proper authorization checks for group‑level operations.
  • Implement server‑side validation that any supplied group identifier for getGroupAgents, updateAgentInGroup, or removeAgentsFromGroup belongs to the authenticated user and reject requests otherwise.
  • Enable logging and alerting for group data accessed with group IDs not owned by the caller, and investigate suspicious activity promptly.

Generated by OpenCVE AI on July 21, 2026 at 10:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:lobehub:lobehub:*:*:*:*:*:node.js:*:*

Mon, 06 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 02 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
First Time appeared Lobehub
Lobehub lobehub
Vendors & Products Lobehub
Lobehub lobehub

Thu, 02 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
Description LobeChat through 2.2.9 contains a broken object level authorization vulnerability that allows authenticated attackers to access and modify other users' chat-group agent data by supplying arbitrary group identifiers. Attackers can invoke the getGroupAgents, updateAgentInGroup, and removeAgentsFromGroup operations without user-scoped predicates to read agent listings, modify agent roles and ordering, and remove agents from chat groups belonging to other users.
Title LobeChat 2.2.9 - Broken Object Level Authorization via Chat-Group Agent Operations
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L'}

cvssV4_0

{'score': 2.3, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-14T22:03:25.830Z

Reserved: 2026-07-02T15:38:18.929Z

Link: CVE-2026-59100

cve-icon Vulnrichment

Updated: 2026-07-06T16:21:08.166Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T11:00:05Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key