Lucene search
+L

6334 matches found

RedhatCVE
RedhatCVE
added 2024/08/21 7:9 p.m.14 views

CVE-2022-48869

In the Linux kernel, the following vulnerability has been resolved: USB: gadgetfs: Fix race between mounting and unmounting The syzbot fuzzer and Gerald Lee have identified a use-after-free bug in the gadgetfs driver, involving processes concurrently mounting and unmounting the gadgetfs filesyste...

4.7CVSS5.5AI score0.00232EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/21 6:41 p.m.16 views

CVE-2023-52903

A denial of service vulnerability was found in the Linux kernel. A lock in IOPOLL|SQPOLL will cause a crash...

5.3CVSS5.4AI score0.00179EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/21 6:40 p.m.26 views

CVE-2022-48894

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3: Don't unregister on shutdown Similar to SMMUv2, this driver calls iommudeviceunregister from the shutdown path, which removes the IOMMU groups with no coordination whatsoever with their users - shutdown methods...

5.5CVSS6.9AI score0.00205EPSS
SaveExploits0References4
NVD
NVD
added 2024/08/21 7:15 a.m.21 views

CVE-2023-52900

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix general protection fault in nilfsbtreeinsert If nilfs2 reads a corrupted disk image and tries to reads a b-tree node block by calling nilfsbtreegetblock against an invalid virtual block address, it returns -ENOENT...

5.5CVSS0.00241EPSS
SaveExploits0References7
NVD
NVD
added 2024/08/21 7:15 a.m.25 views

CVE-2023-52908

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential NULL dereference Fix potential NULL dereference, in the case when "man", the resource manager might be NULL, when/if we print debug information...

5.5CVSS0.00205EPSS
SaveExploits0References2
NVD
NVD
added 2024/08/21 7:15 a.m.36 views

CVE-2022-48897

In the Linux kernel, the following vulnerability has been resolved: arm64/mm: fix incorrect filemapcount for invalid pmd The page table check trigger BUGON unexpectedly when split hugepage: ------------ cut here ------------ kernel BUG at mm/pagetablecheck.c:119! Internal error: Oops - BUG:...

5.5CVSS0.00205EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.20 views

CVE-2022-48881

In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: Fix refcount leak in amdpmcprobe pcigetdomainbusandslot takes reference, the caller should release the reference by calling pcidevput after use. Call pcidevput in the error path to fix this...

7.1CVSS6.2AI score0.00226EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.20 views

CVE-2022-48877

In the Linux kernel, the following vulnerability has been resolved: f2fs: let's avoid panic if extenttree is not created This patch avoids the below panic. pc : lookupextenttree+0xd8/0x760 lr : f2fsdowritedatapage+0x104/0x87c sp : ffffffc010cbb3c0 x29: ffffffc010cbb3e0 x28: 0000000000000000 x27:...

5.5CVSS5.9AI score0.0024EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.17 views

CVE-2022-48886

In the Linux kernel, the following vulnerability has been resolved: ice: Add check for kzalloc Add the check for the return value of kzalloc in order to avoid NULL pointer dereference. Moreover, use the goto-label to share the clean code...

5.5CVSS5.9AI score0.00205EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.14 views

CVE-2023-52914

In the Linux kernel, the following vulnerability has been resolved: iouring/poll: add hash if ready poll request can't complete inline If we don't, then we may lose access to it completely, leading to a request leak. This will eventually stall the ring exit process as well...

5.5CVSS5.9AI score0.00205EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.16 views

CVE-2022-48899

In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Fix GEM handle creation UAF Userspace can guess the handle value and try to race GEM object creation with handle close, resulting in a use-after-free if we dereference the object after dropping the handle's reference...

4.7CVSS5.8AI score0.00233EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.23 views

CVE-2022-48883

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent A user is able to configure an arbitrary number of rx queues when creating an interface via netlink. This doesn't work for child PKEY interfaces because the...

7.8CVSS6.3AI score0.0023EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.12 views

CVE-2022-48888

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Fix memory leak in msmmdssparsedatabusiccpath oficcget alloc resources for path1, we should release it when not need anymore. Early return when ISERRORNULLpath0 may leak path1. Defer getting path1 to fix this...

5.5CVSS5.9AI score0.00207EPSS
SaveExploits0References4
CVE
CVE
added 2024/08/21 6:10 a.m.69 views

CVE-2023-52914

The CVE-2023-52914 entry concerns a Linux kernel issue in the io_uring/poll path. The vulnerability arises when a ready poll request cannot complete inline, so a hash is not added, which can lead to loss of access to the poll request and a subsequent request leak, potentially stalling the ring ex...

5.5CVSS6.5AI score0.00205EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.45 views

CVE-2023-52914 io_uring/poll: add hash if ready poll request can't complete inline

In the Linux kernel, the following vulnerability has been resolved: iouring/poll: add hash if ready poll request can't complete inline If we don't, then we may lose access to it completely, leading to a request leak. This will eventually stall the ring exit process as well...

0.00205EPSS
SaveExploits0References2
CVE
CVE
added 2024/08/21 6:10 a.m.141 views

CVE-2023-52913

CVE-2023-52913 affects the Linux kernel’s drm/i915 component, where gem_context_register() exposes a GEM context to userspace and later code path allows a separate thread to trigger I915_GEM_CONTEXT_DESTROY. The root cause is using the ctx pointer after context destruction and not making the ctx ...

5.5CVSS6.5AI score0.00239EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/08/21 6:10 a.m.93 views

CVE-2023-52912

CVE-2023-52912 relates to the Linux kernel’s DRM amdgpu subsystem. The issue arises during unloading of amdgpu where a bug in drm_buddy_free_block can trigger a kernel BUG and invalid opcode, as shown in the stack trace and kernel log snippet. The impact is a potentially local disruption of a sys...

5.5CVSS6.5AI score0.00205EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.51 views

CVE-2023-52912 drm/amdgpu: Fixed bug on error when unloading amdgpu

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fixed bug on error when unloading amdgpu Fixed bug on error when unloading amdgpu. The error message is as follows: 377.706202 kernel BUG at drivers/gpu/drm/drmbuddy.c:278! 377.706215 invalid opcode: 0000 1 PREEMPT SM...

0.00205EPSS
SaveExploits0References2
CVE
CVE
added 2024/08/21 6:10 a.m.73 views

CVE-2023-52911

CVE-2023-52911 is a Linux kernel issue in the DRM/MSM driver related to a NULL pointer dereference when the Adreno GPU runs in headless mode (e.g., on i.MX platforms). The crash occurs during reboot in the msm_atomic_commit_tail path, with an oops/NULL dereference involving slab kmalloc and relat...

5.5CVSS6.4AI score0.00208EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/21 6:10 a.m.19 views

CVE-2023-52911 drm/msm: another fix for the headless Adreno GPU

In the Linux kernel, the following vulnerability has been resolved: drm/msm: another fix for the headless Adreno GPU Fix another oops reproducible when rebooting the board with the Adreno GPU working in the headless mode e.g. iMX platforms. Unable to handle kernel NULL pointer dereference at...

6.8AI score0.00208EPSS
SaveExploits0References2
Rows per page
Query Builder