Lucene search
+L

6339 matches found

Debian CVE
Debian CVE
added 2024/03/06 6:45 a.m.28 views

CVE-2023-52606

In the Linux kernel, the following vulnerability has been resolved: powerpc/lib: Validate size for vector operations Some of the fp/vmx code in sstep.c assume a certain maximum size for the instructions being emulated. The size of those operations however is determined separately in analyseinstr...

7.8CVSS7.1AI score0.00243EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/03/06 6:45 a.m.53 views

CVE-2023-52607 powerpc/mm: Fix null-pointer dereference in pgtable_cache_add

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm: Fix null-pointer dereference in pgtablecacheadd kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer validity...

7.6AI score0.00234EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/03/06 6:45 a.m.35 views

CVE-2023-52606 powerpc/lib: Validate size for vector operations

In the Linux kernel, the following vulnerability has been resolved: powerpc/lib: Validate size for vector operations Some of the fp/vmx code in sstep.c assume a certain maximum size for the instructions being emulated. The size of those operations however is determined separately in analyseinstr...

7.8CVSS7.5AI score0.00243EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/03/06 6:45 a.m.47 views

CVE-2023-52604 FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree

In the Linux kernel, the following vulnerability has been resolved: FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree Syzkaller reported the following issue: UBSAN: array-index-out-of-bounds in fs/jfs/jfsdmap.c:2867:6 index 196694 is out of range for type 's81365' aka 'signed char1365' CPU: 1...

7.8CVSS6.6AI score0.00249EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/03/06 6:45 a.m.24 views

CVE-2023-52604 FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree

In the Linux kernel, the following vulnerability has been resolved: FS:JFS:UBSAN:array-index-out-of-bounds in dbAdjTree Syzkaller reported the following issue: UBSAN: array-index-out-of-bounds in fs/jfs/jfsdmap.c:2867:6 index 196694 is out of range for type 's81365' aka 'signed char1365' CPU: 1...

7.8CVSS6.9AI score0.00249EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/03/06 6:45 a.m.27 views

CVE-2023-52601 jfs: fix array-index-out-of-bounds in dbAdjTree

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in dbAdjTree Currently there is a bound check missing in the dbAdjTree while accessing the dmtstree. To add the required check added the bool isctl which is required to determine the size as...

7.8CVSS6.7AI score0.00249EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/03/06 6:45 a.m.38 views

CVE-2023-52600 jfs: fix uaf in jfs_evict_inode

In the Linux kernel, the following vulnerability has been resolved: jfs: fix uaf in jfsevictinode When the execution of diMountipimap fails, the object ipimap that has been released may be accessed in diFreeSpecial. Asynchronous ipimap release occurs when rcucore calls jfsfreenode. Therefore, whe...

7.8CVSS7.8AI score0.00281EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/03/06 6:45 a.m.29 views

CVE-2023-52599 jfs: fix array-index-out-of-bounds in diNewExt

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diNewExt Syz report UBSAN: array-index-out-of-bounds in fs/jfs/jfsimap.c:2360:2 index -878706688 is out of range for type 'struct iagctl128' CPU: 1 PID: 5065 Comm: syz-executor282 Not tainted...

6.6AI score0.00249EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/03/06 6:45 a.m.66 views

CVE-2023-52597

In the Linux kernel, the following vulnerability has been resolved: KVM: s390: fix setting of fpc register kvmarchvcpuioctlsetfpu allows to set the floating point control fpc register of a guest cpu. The new value is tested for validity by temporarily loading it into the fpc register. This may le...

4CVSS6.2AI score0.00231EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/03/06 6:45 a.m.38 views

CVE-2023-52589 media: rkisp1: Fix IRQ disable race issue

In the Linux kernel, the following vulnerability has been resolved: media: rkisp1: Fix IRQ disable race issue In rkisp1ispstop and rkisp1csidisable the driver masks the interrupts and then apparently assumes that the interrupt handler won't be running, and proceeds in the stop procedure. This is...

7.6AI score0.00173EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/03/06 6:45 a.m.44 views

CVE-2023-52588

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to tag gcing flag on page during block migration It needs to add missing gcing flag on page during block migration, in order to garantee migrated data be persisted during checkpoint, otherwise out-of-order persistency...

7.3CVSS6.6AI score0.00254EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/03/06 6:45 a.m.40 views

CVE-2023-52586 drm/msm/dpu: Add mutex lock in control vblank irq

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent race conditions while registering/unregistering...

7.8CVSS9.3AI score0.00161EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/03/06 6:45 a.m.29 views

CVE-2023-52585

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix possible NULL dereference in amdgpurasqueryerrorstatushelper Return invalid error code -EINVAL for invalid block id. Fixes the below: drivers/gpu/drm/amd/amdgpu/amdgpuras.c:1183 amdgpurasqueryerrorstatushelper...

5.5CVSS7.1AI score0.00282EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/03/06 6:45 a.m.33 views

CVE-2023-52585 drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix possible NULL dereference in amdgpurasqueryerrorstatushelper Return invalid error code -EINVAL for invalid block id. Fixes the below: drivers/gpu/drm/amd/amdgpu/amdgpuras.c:1183 amdgpurasqueryerrorstatushelper...

8.2AI score0.00282EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/03/05 5:9 p.m.28 views

CVE-2021-47087

In the Linux kernel, the following vulnerability has been resolved: tee: optee: Fix incorrect page free bug Pointer to the allocated pages struct page page has already progressed towards the end of allocation. It is incorrect to perform freepagespage, order using this pointer as we would free any...

6CVSS6.8AI score0.00234EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/05 5:8 p.m.20 views

CVE-2021-47083

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mediatek: fix global-out-of-bounds issue When eint virtual eint number is greater than gpio number, it maybe produce 'desceintn' size globle-out-of-bounds issue...

6CVSS6.6AI score0.00227EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/04 8:8 p.m.46 views

CVE-2023-52532

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix TX CQE error handling For an unknown TX CQE error type probably from a newer hardware, still free the SKB, update the queue tail, etc., otherwise the accounting will be wrong. Also, TX errors can be triggered by...

6CVSS6.5AI score0.0023EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/04 7:50 p.m.24 views

CVE-2023-52503

In the Linux kernel, the following vulnerability has been resolved: tee: amdtee: fix use-after-free vulnerability in amdteeclosesession There is a potential race condition in amdteeclosesession that may cause use-after-free in amdteeopensession. For instance, if a session has refcount == 1, and o...

6CVSS7.7AI score0.00258EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/04 7:20 p.m.30 views

CVE-2023-52512

An out of bounds write was found in drivers/pinctrl/nuvoton/pinctrl-wpcm450.c in the Linux kernel. This may cause a crash...

6.7CVSS5.3AI score0.00222EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/04 7:20 p.m.32 views

CVE-2023-52505

In the Linux kernel, the following vulnerability has been resolved: phy: lynx-28g: serialize concurrent physetmodeext calls to shared registers The protocol converter configuration registers PCC8, PCCC, PCCD implemented by the driver, as well as others, control protocol converters from multiple...

6CVSS6.8AI score0.00168EPSS
SaveExploits0References4
Rows per page
Query Builder