Lucene search
+L

9844 matches found

UbuntuCve
UbuntuCve
added 2024/11/05 6:15 p.m.8 views

CVE-2024-50138

In the Linux kernel, the following vulnerability has been resolved: bpf: Use rawspinlockt in ringbuf The function bpfringbufreserve is invoked from a tracepoint, which disables preemption. Using spinlockt in this context can lead to a "sleep in atomic" warning in the RT variant. This issue is...

5.5CVSS6.3AI score0.0022EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/11/05 6:15 p.m.11 views

CVE-2024-50119

In the Linux kernel, the following vulnerability has been resolved: cifs: fix warning when destroy 'cifsiorequestpool' There's a issue as follows: WARNING: CPU: 1 PID: 27826 at mm/slub.c:4698 freelargekmalloc+0xac/0xe0 RIP: 0010:freelargekmalloc+0xac/0xe0 Call Trace: ? warn+0xea/0x330...

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

CVE-2024-50118

In the Linux kernel, the following vulnerability has been resolved: btrfs: reject ro-rw reconfiguration if there are hard ro requirements BUG Syzbot reports the following crash: BTRFS info device loop0 state MCS: disabling free space tree BTRFS info device loop0 state MCS: clearing compat-ro...

5.5CVSS6.4AI score0.00186EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/11/05 6:15 p.m.12 views

CVE-2024-50121

In the Linux kernel, the following vulnerability has been resolved: nfsd: cancel nfsdshrinkerwork using sync mode in nfs4stateshutdownnet In the normal case, when we excute echo 0 /proc/fs/nfsd/threads, the function nfs4statedestroynet in nfs4stateshutdownnet will release all resources related to...

7.8CVSS6.3AI score0.00235EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2024/11/05 6:15 p.m.12 views

CVE-2024-50132

In the Linux kernel, the following vulnerability has been resolved: tracing/probes: Fix MAXTRACEARGS limit handling When creating a traceprobe we would set nrargs prior to truncating the arguments to MAXTRACEARGS. However, we would only initialize arguments up to the limit. This caused invalid...

5.5CVSS5.9AI score0.00214EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/11/05 6:15 p.m.9 views

CVE-2024-50128

In the Linux kernel, the following vulnerability has been resolved: net: wwan: fix global oob in wwanrtnlpolicy The variable wwanrtnllinkops assign a bigger maxtype which leads to a global out-of-bounds read when parsing the netlink attributes. Exactly same bug cause as the oob fixed in commit...

7.1CVSS6.6AI score0.00227EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2024/11/05 6:15 p.m.11 views

CVE-2024-50106

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix race between laundromat and freestateid There is a race between laundromat handling of revoked delegations and a client sending freestateid operation. Laundromat thread finds that delegation has expired and needs to be...

7.8CVSS6.3AI score0.00211EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/11/05 5:15 p.m.8 views

CVE-2024-50092

In the Linux kernel, the following vulnerability has been resolved: net: netconsole: fix wrong warning A warning is triggered when there is insufficient space in the buffer for userdata. However, this is not an issue since userdata will be sent in the next iteration. Current warning message:...

3.3CVSS5.9AI score0.00197EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/11/05 5:15 p.m.12 views

CVE-2024-50089

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.7AI score
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/11/05 5:15 p.m.6 views

CVE-2024-50093

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: int340x: processor: Fix warning during module unload The processorthermal driver uses pcimdeviceenable to enable a PCI device, which means the device will be automatically disabled on driver detach. Thus there is ...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2024/11/05 5:15 p.m.7 views

CVE-2024-50091

In the Linux kernel, the following vulnerability has been resolved: dm vdo: don't refer to dedupecontext after releasing it Clear the dedupecontext pointer in a datavio whenever ownership of the context is lost, so that vdo can't examine it accidentally...

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

CVE-2024-50097

In the Linux kernel, the following vulnerability has been resolved: net: fec: don't save PTP state if PTP is unsupported Some platforms such as i.MX25 and i.MX27 do not support PTP, so on these platforms fecptpinit is not called and the related members in fep are not initialized. However,...

5.5CVSS5.9AI score0.00229EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/11/04 10:15 p.m.9 views

CVE-2024-51744

golang-jwt is a Go implementation of JSON Web Tokens. Unclear documentation of the error behavior in ParseWithClaims can lead to situation where users are potentially not checking errors in the way they should be. Especially, if a token is both expired and invalid, the errors returned by...

3.1CVSS6.6AI score0.00521EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/11/02 6:15 a.m.10 views

CVE-2024-51774

qBittorrent before 5.0.1 proceeds with use of https URLs even after certificate validation errors...

8.1CVSS7.3AI score0.03295EPSS
SaveExploits2References4
UbuntuCve
UbuntuCve
added 2024/10/31 3:15 p.m.17 views

CVE-2024-48910

DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. DOMPurify was vulnerable to prototype pollution. This vulnerability is fixed in 2.4.2...

9.8CVSS7.1AI score0.01176EPSS
SaveExploits2References4
UbuntuCve
UbuntuCve
added 2024/10/30 10:15 p.m.9 views

CVE-2024-10005

A vulnerability was identified in Consul and Consul Enterprise “Consul” such that using URL paths in L7 traffic intentions could bypass HTTP request path-based access rules...

8.1CVSS7.1AI score0.00731EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/10/30 10:15 p.m.9 views

CVE-2024-10086

A vulnerability was identified in Consul and Consul Enterprise such that the server response did not explicitly set a Content-Type HTTP header, allowing user-provided inputs to be misinterpreted and lead to reflected XSS...

6.1CVSS6.8AI score0.00427EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/10/30 10:15 p.m.17 views

CVE-2024-10006

A vulnerability was identified in Consul and Consul Enterprise “Consul” such that using Headers in L7 traffic intentions could bypass HTTP header based access rules...

8.3CVSS7.1AI score0.00473EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/10/30 12:0 a.m.12 views

CVE-2024-46953

An issue was discovered in base/gsdevice.c in Artifex Ghostscript before 10.04.0. An integer overflow when parsing the filename format string for the output filename results in path truncation, and possible path traversal and code execution...

7.8CVSS7.2AI score0.00387EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/10/29 4:15 p.m.11 views

CVE-2024-10452

Organization admins can delete pending invites created in an organization they are not part of...

2.7CVSS6.7AI score0.00496EPSS
SaveExploits0References2
Rows per page
Query Builder