Lucene search
+L

11777 matches found

CVE
CVE
added 2024/05/21 3:31 p.m.122 views

CVE-2023-52818

CVE-2023-52818 affects the Linux kernel: drm/amd/ SMU7 UBSAN array-index-out-of-bounds due to pptable structs with flexible array sizes. The fix changes pptable structs to use flexible arrays. Impact is high with local, low-privilege exploitation potential as per the description. Remediation: app...

7.8CVSS6.8AI score0.00257EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/05/21 3:31 p.m.30 views

CVE-2023-52818 drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7

In the Linux kernel, the following vulnerability has been resolved: drm/amd: Fix UBSAN array-index-out-of-bounds for SMU7 For pptable structs that use flexible array sizes, use flexible arrays...

6AI score
SaveExploits0References12
CVE
CVE
added 2024/05/21 3:31 p.m.132 views

CVE-2023-52812

CVE-2023-52812 affects the Linux kernel in the DRM/AMD path for updating PCIe parameters in SR-IOV environments. The root cause is that pcie_table->num_of_link_levels can be 0, making num_of_levels − 1 evaluate to an invalid index and potentially causing an out-of-bounds access. The vulnerabil...

7.8CVSS6.8AI score0.0026EPSS
SaveExploits0References5Affected Software2
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.22 views

CVE-2023-52812 drm/amd: check num of link levels when update pcie param

In the Linux kernel, the following vulnerability has been resolved: drm/amd: check num of link levels when update pcie param In SR-IOV environment, the value of pcietable-numoflinklevels will be 0, and numoflevels - 1 will cause array index out of bounds...

6.9AI score0.0026EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.18 views

CVE-2023-52805 jfs: fix array-index-out-of-bounds in diAlloc

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diAlloc Currently there is not check against the agno of the iag while allocating new inodes to avoid fragmentation problem. Added the check which is required...

7.8CVSS6.8AI score0.00255EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.64 views

CVE-2023-52805

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in diAlloc Currently there is not check against the agno of the iag while allocating new inodes to avoid fragmentation problem. Added the check which is required...

7.8CVSS7AI score0.00255EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.83 views

CVE-2023-52804

In the Linux kernel, the following vulnerability has been resolved: fs/jfs: Add validity check for dbmaxag and dbagpref Both dbmaxag and dbagpref are used as the index of the dbagfree array, but there is currently no validity check for dbmaxag and dbagpref, which can lead to errors. The following...

7.8CVSS7.1AI score0.00255EPSS
SaveExploits0
OSV
OSV
added 2024/05/21 3:31 p.m.27 views

CVE-2023-52804 fs/jfs: Add validity check for db_maxag and db_agpref

In the Linux kernel, the following vulnerability has been resolved: fs/jfs: Add validity check for dbmaxag and dbagpref Both dbmaxag and dbagpref are used as the index of the dbagfree array, but there is currently no validity check for dbmaxag and dbagpref, which can lead to errors. The following...

7.8CVSS6AI score
SaveExploits0References12
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.53 views

CVE-2023-52804 fs/jfs: Add validity check for db_maxag and db_agpref

In the Linux kernel, the following vulnerability has been resolved: fs/jfs: Add validity check for dbmaxag and dbagpref Both dbmaxag and dbagpref are used as the index of the dbagfree array, but there is currently no validity check for dbmaxag and dbagpref, which can lead to errors. The following...

7.8CVSS6.5AI score0.00255EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.22 views

CVE-2023-52804 fs/jfs: Add validity check for db_maxag and db_agpref

In the Linux kernel, the following vulnerability has been resolved: fs/jfs: Add validity check for dbmaxag and dbagpref Both dbmaxag and dbagpref are used as the index of the dbagfree array, but there is currently no validity check for dbmaxag and dbagpref, which can lead to errors. The following...

7.8CVSS6.7AI score0.00255EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.23 views

CVE-2023-52799 jfs: fix array-index-out-of-bounds in dbFindLeaf

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in dbFindLeaf Currently while searching for dmtreet for sufficient free blocks there is an array out of bounds while getting element in tp-dmstree. To add the required check for out of bound we...

7.8CVSS6.8AI score0.00255EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/21 3:31 p.m.20 views

CVE-2023-52799 jfs: fix array-index-out-of-bounds in dbFindLeaf

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in dbFindLeaf Currently while searching for dmtreet for sufficient free blocks there is an array out of bounds while getting element in tp-dmstree. To add the required check for out of bound we...

7.8CVSS6.1AI score
SaveExploits0References12
CVE
CVE
added 2024/05/21 3:31 p.m.112 views

CVE-2023-52799

In Linux kernel, CVE-2023-52799 relates to an array-index-out-of-bounds in the JFS path during dmtree_t searches for free blocks (tp->dm_stree). The fix adds a parameter to dbFindLeaf to determine the dmtree type, enabling an out-of-bounds check and preventing access beyond array bounds. Affec...

7.8CVSS6.8AI score0.00255EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.50 views

CVE-2023-52799 jfs: fix array-index-out-of-bounds in dbFindLeaf

In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in dbFindLeaf Currently while searching for dmtreet for sufficient free blocks there is an array out of bounds while getting element in tp-dmstree. To add the required check for out of bound we...

7.8CVSS6.5AI score0.00255EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.19 views

CVE-2023-52797 drivers: perf: Check find_first_bit() return value

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Check findfirstbit return value We must check the return value of findfirstbit before using the return value as an index array since it happens to overflow the array and then panic: 107.318430 Kernel BUG 1 107.3194...

7AI score0.0028EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 3:31 p.m.57 views

CVE-2023-52797 drivers: perf: Check find_first_bit() return value

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Check findfirstbit return value We must check the return value of findfirstbit before using the return value as an index array since it happens to overflow the array and then panic: 107.318430 Kernel BUG 1 107.3194...

4.7AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.70 views

CVE-2023-52797

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Check findfirstbit return value We must check the return value of findfirstbit before using the return value as an index array since it happens to overflow the array and then panic: 107.318430 Kernel BUG 1 107.3194...

5.5CVSS4.7AI score0.0028EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 3:31 p.m.60 views

CVE-2023-52793

CVE-2023-52793 is rejected by its CVE Numbering Authority and does not represent an active vulnerability entry.

6.8AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.48 views

CVE-2023-52793

Removed by vendor...

5AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:31 p.m.52 views

CVE-2023-52792

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Do not try to cleanup after cxlregionsetuptargets fails Commit 5e42bcbc3fef "cxl/region: decrement -nrtargets on error in cxlregionattach" tried to avoid 'eiw' initialization errors when -nrtargets exceeded 16, by jus...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0
Rows per page
Query Builder