Lucene search
+L

8152 matches found

UbuntuCve
UbuntuCve
added 2024/05/22 9:15 a.m.15 views

CVE-2021-47482

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this patch batadvmeshinit was calling batadvmeshfree in case of any...

5.3CVSS5.9AI score0.00739EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/22 9:15 a.m.13 views

UBUNTU-CVE-2021-47482

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this patch batadvmeshinit was calling batadvmeshfree in case of any...

5.3CVSS5.8AI score0.00739EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2024/05/22 8:58 a.m.24 views

CVE-2021-47406

In the Linux kernel, the following vulnerability has been resolved: ext4: add error checking to ext4extreplaysetiblocks If the call to ext4mapblocks fails due to an corrupted file system, ext4extreplaysetiblocks can get stuck in an infinite loop. This could be reproduced by running generic/526 wi...

4.1CVSS6.6AI score0.0025EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/22 8:19 a.m.106 views

CVE-2021-47482

CVE-2021-47482 concerns a Linux kernel issue in the batman-adv code path. The root cause was incorrect error handling in batadv_mesh_init(), which could trigger a free when some batadv_init() failed and risk operating on uninitialized fields. Syzbot observed an ODEBUG warning in batadv_nc_mesh_fr...

5.3CVSS7.1AI score0.00739EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2024/05/22 8:19 a.m.134 views

CVE-2021-47483

CVE-2021-47483 affects the Linux kernel regmap subsystem (regcache_rbtree). The issue is a double-free in error handling when a reallocation fails, causing rbnode->block to reference freed memory. The fix moves the rbnode->block assignment to immediately after a successful reallocation, ens...

7.8CVSS6.6AI score0.00229EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/05/22 8:19 a.m.34 views

CVE-2021-47483 regmap: Fix possible double-free in regcache_rbtree_exit()

In the Linux kernel, the following vulnerability has been resolved: regmap: Fix possible double-free in regcacherbtreeexit In regcacherbtreeinserttoblock, when 'present' realloc failed, the 'blk' which is supposed to assign to 'rbnode-block' will be freed, so 'rbnode-block' points a freed memory,...

7.8CVSS6.4AI score0.00229EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/22 8:19 a.m.30 views

CVE-2021-47482 net: batman-adv: fix error handling

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this patch batadvmeshinit was calling batadvmeshfree in case of any...

6.5AI score0.00739EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/22 8:19 a.m.46 views

CVE-2021-47482

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this patch batadvmeshinit was calling batadvmeshfree in case of any...

5.3CVSS7.1AI score0.00739EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/22 8:19 a.m.15 views

CVE-2021-47482 net: batman-adv: fix error handling

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadvncmeshfree. The problem was in wrong error handling in batadvmeshinit. Before this patch batadvmeshinit was calling batadvmeshfree in case of any...

6.9AI score0.00739EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/22 8:19 a.m.102 views

CVE-2021-47477

CVE-2021-47477 is documented in connected advisories as a Linux kernel issue affecting comedi: dt9812. The root cause is DMA buffers being allocated on the stack for USB transfers; the fix allocates proper transfer buffers in the command helpers and returns an error on short transfers instead of ...

7.8CVSS7AI score0.00721EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/05/22 7:15 a.m.19 views

CVE-2021-47447

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a3xx: fix error handling in a3xxgpuinit These error paths returned 1 on failure, instead of a negative error code. This would lead to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" did...

5.5CVSS6.3AI score
SaveExploits0References2
OSV
OSV
added 2024/05/22 7:15 a.m.4 views

DEBIAN-CVE-2021-47446

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a4xx: fix error handling in a4xxgpuinit This code returns 1 on error instead of a negative error. It leads to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" cannot be true because "ret"...

5.5CVSS5.4AI score0.00206EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/22 7:15 a.m.24 views

CVE-2021-47446

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a4xx: fix error handling in a4xxgpuinit This code returns 1 on error instead of a negative error. It leads to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" cannot be true because "ret"...

7.8CVSS6.5AI score0.00206EPSS
SaveExploits0References2
NVD
NVD
added 2024/05/22 7:15 a.m.41 views

CVE-2021-47447

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a3xx: fix error handling in a3xxgpuinit These error paths returned 1 on failure, instead of a negative error code. This would lead to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" did...

7.8CVSS6.4AI score0.00206EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/05/22 7:15 a.m.24 views

CVE-2021-47446

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a4xx: fix error handling in a4xxgpuinit This code returns 1 on error instead of a negative error. It leads to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" cannot be true because "ret"...

7.8CVSS5.9AI score0.00206EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/22 7:15 a.m.12 views

UBUNTU-CVE-2021-47446

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a4xx: fix error handling in a4xxgpuinit This code returns 1 on error instead of a negative error. It leads to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" cannot be true because "ret"...

7.8CVSS5.7AI score0.00206EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/22 7:15 a.m.21 views

CVE-2021-47447

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a3xx: fix error handling in a3xxgpuinit These error paths returned 1 on failure, instead of a negative error code. This would lead to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" did...

7.8CVSS5.8AI score0.00206EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/22 6:19 a.m.91 views

CVE-2021-47447

The CVE-2021-47447 issue concerns the Linux kernel DRM MSM A3XX driver: drm/msm/a3xx_gpu_init() contained error paths that returned 1 on failure instead of a negative error code, and a check for ret != -ENODATA failed because ret was 1, risking an Oops in the caller. Astra Linux advisory confirms...

7.8CVSS6.6AI score0.00206EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/05/22 6:19 a.m.37 views

CVE-2021-47447 drm/msm/a3xx: fix error handling in a3xx_gpu_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a3xx: fix error handling in a3xxgpuinit These error paths returned 1 on failure, instead of a negative error code. This would lead to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" did...

7.8CVSS6.3AI score0.00206EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/22 6:19 a.m.20 views

CVE-2021-47447 drm/msm/a3xx: fix error handling in a3xx_gpu_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a3xx: fix error handling in a3xxgpuinit These error paths returned 1 on failure, instead of a negative error code. This would lead to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" did...

7.8CVSS6.7AI score0.00206EPSS
SaveExploits0References2
Rows per page
Query Builder