CVE-2026-54370 PUBLISHED

acl < 2.4.0 TOCTOU Symlink Traversal via getfacl/setfacl/chacl

Assigner: VulnCheck
Reserved: 12.06.2026 Published: 29.06.2026 Updated: 29.06.2026

acl before version 2.4.0 contains a time-of-check to time-of-use (TOCTOU) race condition vulnerability that allows local attackers to escalate privileges by replacing a pathname component with a symbolic link between an lstat() check and subsequent symlink-following operations such as stat(), chown(), chmod(), acl_get_file(), and acl_set_file(). Attackers who control a pathname component can redirect file access control list operations to arbitrary files when getfacl, setfacl, or chacl is invoked by a privileged process over an attacker-controlled path, resulting in local privilege escalation.

Metrics

CVSS Vector: CVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 7.2

Product Status

Vendor acl project
Product acl
Versions Default: affected
  • affected from 0 to 2.4.0 (excl.)

Credits

  • Andrew Tridgell finder
  • Andreas Gruenbacher finder

References

Problem Types

  • Time-of-check Time-of-use (TOCTOU) Race Condition CWE