Integer overflow in libseccomp - #VU139165
Published: July 22, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause heap corruption.
The vulnerability exists due to integer overflow in seccomp BPF generation in libseccomp when compiling unusually large attacker-controlled seccomp profiles. A remote attacker can supply a specially crafted oversized seccomp profile to cause heap corruption.
This issue can occur when generated BPF instruction counts exceed 65,535 and wrap the internal struct bpf_program.blk_cnt field; the resulting corruption may include a double-free.