VDB
DEBIAN-CVE-2022-49967
DEBIAN-CVE-2022-49967
PUBLISHED
CVSS 4.699999809265137 MEDIUM
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a data-race around bpf_jit_limit. While reading bpf_jit_limit, it can be changed concurrently via sysctl, WRITE_ONCE() in __do_proc_doulongvec_minmax(). The size of bpf_jit_limit is long, so we need to add a paired READ_ONCE() to avoid load-tearing.
Risk Scores
CVSS v3.1
4.699999809265137
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 0, 0 |
| Debian:14 | linux | 0, 0, 0 |
| Debian:12 | linux | 0, 0, 0 |
| Debian:11 | linux | 5.10.127-2, 5.10.127-2, 5.10.136-1 |
Timeline
- Jun 18, 2025 CVE Published
- Apr 28, 2026 CVE Updated