Lucene search
+L

39 matches found

OSV
OSV
added 2025/10/04 3:43 p.m.8 views

CVE-2022-50490 bpf: Propagate error from htab_lock_bucket() to userspace

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from htablockbucket to userspace In htabmaplookupanddeletebatch if htablockbucket returns -EBUSY, it will go to next bucket. Going to next bucket may not only skip the elements in current bucket silently, but...

7.1CVSS6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/04 3:43 p.m.17 views

CVE-2022-50490 bpf: Propagate error from htab_lock_bucket() to userspace

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from htablockbucket to userspace In htabmaplookupanddeletebatch if htablockbucket returns -EBUSY, it will go to next bucket. Going to next bucket may not only skip the elements in current bucket silently, but...

7.1CVSS0.00149EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/10/04 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from improper propagation of the htablockbucket error, which could lead to out-of-bounds memory accesses or kerne...

6.1AI score0.00149EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/10/04 12:00 a.m.11 views

PT-2025-40724

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Linux kernel where an error from htab lock bucket is not properly propagated to userspace. Specifically, in the htab map lookup and delete batch function, if htab...

7.8CVSS7.1AI score0.00432EPSS
SaveExploits2References50
OSV
OSV
added 2025/03/06 4:15 p.m.22 views

AZL-69488 CVE-2025-21825 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel the running bpftimer through kworker for PREEMPTRT During the update procedure, when overwrite element in a pre-allocated htab, the freeing of oldelement is protected by the bucket lock. The reason why the bucket lock...

7.8CVSS6.6AI score0.00175EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/06 4:15 p.m.20 views

UBUNTU-CVE-2025-21825

In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel the running bpftimer through kworker for PREEMPTRT During the update procedure, when overwrite element in a pre-allocated htab, the freeing of oldelement is protected by the bucket lock. The reason why the bucket lock...

7.8CVSS6.5AI score0.00175EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2025/01/09 12:22 a.m.7 views

SUSE CVE-2024-56592

In the Linux kernel, the following vulnerability has been resolved: bpf: Call freehtabelem after htabunlockbucket For htab of maps, when the map is removed from the htab, it may hold the last reference of the map. bpfmapfdputptr will invoke bpfmapfreeid to free the id of the removed map element...

5.5CVSS7.6AI score0.00218EPSS
SaveExploits0References14
CNNVD
CNNVD
added 2024/12/29 12:00 a.m.13 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failure to call freehtabelem after htabunlockbucket in the bpf module...

5.5CVSS6.5AI score0.00386EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 3:15 p.m.14 views

AZL-68315 CVE-2024-56592 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Call freehtabelem after htabunlockbucket For htab of maps, when the map is removed from the htab, it may hold the last reference of the map. bpfmapfdputptr will invoke bpfmapfreeid to free the id of the removed map element...

5.5CVSS5.6AI score0.00218EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 3:15 p.m.10 views

UBUNTU-CVE-2024-56592

In the Linux kernel, the following vulnerability has been resolved: bpf: Call freehtabelem after htabunlockbucket For htab of maps, when the map is removed from the htab, it may hold the last reference of the map. bpfmapfdputptr will invoke bpfmapfreeid to free the id of the removed map element...

5.5CVSS6.2AI score0.00218EPSS
SaveExploits0References20
CVE
CVE
added 2024/12/27 2:50 p.m.2380 views

CVE-2024-56592

CVE-2024-56592 (Linux kernel) relates to BPF hash table management for maps. The vulnerability arises when a map element is freed while holding a bucket lock, triggering a lockdep warning due to bpf_map_fd_put_ptr() calling bpf_map_free_id() which acquires map_idr_lock. The fix defers free_htab_e...

5.5CVSS6.5AI score0.00218EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/12/27 2:50 p.m.11 views

CVE-2024-56592 bpf: Call free_htab_elem() after htab_unlock_bucket()

In the Linux kernel, the following vulnerability has been resolved: bpf: Call freehtabelem after htabunlockbucket For htab of maps, when the map is removed from the htab, it may hold the last reference of the map. bpfmapfdputptr will invoke bpfmapfreeid to free the id of the removed map element...

6.1AI score
SaveExploits0References6
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failure to call freehtabelem after htabunlockbucket in the bpf module...

5.5CVSS6.5AI score0.00218EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/11/11 12:00 a.m.10 views

PT-2024-36899

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.74 Description The issue arises when a map is removed from the htab, potentially holding the last reference of the map. This triggers a lockdep warning due to the acquisition of map idr lock while holding a...

5.5CVSS5.4AI score0.00218EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/05/15 12:00 a.m.14 views

The vulnerability of the htab_map_alloc() function in the kernel/bpf/hashtab.c module of the BPF subsystem in Linux kernel-based operating systems on 32-bit architectures allows attackers to compromise the confidentiality, integrity, and accessibility of protected information.

The vulnerability of the htabmapalloc function in the kernel/bpf/hashtab.c module of the Linux operating system’s BPF subsystem in 32-bit architectures is related to integer overflow. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and...

7.8CVSS6.7AI score0.00251EPSS
SaveExploits0References50Affected Software3
RedhatCVE
RedhatCVE
added 2024/02/23 2:02 p.m.54 views

CVE-2023-52447

In the Linux kernel, the following vulnerability has been resolved: bpf: Defer the free of inner map when necessary When updating or deleting an inner map in map array or map htab, the map may still be accessed by non-sleepable program or sleepable program. However bpfmapfdputptr decreases the...

6.7CVSS6.6AI score0.00249EPSS
SaveExploits0References4
CVE
CVE
added 2024/02/22 4:21 p.m.343 views

CVE-2023-52447

Technical details about CVE-2023-52447 are not provided in the supplied documents; monitor for updates.

7.8CVSS7.2AI score0.00249EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2024/02/22 4:21 p.m.36 views

CVE-2023-52447

In the Linux kernel, the following vulnerability has been resolved: bpf: Defer the free of inner map when necessary When updating or deleting an inner map in map array or map htab, the map may still be accessed by non-sleepable program or sleepable program. However bpfmapfdputptr decreases the...

7.8CVSS7.2AI score0.00249EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/11/14 12:00 a.m.5 views

PT-2022-35117 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v6.0.3 Description: The issue is related to the propagation of errors from htab lock bucket to userspace. The actual impact and attack plausibility have not yet been proven. Recommendations: For Linux Kernel...

7.2AI score
SaveExploits0References1
Rows per page
Query Builder