漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Wiki.js: Privilege Escalation via Missing Group Validation in users.update
Vulnerability Description
Wiki.js is an open source wiki app built on Node.js. Prior to 2.5.313, the users.update GraphQL mutation accepts an arbitrary groups array and applies it directly to the database with no validation of the group IDs supplied. The resolver passes the caller's arguments straight to the model without any ownership check or restriction on which groups can be assigned. A user with manage:users — a permission typically delegated to wiki moderators for account management — can set groups:[1] on their own account to self-assign to the Administrators group. After re-authentication, the fresh JWT carries manage:system, granting full site administrator access in a single mutation call. This vulnerability is fixed in 2.5.313.
CVSS Information
N/A
Vulnerability Type
特权管理不恰当
Vulnerability Title
wiki.js 安全漏洞
Vulnerability Description
wiki.js是requarks.io开源的一个Wiki应用程序。 Wiki.js 2.5.313之前版本存在安全漏洞,该漏洞源于users.update GraphQL变异接受任意groups数组并直接应用于数据库,未验证组ID,可能导致具有manage:users权限的用户自行分配管理员组,获得完全站点管理员访问权限。
CVSS Information
N/A
Vulnerability Type
N/A