Security Advisory

CVE-2026-72575

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-10 10:41:00
Last updated 2026-08-10 18:22:43
Assigner TuranSec
CVSS score not scored
State PUBLISHED

Description

An improper authorization vulnerability in daptin through v0.12.34 allows unauthenticated remote attackers to read, create, update, and delete usergroup records. The permission check functions (CanRead, CanPeek, CanCreate, CanUpdate, CanDelete, CanRefer) in server/permission/permission.go return true whenever p.UserId equals the requesting userId, but fail to reject the null/zero reference — unlike CanExecute, which explicitly guards it.