Lucene search
+L

242 matches found

SUSE Linux
SUSE Linux
added 2024/10/15 3:33 a.m.16 views

Security update for the Linux Kernel RT (Live Patch 17 for SLE 15 SP5)

This update for the Linux Kernel 5.14.21-1505001361 fixes several issues. The following security issues were fixed: CVE-2024-40954: net: do not leave a dangling sk pointer, when socket creation fails bsc1227808 CVE-2024-41059: hfsplus: fix uninit-value in copyname bsc1228573. CVE-2024-40909: bpf:...

7.8CVSS8.2AI score0.00278EPSS
SaveExploits0References12
SUSE Linux
SUSE Linux
added 2024/10/15 1:3 a.m.8 views

Security update for the Linux Kernel RT (Live Patch 7 for SLE 15 SP5)

This update for the Linux Kernel 5.14.21-1505001324 fixes several issues. The following security issues were fixed: CVE-2024-35861: Fixed potential UAF in cifssignalcifsdforreconnect bsc1225312. CVE-2024-36899: gpiolib: cdev: Fix use after free in lineinfochangednotify bsc1225739. CVE-2024-40954:...

7.8CVSS8.3AI score0.00269EPSS
SaveExploits0References20
OSV
OSV
added 2024/10/14 9:5 p.m.14 views

SUSE-SU-2024:3624-1 Security update for the Linux Kernel RT (Live Patch 7 for SLE 15 SP5)

This update for the Linux Kernel 5.14.21-1505001324 fixes several issues. The following security issues were fixed: - CVE-2024-35861: Fixed potential UAF in cifssignalcifsdforreconnect bsc1225312. - CVE-2024-36899: gpiolib: cdev: Fix use after free in lineinfochangednotify bsc1225739. -...

7.8CVSS7.2AI score0.00269EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2024/10/13 12:0 a.m.31 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-42311)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-42311 advisory. - In the Linux kernel, the following vulnerability has been resolved: hfs: fix to initialize fields of...

5.5CVSS6AI score0.00272EPSS
SaveExploits0References2
NVD
NVD
added 2024/09/18 8:15 a.m.19 views

CVE-2024-46744

In the Linux kernel, the following vulnerability has been resolved: Squashfs: sanity check symbolic link size Syzkiller reports a "KMSAN: uninit-value in picklink" bug. This is caused by an uninitialised page, which is ultimately caused by a corrupted symbolic link size read from disk. The reason...

7.8CVSS0.00299EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.29 views

CVE-2024-46744 Squashfs: sanity check symbolic link size

In the Linux kernel, the following vulnerability has been resolved: Squashfs: sanity check symbolic link size Syzkiller reports a "KMSAN: uninit-value in picklink" bug. This is caused by an uninitialised page, which is ultimately caused by a corrupted symbolic link size read from disk. The reason...

0.00299EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.15 views

CVE-2024-46744 Squashfs: sanity check symbolic link size

In the Linux kernel, the following vulnerability has been resolved: Squashfs: sanity check symbolic link size Syzkiller reports a "KMSAN: uninit-value in picklink" bug. This is caused by an uninitialised page, which is ultimately caused by a corrupted symbolic link size read from disk. The reason...

6.6AI score0.00299EPSS
SaveExploits0References8
CVE
CVE
added 2024/09/18 7:12 a.m.132 views

CVE-2024-46744

The CVE-2024-46744 issue in the Linux kernel affects Squashfs by failing to sanity-check the symbolic link size read from disk. This causes the size (i_size) to be corrupted, which is later used to derive a length value that overflows a signed int in squashfs_symlink_read_folio(), leading to a po...

7.8CVSS7.4AI score0.00299EPSS
SaveExploits0References12Affected Software1
RedhatCVE
RedhatCVE
added 2024/09/04 9:41 p.m.25 views

CVE-2024-44999

A use-after-free vulnerability was found in the Linux kernel's GPRS Tunneling Protocol GTP driver, specifically in the gtpdevxmit function. This issue is due to the IPv4 or IPv6 headers not being properly pulled into the skb-head before being accessed. This led to the use of uninitialized values,...

7.1CVSS7AI score0.00259EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/04 8:15 p.m.12 views

