Lucene search
+L

6339 matches found

Debian CVE
Debian CVE
added 2024/02/26 5:20 p.m.30 views

CVE-2019-25162

In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the putdevice down a bit to avoid the use after free. wsa: added comment to the code, added Fixes tag...

7.8CVSS7.2AI score0.00378EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/02/26 5:20 p.m.27 views

CVE-2019-25160

In the Linux kernel, the following vulnerability has been resolved: netlabel: fix out-of-bounds memory accesses There are two array out-of-bounds memory accesses, one in cipsov4maplvlvalid, the other in netlblbitmapwalk. Both errors are embarassingly simple, and the fixes are straightforward. As ...

9.1CVSS6.3AI score0.00745EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/26 5:20 p.m.24 views

CVE-2019-25160 netlabel: fix out-of-bounds memory accesses

In the Linux kernel, the following vulnerability has been resolved: netlabel: fix out-of-bounds memory accesses There are two array out-of-bounds memory accesses, one in cipsov4maplvlvalid, the other in netlblbitmapwalk. Both errors are embarassingly simple, and the fixes are straightforward. As ...

9.1CVSS6.7AI score0.00745EPSS
SaveExploits0References8
NVD
NVD
added 2024/02/26 4:27 p.m.27 views

CVE-2024-26601

In the Linux kernel, the following vulnerability has been resolved: ext4: regenerate buddy after block freeing failed if under fc replay This mostly reverts commit 6bd97bf273bd "ext4: remove redundant mbregeneratebuddy" and reintroduces mbregeneratebuddy. Based on code in mbfreeblocks, fast commi...

7.8CVSS6.3AI score0.00289EPSS
SaveExploits0References7
NVD
NVD
added 2024/02/26 4:27 p.m.19 views

CVE-2023-52471

In the Linux kernel, the following vulnerability has been resolved: ice: Fix some null pointer dereference issues in iceptp.c devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

5.5CVSS5.3AI score0.00232EPSS
SaveExploits0References2
NVD
NVD
added 2024/02/26 4:27 p.m.27 views

CVE-2023-52467

In the Linux kernel, the following vulnerability has been resolved: mfd: syscon: Fix null pointer dereference in ofsysconregister kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

5.5CVSS6AI score0.00278EPSS
SaveExploits0References7
NVD
NVD
added 2024/02/26 4:27 p.m.23 views

CVE-2023-52470

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check the allocworkqueue return value in radeoncrtcinit check the allocworkqueue return value in radeoncrtcinit to avoid null-ptr-deref...

5.5CVSS6.1AI score0.0029EPSS
SaveExploits0References10
NVD
NVD
added 2024/02/26 4:27 p.m.35 views

CVE-2021-46904

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unregistration succeeds but the next one results in ...

5.5CVSS6.1AI score0.00256EPSS
SaveExploits0References8
NVD
NVD
added 2024/02/26 4:27 p.m.26 views

CVE-2022-48626

In the Linux kernel, the following vulnerability has been resolved: moxart: fix potential use-after-free on remove path It was reported that the mmc host structure could be accessed after it was freed in moxartremove, so fix this by saving the base register of the device and using it instead of t...

7.8CVSS7.4AI score0.0031EPSS
SaveExploits0References8
Prion
Prion
added 2024/02/26 4:27 p.m.32 views

Null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Fix NULL pointer dereference in zone registration error path If deviceregister in thermalzonedeviceregisterwithtrips returns an error, the tz variable is set to NULL and subsequently dereferenced in kfreetz-tzp...

7.1AI score0.00272EPSS
SaveExploits0References3
Prion
Prion
added 2024/02/26 4:27 p.m.32 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: ext4: regenerate buddy after block freeing failed if under fc replay This mostly reverts commit 6bd97bf273bd "ext4: remove redundant mbregeneratebuddy" and reintroduces mbregeneratebuddy. Based on code in mbfreeblocks, fast commi...

7.2AI score0.00289EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/02/26 12:0 a.m.35 views

CVE-2023-52470

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check the allocworkqueue return value in radeoncrtcinit check the allocworkqueue return value in radeoncrtcinit to avoid null-ptr-deref...

5.5CVSS5.9AI score0.0029EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/02/26 12:0 a.m.28 views

CVE-2024-26600

In the Linux kernel, the following vulnerability has been resolved: phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRP If the external phy working together with phy-omap-usb2 does not implement sendsrp, we may still attempt to call it. This can happen on an idle Ethernet gadget triggeri...

5.5CVSS6AI score0.00295EPSS
SaveExploits0References20
UbuntuCve
UbuntuCve
added 2024/02/26 12:0 a.m.24 views

CVE-2024-26604

In the Linux kernel, the following vulnerability has been resolved: Revert "kobject: Remove redundant checks for whether ktype is NULL" This reverts commit 1b28cb81dab7c1eedc6034206f4e8d644046ad31. It is reported to cause problems, so revert it for now until the root cause can be found...

5.5CVSS5.9AI score0.00274EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/02/25 2:3 p.m.26 views

CVE-2021-46905 net: hso: fix NULL-deref on disconnect regression

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix NULL-deref on disconnect regression Commit 8a12f8836145 "net: hso: fix null-ptr-deref during tty device unregistration" fixed the racy minor allocation reported by syzbot, but introduced an unconditional NULL-pointe...

6.8AI score0.00261EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/02/25 2:3 p.m.36 views

CVE-2021-46904

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unregistration succeeds but the next one results in ...

5.5CVSS6.2AI score0.00256EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/25 8:16 a.m.18 views

CVE-2023-52472 crypto: rsa - add a check for allocation failure

In the Linux kernel, the following vulnerability has been resolved: crypto: rsa - add a check for allocation failure Static checkers insist that the mpialloc allocation can fail so add a check to prevent a NULL dereference. Small allocations like this can't actually fail in current kernels, but...

6.7AI score0.00272EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/02/25 8:16 a.m.23 views

CVE-2023-52470 drm/radeon: check the alloc_workqueue return value in radeon_crtc_init()

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check the allocworkqueue return value in radeoncrtcinit check the allocworkqueue return value in radeoncrtcinit to avoid null-ptr-deref...

6.8AI score0.0029EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/02/25 8:16 a.m.48 views

CVE-2023-52469 drivers/amd/pm: fix a use-after-free in kv_parse_power_table

In the Linux kernel, the following vulnerability has been resolved: drivers/amd/pm: fix a use-after-free in kvparsepowertable When ps allocated by kzalloc equals to NULL, kvparsepowertable frees adev-pm.dpm.ps that allocated before. However, after the control flow goes through the following call...

7.8CVSS7.8AI score0.00291EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/02/25 8:16 a.m.28 views

CVE-2023-52467 mfd: syscon: Fix null pointer dereference in of_syscon_register()

In the Linux kernel, the following vulnerability has been resolved: mfd: syscon: Fix null pointer dereference in ofsysconregister kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

6.3AI score0.00278EPSS
SaveExploits0References6
Rows per page
Query Builder