Lucene search
+L

9844 matches found

UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.8 views

CVE-2024-41060

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check bova-bo is non-NULL before using it The call to radeonvmclearfreed might clear bova-bo, so we have to check it before dereferencing it...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.11 views

CVE-2024-41030

In the Linux kernel, the following vulnerability has been resolved: ksmbd: discard write access to the directory open mayopen does not allow a directory to be opened with the write access. However, some writing flags set by client result in adding write access on server, making ksmbd incompatible...

5.5CVSS6.2AI score0.00288EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.13 views

CVE-2024-41052

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Init the count variable in collecting hot-reset devices The count variable is used without initialization, it results in mistakes in the device counting and crashes the userspace if the get hot reset info path is...

5.5CVSS5.9AI score0.00272EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.12 views

CVE-2024-41073

In the Linux kernel, the following vulnerability has been resolved: nvme: avoid double free special payload If a discard request needs to be retried, and that retry may fail before a new special payload is added, a double free will result. Clear the RQFSPECIALLOAD when the request is cleaned...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.7 views

CVE-2024-41043

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: drop bogus WARNON Happens when rules get flushed/deleted while packet is out, so remove this WARNON. This WARN exists in one form or another since v4.14, no need to backport this to older releases, henc...

5.5CVSS5.8AI score0.00232EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.5 views

CVE-2024-41050

In the Linux kernel, the following vulnerability has been resolved: cachefiles: cyclic allocation of msgid to avoid reuse Reusing the msgid after a maliciously completed reopen request may cause a read request to remain unprocessed and result in a hung, as shown below: t1 | t2 | t3...

7.8CVSS6.2AI score0.00282EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.8 views

CVE-2024-41051

In the Linux kernel, the following vulnerability has been resolved: cachefiles: wait for ondemandobjectworker to finish when dropping object When queuing ondemandobjectworker to re-open the object, cachefilesobject is not pinned. The cachefilesobject may be freed when the pending read request is...

7.8CVSS6.3AI score0.00275EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.8 views

CVE-2024-41071

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

6.7AI score
SaveExploits0References29
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.14 views

CVE-2024-41068

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Fix sclpinit cleanup on failure If sclpinit fails it only partially cleans up: if there are multiple failing calls to sclpinit sclpstatechangeevent will be added several times to sclpreglist, which results in the...

5.5CVSS6.2AI score0.00243EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.8 views

CVE-2024-41080

In the Linux kernel, the following vulnerability has been resolved: iouring: fix possible deadlock in ioregisteriowqmaxworkers The ioregisteriowqmaxworkers function calls ioputsqdata, which acquires the sqd-lock without releasing the uringlock. Similar to the commit 009ad9f0c6ee "iouring: drop...

5.5CVSS6.4AI score0.00206EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.10 views

CVE-2024-41053

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix ufshcdabortone racing issue When ufshcdabortone is racing with the completion ISR, the completed tag of the request's mqhctx pointer will be set to NULL by ISR. Return success when request is completed by ISR...

5.5CVSS5.9AI score0.00291EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.12 views

CVE-2024-41062

In the Linux kernel, the following vulnerability has been resolved: bluetooth/l2cap: sync sock recv cb and release The problem occurs between the system call to close the sock and hcirxwork, where the former releases the sock and the latter accesses it without lock protection. CPU0 CPU1 ---- ----...

5.5CVSS6.2AI score0.00212EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.4 views

CVE-2024-41035

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor Syzbot has identified a bug in usbcore see the Closes: tag below caused by our assumption that the reserved bits in an endpoint descriptor's...

5.5CVSS6.4AI score0.00299EPSS
SaveExploits0References32
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.11 views

CVE-2024-41070

In the Linux kernel, the following vulnerability has been resolved: KVM: PPC: Book3S HV: Prevent UAF in kvmspaprtceattachiommugroup Al reported a possible use-after-free UAF in kvmspaprtceattachiommugroup. It looks up stt from tablefd, but then continues to use it after doing fdput on the returne...

7.8CVSS6.4AI score0.00225EPSS
SaveExploits0References33
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.10 views

CVE-2024-41067

In the Linux kernel, the following vulnerability has been resolved: btrfs: scrub: handle RST lookup error correctly BUG When running btrfs/060 with forced RST feature, it would crash the following ASSERT inside scrubreadendio: ASSERTsectornr nrsectors; Before that, we would have tree dump from...

5.5CVSS6.1AI score0.00197EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2024/07/29 2:15 p.m.7 views

CVE-2024-41022

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix signedness bug in sdmav40processtrapirq The "instance" variable needs to be signed for the error handling to work...

5.5CVSS6.3AI score0.00238EPSS
SaveExploits0References31
UbuntuCve
UbuntuCve
added 2024/07/29 2:15 p.m.12 views

CVE-2024-41020

In the Linux kernel, the following vulnerability has been resolved: filelock: Fix fcntl/close race recovery compat path When I wrote commit 3cad1bc01041 "filelock: Remove locks reliably when fcntl/close race is detected", I missed that there are two copies of the code I was patching: The normal...

4.7CVSS6.3AI score0.00183EPSS
SaveExploits0References38
UbuntuCve
UbuntuCve
added 2024/07/28 2:15 a.m.11 views

CVE-2024-42049

TightVNC Server for Windows before 2.8.84 allows attackers to connect to the control pipe via a network connection...

9.1CVSS5.9AI score0.02147EPSS
SaveExploits3References3
CBLMariner
CBLMariner
added 2024/07/24 1:52 a.m.8 views

CVE-2018-7159 affecting package rubygem-http_parser for versions less than 0.8.0-1

CVE-2018-7159 affecting package rubygem-httpparser for versions less than 0.8.0-1. A patched version of the package is available...

5.3CVSS9.1AI score0.03621EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/07/22 3:15 p.m.10 views

CVE-2024-32152

A blocklist bypass vulnerability exists in the LaTeX functionality of Ankitects Anki 24.04. A specially crafted malicious flashcard can lead to an arbitrary file creation at a fixed path. An attacker can share a malicious flashcard to trigger this vulnerability...

4.3CVSS6AI score0.12111EPSS
SaveExploits1References2
Rows per page
Query Builder