Lucene search
K

414 matches found

OSV
OSV
added 2024/07/02 12:0 a.m.48 views

ALSA-2024:4211 Important: kernel security and bug fix update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: Bluetooth BR/EDR PIN Pairing procedure is vulnerable to an impersonation attack CVE-2020-26555 kernel:TCP-spoofed ghost ACKs and leak leak initial sequence number...

9.1CVSS7.8AI score0.01401EPSS
Exploits1References124
AlmaLinux
AlmaLinux
added 2024/07/02 12:0 a.m.76 views

Important: kernel security and bug fix update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: Bluetooth BR/EDR PIN Pairing procedure is vulnerable to an impersonation attack CVE-2020-26555 kernel:TCP-spoofed ghost ACKs and leak leak initial sequence number...

9.1CVSS7.4AI score0.01401EPSS
Exploits1References124
OSV
OSV
added 2024/06/25 3:15 p.m.2 views

UBUNTU-CVE-2022-48772

In the Linux kernel, the following vulnerability has been resolved: media: lgdt3306a: Add a check against null-pointer-def The driver should check whether the client provides the platformdata. The following log reveals it: 29.610324 BUG: KASAN: null-ptr-deref in kmemdup+0x30/0x40 29.610730 Read o...

5.5CVSS6AI score0.00244EPSS
Exploits0References32
RedhatCVE
RedhatCVE
added 2024/06/21 7:53 p.m.18 views

CVE-2024-38625

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Check 'folio' pointer for NULL It can be NULL if bmap is called. Mitigation Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprisi...

4.4CVSS9AI score0.00219EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 3:55 p.m.16 views

CVE-2024-38571

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/tsens: Fix null pointer dereference computeinterceptslope is called from calibrate8960 in tsens-8960.c as computeinterceptslopepriv, p1, NULL, ONEPTCALIB which lead to null pointer dereference if DEBUG or...

4.4CVSS7AI score0.00228EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 11:25 a.m.16 views

CVE-2021-47578

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Don't call kcalloc if size arg is zero If the size arg to kcalloc is zero, it returns ZEROSIZEPTR. Because of that, for a following NULL pointer check to work on the returned pointer, kcalloc must not be called...

4.4CVSS7.1AI score0.00238EPSS
Exploits0References4
OSV
OSV
added 2024/06/19 2:15 p.m.1 views

UBUNTU-CVE-2024-38609

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: check for null before dereferencing The wcid can be NULL. It should be checked for validity before dereferencing it to avoid crash...

5.5CVSS5.7AI score0.0018EPSS
Exploits0References5
OSV
OSV
added 2024/06/19 2:15 p.m.1 views

UBUNTU-CVE-2024-38571

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/tsens: Fix null pointer dereference computeinterceptslope is called from calibrate8960 in tsens-8960.c as computeinterceptslopepriv, p1, NULL, ONEPTCALIB which lead to null pointer dereference if DEBUG or...

5.5CVSS6.1AI score0.00228EPSS
Exploits0References20
CVE
CVE
added 2024/06/19 1:35 p.m.84 views

CVE-2024-38571

CVE-2024-38571 affects the Linux kernel tsens (thermal/drivers/tsens). Root cause: compute_intercept_slope(priv, p1, NULL, ONE_PT_CALIB) is invoked from calibrate_8960() (tsens-8960.c), which can dereference a NULL pointer if DEBUG or DYNAMIC_DEBUG is set. The bug is fixed by adding a NULL pointe...

5.5CVSS7.1AI score0.00228EPSS
Exploits0References6Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/21 2:1 a.m.2 views

SUSE CVE-2023-52696

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv: Add a null pointer check in opalpowercapinit kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

5.5CVSS6.5AI score0.00851EPSS
Exploits0References19
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.2 views

SUSE CVE-2024-35940

In the Linux kernel, the following vulnerability has been resolved: pstore/zone: Add a null pointer check to the pszkmsgread kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

3.3CVSS6.5AI score0.0021EPSS
Exploits0References16
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.1 views

SUSE CVE-2024-35943

In the Linux kernel, the following vulnerability has been resolved: pmdomain: ti: Add a null pointer check to the omapprmdomaininit devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

5.5CVSS6.3AI score0.00223EPSS
Exploits0References13
RedhatCVE
RedhatCVE
added 2024/05/20 4:23 p.m.15 views

CVE-2024-35943

In the Linux kernel, the following vulnerability has been resolved: pmdomain: ti: Add a null pointer check to the omapprmdomaininit devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

5.5CVSS6.5AI score0.00223EPSS
Exploits0References4
OSV
OSV
added 2024/05/19 11:15 a.m.1 views

DEBIAN-CVE-2024-35943

In the Linux kernel, the following vulnerability has been resolved: pmdomain: ti: Add a null pointer check to the omapprmdomaininit devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

5.5CVSS5.6AI score0.00223EPSS
Exploits0References1
NVD
NVD
added 2024/05/19 11:15 a.m.17 views

CVE-2024-35940

In the Linux kernel, the following vulnerability has been resolved: pstore/zone: Add a null pointer check to the pszkmsgread kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

5.5CVSS6.5AI score0.0021EPSS
Exploits0References8
NVD
NVD
added 2024/05/19 11:15 a.m.16 views

CVE-2024-35943

In the Linux kernel, the following vulnerability has been resolved: pmdomain: ti: Add a null pointer check to the omapprmdomaininit devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

5.5CVSS6.5AI score0.00223EPSS
Exploits0References8
UbuntuCve
UbuntuCve
added 2024/05/19 11:15 a.m.13 views

CVE-2024-35940

In the Linux kernel, the following vulnerability has been resolved: pstore/zone: Add a null pointer check to the pszkmsgread kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

5.5CVSS6.4AI score0.0021EPSS
Exploits0References20
UbuntuCve
UbuntuCve
added 2024/05/19 11:15 a.m.17 views

CVE-2024-35943

In the Linux kernel, the following vulnerability has been resolved: pmdomain: ti: Add a null pointer check to the omapprmdomaininit devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

5.5CVSS6.4AI score0.00223EPSS
Exploits0References19
Cvelist
Cvelist
added 2024/05/19 10:10 a.m.17 views

CVE-2024-35943 pmdomain: ti: Add a null pointer check to the omap_prm_domain_init

In the Linux kernel, the following vulnerability has been resolved: pmdomain: ti: Add a null pointer check to the omapprmdomaininit devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

6.4AI score0.00223EPSS
Exploits0References6
CVE
CVE
added 2024/05/19 10:10 a.m.136 views

CVE-2024-35943

The CVE-2024-35943 entry pertains to the Linux kernel, specifically a vulnerability in TI-related pmdomain handling where omap_prm_domain_init lacked a null-pointer check after a dynamic allocation. The issue arises because devm_kasprintf() can return NULL on allocation failure, and without verif...

5.5CVSS6.7AI score0.00223EPSS
Exploits0References8Affected Software1
Rows per page
Query Builder