Lucene search
+L

8215 matches found

OSV
OSV
added 2024/11/11 2:15 p.m.7 views

DEBIAN-CVE-2024-50263

In the Linux kernel, the following vulnerability has been resolved: fork: only invoke khugepaged, ksm hooks if no error There is no reason to invoke these hooks early against an mm that is in an incomplete state. The change in commit d24062914837 "fork: use mtdup to duplicate maple tree in dupmma...

5.5CVSS5.9AI score0.00214EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/11/10 3:49 a.m.11 views

SUSE CVE-2024-50241

In the Linux kernel, the following vulnerability has been resolved: NFSD: Initialize struct nfsd4copy earlier Ensure the refcount and asynccopies fields are initialized early. cleanupasynccopy will reference these fields if an error occurs in nfsd4copy. If they are not correctly initialized, at t...

5.5CVSS7.4AI score0.00474EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/09 11:15 a.m.5 views

DEBIAN-CVE-2024-50220

In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an inconsistent state before the fork operation is complete...

4.7CVSS5.6AI score0.00169EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/09 11:15 a.m.20 views

UBUNTU-CVE-2024-50241

In the Linux kernel, the following vulnerability has been resolved: NFSD: Initialize struct nfsd4copy earlier Ensure the refcount and asynccopies fields are initialized early. cleanupasynccopy will reference these fields if an error occurs in nfsd4copy. If they are not correctly initialized, at t...

7.5CVSS6.5AI score0.00474EPSS
SaveExploits0References5
CVE
CVE
added 2024/11/09 10:14 a.m.142 views

CVE-2024-50223

CVE-2024-50223: In Linux kernel sched/numa, a potential null pointer dereference in task_numa_work() could occur when a stress scenario unmapped a child address space, causing vma_next() to return NULL. The backtrace shows dereferencing a NULL vma in vma_migratable, leading to a crash. Root cause...

5.5CVSS5AI score0.00237EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.35 views

CVE-2024-50223 sched/numa: Fix the potential null pointer dereference in task_numa_work()

In the Linux kernel, the following vulnerability has been resolved: sched/numa: Fix the potential null pointer dereference in tasknumawork When running stress-ng-vm-segv test, we found a null pointer dereference error in tasknumawork. Here is the backtrace: 323676.066985 Unable to handle kernel...

0.00237EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/11/09 10:14 a.m.18 views

CVE-2024-50220

In the Linux kernel, the following vulnerability has been resolved: fork: do not invoke uffd on fork if error occurs Patch series "fork: do not expose incomplete mm on fork". During fork we may place the virtual memory address space into an inconsistent state before the fork operation is complete...

4.7CVSS5.6AI score0.00169EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:00 a.m.7 views

bpf: Zero former ARG_PTR_TO_{LONGINT} args in case of error

...

5.5CVSS6.8AI score0.00236EPSS
SaveExploits0
NVD
NVD
added 2024/11/08 6:15 a.m.31 views

CVE-2024-50211

In the Linux kernel, the following vulnerability has been resolved: udf: refactor inodebmap to handle error Refactor inodebmap to handle error since udfnextaext can return error now. On situations like ftruncate, udfextendfile can now detect errors and bail out early without resorting to checking...

7.8CVSS0.00214EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/08 6:15 a.m.9 views

AZL-53283 CVE-2024-50211 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: udf: refactor inodebmap to handle error Refactor inodebmap to handle error since udfnextaext can return error now. On situations like ftruncate, udfextendfile can now detect errors and bail out early without resorting to checking...

3.3CVSS6.8AI score0.00214EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/08 6:15 a.m.5 views

DEBIAN-CVE-2024-50211

In the Linux kernel, the following vulnerability has been resolved: udf: refactor inodebmap to handle error Refactor inodebmap to handle error since udfnextaext can return error now. On situations like ftruncate, udfextendfile can now detect errors and bail out early without resorting to checking...

