Lucene search
+L

3086 matches found

OSV
OSV
added 2024/04/03 5:00 p.m.13 views

CVE-2024-26730 hwmon: (nct6775) Fix access to temperature configuration registers

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775 Fix access to temperature configuration registers The number of temperature configuration registers does not always match the total number of temperature registers. This can result in access errors reported if KASA...

7.3CVSS5.4AI score
SaveExploits0References7
NVD
NVD
added 2024/04/03 3:15 p.m.13 views

CVE-2024-26710

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Limit KASAN thread size increase to 32KB KASAN is seen to increase stack usage, to the point that it was reported to lead to stack overflow on some 32-bit machines see link. To avoid overflows the stack size was...

5.5CVSS7.7AI score0.00245EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/03 3:15 p.m.3 views

DEBIAN-CVE-2024-26710

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Limit KASAN thread size increase to 32KB KASAN is seen to increase stack usage, to the point that it was reported to lead to stack overflow on some 32-bit machines see link. To avoid overflows the stack size was...

5.5CVSS5.5AI score0.00245EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/03 3:15 p.m.21 views

CVE-2024-26712

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix addr error caused by page alignment In kasaninitregion, when kstart is not page aligned, at the begin of for loop, kcur = kstart & PAGEMASK is less than kstart, and then va = block + kcur - kstart is less than...

7.8CVSS7.4AI score0.00231EPSS
SaveExploits0References7
OSV
OSV
added 2024/04/03 3:15 p.m.2 views

DEBIAN-CVE-2024-26712

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix addr error caused by page alignment In kasaninitregion, when kstart is not page aligned, at the begin of for loop, kcur = kstart & PAGEMASK is less than kstart, and then va = block + kcur - kstart is less than...

7.8CVSS5.3AI score0.00231EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/03 3:15 p.m.21 views

CVE-2024-26710

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Limit KASAN thread size increase to 32KB KASAN is seen to increase stack usage, to the point that it was reported to lead to stack overflow on some 32-bit machines see link. To avoid overflows the stack size was...

5.5CVSS6.3AI score0.00245EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/04/03 3:15 p.m.27 views

CVE-2024-26712

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix addr error caused by page alignment In kasaninitregion, when kstart is not page aligned, at the begin of for loop, kcur = kstart & PAGEMASK is less than kstart, and then va = block + kcur - kstart is less than...

7.8CVSS5.8AI score0.00231EPSS
SaveExploits0References20
OSV
OSV
added 2024/04/03 3:15 p.m.16 views

UBUNTU-CVE-2024-26712

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix addr error caused by page alignment In kasaninitregion, when kstart is not page aligned, at the begin of for loop, kcur = kstart & PAGEMASK is less than kstart, and then va = block + kcur - kstart is less than...

7.8CVSS6AI score0.00231EPSS
SaveExploits0References21
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.41 views

CVE-2024-26712 powerpc/kasan: Fix addr error caused by page alignment

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix addr error caused by page alignment In kasaninitregion, when kstart is not page aligned, at the begin of for loop, kcur = kstart & PAGEMASK is less than kstart, and then va = block + kcur - kstart is less than...

7.8CVSS7.5AI score0.00231EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/04/03 2:55 p.m.76 views

CVE-2024-26712

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix addr error caused by page alignment In kasaninitregion, when kstart is not page aligned, at the begin of for loop, kcur = kstart & PAGEMASK is less than kstart, and then va = block + kcur - kstart is less than...

7.8CVSS6.8AI score0.00231EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/03 2:55 p.m.17 views

CVE-2024-26712 powerpc/kasan: Fix addr error caused by page alignment

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix addr error caused by page alignment In kasaninitregion, when kstart is not page aligned, at the begin of for loop, kcur = kstart & PAGEMASK is less than kstart, and then va = block + kcur - kstart is less than...

7.8CVSS6.6AI score0.00231EPSS
SaveExploits0References6
CVE
CVE
added 2024/04/03 2:55 p.m.191 views

CVE-2024-26712

In CVE-2024-26712, the Linux kernel powerpc/kasan path Fixes an addr error in kasan_init_region when k_start is not page-aligned. The issue occurred because k_cur = k_start & PAGE_MASK could be less than k_start, causing va = block + k_cur - k_start to be before the allocated memblock, making the...

7.8CVSS5.6AI score0.00231EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.20 views

CVE-2024-26710 powerpc/kasan: Limit KASAN thread size increase to 32KB

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Limit KASAN thread size increase to 32KB KASAN is seen to increase stack usage, to the point that it was reported to lead to stack overflow on some 32-bit machines see link. To avoid overflows the stack size was...

7.9AI score0.00245EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/04/03 2:55 p.m.24 views

CVE-2024-26710 powerpc/kasan: Limit KASAN thread size increase to 32KB

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Limit KASAN thread size increase to 32KB KASAN is seen to increase stack usage, to the point that it was reported to lead to stack overflow on some 32-bit machines see link. To avoid overflows the stack size was...

7.1AI score0.00245EPSS
SaveExploits0References4
CVE
CVE
added 2024/04/03 2:55 p.m.142 views

CVE-2024-26710

CVE-2024-26710 affects the Linux kernel on PowerPC with KASAN. The issue was that KASAN’s thread stack size increase was doubled, which could push a 32KB stack to 64KB and trigger build errors (arch/powerpc/kernel/switch.S). The resolved approach limits the stack size increase to cases where the ...

5.5CVSS6.9AI score0.00245EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/04/03 2:55 p.m.33 views

CVE-2024-26710

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Limit KASAN thread size increase to 32KB KASAN is seen to increase stack usage, to the point that it was reported to lead to stack overflow on some 32-bit machines see link. To avoid overflows the stack size was...

5.5CVSS6.5AI score0.00245EPSS
SaveExploits0
OSV
OSV
added 2024/04/03 2:55 p.m.8 views

CVE-2024-26710 powerpc/kasan: Limit KASAN thread size increase to 32KB

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Limit KASAN thread size increase to 32KB KASAN is seen to increase stack usage, to the point that it was reported to lead to stack overflow on some 32-bit machines see link. To avoid overflows the stack size was...

5.6AI score
SaveExploits0References8
OSV
OSV
added 2024/04/03 2:54 p.m.6 views

CVE-2024-26695 crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix null pointer dereference in sevplatformshutdownlocked The SEV platform device can be shutdown with a null pspmaster, e.g., using DEBUGTESTDRIVERREMOVE. Found using KASAN: 137.148210 ccp 0000:23:00.1: enabling...

6AI score
SaveExploits0References10
Cvelist
Cvelist
added 2024/04/03 2:54 p.m.44 views

CVE-2024-26695 crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix null pointer dereference in sevplatformshutdownlocked The SEV platform device can be shutdown with a null pspmaster, e.g., using DEBUGTESTDRIVERREMOVE. Found using KASAN: 137.148210 ccp 0000:23:00.1: enabling...

7.7AI score0.00242EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/04/03 2:54 p.m.16 views

CVE-2024-26695 crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix null pointer dereference in sevplatformshutdownlocked The SEV platform device can be shutdown with a null pspmaster, e.g., using DEBUGTESTDRIVERREMOVE. Found using KASAN: 137.148210 ccp 0000:23:00.1: enabling...

6.9AI score0.00242EPSS
SaveExploits0References6
Rows per page
Query Builder