Lucene search
+L

9954 matches found

OSV
OSV
added 2024/05/30 4:15 p.m.4 views

DEBIAN-CVE-2024-36915

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: fix nfcllcpsetsockopt unsafe copies syzbot reported unsafe calls to copyfromsockptr 1 Use copysafefromsockptr instead. 1 BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset include/linux/sockptr.h:49 inline BUG:...

7.1CVSS5.7AI score0.0025EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/30 4:15 p.m.8 views

UBUNTU-CVE-2024-36935

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

7.1CVSS6.7AI score0.00213EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/30 4:15 p.m.8 views

UBUNTU-CVE-2024-36929

In the Linux kernel, the following vulnerability has been resolved: net: core: reject skbcopyexpand for fraglist GSO skbs SKBGSOFRAGLIST skbs must not be linearized, otherwise they become invalid. Return NULL if such an skb is passed to skbcopy or skbcopyexpand, in order to prevent a crash on a...

7.5CVSS6.2AI score0.00904EPSS
SaveExploits0References21
OSV
OSV
added 2024/05/30 4:15 p.m.8 views

UBUNTU-CVE-2024-36915

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: fix nfcllcpsetsockopt unsafe copies syzbot reported unsafe calls to copyfromsockptr 1 Use copysafefromsockptr instead. 1 BUG: KASAN: slab-out-of-bounds in copyfromsockptroffset include/linux/sockptr.h:49 inline BUG:...

7.1CVSS6.2AI score0.0025EPSS
SaveExploits0References10
CVE
CVE
added 2024/05/30 3:29 p.m.100 views

CVE-2024-36935

CVE-2024-36935 : In the Linux kernel, a memory copy from userspace into a kernel buffer for the ice path could miss a terminating NUL, enabling an OOB read when sscanf() is used. The fix uses memdup_user_nul instead of memdup_user to guarantee NUL termination. Affected component is the kernel’s i...

7.1CVSS6.7AI score0.00213EPSS
SaveExploits0References2Affected Software1
Oracle linux
Oracle linux
added 2024/05/29 12:00 a.m.35 views

tigervnc security update

1.13.1-10 - Drop patches that are already part of xorg-x11-server Resolves: RHEL-30755 Resolves: RHEL-30767 Resolves: RHEL-30761 1.13.1-9 - Fix CVE-2024-31080 tigervnc: xorg-x11-server: Heap buffer overread/data leakage in ProcXIGetSelectedEvents Resolves: RHEL-30755 - Fix CVE-2024-31083 tigervnc...

7.8CVSS7.4AI score0.01859EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/28 3:29 p.m.5 views

SUSE CVE-2021-47541

In the Linux kernel, the following vulnerability has been resolved: net/mlx4en: Fix an use-after-free bug in mlx4entryallocresources In mlx4entryallocresources, mlx4encopypriv is called and tmp-txcq will be freed on the error path of mlx4encopypriv. After that mlx4enallocresources is called and...

7CVSS6.6AI score0.00295EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/05/28 3:29 p.m.8 views

SUSE CVE-2021-47566

In the Linux kernel, the following vulnerability has been resolved: proc/vmcore: fix clearing user buffer by properly using clearuser To clear a user buffer we cannot simply use memset, we have to use clearuser. With a virtio-mem device that registers a vmcorecb and has some logically unplugged...

5.5CVSS6.3AI score0.00229EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2024/05/28 3:34 a.m.8 views

SUSE CVE-2021-47407

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Handle SRCU initialization failure during page track init Check the return of initsrcustruct, which can fail due to OOM, when initializing the page track mechanism. Lack of checking leads to a NULL pointer deref found b...

4.7CVSS6.5AI score0.0025EPSS
SaveExploits0References11
OpenVAS
OpenVAS
added 2024/05/28 12:00 a.m.23 views

QNAP QTS Multiple Vulnerabilities (QSA-24-23)

QNAP QTS is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/o:qnap:qts"; ifdescription...

