Lucene search
+L

13161 matches found

Cvelist
Cvelist
added 2025/05/01 2:10 p.m.24 views

CVE-2022-49899 fscrypt: stop using keyrings subsystem for fscrypt_master_key

In the Linux kernel, the following vulnerability has been resolved: fscrypt: stop using keyrings subsystem for fscryptmasterkey The approach of fs/crypto/ internally managing the fscryptmasterkey structs as the payloads of "struct key" objects contained in a "struct key" keyring has outlived its...

7.8CVSS0.00217EPSS
SaveExploits0References4
CVE
CVE
added 2025/05/01 2:10 p.m.77 views

CVE-2022-49899

The CVE-2022-49899 issue concerns the Linux kernel fscrypt master keys: the fs/crypto layer previously stored fscrypt_master_key objects inside the keyrings subsystem, risking use-after-free scenarios and deadlocks. The fix removes dependency on keyrings, storing master keys in a regular kernel d...

7.8CVSS6.7AI score0.00217EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/01 2:10 p.m.14 views

CVE-2022-49898 btrfs: fix tree mod log mishandling of reallocated nodes

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix tree mod log mishandling of reallocated nodes We have been seeing the following panic in production kernel BUG at fs/btrfs/tree-mod-log.c:677! invalid opcode: 0000 1 SMP RIP: 0010:treemodlogrewind+0x1b4/0x200 RSP:...

7.8CVSS6.1AI score
SaveExploits0References6
CVE
CVE
added 2025/05/01 2:10 p.m.90 views

CVE-2022-49898

CVE-2022-49898 concerns the Linux kernel’s BTRFS tree modification log handling. Connected sources describe a reproducible kernel panic: during replay of tree modification log entries, a REMOVE_WHILE_FREEING entry can be processed with an insufficiently checked slot count, triggering a BUG_ON whe...

7.8CVSS6.6AI score0.00197EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.70 views

CVE-2022-49895

CVE-2022-49895 concerns the Linux kernel fix for a NULL pointer dereference in the cxl/region path. When an intermediate port’s decoders are exhausted and a new region is added in its hierarchical path, cxl_port_attach_region() may fail to find a port decoder and fall through to cleanup. During t...

5.5CVSS6.6AI score0.00159EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/05/01 2:10 p.m.22 views

CVE-2022-49895 cxl/region: Fix decoder allocation crash

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix decoder allocation crash When an intermediate port's decoders have been exhausted by existing regions, and creating a new region with the port in question in it's hierarchical path is attempted, cxlportattachregio...

5.5CVSS5AI score
SaveExploits0References5
OSV
OSV
added 2025/05/01 2:10 p.m.10 views

CVE-2022-49892 ftrace: Fix use-after-free for dynamic ftrace_ops

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix use-after-free for dynamic ftraceops KASAN reported a use-after-free with ftrace ops 1. It was found from vmcore that perf had registered two ops with the same content successively, both dynamic. After unregistering t...

7.8CVSS6AI score
SaveExploits0References7
CVE
CVE
added 2025/05/01 2:10 p.m.96 views

CVE-2022-49891

CVE-2022-49891 concerns a Linux kernel memory-leak in tracing/kprobe handling. The root cause is that test_gen_kprobe_cmd() frees buf only on the fail path, causing a leak when no failure occurs; the patch moves kfree(buf) from the fail path to the common path, and applies the same fix to test_ge...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/01 2:10 p.m.16 views

CVE-2022-49890 capabilities: fix potential memleak on error path from vfs_getxattr_alloc()

In the Linux kernel, the following vulnerability has been resolved: capabilities: fix potential memleak on error path from vfsgetxattralloc In capinodegetsecurity, we will use vfsgetxattralloc to complete the memory allocation of tmpbuf, if we have completed the memory allocation of tmpbuf, but...

5.5CVSS6AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.14 views

CVE-2022-49889 ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Check for NULL cpubuffer in ringbufferwakewaiters On some machines the number of listed CPUs may be bigger than the actual CPUs that exist. The tracing subsystem allocates a percpu directory with access to the per CP...

