CVE-2026-72575 PUBLISHED

daptin - Authentication Bypass via Null Owner Permission Check on usergroup Objects

Assigner: TuranSec
Reserved: 10.08.2026 Published: 10.08.2026 Updated: 10.08.2026

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.

Metrics

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

Product Status

Vendor daptin
Product daptin
Versions Default: unknown
  • affected from 0 to v0.12.34 (incl.)

Credits

  • Komiljon Ayubov finder

References

Problem Types

  • CWE-284: Improper Access Control CWE