Lucene search
+L

6883 matches found

UbuntuCve
UbuntuCve
added 2024/11/08 12:15 a.m.16 views

CVE-2024-47072

XStream is a simple library to serialize objects to XML and back again. This vulnerability may allow a remote attacker to terminate the application with a stack overflow error resulting in a denial of service only by manipulating the processed input stream when XStream is configured to use the...

7.5CVSS6.7AI score0.02001EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/11/07 2:15 p.m.12 views

CVE-2024-43434

The bulk message sending feature in Moodle's Feedback module's non-respondents report had an incorrect CSRF token check, leading to a CSRF vulnerability...

8.1CVSS5.9AI score0.00631EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/11/07 2:15 p.m.13 views

CVE-2024-43436

A SQL injection risk flaw was found in the XMLDB editor tool available to site administrators...

7.2CVSS5.8AI score0.00664EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.12 views

CVE-2024-50145

In the Linux kernel, the following vulnerability has been resolved: octeonep: Add SKB allocation failures handling in octepoqprocessrx buildskb returns NULL in case of a memory allocation failure so handle it inside octepoqprocessrx to avoid NULL pointer dereference. octepoqprocessrx is called...

7.5CVSS6.4AI score0.00576EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.13 views

CVE-2024-50169

In the Linux kernel, the following vulnerability has been resolved: vsock: Update rxbytes on readskb Make sure virtiotransportincrxpkt and virtiotransportdecrxpkt calls are balanced i.e. virtiovsocksock::rxbytes doesn't lie after vsocktransport::readskb. While here, also inform the peer that we'v...

5.5CVSS6.3AI score0.00215EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.8 views

CVE-2024-50157

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Avoid CPU lockups due fifo occupancy check loop Driver waits indefinitely for the fifo occupancy to go below a threshold as soon as the pacing interrupt is received. This can cause soft lockup on one of the processor...

5.5CVSS6.4AI score0.00215EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.9 views

CVE-2024-50155

In the Linux kernel, the following vulnerability has been resolved: netdevsim: use condresched in nsimdevtrapreportwork I am still seeing many syzbot reports hinting that syzbot might fool nsimdevtrapreportwork with hundreds of ports 1 Lets use condresched, and systemunboundwq instead of implicit...

7.8CVSS6.4AI score0.0023EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.11 views

CVE-2024-50167

In the Linux kernel, the following vulnerability has been resolved: be2net: fix potential memory leak in bexmit The bexmit returns NETDEVTXOK without freeing skb in case of bexmitenqueue fails, add devkfreeskbany to fix it...

5.5CVSS6.4AI score0.00254EPSS
SaveExploits0References48
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.22 views

CVE-2024-50150

In the Linux kernel, the following vulnerability has been resolved: usb: typec: altmode should keep reference to parent The altmode device release refers to its parent device, but without keeping a reference to it. When registering the altmode, get a reference to the parent and put it in the...

7.8CVSS6.4AI score0.00244EPSS
SaveExploits0References44
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.11 views

CVE-2024-50171

In the Linux kernel, the following vulnerability has been resolved: net: systemport: fix potential memory leak in bcmsysportxmit The bcmsysportxmit returns NETDEVTXOK without freeing skb in case of dmamapsingle fails, add devkfreeskb to fix it...

5.5CVSS6.4AI score0.0024EPSS
SaveExploits0References52
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.13 views

CVE-2024-50163

In the Linux kernel, the following vulnerability has been resolved: bpf: Make sure internal and UAPI bpfredirect flags don't overlap The bpfredirectinfo is shared between the SKB and XDP redirect paths, and the two paths use the same numeric flag values in the ri-flags field specifically,...

5.5CVSS6.4AI score0.00216EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.8 views

CVE-2024-50139

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix shift-out-of-bounds bug Fix a shift-out-of-bounds bug reported by UBSAN when running VM with MTE enabled host kernel. UBSAN: shift-out-of-bounds in arch/arm64/kvm/sysregs.c:1988:14 shift exponent 33 is too large f...

7.9CVSS6.4AI score0.00226EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.16 views

CVE-2024-50161

In the Linux kernel, the following vulnerability has been resolved: bpf: Check the remaining infocnt before repeating btf fields When trying to repeat the btf fields for array of nested struct, it doesn't check the remaining infocnt. The following splat will be reported when the value of ret nele...

7.8CVSS5.7AI score0.002EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.8 views

CVE-2024-50141

In the Linux kernel, the following vulnerability has been resolved: ACPI: PRM: Find EFIMEMORYRUNTIME block for PRM handler and context PRMT needs to find the correct type of block to translate the PA-VA mapping for EFI runtime services. The issue arises because the PRMT is finding a block of type...

7.8CVSS6.4AI score0.00248EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.21 views

CVE-2024-50168

In the Linux kernel, the following vulnerability has been resolved: net/sun382586: fix potential memory leak in sun382586sendpacket The sun382586sendpacket returns NETDEVTXOK without freeing skb in case of skb-len being too long, add devkfreeskb to fix it...

5.5CVSS6.4AI score0.00221EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.7 views

CVE-2024-50144

In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix unbalanced rpm put with fencefini Currently we can call fencefini twice if something goes wrong when sending the GuC CT for the tlb request, since we signal the fence and return an error, leading to the caller also...

5.5CVSS5.8AI score0.00201EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.12 views

CVE-2024-50160

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/cs8409: Fix possible NULL dereference If sndhdagenaddkctl fails to allocate memory and returns NULL, then NULL pointer dereference will occur in the next line. Since dolphinfixups function is a hdafixup function which i...

5.5CVSS6.4AI score0.00216EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.10 views

CVE-2024-50148

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: bnep: fix wild-memory-access in protounregister There's issue as follows: KASAN: maybe wild-memory-access in range 0xdead...108-0xdead...10f CPU: 3 UID: 0 PID: 2805 Comm: rmmod Tainted: G W RIP:...

5.5CVSS6.4AI score0.00262EPSS
SaveExploits0References52
UbuntuCve
UbuntuCve
added 2024/11/06 9:15 p.m.9 views

CVE-2024-50343

symfony/validator is a module for the Symphony PHP framework which provides tools to validate values. It is possible to trick a Validator configured with a regular expression using the $ metacharacters, with an input ending with \n. Symfony as of versions 5.4.43, 6.4.11, and 7.1.4 now uses the D...

3.1CVSS5.9AI score0.00455EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/11/06 9:15 p.m.11 views

CVE-2024-50341

symfony/security-bundle is a module for the Symphony PHP framework which provides a tight integration of the Security component into the Symfony full-stack framework. The custom userchecker defined on a firewall is not called when Login Programmaticaly with the Security::login method, leading to...

3.1CVSS5.9AI score0.00311EPSS
SaveExploits0References4
Rows per page
Query Builder