Lucene search
+L

6348 matches found

RedhatCVE
RedhatCVE
added 2024/07/16 7:55 p.m.22 views

CVE-2022-48855

A kernel information leak was found in SCTP sockets in the Linux Kernel, where uninitialized memory could be exposed to userspace. This issue occurs in the inetsctpdiagfill function, which fails to initialize certain fields before sending data. Mitigation Mitigation for this issue is either not...

6.1CVSS6.6AI score0.00231EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 7:27 p.m.33 views

CVE-2024-41007

A vulnerability was found in the tcpretransmittimer function in the Linux kernel's TCP implementation. This issue occurs when a TCP socket uses TCPUSERTIMEOUT and the peer's window retracts to zero, leading to excessive retransmission of packets every two milliseconds for up to four minutes after...

5.5CVSS6AI score0.00773EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 7:26 p.m.21 views

CVE-2024-41001

In the Linux kernel, the following vulnerability has been resolved: iouring/sqpoll: work around a potential audit memory leak kmemleak complains that there's a memory leak related to connect handling: unreferenced object 0xffff0001093bdf00 size 128: comm "iou-sqp-455", pid 457, jiffies 4294894164...

5.1CVSS7AI score0.00271EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 7:26 p.m.29 views

CVE-2024-40998

In the Linux kernel, the following vulnerability has been resolved: ext4: fix uninitialized ratelimitstate-lock access in ext4fillsuper In the following concurrency we will access the uninitialized rs-lock: ext4fillsuper ext4registersysfs // sysfs registered msgratelimitintervalms // Other...

5.5CVSS8.3AI score0.00271EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 6:56 p.m.22 views

CVE-2024-40993

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Fix suspicious rcudereferenceprotected When destroying all sets, we are either in pernet exit phase or are executing a "destroy all sets command" from userspace. The latter was taken into account in...

5.5CVSS6.8AI score0.00278EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 6:55 p.m.29 views

CVE-2024-40990

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Add check for srq maxsge attribute maxsge attribute is passed by the user, and is inserted and used unchecked, so verify that the value doesn't exceed maximum allowed value before using it. Mitigation Mitigation for th...

4.2CVSS8.2AI score0.0028EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 6:55 p.m.25 views

CVE-2024-40985

In the Linux kernel, the following vulnerability has been resolved: net/tcpao: Don't leak aoinfo on error-path It seems I introduced it together with TCPAOCMDFAOREQUIRED, on version 5 1 of TCP-AO patches. Quite frustrative that having all these selftests that I've written, running kmemtest & kcov...

3.3CVSS6.9AI score0.00235EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 4:56 p.m.27 views

CVE-2024-40953

In the Linux kernel, the following vulnerability has been resolved: KVM: Fix a data race on lastboostedvcpu in kvmvcpuonspin Use READ,WRITEONCE to access kvm-lastboostedvcpu to ensure the loads and stores are atomic. In the extremely unlikely scenario the compiler tears the stores, it's...

4.7CVSS8.2AI score0.00197EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 4:26 p.m.26 views

CVE-2024-40944

A vulnerability was found in the Linux kernel's x86/kexec component, where the function call to ccplatformhas could lead to a system crash when call depth tracking is active. This issue occurs because the GS segment is reset by loadsegments, setting GSBASE to 0, while call depth tracking relies o...

4.1CVSS8.2AI score0.00239EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 4:26 p.m.15 views

CVE-2024-40941

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't read past the mfuart notifcation In case the firmware sends a notification that claims it has more data than it has, we will read past that was allocated for the notification. Remove the print of the...

4.1CVSS6.9AI score0.004EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 4:25 p.m.18 views

CVE-2024-40938

A vulnerability was found in the Linux kernel's Landlock security module. This issue could trigger a WARNONONCE when trying to link a root mount point, as the VFS check was incorrectly done after securitypathlink. This issue was resolved by fixing the dparent walk in collectdomainaccesses...

5.5CVSS8.2AI score0.00251EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 3:57 p.m.32 views

CVE-2024-40936

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix memregion leaks in devmcxladdregion Move the mode verification to createregion before allocating the memregion to avoid the memregion leaks...

5.1CVSS6.9AI score0.00249EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 3:05 p.m.26 views

CVE-2024-40915

A flaw was found in the kernelmappages function in RISC-V in the Linux Kernel, which is incorrectly designed to sleep in atomic contexts. This function cleared the valid bit in page table entries for deallocated pages to detect illegal memory accesses, but it utilized setmemory, which acquires a...

4.1CVSS8.1AI score0.00211EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 2:37 p.m.23 views

CVE-2024-40906

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Always stop health timer during driver removal Currently, if teardownhca fails to execute during driver removal, mlx5 does not stop the health timer. Afterwards, mlx5 continue with driver teardown. This may lead to a UA...

7.3CVSS8.4AI score0.00305EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 2:22 p.m.23 views

CVE-2024-39505

In the Linux kernel, the following vulnerability has been resolved: drm/komeda: check for error-valued pointer komedapipelinegetstate may return an error-valued pointer, thus check the pointer for negative or null value before dereferencing. Mitigation Mitigation for this issue is either not...

4.4CVSS8.3AI score0.00283EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/16 1:15 p.m.28 views

CVE-2022-48861

In the Linux kernel, the following vulnerability has been resolved: vdpa: fix use-after-free on vpvdparemove When vpvdpa driver is unbind, vpvdpa is freed in vdpaunregisterdevice and then vpvdpa-mdev.pcidev is dereferenced in vpmodernremove, triggering use-after-free. Call Trace of unbinding driv...

5.5CVSS0.00201EPSS
SaveExploits0References3
NVD
NVD
added 2024/07/16 1:15 p.m.32 views

CVE-2022-48848

In the Linux kernel, the following vulnerability has been resolved: tracing/osnoise: Do not unregister events twice Nicolas reported that using: trace-cmd record -e all -M 10 -p osnoise --poll Resulted in the following kernel warning: ------------ cut here ------------ WARNING: CPU: 0 PID: 1217 a...

7.8CVSS0.00217EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/07/16 1:15 p.m.37 views

CVE-2022-48861

In the Linux kernel, the following vulnerability has been resolved: vdpa: fix use-after-free on vpvdparemove When vpvdpa driver is unbind, vpvdpa is freed in vdpaunregisterdevice and then vpvdpa-mdev.pcidev is dereferenced in vpmodernremove, triggering use-after-free. Call Trace of unbinding driv...

5.5CVSS5.9AI score0.00201EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/07/16 12:25 p.m.16 views

CVE-2022-48865 tipc: fix kernel panic when enabling bearer

In the Linux kernel, the following vulnerability has been resolved: tipc: fix kernel panic when enabling bearer When enabling a bearer on a node, a kernel panic is observed: 4.498085 RIP: 0010:tipcmonprep+0x4e/0x130 tipc ... 4.520030 Call Trace: 4.520689 4.521236 tipclinkbuildprotomsg+0x375/0x750...

6.6AI score0.00259EPSS
SaveExploits0References4
CVE
CVE
added 2024/07/16 12:25 p.m.89 views

CVE-2022-48861

CVE-2022-48861 is a Linux kernel use-after-free vulnerability in the vdpa/vp_vdpa path. When the vp_vdpa driver is unbound, vp_vdpa is freed in vdpa_unregister_device, after which vp_vdpa->mdev.pci_dev is dereferenced in vp_modern_remove, causing a use-after-free. The provided call traces show...

5.5CVSS7AI score0.00201EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder