Lucene search
+L

25199 matches found

CVE
CVE
added 2025/12/30 12:15 p.m.28 views

CVE-2022-50868

The CVE-2022-50868 issue is in the Linux kernel hwrng: amd driver, where for_each_pci_dev() (implemented via pci_get_device()) can leak PCI device references. The root cause is a missing pci_dev_put() on the normal and error paths when breaking out of for_each_pci_dev() with a non-NULL pdev, lead...

6.1AI score0.00237EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.14 views

CVE-2022-50862

In the Linux kernel, the following vulnerability has been resolved: bpf: prevent decltag from being referenced in funcproto Syzkaller was able to hit the following issue: ------------ cut here ------------ WARNING: CPU: 0 PID: 3609 at kernel/bpf/btf.c:1946 btftypeidsize+0x2d5/0x9d0...

5.2AI score0.00181EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.44 views

CVE-2022-50862 bpf: prevent decl_tag from being referenced in func_proto

In the Linux kernel, the following vulnerability has been resolved: bpf: prevent decltag from being referenced in funcproto Syzkaller was able to hit the following issue: ------------ cut here ------------ WARNING: CPU: 0 PID: 3609 at kernel/bpf/btf.c:1946 btftypeidsize+0x2d5/0x9d0...

0.00181EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/30 12:15 p.m.35 views

CVE-2022-50855

The CVE-2022-50855 entry concerns a Linux kernel issue where the BPF LSM program attached via bpf_prog_attach to cgroups could leak because the refcnt wasn’t decremented when the validation rejected the attach. The published description across Red Hat, SUSE, Ubuntu (OSV), Debian OSV, NVD, and oth...

6AI score0.0023EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 12:15 p.m.11 views

CVE-2022-50855 bpf: prevent leak of lsm program after failed attach

In the Linux kernel, the following vulnerability has been resolved: bpf: prevent leak of lsm program after failed attach In 0, we added the ability to bpfprogattach LSM programs to cgroups, but in our validation to make sure the prog is meant to be attached to BPFLSMCGROUP, we return too early if...

6.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/30 12:15 p.m.38 views

CVE-2022-50855 bpf: prevent leak of lsm program after failed attach

In the Linux kernel, the following vulnerability has been resolved: bpf: prevent leak of lsm program after failed attach In 0, we added the ability to bpfprogattach LSM programs to cgroups, but in our validation to make sure the prog is meant to be attached to BPFLSMCGROUP, we return too early if...

0.0023EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.34 views

CVE-2023-54225 net: ipa: only reset hashed tables when supported

In the Linux kernel, the following vulnerability has been resolved: net: ipa: only reset hashed tables when supported Last year, the code that manages GSI channel transactions switched from using spinlock-protected linked lists to using indexes into the ring buffer used for a channel. Recently,...

0.00194EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/30 12:11 p.m.31 views

CVE-2023-54225

CVE-2023-54225 (Linux kernel) : The issue affects the Linux kernel’s IPA modem path, where during shutdown a transaction could be under a reference count underflow if hashed IPA tables were zeroed when hashing is not supported. Root cause: the code zeroed hashed table memory for modem filter/rout...

6.5AI score0.00194EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/30 12:11 p.m.9 views

CVE-2023-54225 net: ipa: only reset hashed tables when supported

In the Linux kernel, the following vulnerability has been resolved: net: ipa: only reset hashed tables when supported Last year, the code that manages GSI channel transactions switched from using spinlock-protected linked lists to using indexes into the ring buffer used for a channel. Recently,...

6.7AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/30 12:11 p.m.6 views

CVE-2023-54207

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free wh...

7.8CVSS6.2AI score0.00153EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.28 views

CVE-2023-54207 HID: uclogic: Correct devm device reference for hidinput input_dev name

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Correct devm device reference for hidinput inputdev name Reference the HID device rather than the input device for the devm allocation of the inputdev name. Referencing the inputdev would lead to a use-after-free wh...

0.00153EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/30 12:11 p.m.19 views

CVE-2023-54205

In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: Fix refcount leak in stm32pctrlgetirqdomain ofirqfindparent returns a node pointer with refcount incremented, We should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcount leak...

5.3AI score0.00202EPSS
SaveExploits0
CVE
CVE
added 2025/12/30 12:10 p.m.28 views

CVE-2022-50839

Summary (CVE-2022-50839) The issue is in the Linux kernel’s jbd2 journaling subsystem. When a buffer isn’t uptodate, jbd2_fc_wait_bufs returns -EIO without updating journal->j_fc_off, and jbd2_fc_release_bufs may release the buffer head from j_fc_off - 1 if bh is NULL, causing a buffer head re...

6.4AI score0.00242EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/30 12:10 p.m.45 views

CVE-2022-50839 jbd2: fix potential buffer head reference count leak

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential buffer head reference count leak As in 'jbd2fcwaitbufs' if buffer isn't uptodate, will return -EIO without update 'journal-jfcoff'. But 'jbd2fcreleasebufs' will release buffer head from ‘jfcoff - 1’ if 'bh' is...

0.00242EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/30 12:10 p.m.10 views

CVE-2022-50839 jbd2: fix potential buffer head reference count leak

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential buffer head reference count leak As in 'jbd2fcwaitbufs' if buffer isn't uptodate, will return -EIO without update 'journal-jfcoff'. But 'jbd2fcreleasebufs' will release buffer head from ‘jfcoff - 1’ if 'bh' is...

6.7AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/30 12:10 p.m.12 views

CVE-2022-50839

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential buffer head reference count leak As in 'jbd2fcwaitbufs' if buffer isn't uptodate, will return -EIO without update 'journal-jfcoff'. But 'jbd2fcreleasebufs' will release buffer head from ‘jfcoff - 1’ if 'bh' is...

5.6AI score0.00242EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:10 p.m.32 views

CVE-2022-50835 jbd2: add miss release buffer head in fc_do_one_pass()

In the Linux kernel, the following vulnerability has been resolved: jbd2: add miss release buffer head in fcdoonepass In fcdoonepass miss release buffer head after use which will lead to reference count leak...

0.00235EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/30 12:10 p.m.26 views

CVE-2022-50835

CVE-2022-50835 affects the Linux kernel: in jbd2.fc_do_one_pass(), a missing release of the buffer head after use can leak a reference count. Connected advisories (EulerOS, SUSE, Unity/Nessus/NASL) confirm the issue and describe the same root cause and fixes in kernel code. The vulnerability is m...

6.3AI score0.00235EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/30 12:10 p.m.9 views

CVE-2022-50835 jbd2: add miss release buffer head in fc_do_one_pass()

In the Linux kernel, the following vulnerability has been resolved: jbd2: add miss release buffer head in fcdoonepass In fcdoonepass miss release buffer head after use which will lead to reference count leak...

6.6AI score
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:10 p.m.49 views

CVE-2022-50834

The CVE-2022-50834 entry concerns the Linux kernel NFC subsystem where a resource leak was addressed. The fix adds a reference for the NFC device with nfc_get_device() and ensures it is released via nfc_put_device() when no longer needed. It also corrects a style issue by using EOPNOTSUPP instead...

6.1AI score0.00253EPSS
SaveExploits0References8
Rows per page
Query Builder