Lucene search
+L

1558 matches found

UbuntuCve
UbuntuCve
added 2024/11/09 11:15 a.m.11 views

CVE-2024-50259

In the Linux kernel, the following vulnerability has been resolved: netdevsim: Add trailing zero to terminate the string in nsimnexthopbucketactivitywrite This was found by a static analyzer. We should not forget the trailing zero after copyfromuser if we will further do some string operations,...

5.5CVSS6.4AI score0.00219EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2024/11/08 6:15 a.m.12 views

CVE-2024-50176

In the Linux kernel, the following vulnerability has been resolved: remoteproc: k3-r5: Fix error handling when power-up failed By simply bailing out, the driver was violating its rule and internal assumptions that either both or no rproc should be initialized. E.g., this could cause the first cor...

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

CVE-2024-50140

In the Linux kernel, the following vulnerability has been resolved: sched/core: Disable page allocation in tasktickmmcid With KASAN and PREEMPTRT enabled, calling taskworkadd in tasktickmmcid may cause the following splat. 63.696416 BUG: sleeping function called from invalid context at...

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

CVE-2024-50172

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Fix a possible memory leak In bnxtresetupchipctx when bnxtqplibmapdbbar fails driver is not freeing the memory allocated for "rdev-chipctx"...

5.5CVSS6.4AI score0.00211EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.14 views

CVE-2024-50165

In the Linux kernel, the following vulnerability has been resolved: bpf: Preserve param-string when parsing mount options In bpfparseparam, keep the value of param-string intact so it can be freed later. Otherwise, the kmalloc area pointed to by param-string will be leaked as shown below:...

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

CVE-2024-50166

In the Linux kernel, the following vulnerability has been resolved: fsl/fman: Fix refcount handling of fman-related devices In macprobe there are multiple calls to offinddevicebynode, fmanbind and fmanportbind which takes references to ofdev-dev. Not all references taken by these calls are releas...

5.5CVSS6.2AI score0.00215EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.12 views

CVE-2024-50149

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Don't free job in TDR Freeing job in TDR is not safe as TDR can pass the runjob thread resulting in UAF. It is only safe for free job to naturally be called by the scheduler. Rather free job in TDR, add to pending list...

7.8CVSS5.9AI score0.00201EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/11/07 10:15 a.m.6 views

CVE-2024-50154

In the Linux kernel, the following vulnerability has been resolved: tcp/dccp: Don't use timerpending in reqskqueueunlink. Martin KaFai Lau reported use-after-free 0 in reqsktimerhandler. """ We are seeing a use-after-free from a bpf prog attached to tracetcpretransmitsynack. The program passes th...

7.8CVSS6.6AI score0.00241EPSS
SaveExploits0References33
OSV
OSV
added 2024/11/07 5:57 a.m.3 views

BELL-CVE-2024-50095

Bulletin has no description...

5.5CVSS7.4AI score0.00261EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/11/06 9:15 p.m.9 views

CVE-2024-50345

symfony/http-foundation is a module for the Symphony PHP framework which defines an object-oriented layer for the HTTP specification. The Request class, does not parse URI with special characters the same way browsers do. As a result, an attacker can trick a validator relying on the Request class...

6.1CVSS6.3AI score0.00565EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/11/06 8:15 p.m.235 views

CVE-2024-51754

Twig is a template language for PHP. In a sandbox, an attacker can call toString on an object even if the toString method is not allowed by the security policy when the object is part of an array or an argument list arguments to a function or a filter for instance. This issue has been patched in...

2.2CVSS5.8AI score0.0044EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/11/05 6:15 p.m.13 views

CVE-2024-50113

In the Linux kernel, the following vulnerability has been resolved: firewire: core: fix invalid port index for parent device In a commit 24b7f8e5cd65 "firewire: core: use helper functions for self ID sequence", the enumeration over self ID sequence was refactored with some helper functions with...

5.5CVSS5.9AI score0.002EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/11/05 6:15 p.m.18 views

CVE-2024-50127

In the Linux kernel, the following vulnerability has been resolved: net: sched: fix use-after-free in tapriochange In 'tapriochange', 'admin' pointer may become dangling due to sched switch / removal caused by 'advancesched', and critical section protected by 'q-currententrylock' is too small to...

7.8CVSS6.4AI score0.00247EPSS
SaveExploits0References44
UbuntuCve
UbuntuCve
added 2024/11/05 6:15 p.m.7 views

CVE-2024-50133

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Don't crash in stacktop for tasks without vDSO Not all tasks have a vDSO mapped, for example kthreads never do. If such a task ever ends up calling stacktop, it will derefence the NULL vdso pointer and crash. This can...

5.5CVSS6.4AI score0.00217EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/11/05 6:15 p.m.10 views

CVE-2024-50125

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on scosocktimeout conn-sk maybe have been unlinked/freed while waiting for scoconnlock so this checks if the conn-sk is still valid by checking if it part of scosklist...

7.8CVSS6.4AI score0.0023EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2024/11/05 5:15 p.m.8 views

CVE-2024-50094

In the Linux kernel, the following vulnerability has been resolved: sfc: Don't invoke xdpdoflush from netpoll. Yury reported a crash in the sfc driver originated from netpollsendudp. The netconsole sends a message and then netpoll invokes the driver's NAPI function with a budget of zero. It is...

5.5CVSS5.9AI score0.002EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2024/11/01 12:0 a.m.8 views

PT-2024-27558 · Wpmu Dev · Wpmu Dev Defender Security

Name of the Vulnerable Software and Affected Versions: WPMU DEV Defender Security versions through 4.7.1 Description: The issue is related to a Missing Authorization vulnerability, which allows accessing functionality not properly constrained by ACLs. Recommendations: For versions through 4.7.1,...

9.8CVSS6.3AI score0.00532EPSS
SaveExploits0References5
OPENSUSE Linux
OPENSUSE Linux
added 2024/11/01 12:0 a.m.4 views

gama-2.31-1.1 on GA media (moderate)

gama-2.31-1.1 on GA media Announcement ID: openSUSE-SU-2024:14444-1 Rating: moderate Cross-References: CVE-2024-50602 CVSS scores: CVE-2024-50602 SUSE : 5.5 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H CVE-2024-50602 SUSE : 5.6 CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N...

5.6CVSS7.8AI score0.0104EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/10/29 5:15 p.m.15 views

CVE-2019-25219

Asio C++ Library before 1.13.0 lacks a fallback error code in the case of SSLERRORSYSCALL with no associated error information from the SSL library being used...

7.5CVSS5.9AI score0.00478EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/10/29 12:0 a.m.7 views

CVE-2024-50079

In the Linux kernel, the following vulnerability has been resolved: iouring/sqpoll: ensure task state is TASKRUNNING when running taskwork When the sqpoll is exiting and cancels pending work items, it may need to run taskwork. If this happens from within iouringcancelgeneric, then it may be under...

5.5CVSS5.8AI score0.00176EPSS
SaveExploits0References7
Rows per page
Query Builder