Lucene search
+L

672 matches found

Cvelist
Cvelist
added 2025/05/02 3:55 p.m.69 views

CVE-2023-53076

...

SaveExploits0
CVE
CVE
added 2025/05/02 3:55 p.m.154 views

CVE-2023-53066

CVE-2023-53066 affects the Linux kernel in the qed_sriov path. The vulnerability arises from potential NULL dereferences in qed_iov_get_vf_info, and the fix guards against NULL pointers by validating the helper’s returned info before use. This is a local issue with the impact characterized as hig...

5.5CVSS6.6AI score0.00205EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/05/02 3:55 p.m.107 views

CVE-2023-53045

CVE-2023-53045 is mitigated in the Linux kernel via a fix to the USB gadget driver (usb: gadget: u_audio). In the unbind callback for f_uac1/f_uac2, a call to snd_card_free() could block waiting for resources to be released if userspace kept the file descriptor open, potentially causing a deadloc...

5.5CVSS6.7AI score0.00144EPSS
SaveExploits0References8Affected Software1
NVD
NVD
added 2025/05/01 3:16 p.m.32 views

CVE-2022-49920

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: netlink notifier might race to release objects commit release path is invoked via callrcu and it runs lockless to release the objects after rcu grace period. The netlink notifier handler might win race to...

7.8CVSS0.0014EPSS
SaveExploits0References3
NVD
NVD
added 2025/05/01 3:16 p.m.15 views

CVE-2022-49872

In the Linux kernel, the following vulnerability has been resolved: net: gso: fix panic on fraglist with mixed head alloc types Since commit 3dcbdb134f32 "net: gso: Fix skbsegment splat when splitting gsosize mangled skb having linear-headed fraglist", it is allowed to change gsosize of a GRO...

7.5CVSS0.00484EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/01 3:16 p.m.49 views

CVE-2022-49792

In the Linux kernel, the following vulnerability has been resolved: iio: adc: mp2629: fix potential array out of bound access Add sentinel at end of maps to avoid potential array out of bound access in iio core...

7.3CVSS0.00193EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.20 views

CVE-2022-49894 cxl/region: Fix region HPA ordering validation

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix region HPA ordering validation Some regions may not have any address space allocated. Skip them when validating HPA order otherwise a crash like the following may result: devmcxladdregion: cxlacpi cxlacpi.0:...

0.00159EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.19 views

CVE-2022-49887 media: meson: vdec: fix possible refcount leak in vdec_probe()

In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: fix possible refcount leak in vdecprobe v4l2deviceunregister need to be called to put the refcount got by v4l2deviceregister when vdecprobe fails or vdecremove is called...

0.00189EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/01 2:10 p.m.72 views

CVE-2022-49883

CVE-2022-49883 is a Linux kernel KVM x86 vulnerability related to SMM handling. The issue arises because the number of general purpose registers (GPRs) used for the SMRAM image depends on the image format. On 64‑bit hosts, if the guest lacks X86_FEATURE_LM, KVM may access 16 GPRs for a 32‑bit SMR...

7.1CVSS6.8AI score0.00174EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.31 views

CVE-2022-49870 capabilities: fix undefined behavior in bit shift for CAP_TO_MASK

In the Linux kernel, the following vulnerability has been resolved: capabilities: fix undefined behavior in bit shift for CAPTOMASK Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warning calltrace like below: UBSAN: shift-out-of-bounds in...

0.00212EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.31 views

CVE-2022-49842 ASoC: core: Fix use-after-free in snd_soc_exit()

In the Linux kernel, the following vulnerability has been resolved: ASoC: core: Fix use-after-free in sndsocexit KASAN reports a use-after-free: BUG: KASAN: use-after-free in devicedel+0xb5b/0xc60 Read of size 8 at addr ffff888008655050 by task rmmod/387 CPU: 2 PID: 387 Comm: rmmod Hardware name:...

0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/01 2:09 p.m.96 views

CVE-2022-49824

In the Linux kernel, CVE-2022-49824 affects the ata_tlink_add() path in libata-transport. The root cause is that transport_add_device()'s return value is not checked, which can lead to a NULL pointer dereference during module removal when transport_remove_device() is called for a device that wasn...

5.5CVSS6.3AI score0.00204EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.19 views

CVE-2022-49811 drbd: use after free in drbd_create_device()

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...

0.00216EPSS
SaveExploits0References7
CVE
CVE
added 2025/05/01 2:09 p.m.132 views

CVE-2022-49804

CVE-2022-49804 refers to a Linux kernel issue affecting s390 where making current_stack_pointer a global register variable exposed a gcc bug. The vulnerability is tied to stack pointer handling and can lead to stack corruption on affected builds. Public description notes that to mitigate, the min...

7.8CVSS6.6AI score0.00183EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/05/01 2:09 p.m.10 views

CVE-2022-49779 kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case

In the Linux kernel, the following vulnerability has been resolved: kprobes: Skip clearing aggrprobe's posthandler in kprobe-on-ftrace case In unregisterkprobetop, if the currently unregistered probe has posthandler but other child probes of the aggrprobe do not have posthandler, the posthandler ...

6AI score
SaveExploits0References8
OSV
OSV
added 2025/05/01 1:07 p.m.14 views

CVE-2025-37781 i2c: cros-ec-tunnel: defer probe if parent EC is not present

In the Linux kernel, the following vulnerability has been resolved: i2c: cros-ec-tunnel: defer probe if parent EC is not present When i2c-cros-ec-tunnel and the EC driver are built-in, the EC parent device will not be found, leading to NULL pointer dereference. That can also be reproduced by...

6AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/05/01 1:07 p.m.17 views

CVE-2025-37776 ksmbd: fix use-after-free in smb_break_all_levII_oplock()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smbbreakalllevIIoplock There is a room in smbbreakalllevIIoplock that can cause racy issues when unlocking in the middle of the loop. This patch use read lock to protect whole loop...

8.8CVSS0.00329EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/01 12:55 p.m.16 views

CVE-2025-23159 media: venus: hfi: add a check to handle OOB in sfr region

In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi: add a check to handle OOB in sfr region sfr-bufsize is in shared memory and can be modified by malicious user. OOB write is possible when the size is made higher than actual sfr data buffer. Cap the size to...

8.4CVSS6.1AI score
SaveExploits0References14
Cvelist
Cvelist
added 2025/05/01 12:55 p.m.24 views

CVE-2025-23156 media: venus: hfi_parser: refactor hfi packet parsing logic

In the Linux kernel, the following vulnerability has been resolved: media: venus: hfiparser: refactor hfi packet parsing logic wordscount denotes the number of words in total payload, while data points to payload of various property within it. When wordscount reaches last word, data can access...

7.8CVSS0.00209EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/04/30 12:00 a.m.22 views

Amazon Linux AMI : kernel (ALAS-2025-1975)

The version of kernel installed on the remote host is prior to 4.14.330-176.540. It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS-2025-1975 advisory. A use-after-free flaw was found in vcsread in drivers/tty/vt/vcscreen.c in vcscreen in the Linux Kernel. In this fl...

7.8CVSS6.5AI score0.00419EPSS
SaveExploits0References8
Rows per page
Query Builder