Integer overflow in libseccomp - #VU139165

 

Integer overflow in libseccomp - #VU139165

Published: July 22, 2026


Vulnerability identifier: #VU139165
CSH Severity: Medium
CVSS v4: 8.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: N/A
CWE-ID: CWE-190
Exploitation vector: Remote access
Exploit availability: No public exploit available

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.


Affected software

libseccomp

Remediation

Install security update from vendor's website.

libseccomp - update to 2.6.1

External References

Related Security Bulletins