Lucene search
+L

6883 matches found

OpenVAS
OpenVAS
added 2024/11/11 12:00 a.m.15 views

Huawei EulerOS: Security Advisory for docker-runc (EulerOS-SA-2024-2902)

The remote host is missing an update for the Huawei EulerOS 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...

3.6CVSS6.6AI score0.00317EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2024/11/11 12:00 a.m.9 views

Huawei EulerOS: Security Advisory for unbound (EulerOS-SA-2024-2840)

The remote host is missing an update for the Huawei EulerOS 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...

4.8CVSS5.2AI score0.0039EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.11 views

CVE-2024-50218

In the Linux kernel, the following vulnerability has been resolved: ocfs2: pass u64 to ocfs2truncateinline maybe overflow Syzbot reported a kernel BUG in ocfs2truncateinline. There are two reasons for this: first, the parameter value passed is greater than ocfs2maxinlinedatawithxattr, second, the...

5.5CVSS6.4AI score0.00272EPSS
SaveExploits0References47
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.16 views

CVE-2024-50238

In the Linux kernel, the following vulnerability has been resolved: phy: qcom: qmp-usbc: fix NULL-deref on runtime suspend Commit 413db06c05e7 "phy: qcom-qmp-usb: clean up probe initialisation" removed most users of the platform device driver data from the qcom-qmp-usb driver, but mistakenly also...

5.5CVSS6.4AI score0.00177EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.10 views

CVE-2024-50240

In the Linux kernel, the following vulnerability has been resolved: phy: qcom: qmp-usb: fix NULL-deref on runtime suspend Commit 413db06c05e7 "phy: qcom-qmp-usb: clean up probe initialisation" removed most users of the platform device driver data, but mistakenly also removed the initialisation...

5.5CVSS6.3AI score0.00206EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.14 views

CVE-2024-50216

In the Linux kernel, the following vulnerability has been resolved: xfs: fix finding a last resort AG in xfsfilestreampickag When the main loop in xfsfilestreampickag fails to find a suitable AG it tries to just pick the online AG. But the loop for that uses args-pag as loop iterator while the...

5.5CVSS6.5AI score0.00231EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.16 views

CVE-2024-50251

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftpayload: sanitize offset and length before calling skbchecksum If access to offset + length is larger than the skbuff length, then skbchecksum triggers BUGON. skbchecksum internally subtracts the length parameter...

6.2CVSS6.4AI score0.00534EPSS
SaveExploits1References47
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.8 views

CVE-2024-50231

In the Linux kernel, the following vulnerability has been resolved: iio: gts-helper: Fix memory leaks in iiogtsbuildavailscaletable modprobe iio-test-gts and rmmod it, then the following memory leak occurs: unreferenced object 0xffffff80c810be00 size 64: comm "kunittrycatch", pid 1654, jiffies...

5.5CVSS6.4AI score0.00221EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.16 views

CVE-2024-50235

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: clear wdev-cqmconfig pointer on free When we free wdev-cqmconfig when unregistering, we also need to clear out the pointer since the same wdev/netdev may get re-registered in another network namespace, then...

7.8CVSS6.5AI score0.00244EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.9 views

CVE-2024-50215

In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: assign dhkey to NULL after kfreesensitive ctrl-dhkey might be used across multiple calls to nvmetsetupdhgroup for the same controller. So it's better to nullify it after release on error path in order to avoid double...

8.1CVSS6.4AI score0.00629EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.16 views

CVE-2024-50242

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Additional check in ntfsfilerelease...

7.8CVSS6.6AI score0.00228EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.7 views

CVE-2024-50222

In the Linux kernel, the following vulnerability has been resolved: ioviter: fix copypagefromiteratomic if KMAPLOCALFORCEMAP generic/077 on x8632 CONFIGDEBUGKMAPLOCALFORCEMAP=y with highmem, on huge=always tmpfs, issues a warning and then hangs interruptibly: WARNING: CPU: 5 PID: 3517 at...

7.8CVSS6.6AI score0.00234EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.12 views

CVE-2024-50237

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: do not pass a stopped vif to the driver in .gettxpower Avoid potentially crashing in the driver because of uninitialized private data...

7.8CVSS6.4AI score0.00273EPSS
SaveExploits0References55
UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.13 views

CVE-2024-50248

In the Linux kernel, the following vulnerability has been resolved: ntfs3: Add bounds checking to mienumattr Added bounds checking to make sure that every attr don't stray beyond valid memory region...

7.1CVSS6.4AI score0.00214EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2024/11/08 6:15 a.m.26 views

CVE-2024-50192

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v4: Don't allow a VMOVP on a dying VPE Kunkun Jiang reported that there is a small window of opportunity for userspace to force a change of affinity for a VPE while the VPE has already been unmapped, but the...

4.7CVSS6.4AI score0.00207EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2024/11/08 6:15 a.m.17 views

CVE-2024-50205

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: Avoid division by zero in applyconstrainttosize The step variable is initialized to zero. It is changed in the loop, but if it's not changed it will remain zero. Add a variable check before the division. The...

5.5CVSS6.4AI score0.00229EPSS
SaveExploits0References46
UbuntuCve
UbuntuCve
added 2024/11/08 6:15 a.m.12 views

CVE-2024-50201

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Fix encoder-possibleclones Include the encoder itself in its possibleclones bitmask. In the past nothing validated that drivers were populating possibleclones correctly, but that changed in commit 74d2aacbe840 "drm:...

5.5CVSS6.4AI score0.00213EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2024/11/08 6:15 a.m.7 views

CVE-2024-50195

In the Linux kernel, the following vulnerability has been resolved: posix-clock: Fix missing timespec64 check in pcclocksettime As Andrew pointed out, it will make sense that the PTP core checked timespec64 struct's tvsec and tvnsec range before calling ptp-info-settime64. As the man manual of...

7.1CVSS6.4AI score0.00234EPSS
SaveExploits0References56
UbuntuCve
UbuntuCve
added 2024/11/08 6:15 a.m.8 views

CVE-2024-50203

In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix address emission with tag-based KASAN enabled When BPFTRAMPFCALLORIG is enabled, the address of a bpftrampimage struct on the stack is passed during the size calculation pass and an address on the heap is passed...

7.8CVSS6.7AI score0.00232EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/11/08 6:15 a.m.15 views

CVE-2024-50178

In the Linux kernel, the following vulnerability has been resolved: cpufreq: loongson3: Use rawsmpprocessorid in doservicerequest Use rawsmpprocessorid instead of plain smpprocessorid in doservicerequest, otherwise we may get some errors with the driver enabled: BUG: using smpprocessorid in...

5.5CVSS5.9AI score0.00192EPSS
SaveExploits0References7
Rows per page
Query Builder