AZL-49003 CVE-2024-44983 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: validate vlan header Ensure there is sufficient room to access the protocol field of the VLAN header, validate it once before the flowtable lookup. ===================================================== BUG:...

7.1CVSS6.6AI score0.00251EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.27 views

CVE-2024-44999 gtp: pull network headers in gtp_dev_xmit()

In the Linux kernel, the following vulnerability has been resolved: gtp: pull network headers in gtpdevxmit syzbot/KMSAN reported use of uninit-value in getdevxmit 1 We must make sure the IPv4 or Ipv6 header is pulled in skb-head before accessing fields in them. Use pskbinetmaypull to fix this...

0.00259EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.25 views

CVE-2024-44999 gtp: pull network headers in gtp_dev_xmit()

In the Linux kernel, the following vulnerability has been resolved: gtp: pull network headers in gtpdevxmit syzbot/KMSAN reported use of uninit-value in getdevxmit 1 We must make sure the IPv4 or Ipv6 header is pulled in skb-head before accessing fields in them. Use pskbinetmaypull to fix this...

6.8AI score0.00259EPSS
SaveExploits0References8
CVE
CVE
added 2024/09/04 7:54 p.m.139 views

CVE-2024-44999

CVE-2024-44999 refers to a Linux kernel issue in gtp: pull network headers in gtp_dev_xmit() where syzbot/KMSAN detected uninitialized usage in get_dev_xmit(). The problem required ensuring IPv4/IPv6 headers are pulled into skb->head before accessing their fields. The fix implemented is to use...

7.1CVSS6.9AI score0.00259EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/09/04 7:54 p.m.19 views

CVE-2024-44999 gtp: pull network headers in gtp_dev_xmit()

In the Linux kernel, the following vulnerability has been resolved: gtp: pull network headers in gtpdevxmit syzbot/KMSAN reported use of uninit-value in getdevxmit 1 We must make sure the IPv4 or Ipv6 header is pulled in skb-head before accessing fields in them. Use pskbinetmaypull to fix this...

7.1CVSS6.1AI score0.00259EPSS
SaveExploits0References13
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.18 views

CVE-2024-44983

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: validate vlan header Ensure there is sufficient room to access the protocol field of the VLAN header, validate it once before the flowtable lookup. ===================================================== BUG:...

7.1CVSS6.1AI score0.00251EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/09/03 12:0 a.m.40 views

EulerOS Virtualization 2.12.0 : kernel (EulerOS-SA-2024-2328)

"According to the versions of the kernel packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of craft...

7.8CVSS6.5AI score0.01537EPSS
SaveExploits1References96
Tenable Nessus
Tenable Nessus
added 2024/08/21 12:0 a.m.173 views

EulerOS 2.0 SP12 : kernel (EulerOS-SA-2024-2216)

"According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A flaw was found in the Linux kernel's NVMe driver. This issue may allow an unauthenticated malicious actor to send a set of crafted TCP packages...

7.8CVSS6.5AI score0.01537EPSS
SaveExploits1References96
RedhatCVE
RedhatCVE
added 2024/08/19 3:16 p.m.21 views

CVE-2024-42272

In the Linux kernel, the following vulnerability has been resolved: sched: actct: take care of padding in struct zoneshtkey Blamed commit increased lookup key size from 2 bytes to 16 bytes, because zoneshtkey got a struct net pointer. Make sure rhashtablelookup is not using the padding bytes whic...

5.5CVSS6.9AI score0.00233EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2024/08/19 12:0 a.m.62 views

EulerOS Virtualization 2.10.1 : kernel (EulerOS-SA-2024-2140)

"According to the versions of the kernel packages installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : In the Linux kernel, the following vulnerability has been resolved: kyber: fix out of bounds access when preempted...

7.8CVSS6.6AI score0.00983EPSS
SaveExploits1References90
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.15 views

CVE-2024-42272

In the Linux kernel, the following vulnerability has been resolved: sched: actct: take care of padding in struct zoneshtkey Blamed commit increased lookup key size from 2 bytes to 16 bytes, because zoneshtkey got a struct net pointer. Make sure rhashtablelookup is not using the padding bytes whic...

5.5CVSS6.4AI score0.00233EPSS
SaveExploits0References18
Rows per page
Query Builder