3.3CVSS5.7AI score0.00214EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/08 6:15 a.m.19 views

CVE-2024-50176

In the Linux kernel, the following vulnerability has been resolved: remoteproc: k3-r5: Fix error handling when power-up failed By simply bailing out, the driver was violating its rule and internal assumptions that either both or no rproc should be initialized. E.g., this could cause the first cor...

5.5CVSS0.00222EPSS
SaveExploits0References6
OSV
OSV
added 2024/11/08 6:15 a.m.18 views

UBUNTU-CVE-2024-50211

In the Linux kernel, the following vulnerability has been resolved: udf: refactor inodebmap to handle error Refactor inodebmap to handle error since udfnextaext can return error now. On situations like ftruncate, udfextendfile can now detect errors and bail out early without resorting to checking...

7.8CVSS6.6AI score0.00214EPSS
SaveExploits0References18
OSV
OSV
added 2024/11/08 6:15 a.m.8 views

UBUNTU-CVE-2024-50186

In the Linux kernel, the following vulnerability has been resolved: net: explicitly clear the sk pointer, when pf-create fails We have recently noticed the exact same KASAN splat as in commit 6cd4a78d962b "net: do not leave a dangling sk pointer, when socket creation fails". The problem is that...

7.8CVSS6.6AI score0.00233EPSS
SaveExploits0References29
CVE
CVE
added 2024/11/08 6:10 a.m.161 views

CVE-2024-50211

CVE-2024-50211 is a Linux kernel issue where the udf inode_bmap() function was refactored to handle errors from udf_next_aext() and other error paths. The change allows udf_extend_file() and related code paths to detect errors earlier (e.g., during operations like ftruncate) instead of relying on...

7.8CVSS3.6AI score0.00214EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/11/08 6:10 a.m.2 views

CVE-2024-50211 udf: refactor inode_bmap() to handle error

In the Linux kernel, the following vulnerability has been resolved: udf: refactor inodebmap to handle error Refactor inodebmap to handle error since udfnextaext can return error now. On situations like ftruncate, udfextendfile can now detect errors and bail out early without resorting to checking...

7.7AI score0.00214EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/11/08 6:10 a.m.28 views

CVE-2024-50211

In the Linux kernel, the following vulnerability has been resolved: udf: refactor inodebmap to handle error Refactor inodebmap to handle error since udfnextaext can return error now. On situations like ftruncate, udfextendfile can now detect errors and bail out early without resorting to checking...

7.8CVSS5.7AI score0.00214EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/11/08 6:10 a.m.36 views

CVE-2024-50211 udf: refactor inode_bmap() to handle error

In the Linux kernel, the following vulnerability has been resolved: udf: refactor inodebmap to handle error Refactor inodebmap to handle error since udfnextaext can return error now. On situations like ftruncate, udfextendfile can now detect errors and bail out early without resorting to checking...

7.8CVSS0.00214EPSS
SaveExploits0References3
OSV
OSV
added 2024/11/08 6:10 a.m.21 views

CVE-2024-50211 udf: refactor inode_bmap() to handle error

In the Linux kernel, the following vulnerability has been resolved: udf: refactor inodebmap to handle error Refactor inodebmap to handle error since udfnextaext can return error now. On situations like ftruncate, udfextendfile can now detect errors and bail out early without resorting to checking...

7.8CVSS6.2AI score
SaveExploits0References6
OSV
OSV
added 2024/11/08 5:23 a.m.18 views

CVE-2024-50176 remoteproc: k3-r5: Fix error handling when power-up failed

In the Linux kernel, the following vulnerability has been resolved: remoteproc: k3-r5: Fix error handling when power-up failed By simply bailing out, the driver was violating its rule and internal assumptions that either both or no rproc should be initialized. E.g., this could cause the first cor...

5.5CVSS6AI score
SaveExploits0References9
Rows per page
Query Builder