Lucene search
K

375 matches found

OSV
OSV
added 2025/02/26 7:1 a.m.0 views

UBUNTU-CVE-2022-49481

In the Linux kernel, the following vulnerability has been resolved: regulator: pfuze100: Fix refcount leak in pfuzeparseregulatorsdt ofnodeget returns a node with refcount incremented. Calling ofnodeput to drop the reference when not needed anymore...

5.5CVSS6.2AI score0.00246EPSS
Exploits0References12
OSV
OSV
added 2025/02/26 7:1 a.m.0 views

UBUNTU-CVE-2022-49512

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: denali: Use managed device resources All of the resources used by this driver has managed interfaces, so use them. Otherwise we will get the following splat: 4.472703 denali-nand-pci 0000:00:05.0: timeout while...

5.5CVSS6.2AI score0.0024EPSS
Exploits0References8
OSV
OSV
added 2025/02/26 7:0 a.m.0 views

UBUNTU-CVE-2022-49081

In the Linux kernel, the following vulnerability has been resolved: highmem: fix checks in kmaplocalschedin,out When CONFIGDEBUGKMAPLOCAL is enabled kmaplocalschedin,out check that even slots in the tsk-kmapctrl.pteval are unmapped. The slots are initialized with 0 value, but the check is done wi...

5.5CVSS6.1AI score0.00226EPSS
Exploits0References7
OSV
OSV
added 2025/02/26 7:0 a.m.0 views

UBUNTU-CVE-2022-49160

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix crash during module load unload test During purex packet handling the driver was incorrectly freeing a pre-allocated structure. Fix this by skipping that entry. System crashed with the following stack during a...

5.5CVSS6.1AI score0.00266EPSS
Exploits0References7
OSV
OSV
added 2025/02/26 7:0 a.m.0 views

UBUNTU-CVE-2022-49154

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: fix panic on out-of-bounds guest IRQ As guestirq is coming from KVMIRQFD API call, it may trigger crash in svmupdatepiirte due to out-of-bounds: crash bt PID: 22218 TASK: ffff951a6ad74980 CPU: 73 COMMAND: "vcpu8" 0...

5.5CVSS6.1AI score0.00246EPSS
Exploits0References8
OSV
OSV
added 2025/02/26 7:0 a.m.0 views

UBUNTU-CVE-2022-49193

In the Linux kernel, the following vulnerability has been resolved: ice: fix 'scheduling while atomic' on aux critical err interrupt There's a kernel BUG splat on processing aux critical error interrupts in icemiscintr: 2100.917085 BUG: scheduling while atomic: swapper/15/0/0x00010000...

5.5CVSS6.2AI score0.00246EPSS
Exploits0References7
OSV
OSV
added 2025/02/26 7:0 a.m.1 views

UBUNTU-CVE-2022-49106

In the Linux kernel, the following vulnerability has been resolved: staging: vchiqarm: Avoid NULL ptr deref in vchiqdumpplatforminstances vchiqgetstate can return a NULL pointer. So handle this cases and avoid a NULL pointer derefence in vchiqdumpplatforminstances...

5.5CVSS6.5AI score0.00223EPSS
Exploits0References7
OSV
OSV
added 2025/02/12 2:15 p.m.1 views

UBUNTU-CVE-2025-21694

In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix softlockup in readvmcore part 2 Since commit 5cbcb62dddf5 "fs/proc: fix softlockup in readvmcore" the number of softlockups in readvmcore at kdump time have gone down, but they still happen sometimes. In a memory...

5.5CVSS5.7AI score0.00216EPSS
Exploits0References42
OSV
OSV
added 2025/01/19 12:15 p.m.3 views

UBUNTU-CVE-2024-57906

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads8688: fix information leak in triggered buffer The 'buffer' local array is used to push data to user space from a triggered buffer, but it does not set values for inactive channels, as it only uses...

7.1CVSS6.3AI score0.00214EPSS
Exploits0References45
OSV
OSV
added 2024/12/28 10:15 a.m.2 views

UBUNTU-CVE-2024-56677

In the Linux kernel, the following vulnerability has been resolved: powerpc/fadump: Move fadumpcmainit to setuparch after initmeminit During early init CMAMINALIGNMENTBYTES can be PAGESIZE, since pageblockorder is still zero and it gets initialized later during initmeminit e.g. setuparch -...

5.5CVSS6.5AI score0.00262EPSS
Exploits0References20
OSV
OSV
added 2024/12/28 10:15 a.m.0 views

