PT-2026-45489 · Unknown · Praisonai-Platform
CVE-2026-47418
·
Published
2026-06-01
·
Updated
2026-07-21
CVSS v3.1
8.1
High
| Vector | AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N |
Name of the Vulnerable Software and Affected Versions
praisonai-platform (affected versions not specified)
Description
An Insecure Direct Object Reference (IDOR) exists in the project CRUD endpoints. The application validates if a user is a member of a workspace but fails to verify if the requested project actually belongs to that workspace. This allows an authenticated user who is a member of any workspace to read, modify, delete, or view statistics for projects belonging to other workspaces, provided they have the project UUID.
API Endpoints:
- 'GET /workspaces/{workspace id}/projects/{project id}'
- 'PATCH /workspaces/{workspace id}/projects/{project id}'
- 'DELETE /workspaces/{workspace id}/projects/{project id}'
- 'GET /workspaces/{workspace id}/projects/{project id}/stats'
Vulnerable Parameters or Variables:
workspace idproject id
Function Names:
ProjectService.get()ProjectService.update()ProjectService.delete()ProjectService.get stats()
Recommendations
Modify the resource-lookup queries in
ProjectService to include the workspace id as a predicate, ensuring that projects are scoped to the workspace. Update the route handlers in routes/projects.py to pass the workspace id to all ProjectService method calls.Exploit
Fix
IDOR
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Praisonai-Platform