Lucene search
+L

9836 matches found

UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.7 views

CVE-2024-41810

Twisted is an event-based framework for internet applications, supporting Python 3.6+. The twisted.web.util.redirectTo function contains an HTML injection vulnerability. If application code allows an attacker to control the redirect URL this vulnerability may result in Reflected Cross-Site...

6.1CVSS6.6AI score0.01176EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.6 views

CVE-2024-42071

In the Linux kernel, the following vulnerability has been resolved: ionic: use devconsumeskbany outside of napi If we're not in a NAPI softirq context, we need to be careful about how we call napiconsumeskb, specifically we need to call it with budget==0 to signal to it that we're not in a safe...

5.5CVSS6.1AI score0.0021EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.8 views

CVE-2024-41093

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: 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 framebuffer...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.8 views

CVE-2024-42063

In the Linux kernel, the following vulnerability has been resolved: bpf: Mark bpf prog stack with kmsanunposionmemory in interpreter mode syzbot reported uninit memory usages during maplookup,deleteelem. ========== BUG: KMSAN: uninit-value in devmaplookupelem kernel/bpf/devmap.c:441 inline BUG:...

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.9 views

CVE-2024-41092

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Fix potential UAF by revoke of fence registers CI has been sporadically reporting the following issue triggered by igt@i915selftest@live@hangcheck on ADL-P and similar machines: 414.049203 i915: Running...

7.8CVSS6.6AI score0.0027EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.7 views

CVE-2024-41086

In the Linux kernel, the following vulnerability has been resolved: bcachefs: Fix sbfielddowngrade validation - bch2sbdowngradevalidate wasn't checking for a downgrade entry extending past the end of the superblock section - foreachdowngradeentry is used in totext and needs to work on malformed...

5.5CVSS5.9AI score0.00196EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.6 views

CVE-2024-42079

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix NULL pointer dereference in gfs2logflush In gfs2jindexfree, set sdp-sdjdesc to NULL under the log flush lock to provide exclusion against gfs2logflush. In gfs2logflush, check if sdp-sdjdesc is non-NULL before...

5.5CVSS6.2AI score0.00268EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.12 views

CVE-2024-42069

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix possible double free in error handling path When auxiliarydeviceadd returns error and then calls auxiliarydeviceuninit, callback function adevrelease calls kfreemadev. We shouldn't call kfreemadev again in the erro...

5.5CVSS6.4AI score0.00224EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.8 views

CVE-2024-41084

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Avoid null pointer dereference in region lookup cxldpatoregion looks up a region based on a memdev and DPA. It wrongly assumes an endpoint found mapping the DPA is also of a fully assembled region. When not true it...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.9 views

CVE-2024-41097

In the Linux kernel, the following vulnerability has been resolved: usb: atm: cxacru: fix endpoint checking in cxacrubind Syzbot is still reporting quite an old issue 1 that occurs due to incomplete checking of present usb endpoints. As such, wrong endpoints types may be used at urb sumbitting...

5.5CVSS6.3AI score0.00234EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.12 views

CVE-2024-42067

In the Linux kernel, the following vulnerability has been resolved: bpf: Take return from setmemoryrox into account with bpfjitbinarylockro setmemoryrox can fail, leaving memory unprotected. Check return and bail out when bpfjitbinarylockro returns an error...

5.5CVSS6AI score0.00224EPSS
SaveExploits0References17
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.4 views

CVE-2024-42080

In the Linux kernel, the following vulnerability has been resolved: RDMA/restrack: Fix potential invalid address access struct rdmarestrackentry's kernname was set to KBUILDMODNAME in ibcreatecq, while if the module exited but forgot del this rdmarestrackentry, it would cause a invalid address...

5.5CVSS6.3AI score0.0023EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.8 views

CVE-2024-41085

In the Linux kernel, the following vulnerability has been resolved: cxl/mem: Fix no cxlnvd during pmem region auto-assembling When CXL subsystem is auto-assembling a pmem region during cxl endpoint port probing, always hit below calltrace. BUG: kernel NULL pointer dereference, address:...

5.5CVSS6.3AI score0.002EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2024/07/29 4:15 p.m.12 views

CVE-2024-41096

In the Linux kernel, the following vulnerability has been resolved: PCI/MSI: Fix UAF in msicapabilityinit KFENCE reports the following UAF: BUG: KFENCE: use-after-free read in pcienablemsirange+0x2c0/0x488 Use-after-free read at 0x0000000024629571 in kfence-12: pcienablemsirange+0x2c0/0x488...

7.8CVSS6.5AI score0.0024EPSS
SaveExploits0References15
UbuntuCve
UbuntuCve
added 2024/07/29 3:15 p.m.6 views

CVE-2024-41061

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport Why Potential out of bounds access in dml2calculaterqanddlgparams because the value of outloweststateidx used as an index for FCLKChangeSupport array can be...

7.8CVSS6.3AI score0.00206EPSS
SaveExploits0References14
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.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.8 views

CVE-2024-41038

In the Linux kernel, the following vulnerability has been resolved: firmware: csdsp: Prevent buffer overrun when processing V2 alg headers Check that all fields of a V2 algorithm header fit into the available firmware data buffer. The wmfw V2 format introduced variable-length strings in the...

5.5CVSS6.5AI score0.00274EPSS
SaveExploits0References16
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.6 views

CVE-2024-41027

In the Linux kernel, the following vulnerability has been resolved: Fix userfaultfdapi to return EINVAL as expected Currently if we request a feature that is not set in the Kernel config we fail silently and return all the available features. However, the man page indicates we should return an...

3.3CVSS6.3AI score0.00282EPSS
SaveExploits0References23
Rows per page
Query Builder