CVE-2026-44846 PUBLISHED

JumpServer: Privilege Overwrite via Organization Invite Logic Flaw

Assigner: GitHub_M
Reserved: 07.05.2026 Published: 17.08.2026 Updated: 17.08.2026

JumpServer is an open source bastion host and an operation and maintenance security audit system. Prior to 4.10.17, a user with the users.invite_user permission can submit an existing member to POST /api/v1/users/users/invite/, causing the organization invitation logic in apps/users/api/user.py to execute user.org_roles.set(org_roles) and replace the member's existing organization roles, which can escalate privileges or downgrade administrators. This issue is fixed in version 4.10.17.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:L
CVSS Score: 6.2

Product Status

Vendor jumpserver
Product jumpserver
Versions
  • Version < 4.10.17 is affected

References

Problem Types

  • CWE-863: Incorrect Authorization CWE