Lucene search
+L

10156 matches found

Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.14 views

CVE-2022-49848

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp-combo: fix NULL-deref on runtime resume Commit fc64623637da "phy: qcom-qmp-combo,usb: add support for separate PCSUSB region" started treating the PCSUSB registers as potentially separate from the PCS registers but...

5.5CVSS5.3AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.8 views

CVE-2022-49846

In the Linux kernel, the following vulnerability has been resolved: udf: Fix a slab-out-of-bounds write bug in udffindentry Syzbot reported a slab-out-of-bounds Write bug: loop0: detected capacity change from 0 to 2048 ================================================================== BUG: KASAN:...

7.8CVSS5.5AI score0.00217EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.11 views

CVE-2022-49837

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix memory leaks in checkfunccall kmemleak reports this issue: unreferenced object 0xffff88817139d000 size 2048: comm "testprogs", pid 33246, jiffies 4307381979 age 45851.820s hex dump first 32 bytes: 01 00 00 00 00 00 00 00...

5.5CVSS5.5AI score0.00187EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.11 views

CVE-2022-49828

In the Linux kernel, the following vulnerability has been resolved: hugetlbfs: don't delete error page from pagecache This change is very similar to the change that was made for shmem 1, and it solves the same problem but for HugeTLBFS instead. Currently, when poison is found in a HugeTLB page, t...

5.5CVSS5.4AI score0.00187EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.12 views

CVE-2022-49826

In the Linux kernel, the following vulnerability has been resolved: ata: libata-transport: fix double atahostput in atatportadd In the error path in atatportadd, when calling putdevice, atatportrelease is called, it will put the refcount of 'ap-host'. And then atahostput is called again, the...

7.8CVSS5.5AI score0.00216EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.12 views

CVE-2022-49814

In the Linux kernel, the following vulnerability has been resolved: kcm: close race conditions on skreceivequeue sk-skreceivequeue is protected by skb queue lock, but for KCM sockets its RX path takes mux-rxlock to protect more than just skb queue. However, kcmrecvmsg still only grabs the skb que...

7.8CVSS5.2AI score0.00158EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.11 views

CVE-2022-49811

In the Linux kernel, the following vulnerability has been resolved: drbd: use after free in drbdcreatedevice The drbddestroyconnection frees the "connection" so use the safe iterator to prevent a use after free...

7.8CVSS5.5AI score0.00216EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.10 views

CVE-2022-49812

In the Linux kernel, the following vulnerability has been resolved: bridge: switchdev: Fix memory leaks when changing VLAN protocol The bridge driver can offload VLANs to the underlying hardware either via switchdev or the 8021q driver. When the former is used, the VLAN is marked in the bridge...

5.5CVSS5.5AI score0.00204EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.19 views

CVE-2022-49807

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a memory leak in nvmetauthsetkey When changing dhchap secrets we need to release the old secrets as well. kmemleak complaint: -- unreferenced object 0xffff8c7f44ed8180 size 64: comm "check", pid 7304, jiffies 429568613...

5.5CVSS5.4AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.7 views

CVE-2022-49802

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix null pointer dereference in ftraceaddmod The @ftracemod is allocated by kzalloc, so both the members prev,next of @ftracemode-list are NULL, it's not a valid state to call listdel. If kstrdup for @ftracemod-func|modul...

5.5CVSS5.5AI score0.00211EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.17 views

CVE-2022-49803

In the Linux kernel, the following vulnerability has been resolved: netdevsim: Fix memory leak of nsimdev-facookie kmemleak reports this issue: unreferenced object 0xffff8881bac872d0 size 8: comm "sh", pid 58603, jiffies 4481524462 age 68.065s hex dump first 8 bytes: 04 00 00 00 de ad be ef...

5.5CVSS5.4AI score0.00189EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.53 views

CVE-2022-49799

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix wild-memory-access in registersynthevent In registersynthevent, if setsyntheventprintfmt failed, then both traceremoveeventcall and unregistertraceevent will be called, which means the traceeventcall will call...

7.1CVSS5.5AI score0.00193EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.27 views

CVE-2022-49794

In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91adc: fix possible memory leak in at91adcallocatetrigger If iiotriggerregister returns error, it should call iiotriggerfree to give up the reference that hold in iiotriggeralloc, so that it can call iiotrigrelease to...

5.5CVSS5.5AI score0.00189EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.47 views

CVE-2022-49793

In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix possible memory leak in iiosysfstriginit devsetname allocates memory for name, it need be freed when deviceadd fails, call putdevice to give up the reference that hold in deviceinitialize, so that it can ...

5.5CVSS5.5AI score0.00214EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.7 views

CVE-2022-49788

In the Linux kernel, the following vulnerability has been resolved: misc/vmwvmci: fix an infoleak in vmcihostdoreceivedatagram struct vmcieventqp allocated by qpnotifypeer contains padding, which may carry uninitialized data to the userspace, as observed by KMSAN: BUG: KMSAN: kernel-infoleak in...

5.5CVSS5.5AI score0.00208EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.15 views

CVE-2022-49783

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Drop fpregs lock before inheriting FPU permissions Mike Galbraith reported the following against an old fork of preempt-rt but the same issue also applies to the current preempt-rt tree. BUG: sleeping function called fro...

5.5CVSS5.5AI score0.00159EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.9 views

CVE-2022-49777

In the Linux kernel, the following vulnerability has been resolved: Input: i8042 - fix leaking of platform device on module removal Avoid resetting the module-wide i8042platformdevice pointer in i8042probe or i8042remove, so that the device can be properly destroyed by i8042exit on module unload...

5.5CVSS5.5AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.33 views

CVE-2022-49764

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent bpf program recursion for raw tracepoint probes We got report from sysbot 1 about warnings that were caused by bpf program attached to contentionbegin raw tracepoint triggering the same tracepoint by using...

5.5CVSS5.7AI score0.00175EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/01 2:09 p.m.14 views

CVE-2022-49763

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix use-after-free in ntfsattrfind Patch series "ntfs: fix bugs about Attribute", v2. This patchset fixes three bugs relative to Attribute in record: Patch 1 adds a sanity check to ensure that, attrsoffset field in first mf...

7.8CVSS5.6AI score0.00206EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/05/01 1:15 p.m.8 views

CVE-2025-23154

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix ioreqpostcqe abuse by send bundle 114.987980 T5313 WARNING: CPU: 6 PID: 5313 at iouring/iouring.c:872 ioreqpostcqe+0x12e/0x4f0 114.991597 T5313 RIP: 0010:ioreqpostcqe+0x12e/0x4f0 115.001880 T5313 Call Trace:...

5.5CVSS6.3AI score0.00189EPSS
SaveExploits0References9
Rows per page
Query Builder