Lucene search
+L

4411 matches found

UbuntuCve
UbuntuCve
added 2024/05/06 8:15 p.m.38 views

CVE-2024-33602

nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's nscd netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerabili...

7.4CVSS6.8AI score0.00403EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/06 7:22 p.m.41 views

CVE-2024-33602 nscd: netgroup cache assumes NSS callback uses in-buffer strings

nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's nscd netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerabili...

6.6AI score0.00403EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/06 7:22 p.m.371 views

CVE-2024-33602

CVE-2024-33602 affects the glibc nscd netgroup cache. The flaw is caused by the netgroup cache assuming NSS callbacks use in-buffer strings, which can lead to memory corruption when not all strings fit in the provided buffer. The issue was introduced with glibc 2.15 and is present only in the nsc...

7.4CVSS6.8AI score0.00403EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/05/06 7:22 p.m.32 views

CVE-2024-33602

nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's nscd netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerabili...

7.4CVSS6.5AI score0.00403EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/06 7:22 p.m.36 views

CVE-2024-33602 nscd: netgroup cache assumes NSS callback uses in-buffer strings

nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's nscd netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerabili...

6.3AI score0.00403EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/06 7:22 p.m.28 views

CVE-2024-33602 nscd: netgroup cache assumes NSS callback uses in-buffer strings

nscd: netgroup cache assumes NSS callback uses in-buffer strings The Name Service Cache Daemon's nscd netgroup cache can corrupt memory when the NSS callback does not store all strings in the provided buffer. The flaw was introduced in glibc 2.15 when the cache was added to nscd. This vulnerabili...

7.4CVSS6.7AI score
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/03 2:59 p.m.42 views

CVE-2022-48688 i40e: Fix kernel crash during module removal

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix kernel crash during module removal The driver incorrectly frees client instance and subsequent i40e module removal leads to kernel crash. Reproducer: 1. Do ethtool offline test followed immediately by another one host...

5.5AI score0.00236EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2024/05/03 12:0 a.m.4 views

Kernel: cxgb4: use-after-free in ch_flower_stats_cb()

...

5.5CVSS8.4AI score0.00231EPSS
SaveExploits0
QT
QT
added 2024/05/02 12:0 a.m.49 views

Security advisory: QStringConverter

QStringConverter has an invalid pointer being passed as a callback which can allow modification of the stack and has been assigned the CVE id CVE-2024-33861. Qt itself is not vulnerable to remote attack however an application using QStringDecoder either directly or indirectly can be vulnerable...

8.3AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/05/01 7:18 p.m.20 views

CVE-2024-26933

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in port "disable" sysfs attribute The show and store callback routines for the "disable" sysfs attribute file in port.c acquire the device lock for the port's parent hub device. This can cause problems if...

5.5CVSS7.2AI score0.00179EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/01 1:15 p.m.3 views

DEBIAN-CVE-2024-27061

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Fix use after free in unprepare sun8icecipherunprepare should be called before cryptofinalizeskcipherrequest, because client callbacks may immediately free memory, that isn't needed anymore. But it will be used...

7.8CVSS5.5AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.12 views

UBUNTU-CVE-2024-27041

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix NULL checks for adev-dm.dc in amdgpudmfini Since 'adev-dm.dc' in amdgpudmfini might turn out to be NULL before the call to dcenabledmubnotifications, check beforehand to ensure there will not be a possible...

5.5CVSS5.8AI score0.00272EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/01 6:15 a.m.8 views

AZL-42270 CVE-2024-26934 affecting package kernel for versions less than 5.15.158.1-1

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in usbdeauthorizeinterface Among the attribute file callback routines in drivers/usb/core/sysfs.c, the interfaceauthorizedstore function is the only one which acquires a device lock on an ancestor device: ...

7.8CVSS6.4AI score0.0019EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.4 views

DEBIAN-CVE-2024-26934

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in usbdeauthorizeinterface Among the attribute file callback routines in drivers/usb/core/sysfs.c, the interfaceauthorizedstore function is the only one which acquires a device lock on an ancestor device: ...

7.8CVSS5.7AI score0.0019EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/05/01 5:29 a.m.28 views

CVE-2024-27012 netfilter: nf_tables: restore set elements when delete set fails

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: restore set elements when delete set fails From abort path, nftmapelemactivate needs to restore refcounters to the original state. Currently, it uses the set-ops-walk to iterate over these set elements. The...

7.8CVSS6.8AI score0.00272EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/01 5:19 a.m.74 views

CVE-2024-26961 mac802154: fix llsec key resources release in mac802154_llsec_key_del

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix llsec key resources release in mac802154llseckeydel mac802154llseckeydel can free resources of a key directly without following the RCU rules for waiting before the end of a grace period. This may lead to...

7CVSS7.7AI score0.0024EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/01 5:17 a.m.38 views

CVE-2024-26934 USB: core: Fix deadlock in usb_deauthorize_interface()

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in usbdeauthorizeinterface Among the attribute file callback routines in drivers/usb/core/sysfs.c, the interfaceauthorizedstore function is the only one which acquires a device lock on an ancestor device: ...

7.7AI score0.0019EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/01 5:17 a.m.306 views

CVE-2024-26934

CVE-2024-26934: Linux kernel USB core deadlock in usb_deauthorize_interface() when sysfs attribute callbacks hold a parent device lock. Affected: drivers/usb/core/sysfs.c (interface_authorized_store) acquiring parent device lock; fix uses sysfs_break_active_protection() to avoid waiting for the c...

7.8CVSS6.4AI score0.0019EPSS
SaveExploits0References12Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/01 5:17 a.m.40 views

CVE-2024-26934 USB: core: Fix deadlock in usb_deauthorize_interface()

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix deadlock in usbdeauthorizeinterface Among the attribute file callback routines in drivers/usb/core/sysfs.c, the interfaceauthorizedstore function is the only one which acquires a device lock on an ancestor device: ...

7.1AI score0.0019EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2024/04/30 9:57 a.m.13 views

kernel: wifi: ath12k: Avoid NULL pointer access during management transmit cleanup

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Avoid NULL pointer access during management transmit cleanup Currently 'ar' reference is not added in skbcb. Though this is generally not used during transmit completion callbacks, on interface removal the remaining...

5.5CVSS6.8AI score0.00128EPSS
SaveExploits0References5
Rows per page
Query Builder