UBUNTU-CVE-2024-56704

In the Linux kernel, the following vulnerability has been resolved: 9p/xen: fix release of IRQ Kernel logs indicate an IRQ was double-freed. Pass correct device ID during IRQ release. Dominique: remove confusing variable reset to 0...

7.8CVSS6.2AI score0.00228EPSS
Exploits0References46
OSV
OSV
added 2024/12/27 3:15 p.m.0 views

UBUNTU-CVE-2024-56559

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: combine all TLB flush operations of KASAN shadow virtual address into one operation When compiling kernel source 'make -j $nproc' with the up-and-running KASAN-enabled kernel on a 256-core machine, the following soft...

5.5CVSS6.1AI score0.0014EPSS
Exploits0References10
OSV
OSV
added 2024/12/27 2:15 p.m.0 views

UBUNTU-CVE-2024-53184

In the Linux kernel, the following vulnerability has been resolved: um: ubd: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the ubd instance. Otherwise, removing a ubd device will result in a crash: RIP: 0033:blkmqfreetagset+0x1f/0xba RSP:...

5.5CVSS6.2AI score0.00242EPSS
Exploits0References46
OSV
OSV
added 2024/12/27 2:15 p.m.2 views

UBUNTU-CVE-2024-53181

In the Linux kernel, the following vulnerability has been resolved: um: vector: Do not use drvdata in release The drvdata is not available in release. Let's just use containerof to get the vectordevice instance. Otherwise, removing a vector device will result in a crash: RIP:...

5.5CVSS6.2AI score0.00242EPSS
Exploits0References46
OSV
OSV
added 2024/12/02 2:15 p.m.0 views

UBUNTU-CVE-2024-53123

In the Linux kernel, the following vulnerability has been resolved: mptcp: error out earlier on disconnect Eric reported a division by zero splat in the MPTCP protocol: Oops: divide error: 0000 1 PREEMPT SMP KASAN PTI CPU: 1 UID: 0 PID: 6094 Comm: syz-executor317 Not tainted...

5.5CVSS6.6AI score0.00174EPSS
Exploits0References19
OSV
OSV
added 2024/12/02 8:15 a.m.3 views

UBUNTU-CVE-2024-53103

In the Linux kernel, the following vulnerability has been resolved: hvsock: Initializing vsk-trans to NULL to prevent a dangling pointer When hvs is released, there is a possibility that vsk-trans may not be initialized to NULL, which could lead to a dangling pointer. This issue is resolved by...

7.8CVSS6.2AI score0.00232EPSS
Exploits1References38
OSV
OSV
added 2024/11/19 6:15 p.m.1 views

UBUNTU-CVE-2024-53061

In the Linux kernel, the following vulnerability has been resolved: media: s5p-jpeg: prevent buffer overflows The current logic allows word to be less than 2. If this happens, there will be buffer overflows, as reported by smatch. Add extra checks to prevent it. While here, remove an unused word ...

7.8CVSS6.3AI score0.00305EPSS
Exploits0References48
OSV
OSV
added 2024/10/29 1:15 a.m.1 views

UBUNTU-CVE-2024-50072

In the Linux kernel, the following vulnerability has been resolved: x86/bugs: Use code segment selector for VERW operand Robert Gill reported below GP in 32-bit mode when dosemu software was executing vm86 system call: general protection fault: 0000 1 PREEMPT SMP CPU: 4 PID: 4610 Comm: dosemu.bin...

5.5CVSS6.8AI score0.00231EPSS
Exploits0References34
OSV
OSV
added 2024/10/21 8:15 p.m.0 views

UBUNTU-CVE-2022-48958

In the Linux kernel, the following vulnerability has been resolved: ethernet: aeroflex: fix potential skb leak in grethinitrings The grethinitrings function won't free the newly allocated skb when dmamappingerror returns error, so add devkfreeskb to fix it. Compile tested only...

5.5CVSS6.1AI score0.00234EPSS
Exploits0References11
OSV
OSV
added 2024/10/21 8:15 p.m.1 views

UBUNTU-CVE-2022-48962

In the Linux kernel, the following vulnerability has been resolved: net: hisilicon: Fix potential use-after-free in hisifemacrx The skb is delivered to napigroreceive which may free it, after calling this, dereferencing skb may trigger use-after-free...

7.8CVSS6.1AI score0.00238EPSS
Exploits0References11
Rows per page
Query Builder