Lucene search
+L

9837 matches found

UbuntuCve
UbuntuCve
added 2024/09/17 6:15 p.m.13 views

CVE-2024-8796

Under the default configuration, Devise-Two-Factor versions = 2.2.0 & 6.0.0 generate TOTP shared secrets that are 120 bits instead of the 128-bit minimum defined by RFC 4226. Using a shared secret shorter than the minimum to generate a multi-factor authentication code could make it easier for an...

6CVSS5.9AI score0.00641EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/09/17 2:15 p.m.8 views

CVE-2024-38860

Improper neutralization of input in Checkmk before versions 2.3.0p16 and 2.2.0p34 allows attackers to craft malicious links that can facilitate phishing attacks...

6.1CVSS5.9AI score0.00309EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/09/16 7:16 p.m.5 views

CVE-2024-45801

DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It has been discovered that malicious HTML using special nesting techniques can bypass the depth checking added to DOMPurify in recent releases. It was also possible to use Prototype Pollution to weaken the...

7.3CVSS6.8AI score0.00844EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/09/13 6:15 a.m.6 views

CVE-2024-46689

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: cmd-db: Map shared memory as WC, not WB Linux does not write into cmd-db region. This region of memory is write protected by XPU. XPU may sometime falsely detect clean cache eviction as "write" into the write protected...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2024/09/13 6:15 a.m.13 views

CVE-2024-46677

In the Linux kernel, the following vulnerability has been resolved: gtp: fix a potential NULL pointer dereference When sockfdlookup fails, gtpencapenablesocket returns a NULL pointer, but its callers only check for error pointers thus miss the NULL pointer case. Fix it by returning an error point...

5.5CVSS6.2AI score0.00263EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2024/09/13 6:15 a.m.20 views

CVE-2024-46679

In the Linux kernel, the following vulnerability has been resolved: ethtool: check device is present when getting link settings A sysfs reader can race with a device reset or removal, attempting to read device state when the device is not actually present. eg: exception RIP: qedgetcurrentlink+17 ...

4.7CVSS6.3AI score0.00246EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2024/09/13 6:15 a.m.5 views

CVE-2024-46681

In the Linux kernel, the following vulnerability has been resolved: pktgen: use cpusreadlock in pgnetinit I have seen the WARNONsmpprocessorid != cpu firing in pktgenthreadworker during tests. We must use cpusreadlock/cpusreadunlock around the foreachonlinecpucpu loop. While we are at it use...

5.5CVSS6.1AI score0.00201EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/09/13 12:0 a.m.7 views

CVE-2024-46706

In the Linux kernel, the following vulnerability has been resolved: tty: serial: fsllpuart: mark last busy before uartaddoneport With "earlycon initcalldebug=1 loglevel=8" in bootargs, kernel sometimes boot hang. It is because normal console still is not ready, but runtime suspend is called, so...

5.5CVSS6.3AI score0.00215EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/09/13 12:0 a.m.10 views

CVE-2024-46690

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfsd4deleggetattrconflict in presence of third party lease It is not safe to dereference fl-c.flcowner without first confirming fl-fllmops is the expected manager. nfsd4deleggetattrconflict tests fllmops but largely...

5.5CVSS5.9AI score0.00185EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/09/13 12:0 a.m.10 views

CVE-2024-46697

In the Linux kernel, the following vulnerability has been resolved: nfsd: ensure that nfsd4fattrargs.context is zeroed out If nfsd4encodefattr4 ends up doing a "goto out" before we get to checking for the security label, then args.context will be set to uninitialized junk on the stack, which we'l...

5.5CVSS6.3AI score0.00188EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/09/13 12:0 a.m.7 views

CVE-2024-46708

In the Linux kernel, the following vulnerability has been resolved: pinctrl: qcom: x1e80100: Fix special pin offsets Remove the erroneus 0x100000 offset to prevent the boards from crashing on pin state setting, as well as for the intended state changes to take effect...

5.5CVSS6.3AI score0.00187EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/09/13 12:0 a.m.8 views

CVE-2024-46680

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Fix random crash seen while removing driver This fixes the random kernel crash seen while removing the driver, when running the load/unload test over multiple iterations. 1 modprobe btnxpuart 2 hciconfig hci...

5.5CVSS6.4AI score0.00231EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/09/13 12:0 a.m.8 views

CVE-2024-46700

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

6.7AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/09/13 12:0 a.m.9 views

CVE-2024-46710

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Prevent unmapping active read buffers The kms paths keep a persistent map active to read and compare the cursor buffer. These maps can race with each other in simple scenario where: a buffer "a" mapped for update b...

4.7CVSS6.5AI score0.00209EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/09/13 12:0 a.m.5 views

CVE-2024-46694

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: avoid using null object of framebuffer Instead of using state-fb-obj0 directly, get object from framebuffer by calling drmgemfbgetobj and return error code when object is null to avoid using null object of...

5.5CVSS6.4AI score0.00228EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/09/13 12:0 a.m.14 views

CVE-2024-46711

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: fix ID 0 endp usage after multiple re-creations 'localaddrused' and 'addaddraccepted' are decremented for addresses not related to the initial subflow ID0, because the source and destination addresses of the initial...

4.7CVSS6.4AI score0.00216EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/09/13 12:0 a.m.10 views

CVE-2024-46684

In the Linux kernel, the following vulnerability has been resolved: binfmtelffdpic: fix AUXV size calculation when ELFHWCAP2 is defined createelffdpictables does not correctly account the space for the AUX vector when an architecture has ELFHWCAP2 defined. Prior to the commit 10e29251be0e...

5.5CVSS6.4AI score0.00199EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/09/13 12:0 a.m.12 views

CVE-2024-46704

In the Linux kernel, the following vulnerability has been resolved: workqueue: Fix spruious data race in flushwork When flushing a work item for cancellation, flushwork knows that it exclusively owns the work item through its PENDING bit. 134874e2eee9 "workqueue: Allow cancelworksync and...

4.7CVSS5.8AI score0.00175EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/09/13 12:0 a.m.14 views

CVE-2024-38816

Applications serving static resources through the functional web frameworks WebMvc.fn or WebFlux.fn are vulnerable to path traversal attacks. An attacker can craft malicious HTTP requests and obtain any file on the file system that is also accessible to the process in which the Spring application...

7.5CVSS6.8AI score0.14718EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2024/09/13 12:0 a.m.8 views

CVE-2024-46687

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix a use-after-free when hitting errors inside btrfssubmitchunk BUG There is an internal report that KASAN is reporting use-after-free, with the following backtrace: BUG: KASAN: slab-use-after-free in...

7.8CVSS6.6AI score0.00211EPSS
SaveExploits0References10
Rows per page
Query Builder