Lucene search
+L

6310 matches found

Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.14 views

CVE-2024-33619

In the Linux kernel, the following vulnerability has been resolved: efi: libstub: only free priv.runtimemap when allocated priv.runtimemap is only allocated when efinovamap is not set. Otherwise, it is an uninitialized value. In the error path, it is freed unconditionally. Avoid passing an...

5.5CVSS5AI score0.00241EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.23 views

CVE-2024-33621 ipvlan: Dont Use skb->sk in ipvlan_process_v{4,6}_outbound

In the Linux kernel, the following vulnerability has been resolved: ipvlan: Dont Use skb-sk in ipvlanprocessv4,6outbound Raw packet from PFPACKET socket ontop of an IPv6-backed ipvlan device will hit WARNONONCE in skmcloop through schdirectxmit path. WARNING: CPU: 2 PID: 0 at net/core/sock.c:775...

6.6AI score0.00268EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.19 views

CVE-2024-31076

In the Linux kernel, the following vulnerability has been resolved: genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline The absence of IRQDMOVEPCNTXT prevents immediate effectiveness of interrupt affinity reconfiguration via procfs. Instead, the change is deferred until the next...

5.5CVSS6AI score0.00258EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.20 views

CVE-2023-52884 Input: cyapa - add missing input core locking to suspend/resume functions

In the Linux kernel, the following vulnerability has been resolved: Input: cyapa - add missing input core locking to suspend/resume functions Grab input-mutex during suspend/resume functions like it is done in other input drivers. This fixes the following warning during system suspend/resume cycl...

6.9AI score0.00177EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/06/20 5:58 p.m.30 views

CVE-2024-38549

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add 0 size check to mtkdrmgemobj Add a check to mtkdrmgeminit if we attempt to allocate a GEM object of 0 bytes. Currently, no such check exists and the kernel will panic if a userspace application attempts to...

4.4CVSS7AI score0.00281EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 5:57 p.m.21 views

CVE-2024-38545

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause UAF. Use the xalock to protect the CQ...

7.8CVSS8.4AI score0.00252EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 5:57 p.m.26 views

CVE-2024-38544

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix seg fault in rxecompqueuepkt In rxecompqueuepkt an incoming response packet skb is enqueued to the resppkts queue and then a decision is made whether to run the completer task inline or schedule it. Finally the skb ...

6.3CVSS6.9AI score0.00248EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 5:33 p.m.28 views

CVE-2024-38559

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Ensure the copied buf is NUL terminated Currently, we allocate a count-sized kernel buffer and copy count from userspace to that buffer. Later, we use kstrtouint on this buffer but we don't ensure that the string is...

4.4CVSS7AI score0.00253EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/20 3:49 p.m.12 views

CLSA-2024-1718898538 systemd: Fix of CVE-2023-7008

CVE-2023-7008: prevent systemd-resolved from accepting DNS records of DNSSEC- signed domains without a signature to mitigate man-in-the-middle attacks...

5.9CVSS6.6AI score0.00849EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/06/20 3:29 p.m.22 views

CVE-2024-38587

In the Linux kernel, the following vulnerability has been resolved: speakup: Fix sizeof vs ARRAYSIZE bug The "buf" pointer is an array of u16 values. This code should be using ARRAYSIZE which is 256 instead of sizeof which is 512, otherwise it can the still got out of bounds. Mitigation Mitigatio...

5.5CVSS9.2AI score0.01136EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 3:27 p.m.29 views

CVE-2024-38575

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: pcie: handle randbuf allocation failure The kzalloc in brcmfpciedownloadfwnvram will return null if the physical memory has run out. As a result, if we use getrandombytes to generate random bytes in the randbuf, t...

4.4CVSS6.8AI score0.00225EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/20 2:59 p.m.10 views

CLSA-2024-1718895586 systemd: Fix of CVE-2023-7008

CVE-2023-7008: prevent systemd-resolved from accepting DNS records of DNSSEC- signed domains without a signature to mitigate man-in-the-middle attacks...

5.9CVSS6.6AI score0.00849EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/06/20 2:52 p.m.17 views

CVE-2022-48756

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: invalid parameter check in msmdsiphyenable The function performs a check on the "phy" input parameter, however, it is used before the check. Initialize the "dev" variable after the sanity check to avoid a possible NU...

4.4CVSS6.9AI score0.0021EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 2:29 p.m.17 views

CVE-2024-38609

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: check for null before dereferencing The wcid can be NULL. It should be checked for validity before dereferencing it to avoid crash. Mitigation Mitigation for this issue is either not available or the currently...

4.4CVSS7.6AI score0.0018EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 2:29 p.m.26 views

CVE-2024-38604

In the Linux kernel, the following vulnerability has been resolved: block: refine the EOF check in blkdeviomapbegin blkdeviomapbegin rounds down the offset to the logical block size before stashing it in iomap-offset and checking that it still is inside the inode size. Check the isize check to th...

4.4CVSS6.9AI score0.00207EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 1:57 p.m.23 views

CVE-2022-48752

A flaw was found in the Linux kernel. This issue may possibly cause a crash...

5.5CVSS9.2AI score0.0021EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 1:56 p.m.19 views

CVE-2022-48749

A NULL pointer dereference flaw was found in the Linux kernel. This issue is due to an invalid parameter check in dpusetupdspppcc...

5.5CVSS9.1AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 1:55 p.m.36 views

CVE-2022-48744

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Avoid field-overflowing memcpy In preparation for FORTIFYSOURCE performing compile-time and run-time field bounds checking for memcpy, memmove, and memset, avoid intentionally writing across neighboring fields. Use...

6.7CVSS9AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 1:53 p.m.46 views

CVE-2022-48727

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Avoid consuming a stale esr value when SError occur When any exception other than an IRQ occurs, the CPU updates the ESREL2 register with the exception syndrome. An SError may also become pending, and will be...

4.4CVSS6.8AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 1:27 p.m.19 views

CVE-2022-48755

In the Linux kernel, the following vulnerability has been resolved: powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06 Johan reported the below crash with testbpf on ppc64 e5500: testbpf: 296 ALUENDFROMLE 64: 0x0123456789abcdef - 0x67452301 jited:1 Oops: Exception in kernel mode,...

4.4CVSS6.7AI score0.0021EPSS
SaveExploits0References4
Rows per page
Query Builder