Lucene search
+L

2913 matches found

Positive Technologies
Positive Technologies
added 2025/12/24 12:00 a.m.8 views

PT-2025-53222

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue where a fixed-size buffer of 1024 bytes in the verifier can be triggered by user-provided information, leading to a "verifier log line truncated"...

5.9AI score0.00193EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/24 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2023-54145

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: drop unnecessary user-triggerable WARNONCE in verifierl log It's trivial for user to trigger verifier log line truncated warning, as verifier has a...

6AI score0.00193EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/17 12:25 a.m.12 views

SUSE CVE-2025-68208

In the Linux kernel, the following vulnerability has been resolved: bpf: account for current allocated stack depth in widenimprecisescalars The usage pattern for widenimprecisescalars looks as follows: prevst = findpreventryenv, ...; queuedst = pushstack...; widenimprecisescalarsenv, prevst,...

6CVSS6.5AI score0.00153EPSS
SaveExploits0References20
EUVD
EUVD
added 2025/12/16 3:30 p.m.11 views

EUVD-2025-203688

In the Linux kernel, the following vulnerability has been resolved: bpf: account for current allocated stack depth in widenimprecisescalars The usage pattern for widenimprecisescalars looks as follows: prevst = findpreventryenv, ...; queuedst = pushstack...; widenimprecisescalarsenv, prevst,...

6AI score0.00153EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.20 views

CVE-2025-68208

In the Linux kernel, the following vulnerability has been resolved: bpf: account for current allocated stack depth in widenimprecisescalars The usage pattern for widenimprecisescalars looks as follows: prevst = findpreventryenv, ...; queuedst = pushstack...; widenimprecisescalarsenv, prevst,...

7.8CVSS6AI score0.00153EPSS
SaveExploits0References21
OSV
OSV
added 2025/12/16 2:15 p.m.14 views

UBUNTU-CVE-2025-68208

In the Linux kernel, the following vulnerability has been resolved: bpf: account for current allocated stack depth in widenimprecisescalars The usage pattern for widenimprecisescalars looks as follows: prevst = findpreventryenv, ...; queuedst = pushstack...; widenimprecisescalarsenv, prevst,...

7.8CVSS5.7AI score0.00153EPSS
SaveExploits0References22
CVE
CVE
added 2025/12/16 1:48 p.m.40 views

CVE-2025-68208

CVE-2025-68208 is a Linux kernel vulnerability in the BPF subsystem. The issue arises from how widen_imprecise_scalars() accounts for current allocated stack depth when previous and queued stack frames differ in depth, which can lead to out-of-bounds accesses to bpf_verifier_state->frame[*]-&g...

7.8CVSS6.2AI score0.00153EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/16 1:48 p.m.38 views

CVE-2025-68208 bpf: account for current allocated stack depth in widen_imprecise_scalars()

In the Linux kernel, the following vulnerability has been resolved: bpf: account for current allocated stack depth in widenimprecisescalars The usage pattern for widenimprecisescalars looks as follows: prevst = findpreventryenv, ...; queuedst = pushstack...; widenimprecisescalarsenv, prevst,...

7.8CVSS0.00153EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/16 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-68208

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: account for current allocated stack depth in widenimprecisescalars The usage pattern for widenimprecisescalars looks as follows: prevst = findpreventryenv...

7.8CVSS6.2AI score0.00153EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/12/10 3:26 a.m.23 views

CVE-2022-50650

A flaw was found in the Linux kernel's BPF verifier. The verifier incorrectly handles reference state management for synchronous callbacks that execute multiple times foreach style helpers. This can lead to reference leaks when callbacks acquire references, or double-free conditions when callback...

5.5CVSS6.2AI score0.00161EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/09 3:31 a.m.12 views

EUVD-2022-55706

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix reference state management for synchronous callbacks Currently, verifier verifies callback functions sync and async as if they will be executed once, i.e. it explores execution state as if the function was being called...

6AI score0.00161EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/09 1:16 a.m.13 views

CVE-2022-50650

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix reference state management for synchronous callbacks Currently, verifier verifies callback functions sync and async as if they will be executed once, i.e. it explores execution state as if the function was being called...

7.8CVSS0.00161EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/09 1:16 a.m.6 views

DEBIAN-CVE-2022-50650

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix reference state management for synchronous callbacks Currently, verifier verifies callback functions sync and async as if they will be executed once, i.e. it explores execution state as if the function was being called...

7.8CVSS5.6AI score0.00161EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 1:16 a.m.13 views

UBUNTU-CVE-2022-50650

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix reference state management for synchronous callbacks Currently, verifier verifies callback functions sync and async as if they will be executed once, i.e. it explores execution state as if the function was being called...

7.8CVSS5.9AI score0.00161EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/09 12:00 a.m.32 views

CVE-2022-50650

The CVE-2022-50650 entry concerns the Linux kernel BPF verifier and synchronous callbacks. The issue arises because the verifier treats callbacks as if they execute only once, which mismanages reference state for for_each style helpers that invoke callbacks multiple times. This can lead to refere...

7.8CVSS6.1AI score0.00161EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/09 12:00 a.m.20 views

CVE-2022-50650

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix reference state management for synchronous callbacks Currently, verifier verifies callback functions sync and async as if they will be executed once, i.e. it explores execution state as if the function was being called...

7.8CVSS5.6AI score0.00161EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 12:00 a.m.14 views

CVE-2022-50650 bpf: Fix reference state management for synchronous callbacks

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix reference state management for synchronous callbacks Currently, verifier verifies callback functions sync and async as if they will be executed once, i.e. it explores execution state as if the function was being called...

7.8CVSS6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/09 12:00 a.m.44 views

CVE-2022-50650 bpf: Fix reference state management for synchronous callbacks

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix reference state management for synchronous callbacks Currently, verifier verifies callback functions sync and async as if they will be executed once, i.e. it explores execution state as if the function was being called...

7.8CVSS0.00161EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2025/12/08 12:00 a.m.7 views

The vulnerability of the check_btf_line() function in the kernel/bpf/verifier.c module, which is part of the BPF interpreter support for the Linux operating system, allows a hacker to trigger a service failure.

The vulnerability of the checkbtfline function in the kernel/bpf/verifier.c module, which is part of the BPF interpreter support for the Linux operating system’s kernel, is related to insufficient validation of input data. Exploiting this vulnerability could allow an attacker to trigger a service...

5.5CVSS6.6AI score0.00254EPSS
SaveExploits0References12Affected Software3
BDU FSTEC
BDU FSTEC
added 2025/12/08 12:00 a.m.15 views

The vulnerability of the copy_verifier_state() function in the kernel/bpf/verifier.c module, which is part of the BPF interpreter support for the Linux operating system, allows a hacker to trigger a service failure.

The vulnerability of the copyverifierstate function in the kernel/bpf/verifier.c module, which is part of the BPF interpreter support for Linux kernel, relates to pointer manipulation. Exploiting this vulnerability could allow an attacker to trigger a service failure...

5.5CVSS6.7AI score0.00254EPSS
SaveExploits0References9Affected Software2
Rows per page
Query Builder