CVE-2026-54369 PUBLISHED

acl < 2.4.0 Symlink Traversal Privilege Escalation via libacl Functions

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

acl before version 2.4.0 contains a symlink traversal vulnerability in the libacl pathname-based functions acl_get_file(), acl_set_file(), acl_extended_file(), and acl_delete_def_file() that allows local attackers to escalate privileges by replacing any pathname component with a symbolic link. Attackers who control any component of a pathname processed by a privileged caller can redirect ACL read or write operations to arbitrary files or directories, enabling unauthorized manipulation of access control lists and local privilege escalation.

Metrics

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

Product Status

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

Credits

  • Andrew Tridgell finder
  • Andreas Gruenbacher remediation developer

References

Problem Types

  • Improper Link Resolution Before File Access ('Link Following') CWE