0.00187EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/01 2:10 p.m.11 views

CVE-2022-49889 ring-buffer: Check for NULL cpu_buffer in ring_buffer_wake_waiters()

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Check for NULL cpubuffer in ringbufferwakewaiters On some machines the number of listed CPUs may be bigger than the actual CPUs that exist. The tracing subsystem allocates a percpu directory with access to the per CP...

5.5CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2025/05/01 2:10 p.m.138 views

CVE-2022-49885

CVE-2022-49885 is a Linux kernel vulnerability in ACPI APEI where ghes_estatus_pool_init() can overflow due to signed integer math during len calculation (len += (num_ghes * GHES_ESOURCE_PREALLOC_MAX_SIZE)). The root cause is using int for num_ghes, which can overflow and cause subsequent vmalloc...

5.5CVSS6.9AI score0.00212EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.91 views

CVE-2022-49886

The CVE-2022-49886 issue affects the Linux kernel related to x86/tdx memory handling. The vulnerability stems from how private memory (TDX private memory, including kernel stacks/text) may trigger a virtualization exception (#VE) and the difficulty of handling such exceptions. The root cause desc...

8.4CVSS6.5AI score0.0017EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.79 views

CVE-2022-49884

CVE-2022-49884 relates to Linux kernel KVM: gfn_to_pfn_cache lock initialization, which was moved to a dedicated helper during VM/vCPU creation to address race conditions that could occur if kvm_gfn_to_pfn_cache_init() re-initializes locks. The description includes a race scenario involving kvm_x...

7.8CVSS6.5AI score0.00119EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.114 views

CVE-2022-49882

CVE-2022-49882 concerns the Linux kernel KVM gfn_to_pfn_cache handling. The issue arises when the cache is inactive but refreshed without verifying the active flag, potentially leaving a valid but inactive cache and enabling use-after-free scenarios (e.g., dereferencing NULL kernel pointers or mi...

7.8CVSS6.5AI score0.00179EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.108 views

CVE-2022-49881

CVE-2022-49881 – Linux kernel wifi cfg80211 memory leak in query_regdb_file() Root cause: in query_regdb_file(), the alpha2 data is duplicated with kmemdup() and freed in regdb_fw_cb(), but request_firmware_nowait() may fail and skip regdb_fw_cb(), leaking memory. The connected advisories confirm...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.104 views

CVE-2022-49879

CVE-2022-49879 affects the Linux kernel ext4 code. A corrupted directory entry where rec_len is invalid (not a multiple of 4) can cause a kernel BUG() in ext4_rec_len_to_disk() called from make_indexed_dir(). The fix adds a validation step via ext4_check_dir_entry(), returning -EFSCORRUPTED for i...

5.5CVSS6.3AI score0.00206EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.103 views

CVE-2022-49878

Summary: CVE-2022-49878 is a Linux kernel vulnerability in the bpf verifier’s array reallocation. When realloc_array() errors (krealloc() returns NULL), callers previously set their pointers to NULL, but krealloc() leaves the original allocation untouched, causing a memory leak. The description i...

5.5CVSS6.2AI score0.00187EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/05/01 2:10 p.m.11 views

CVE-2022-49878 bpf, verifier: Fix memory leak in array reallocation for stack state

In the Linux kernel, the following vulnerability has been resolved: bpf, verifier: Fix memory leak in array reallocation for stack state If an error NULL is returned by krealloc, callers of reallocarray were setting their allocation pointers to NULL, but on error krealloc does not touch the...

5.5CVSS5.8AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.15 views

CVE-2022-49877 bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queues

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix the sk-skforwardalloc warning of skstreamkillqueues When running testsockmap selftests, the following warning appears: WARNING: CPU: 2 PID: 197 at net/core/stream.c:205 skstreamkillqueues+0xd3/0xf0 Call Trace:...

0.00189EPSS
SaveExploits0References5
Rows per page
Query Builder