Lucene search
+L

6312 matches found

RedhatCVE
RedhatCVE
added 2024/07/16 8:57 p.m.26 views

CVE-2022-48846

A memory leak vulnerability was found in the Linux kernel due to a failed memory release. This vulnerability may lead to reliability issues...

5.5CVSS5.7AI score0.00219EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 8:56 p.m.24 views

CVE-2022-48836

In the Linux kernel, the following vulnerability has been resolved: Input: aiptek - properly check endpoint type Syzbot reported warning in usbsubmiturb which is caused by wrong endpoint type. There was a check for the number of endpoints, but not for the type of endpoint. Fix it by replacing old...

5.5CVSS6.8AI score0.00242EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 8:56 p.m.21 views

CVE-2022-48833

In the Linux kernel, the following vulnerability has been resolved: btrfs: skip reserved bytes warning on unmount after log cleanup failure After the recent changes made by commit c2e39305299f01 "btrfs: clear extent buffer uptodate when we fail to write it" and its followup fix, commit...

5.5CVSS6.9AI score0.00237EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 8:24 p.m.19 views

CVE-2022-48849

A flaw was found in the Linux kernel. There is no need to check tiling flags when initing the frame buffer when the virtual display is enabled. This update removes potential and unnecessary availability issues...

3.3CVSS5.4AI score0.00216EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 7:56 p.m.18 views

CVE-2022-48858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix a race on command flush flow Fix a refcount use after free warning due to a race on command entry. Such race occurs when one of the commands releases its last refcount and frees its index and entry while another...

5.2CVSS7.1AI score0.00178EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 7:55 p.m.19 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.31 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.00227EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 7:26 p.m.19 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.27 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.27 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.0027EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 6:55 p.m.23 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.25 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.0019EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 4:26 p.m.24 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.14 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.00265EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 4:25 p.m.17 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.30 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:5 p.m.25 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.22 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.21 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
Rows per page
Query Builder