Lucene search
+L

10125 matches found

UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.4 views

CVE-2024-56592

In the Linux kernel, the following vulnerability has been resolved: bpf: Call freehtabelem after htabunlockbucket For htab of maps, when the map is removed from the htab, it may hold the last reference of the map. bpfmapfdputptr will invoke bpfmapfreeid to free the id of the removed map element...

5.5CVSS6.1AI score0.00218EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.8 views

CVE-2024-56627

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix Out-of-Bounds Read in ksmbdvfsstreamread An offset from client could be a negative value, It could lead to an out-of-bounds read from the streambuf. Note that this issue is coming when setting 'vfs objects = streamsxat...

8.1CVSS6.6AI score0.00627EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.8 views

CVE-2024-56628

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Add architecture specific hugepteclear When executing mm selftests runvmtests.sh, there is such an error: BUG: Bad page state in process uffd-unit-tests pfn:00000 page: refcount:0 mapcount:0 mapping:0000000000000000...

7.8CVSS6.3AI score0.00215EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.11 views

CVE-2024-56602

In the Linux kernel, the following vulnerability has been resolved: net: ieee802154: do not leave a dangling sk pointer in ieee802154create sockinitdata attaches the allocated sk object to the provided sock object. If ieee802154create fails later, the allocated sk object is freed, but the danglin...

7.8CVSS6.4AI score0.00229EPSS
SaveExploits0References45
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.11 views

CVE-2024-56556

In the Linux kernel, the following vulnerability has been resolved: binder: fix node UAF in binderaddfreezework In binderaddfreezework we iterate over the proc-nodes with the proc-innerlock held. However, this lock is temporarily dropped in order to acquire the node-lock first lock nesting order...

7.8CVSS6.4AI score0.00152EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.8 views

CVE-2024-56646

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid possible NULL deref in modifyprefixroute syzbot found a NULL deref 1 in modifyprefixroute, caused by one fib6info without a fib6table pointer set. This can happen for net-ipv6.fib6nullentry 1 Oops: general protection...

5.5CVSS6.3AI score0.00213EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.7 views

CVE-2024-56639

In the Linux kernel, the following vulnerability has been resolved: net: hsr: must allocate more bytes for RedBox support Blamed commit forgot to change hsrinitskb to allocate larger skb for RedBox case. Indeed, sendhsrsupervisionframe will add two additional components struct hsrsuptlv and struc...

5.5CVSS6.1AI score0.00186EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.6 views

CVE-2024-56585

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Fix sleeping in atomic context for PREEMPTRT Commit bab1c299f3945ffe79 "LoongArch: Fix sleeping in atomic context in setuptlbhandler" changes the gfp flag from GFPKERNEL to GFPATOMIC for allocpagesnode. However, for...

5.5CVSS6.4AI score0.00176EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.5 views

CVE-2024-56625

In the Linux kernel, the following vulnerability has been resolved: can: dev: cansettermination: allow sleeping GPIOs In commit 6e86a1543c37 "can: dev: provide optional GPIO based termination support" GPIO based termination support was added. For no particular reason that patch uses gpiodsetvalue...

5.5CVSS6.1AI score0.00207EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.7 views

CVE-2024-56564

In the Linux kernel, the following vulnerability has been resolved: ceph: pass cred pointer to cephmdsauthmatch This eliminates a redundant getcurrentcred call, because cephmdscheckaccess has already obtained this pointer. As a side effect, this also fixes a reference leak in cephmdsauthmatch: by...

5.5CVSS6.4AI score0.00188EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.3 views

CVE-2024-56654

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: Fix using rcureadunlock while iterating The usage of rcureadunlock while inside listforeachentryrcu is not safe since for the most part entries fetched this way shall be treated as rcudereference: Note that t...

7.8CVSS6.4AI score0.00227EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.5 views

CVE-2024-56573

In the Linux kernel, the following vulnerability has been resolved: efi/libstub: Free correct pointer on failure cmdlineptr is an out parameter, which is not allocated by the function itself, and likely points into the caller's stack. cmdline refers to the pool allocation that should be freed whe...

7CVSS6.4AI score0.00235EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.6 views

CVE-2024-56655

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: do not defer rule destruction via callrcu nftableschaindestroy can sleep, it can't be used from callrcu callbacks. Moreover, nftablesrulerelease is only safe for error unwinding, while transaction mutex is he...

7.8CVSS6.3AI score0.00226EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.7 views

CVE-2024-56611

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix migratetonode assuming there is at least one VMA in a MM We currently assume that there is at least one VMA in a MM, which isn't true. So we might end up having findvma return NULL, to then de-reference NULL. So...

5.5CVSS6.2AI score0.00206EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.9 views

CVE-2024-56663

In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: fix NL80211ATTRMLOLINKID off-by-one Since the netlink attribute range validation provides inclusive checking, the max of attribute NL80211ATTRMLOLINKID should be IEEE80211MLDMAXNUMLINKS - 1 otherwise causing an...

7.8CVSS6.6AI score0.00228EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.8 views

CVE-2024-56567

In the Linux kernel, the following vulnerability has been resolved: ad7780: fix division by zero in ad7780writeraw In the ad7780writeraw , val2 can be zero, which might lead to a division by zero error in DIVROUNDCLOSEST. The ad7780writeraw is based on iioinfo's writeraw. While val is explicitly...

5.5CVSS6.2AI score0.00234EPSS
SaveExploits0References45
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.8 views

CVE-2024-56574

In the Linux kernel, the following vulnerability has been resolved: media: ts2020: fix null-ptr-deref in ts2020probe KASAN reported a null-ptr-deref issue when executing the following command: echo ts2020 0x20 /sys/bus/i2c/devices/i2c-0/newdevice KASAN: null-ptr-deref in range...

5.5CVSS6.2AI score0.00241EPSS
SaveExploits0References45
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.10 views

CVE-2024-56633

In the Linux kernel, the following vulnerability has been resolved: tcpbpf: Fix the skmemuncharge logic in tcpbpfsendmsg The current sk memory accounting logic in SKREDIRECT is pre-uncharging tosend bytes, which is either msg-sg.size or a smaller value applybytes. Potential problems with this...

7.8CVSS6.1AI score0.00281EPSS
SaveExploits0References45
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.8 views

CVE-2024-56650

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: fix LED ID check in ledtgcheck Syzbot has reported the following BUG detected by KASAN: BUG: KASAN: slab-out-of-bounds in strlen+0x58/0x70 Read of size 1 at addr ffff8881022da0c8 by task repro/5879 ... Call...

7.1CVSS6.1AI score0.00262EPSS
SaveExploits0References53
UbuntuCve
UbuntuCve
added 2024/12/27 3:15 p.m.9 views

CVE-2024-56614

In the Linux kernel, the following vulnerability has been resolved: xsk: fix OOB map writes when deleting elements Jordy says: " In the xskmapdeleteelem function an unsigned integer map-maxentries is compared with a user-controlled signed integer k. Due to implicit type conversion, a large unsign...

7.8CVSS6.1AI score0.00255EPSS
SaveExploits0References45
Rows per page
Query Builder