Lucene search
+L

6294 matches found

Cvelist
Cvelist
added 2024/03/06 6:45 a.m.32 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.8AI score0.00281EPSS
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...

6.7AI score0.00249EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/03/06 6:45 a.m.27 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.64 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.34 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.26 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.1CVSS6.6AI score0.00251EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/03/06 6:45 a.m.34 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...

9.3AI score0.0016EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/03/06 6:45 a.m.28 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
Debian CVE
Debian CVE
added 2024/03/06 6:45 a.m.27 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
RedhatCVE
RedhatCVE
added 2024/03/05 5:9 p.m.27 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.19 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.45 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.23 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.28 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.31 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
UbuntuCve
UbuntuCve
added 2024/03/04 7:15 p.m.22 views

CVE-2021-47108

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: hdmi: Perform NULL pointer check for mtkhdmiconf In commit 41ca9caaae0b "drm/mediatek: hdmi: Add check for CEA modes only" a check for CEA modes was added to function mtkhdmibridgemodevalid in order to address...

5.5CVSS6.2AI score0.00196EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/03/04 7:15 p.m.17 views

CVE-2021-47106

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix use-after-free in nftsetcatchalldestroy We need to use listforeachentrysafe iterator because we can not access @catchall after kfreercu call. syzbot reported: BUG: KASAN: use-after-free in...

7.8CVSS5.9AI score0.00216EPSS
SaveExploits0References4
Prion
Prion
added 2024/03/04 7:15 p.m.32 views

Buffer overflow

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix READDIR buffer overflow If a client sends a READDIR count argument that is too small say, zero, then the buffer size calculation in the new initdirlist helper functions results in an underflow, allowing the XDR stream...

7.5AI score0.00379EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2024/03/04 6:20 p.m.30 views

CVE-2023-52578

In the Linux kernel, the following vulnerability has been resolved: net: bridge: use DEVSTATSINC syzbot/KCSAN reported data-races in brhandleframefinish 1 This function can run from multiple cpus without mutual exclusion. Adopt SMP safe DEVSTATSINC to update dev-stats fields. Handles updates to...

4.7CVSS6.2AI score0.0019EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/03/04 6:15 p.m.37 views

CVE-2021-47108 drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: hdmi: Perform NULL pointer check for mtkhdmiconf In commit 41ca9caaae0b "drm/mediatek: hdmi: Add check for CEA modes only" a check for CEA modes was added to function mtkhdmibridgemodevalid in order to address...

7.4AI score0.00196EPSS
SaveExploits0References2
Rows per page
Query Builder