Lucene search
+L

1101 matches found

Cvelist
Cvelist
added 2024/09/18 7:12 a.m.48 views

CVE-2024-46754 bpf: Remove tst_run from lwt_seg6local_prog_ops.

In the Linux kernel, the following vulnerability has been resolved: bpf: Remove tstrun from lwtseg6localprogops. The syzbot reported that the lwtseg6 related BPF ops can be invoked via bpftestrun without without entering inputactionendbpf first. Martin KaFai Lau said that self test for...

7.8CVSS0.00247EPSS
SaveExploits0References6
OSV
OSV
added 2024/09/13 5:29 a.m.26 views

CVE-2024-46688 erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially fails

In the Linux kernel, the following vulnerability has been resolved: erofs: fix out-of-bound access when zerofsgbufgrowsize partially fails If zerofsgbufgrowsize partially fails on a global buffer due to memory allocation failure or fault injection as reported by syzbot 1, new pages need to be fre...

6.4AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/09/04 10:15 p.m.25 views

CVE-2024-44987

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

6.6CVSS6.9AI score0.00255EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/04 9:42 p.m.30 views

CVE-2024-45008

In the Linux kernel, the following vulnerability has been resolved: Input: MT - limit max slots syzbot is reporting too large allocation at inputmtinitslots, for numslots is supplied from userspace using ioctlUIDEVCREATE. Since nobody knows possible max slots, this patch chose 1024...

5.5CVSS7AI score0.00239EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/09/04 8:45 p.m.25 views

CVE-2024-44952

In the Linux kernel, the following vulnerability has been resolved: driver core: Fix ueventshow vs driver detach race ueventshow wants to de-reference dev-driver-name. There is no clean way for a device attribute to de-reference dev-driver unless that attribute is defined via struct...

5.5CVSS6AI score
SaveExploits0References4
NVD
NVD
added 2024/09/04 8:15 p.m.24 views

CVE-2024-45008

In the Linux kernel, the following vulnerability has been resolved: Input: MT - limit max slots syzbot is reporting too large allocation at inputmtinitslots, for numslots is supplied from userspace using ioctlUIDEVCREATE. Since nobody knows possible max slots, this patch chose 1024...

5.5CVSS0.00239EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/09/04 8:15 p.m.23 views

CVE-2024-44987

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

7.8CVSS6.1AI score0.00255EPSS
SaveExploits0References30
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.25 views

CVE-2024-45008 Input: MT - limit max slots

In the Linux kernel, the following vulnerability has been resolved: Input: MT - limit max slots syzbot is reporting too large allocation at inputmtinitslots, for numslots is supplied from userspace using ioctlUIDEVCREATE. Since nobody knows possible max slots, this patch chose 1024...

7AI score0.00239EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.37 views

CVE-2024-45008 Input: MT - limit max slots

In the Linux kernel, the following vulnerability has been resolved: Input: MT - limit max slots syzbot is reporting too large allocation at inputmtinitslots, for numslots is supplied from userspace using ioctlUIDEVCREATE. Since nobody knows possible max slots, this patch chose 1024...

0.00239EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/09/04 7:54 p.m.25 views

CVE-2024-45008

In the Linux kernel, the following vulnerability has been resolved: Input: MT - limit max slots syzbot is reporting too large allocation at inputmtinitslots, for numslots is supplied from userspace using ioctlUIDEVCREATE. Since nobody knows possible max slots, this patch chose 1024...

5.5CVSS5.6AI score0.00239EPSS
SaveExploits0
CVE
CVE
added 2024/09/04 7:54 p.m.154 views

CVE-2024-44999

CVE-2024-44999 refers to a Linux kernel issue in gtp: pull network headers in gtp_dev_xmit() where syzbot/KMSAN detected uninitialized usage in get_dev_xmit(). The problem required ensuring IPv4/IPv6 headers are pulled into skb->head before accessing their fields. The fix implemented is to use...

7.1CVSS6.9AI score0.00261EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/09/04 7:54 p.m.26 views

CVE-2024-44999 gtp: pull network headers in gtp_dev_xmit()

In the Linux kernel, the following vulnerability has been resolved: gtp: pull network headers in gtpdevxmit syzbot/KMSAN reported use of uninit-value in getdevxmit 1 We must make sure the IPv4 or Ipv6 header is pulled in skb-head before accessing fields in them. Use pskbinetmaypull to fix this...

6.8AI score0.00261EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.42 views

CVE-2024-44999 gtp: pull network headers in gtp_dev_xmit()

In the Linux kernel, the following vulnerability has been resolved: gtp: pull network headers in gtpdevxmit syzbot/KMSAN reported use of uninit-value in getdevxmit 1 We must make sure the IPv4 or Ipv6 header is pulled in skb-head before accessing fields in them. Use pskbinetmaypull to fix this...

0.00261EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/09/04 7:54 p.m.51 views

CVE-2024-44987 ipv6: prevent UAF in ip6_send_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent UAF in ip6sendskb syzbot reported an UAF in ip6sendskb 1 After ip6localout has returned, we no longer can safely dereference rt, unless we hold rcureadlock. A similar issue has been fixed in commit a688caa34beb "ipv...

7.8CVSS0.00255EPSS
SaveExploits0References8
OSV
OSV
added 2024/09/04 6:36 p.m.14 views

CVE-2024-44963 btrfs: do not BUG_ON() when freeing tree block after error

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUGON when freeing tree block after error When freeing a tree block, at btrfsfreetreeblock, if we fail to create a delayed reference we don't deal with the error and just do a BUGON. The error most likely to happen ...

6.2AI score
SaveExploits0References6
CVE
CVE
added 2024/09/04 6:35 p.m.163 views

CVE-2024-44952

CVE-2024-44952 is associated with Siemens SCALANCE and RUGGEDCOM devices (OT environment). The issue is described as an improper locking that could lead to a deadlock in driver core during device detachment/attribute handling. The cited advisory fixes the problem by using synchronize_rcu() to pre...

7.3AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/09/03 12:00 a.m.13 views

The vulnerability of the bpf component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the bpf component in the Linux operating system’s kernel is related to the addition of scheduling points in the syzbot package, which trigger blocking actions. Exploiting this vulnerability can allow an attacker to cause a service failure...

3.3CVSS6.3AI score0.00201EPSS
SaveExploits0References12Affected Software2
RedhatCVE
RedhatCVE
added 2024/08/27 12:44 p.m.25 views

CVE-2024-44942

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on F2FSINLINEDATA flag in inode during GC syzbot reports a f2fs bug as below: ------------ cut here ------------ kernel BUG at fs/f2fs/inline.c:258! CPU: 1 PID: 34 Comm: kworker/u8:2 Not tainted...

7.1CVSS6.7AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/27 12:43 p.m.20 views

CVE-2024-44941

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to cover read extent cache access with lock syzbot reports a f2fs bug as below: BUG: KASAN: slab-use-after-free in sanitycheckextentcache+0x370/0x410 fs/f2fs/extentcache.c:46 Read of size 4 at addr ffff8880739ab220 by...

7.8CVSS6.9AI score0.00211EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/08/27 12:43 p.m.22 views

CVE-2024-44939

In the Linux kernel, the following vulnerability has been resolved: jfs: fix null ptr deref in dtInsertEntry syzbot reported general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 1 PREEMPT SMP KASAN PTI KASAN: null-ptr-deref in range...

5.5CVSS6.9AI score0.00234EPSS
SaveExploits0References4
Rows per page
Query Builder