8.8CVSS7.3AI score0.3752EPSS
SaveExploits3References1
OpenVAS
OpenVAS
added 2024/05/28 12:00 a.m.20 views

QNAP QuTS hero Multiple Vulnerabilities (QSA-24-23)

QNAP QuTS hero is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/o:qnap:qutshero"; ifdescriptio...

8.8CVSS7.3AI score0.3752EPSS
SaveExploits3References1
BDU FSTEC
BDU FSTEC
added 2024/05/28 12:00 a.m.8 views

The vulnerability of the MPTCP protocol implementation in Linux kernel’s mptcp_copy_inaddrs() function allows a attacker to cause a service failure.

The vulnerability in the implementation of the MPTCP protocol in Linux kernel relates to the assignment of a zero pointer in the function mptcpcopyinaddrs in the net/mptcp/protocol.c module, during the processing of the list of nested threads when disabling them. Exploiting this vulnerability can...

5.5CVSS6.3AI score0.00239EPSS
SaveExploits0References8Affected Software1
BDU FSTEC
BDU FSTEC
added 2024/05/28 12:00 a.m.10 views

The vulnerability of the rcu_cblist_dequeue function in the rcu_segcblist.c module of the Linux kernel allows a attacker to increase their privileges.

The vulnerability of the rcucblistdequeue function in the rcusegcblist.c module of the Linux kernel is related to the use of memory after it is freed. Exploiting this vulnerability can allow an attacker to increase their privileges...

6.8CVSS6.8AI score0.00125EPSS
SaveExploits0References5Affected Software1
OpenVAS
OpenVAS
added 2024/05/27 12:00 a.m.9 views

Fedora: Security Advisory for rust-uu_dd (FEDORA-2024-ce2936b568)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
SaveExploits0References2
Fedora
Fedora
added 2024/05/26 1:29 a.m.15 views

[SECURITY] Fedora 40 Update: rust-uu_tee-0.0.23-3.fc40

tee uutils display input and copy to FILE...

7.3AI score
SaveExploits0
Fedora
Fedora
added 2024/05/26 1:29 a.m.12 views

[SECURITY] Fedora 40 Update: rust-uu_cp-0.0.23-2.fc40

cp uutils copy SOURCE to DESTINATION...

7.3AI score
SaveExploits0
OSV
OSV
added 2024/05/24 3:15 p.m.19 views

UBUNTU-CVE-2021-47566

In the Linux kernel, the following vulnerability has been resolved: proc/vmcore: fix clearing user buffer by properly using clearuser To clear a user buffer we cannot simply use memset, we have to use clearuser. With a virtio-mem device that registers a vmcorecb and has some logically unplugged...

7.8CVSS6.2AI score0.00229EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/24 3:15 p.m.8 views

UBUNTU-CVE-2021-47541

In the Linux kernel, the following vulnerability has been resolved: net/mlx4en: Fix an use-after-free bug in mlx4entryallocresources In mlx4entryallocresources, mlx4encopypriv is called and tmp-txcq will be freed on the error path of mlx4encopypriv. After that mlx4enallocresources is called and...

7.8CVSS5.9AI score0.00295EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/24 11:07 a.m.10 views

OESA-2024-1650 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: hwrng: core - Fix page fault dead lock on mmap-ed hwrng There is a dead-lock in the hwrng device read path. This triggers when the user reads from /dev/hwrng int...

7.1CVSS6AI score0.0117EPSS
SaveExploits1References36
SUSE CVE
SUSE CVE
added 2024/05/23 3:23 p.m.7 views

SUSE CVE-2023-52791

In the Linux kernel, the following vulnerability has been resolved: i2c: core: Run atomic i2c xfer when !preemptible Since bae1d3a05a8b, i2c transfers are non-atomic if preemption is disabled. However, non-atomic i2c transfers require preemption e.g. in waitforcompletion while waiting for the DMA...

5.5CVSS6.5AI score0.0024EPSS
SaveExploits0References15
Rows per page
Query Builder