Lucene search
+L

2640 matches found

OSV
OSV
added 2024/07/16 12:15 p.m.4 views

DEBIAN-CVE-2022-48803

In the Linux kernel, the following vulnerability has been resolved: phy: ti: Fix missing sentinel for clkdivtable gettablemaxdiv tries to access "clkdivtable" array out of bound defined in phy-j721e-wiz.c. Add a sentinel entry to prevent the following global-out-of-bounds error reported by enabli...

5.5CVSS5.2AI score0.00288EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/07/16 11:43 a.m.14 views

CVE-2022-48807 ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler

In the Linux kernel, the following vulnerability has been resolved: ice: Fix KASAN error in LAG NETDEVUNREGISTER handler Currently, the same handler is called for both a NETDEVBONDINGINFO LAG unlink notification as for a NETDEVUNREGISTER call. This is causing a problem though, since the...

6.7AI score0.00288EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/07/16 11:43 a.m.30 views

CVE-2022-48807 ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler

In the Linux kernel, the following vulnerability has been resolved: ice: Fix KASAN error in LAG NETDEVUNREGISTER handler Currently, the same handler is called for both a NETDEVBONDINGINFO LAG unlink notification as for a NETDEVUNREGISTER call. This is causing a problem though, since the...

0.00288EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/07/16 11:43 a.m.40 views

CVE-2022-48803

In the Linux kernel, the following vulnerability has been resolved: phy: ti: Fix missing sentinel for clkdivtable gettablemaxdiv tries to access "clkdivtable" array out of bound defined in phy-j721e-wiz.c. Add a sentinel entry to prevent the following global-out-of-bounds error reported by enabli...

5.5CVSS5.2AI score0.00288EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/16 11:43 a.m.31 views

CVE-2022-48803 phy: ti: Fix missing sentinel for clk_div_table

In the Linux kernel, the following vulnerability has been resolved: phy: ti: Fix missing sentinel for clkdivtable gettablemaxdiv tries to access "clkdivtable" array out of bound defined in phy-j721e-wiz.c. Add a sentinel entry to prevent the following global-out-of-bounds error reported by enabli...

0.00288EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/16 11:43 a.m.21 views

CVE-2022-48803 phy: ti: Fix missing sentinel for clk_div_table

In the Linux kernel, the following vulnerability has been resolved: phy: ti: Fix missing sentinel for clkdivtable gettablemaxdiv tries to access "clkdivtable" array out of bound defined in phy-j721e-wiz.c. Add a sentinel entry to prevent the following global-out-of-bounds error reported by enabli...

5.5CVSS5.9AI score0.00288EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/07/16 11:43 a.m.14 views

CVE-2022-48802 fs/proc: task_mmu.c: don't read mapcount for migration entry

In the Linux kernel, the following vulnerability has been resolved: fs/proc: taskmmu.c: don't read mapcount for migration entry The syzbot reported the below BUG: kernel BUG at include/linux/page-flags.h:785! invalid opcode: 0000 1 PREEMPT SMP KASAN CPU: 1 PID: 4392 Comm: syz-executor560 Not...

6.2AI score0.00289EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/16 11:43 a.m.21 views

CVE-2022-48796 iommu: Fix potential use-after-free during probe

In the Linux kernel, the following vulnerability has been resolved: iommu: Fix potential use-after-free during probe Kasan has reported the following use after free on dev-iommu. when a device probe fails and it is in process of freeing dev-iommu in deviommufree function, a deferredprobeworkfunc...

7.8CVSS5.9AI score0.00252EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/07/16 11:43 a.m.24 views

CVE-2022-48796

In the Linux kernel, the following vulnerability has been resolved: iommu: Fix potential use-after-free during probe Kasan has reported the following use after free on dev-iommu. when a device probe fails and it is in process of freeing dev-iommu in deviommufree function, a deferredprobeworkfunc...

7.8CVSS5.8AI score0.00252EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/16 11:13 a.m.34 views

