Lucene search
+L

5014 matches found

Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.26 views

CVE-2024-36489 tls: fix missing memory barrier in tls_init

In the Linux kernel, the following vulnerability has been resolved: tls: fix missing memory barrier in tlsinit In tlsinit, a write memory barrier is missing, and store-store reordering may cause NULL dereference in tlssetsockopt,getsockopt. CPU0 CPU1 ----- ----- // In tlsinit // In tlsctxcreate c...

6.7AI score0.00255EPSS
SaveExploits0References6
CVE
CVE
added 2024/06/21 10:18 a.m.163 views

CVE-2024-36489

CVE-2024-36489: Linux kernel TLS NULL pointer dereference risk due to a missing memory barrier in tls_init() (NULL ctx->sk_proto observed in tls_setsockopt/getsockopt). The fix relies on rcu_assign_pointer() (which implies a release barrier) and moves the assignment of ctx->sk_proto until a...

5.5CVSS7.5AI score0.00255EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2024/06/21 10:18 a.m.21 views

CVE-2024-36489 tls: fix missing memory barrier in tls_init

In the Linux kernel, the following vulnerability has been resolved: tls: fix missing memory barrier in tlsinit In tlsinit, a write memory barrier is missing, and store-store reordering may cause NULL dereference in tlssetsockopt,getsockopt. CPU0 CPU1 ----- ----- // In tlsinit // In tlsctxcreate c...

6.1AI score
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/06/21 3:52 a.m.7 views

SUSE CVE-2021-47601

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix an ISERR vs NULL bug The getfreepages function does not return error pointers it returns NULL so fix this condition to avoid a NULL dereference...

5.5CVSS6.5AI score0.00239EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/06/21 3:06 a.m.5 views

SUSE CVE-2024-38543

In the Linux kernel, the following vulnerability has been resolved: lib/testhmm.c: handle srcpfns and dstpfns allocation failure The kcalloc in dmirrordeviceevictchunk will return null if the physical memory has run out. As a result, if srcpfns or dstpfns is dereferenced, the null pointer...

4.4CVSS6.4AI score0.00241EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/06/21 3:06 a.m.7 views

SUSE CVE-2024-38550

In the Linux kernel, the following vulnerability has been resolved: ASoC: kirkwood: Fix potential NULL dereference In kirkwooddmahwparams mvmbusdraminfo returns NULL if CONFIGPLATORION macro is not defined. Fix this bug by adding NULL check. Found by Linux Verification Center linuxtesting.org wit...

4.4CVSS6.2AI score0.00234EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/06/20 5:58 p.m.29 views

CVE-2024-38550

In the Linux kernel, the following vulnerability has been resolved: ASoC: kirkwood: Fix potential NULL dereference In kirkwooddmahwparams mvmbusdraminfo returns NULL if CONFIGPLATORION macro is not defined. Fix this bug by adding NULL check. Found by Linux Verification Center linuxtesting.org wit...

4.4CVSS7AI score0.00234EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 1:54 p.m.23 views

CVE-2022-48735

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Fix UAF of leds class devs at unbinding The LED class devices that are created by HD-audio codec drivers are registered via devmledclassdevregister and associated with the HD-audio codec device. Unfortunately, it turne...

4.4CVSS7.1AI score0.00234EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/20 12:15 p.m.3 views

UBUNTU-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...

5.5CVSS6.1AI score0.0021EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/06/20 10:54 a.m.19 views

CVE-2021-47601

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix an ISERR vs NULL bug The getfreepages function does not return error pointers it returns NULL so fix this condition to avoid a NULL dereference...

4.4CVSS7.2AI score0.00239EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/06/20 12:00 a.m.36 views

CVE-2022-48735

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Fix UAF of leds class devs at unbinding The LED class devices that are created by HD-audio codec drivers are registered via devmledclassdevregister and associated with the HD-audio codec device. Unfortunately, it turne...

7.8CVSS6.2AI score0.00234EPSS
SaveExploits0References6
OSV
OSV
added 2024/06/19 3:15 p.m.6 views

DEBIAN-CVE-2021-47601

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix an ISERR vs NULL bug The getfreepages function does not return error pointers it returns NULL so fix this condition to avoid a NULL dereference...

5.5CVSS5.1AI score0.00239EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/19 3:15 p.m.11 views

UBUNTU-CVE-2021-47601

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix an ISERR vs NULL bug The getfreepages function does not return error pointers it returns NULL so fix this condition to avoid a NULL dereference...

5.5CVSS5.8AI score0.00239EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/06/19 3:15 p.m.20 views

CVE-2021-47601

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix an ISERR vs NULL bug The getfreepages function does not return error pointers it returns NULL so fix this condition to avoid a NULL dereference...

5.5CVSS5.9AI score0.00239EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/06/19 2:54 p.m.19 views

CVE-2021-47601 tee: amdtee: fix an IS_ERR() vs NULL bug

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix an ISERR vs NULL bug The getfreepages function does not return error pointers it returns NULL so fix this condition to avoid a NULL dereference...

7.1AI score0.00239EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/06/19 2:54 p.m.31 views

CVE-2021-47601 tee: amdtee: fix an IS_ERR() vs NULL bug

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix an ISERR vs NULL bug The getfreepages function does not return error pointers it returns NULL so fix this condition to avoid a NULL dereference...

0.00239EPSS
SaveExploits0References3
OSV
OSV
added 2024/06/19 2:15 p.m.3 views

DEBIAN-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...

5.5CVSS5.8AI score0.00225EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/19 2:15 p.m.1 views

DEBIAN-CVE-2024-38550

In the Linux kernel, the following vulnerability has been resolved: ASoC: kirkwood: Fix potential NULL dereference In kirkwooddmahwparams mvmbusdraminfo returns NULL if CONFIGPLATORION macro is not defined. Fix this bug by adding NULL check. Found by Linux Verification Center linuxtesting.org wit...

4.4CVSS5AI score0.00234EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/19 2:15 p.m.17 views

CVE-2024-38550

In the Linux kernel, the following vulnerability has been resolved: ASoC: kirkwood: Fix potential NULL dereference In kirkwooddmahwparams mvmbusdraminfo returns NULL if CONFIGPLATORION macro is not defined. Fix this bug by adding NULL check. Found by Linux Verification Center linuxtesting.org wit...

4.4CVSS0.00234EPSS
SaveExploits0References6
OSV
OSV
added 2024/06/19 2:15 p.m.23 views

UBUNTU-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...

5.5CVSS6.8AI score0.00225EPSS
SaveExploits0References13
Rows per page
Query Builder