CVE-2025-7106
BaseFortify
Publication date: 2025-09-23
Last updated on: 2025-10-20
Assigner: huntr.dev
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| librechat | librechat | to 0.7.9 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-284 | The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor. |
| CWE-639 | The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an authorization bypass in danny-avila/librechat caused by improper access control checks. The function responsible for checking permissions incorrectly grants access if a user has only one of multiple required permissions instead of all. For example, a user with the 'USER' role can create agents even if they do not have the 'CREATE' permission, because the check passes if the user has the 'USE' permission alone. This flaw affects other permission checks as well.
How can this vulnerability impact me? :
This vulnerability can allow unauthorized users to perform actions they should not be permitted to do, such as creating agents without proper permissions. This can lead to unauthorized access, misuse of system functions, and potential compromise of application integrity.