CVE-2022-48781 crypto: af_alg - get rid of alg_memory_allocated

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - get rid of algmemoryallocated algmemoryallocated does not seem to be really used. algproto does have a .memoryallocated field, but no corresponding .sysctlmem. This means skhasaccount returns true, but all...

0.00195EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/07/16 11:13 a.m.58 views

CVE-2022-48781

In the Linux kernel, the following vulnerability has been resolved: crypto: afalg - get rid of algmemoryallocated algmemoryallocated does not seem to be really used. algproto does have a .memoryallocated field, but no corresponding .sysctlmem. This means skhasaccount returns true, but all...

5.5CVSS6.1AI score0.00195EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/16 9:40 a.m.11 views

CVE-2023-52886 USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix race by not overwriting udev-descriptor in hubportinit Syzbot reported an out-of-bounds read in sysfs.c:readdescriptors: BUG: KASAN: slab-out-of-bounds in readdescriptors+0x263/0x280 drivers/usb/core/sysfs.c:883 Re...

6.7AI score0.00328EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/07/16 9:40 a.m.25 views

CVE-2023-52886 USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix race by not overwriting udev-descriptor in hubportinit Syzbot reported an out-of-bounds read in sysfs.c:readdescriptors: BUG: KASAN: slab-out-of-bounds in readdescriptors+0x263/0x280 drivers/usb/core/sysfs.c:883 Re...

0.00328EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/07/16 2:34 a.m.7 views

SUSE CVE-2024-40942

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: mesh: Fix leak of meshpreqqueue objects The hwmp code use objects of type meshpreqqueue, added to a list in ieee80211ifmesh, to keep track of mpath we need to resolve. If the mpath gets deleted, ex mesh interface ...

5.5CVSS6.6AI score0.00259EPSS
SaveExploits0References16
OSV
OSV
added 2024/07/14 8:15 a.m.3 views

DEBIAN-CVE-2023-52885

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix UAF in svctcplistendataready After the listener svcsock is freed, and before invoking svctcpaccept for the established child sock, there is a window that the newsock retaining a freed listener svcsock in skuserdata...

7.8CVSS5.9AI score0.00215EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/12 1:15 p.m.96 views

CVE-2024-40954

In the Linux kernel, the following vulnerability has been resolved: net: do not leave a dangling sk pointer, when socket creation fails It is possible to trigger a use-after-free by: attaching an fentry probe to sockrelease and the probe calling the bpfgetsocketcookie helper running traceroute -I...

7.8CVSS0.00258EPSS
SaveExploits0References6
NVD
NVD
added 2024/07/12 1:15 p.m.33 views

CVE-2024-40905

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible race in fib6droppcpufrom syzbot found a race in fib6droppcpufrom 1 If compiler reads more than once ppcpurt, second read could read NULL, if another cpu clears the value in rt6getpcpuroute. Add a READONCE to...

4.7CVSS0.00272EPSS
SaveExploits0References11
NVD
NVD
added 2024/07/12 1:15 p.m.21 views

CVE-2024-40901

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid test/setbit operating in non-allocated memory There is a potential out-of-bounds access when using testbit on a single word. The testbit and setbit functions operate on long values, and when testing or settin...

7.8CVSS0.00304EPSS
SaveExploits0References9
OSV
OSV
added 2024/07/12 1:15 p.m.5 views

DEBIAN-CVE-2024-40901

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid test/setbit operating in non-allocated memory There is a potential out-of-bounds access when using testbit on a single word. The testbit and setbit functions operate on long values, and when testing or settin...

7.8CVSS5.8AI score0.00304EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/07/12 1:15 p.m.22 views

CVE-2024-40959

In the Linux kernel, the following vulnerability has been resolved: xfrm6: check ip6dstidev return value in xfrm6getsaddr ip6dstidev can return NULL, xfrm6getsaddr must act accordingly. syzbot reported: Oops: general protection fault, probably for non-canonical address 0xdffffc0000000000: 0000 1...

5.5CVSS6.4AI score0.00276EPSS
SaveExploits0References33
Rows per page
Query Builder