Always-Incorrect Control Flow Implementation in libseccomp - #VU139167
Published: July 22, 2026
Vulnerability details
The vulnerability allows a remote attacker to bypass intended seccomp restrictions.
The vulnerability exists due to a logic error in _db_tree_add() in libseccomp filter tree construction when merging multiple rules for the same syscall and the same 64-bit argument using SCMP_CMP_LT or SCMP_CMP_LE. A remote attacker can supply input that reaches a syscall argument range the policy was intended to deny to bypass intended seccomp restrictions.
The issue affects 64-bit architectures only and requires overlapping rules with the same high 32-bit comparison value, different low 32-bit values, and different actions.