Lucene search
+L

6526 matches found

Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.55 views

CVE-2024-43816

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Revise lpfcprepembedio routine with proper endian macro usages On big endian architectures, it is possible to run into a memory out of bounds pointer dereference when FCP targets are zoned. In lpfcprepembedio, the...

7.8CVSS5.4AI score0.00203EPSS
SaveExploits0
NVD
NVD
added 2024/08/17 9:15 a.m.65 views

CVE-2024-42317

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: avoid PMD-size page cache if needed xarray can't support arbitrary page cache size. the largest and supported page cache size is defined as MAXPAGECACHEORDER by commit 099d90642a71 "mm/filemap: make MAXPAGECACHEORD...

5.5CVSS0.00184EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/17 9:15 a.m.37 views

CVE-2024-42308

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

6.3AI score
SaveExploits0References1
NVD
NVD
added 2024/08/17 9:15 a.m.16 views

CVE-2024-42285

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix a use-after-free related to destroying CM IDs iwconnreqhandler associates a new struct rdmaidprivate connid with an existing struct iwcmid cmid as follows: connid-cmid.iw = cmid; cmid-context = connid; cmid-cmhandl...

9.8CVSS0.0087EPSS
SaveExploits0References10
NVD
NVD
added 2024/08/17 9:15 a.m.16 views

CVE-2024-42292

In the Linux kernel, the following vulnerability has been resolved: kobjectuevent: Fix OOB access within zapmodaliasenv zapmodaliasenv wrongly calculates size of memory block to move, so will cause OOB memory access issue if variable MODALIAS is not the last one within its @env parameter, fixed b...

7.1CVSS0.00248EPSS
SaveExploits0References11
NVD
NVD
added 2024/08/17 9:15 a.m.23 views

CVE-2024-42263

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the timestamp extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drmsyncobjput. Fix it by...

5.5CVSS0.00196EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.16 views

CVE-2024-42314

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when adding pages to compressed bio At addrabiopages we are accessing the extent map to calculate 'addsize' after we dropped our reference on the extent map, resulting in a use-after-free. Fix...

7.8CVSS6.4AI score0.00227EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.11 views

CVE-2024-42266

In the Linux kernel, the following vulnerability has been resolved: btrfs: make cowfilerangeinline honor lockedpage on error The btrfs buffered write path runs through extentwritepage which has some tricky return value handling for writepagedelalloc. Specifically, when that returns 1, we exit, bu...

7.8CVSS5.9AI score0.00203EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.18 views

CVE-2024-42263

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the timestamp extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leaked because of the missing drmsyncobjput. Fix it by...

5.5CVSS6.4AI score0.00196EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.27 views

CVE-2024-42302

In the Linux kernel, the following vulnerability has been resolved: PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal Keith reports a use-after-free when a DPC event occurs concurrently to hot-removal of the same portion of the hierarchy: The dpchandler awaits readiness of the seconda...

7.8CVSS6.1AI score0.0023EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.21 views

CVE-2024-42293

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: Fix lockless walks with static and dynamic page-table folding Lina reports random oopsen originating from the fast GUP code when 16K pages are used with 4-level page-tables, the fourth level being folded at runtime due...

7.8CVSS6.6AI score0.00203EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.14 views

CVE-2024-42295

In the Linux kernel, the following vulnerability has been resolved: nilfs2: handle inconsistent state in nilfsbtnodecreateblock Syzbot reported that a buffer state inconsistency was detected in nilfsbtnodecreateblock, triggering a kernel bug. It is not appropriate to treat this inconsistency as a...

5.5CVSS6.4AI score0.00234EPSS
SaveExploits0References26
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.23 views

CVE-2024-42318

In the Linux kernel, the following vulnerability has been resolved: landlock: Don't lose track of restrictions on credtransfer When a process' cred struct is replaced, this almost always invokes the credprepare LSM hook; but in one special case when KEYCTLSESSIONTOPARENT updates the parent's...

8.8CVSS5.9AI score0.00299EPSS
SaveExploits2References20
Vulnrichment
Vulnrichment
added 2024/08/17 9:09 a.m.44 views

CVE-2024-42322 ipvs: properly dereference pe in ip_vs_add_service

In the Linux kernel, the following vulnerability has been resolved: ipvs: properly dereference pe in ipvsaddservice Use pe directly to resolve sparse warning: net/netfilter/ipvs/ipvsctl.c:1471:27: warning: dereference of noderef expression...

6.8AI score0.00227EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/08/17 9:09 a.m.17 views

CVE-2024-42321 net: flow_dissector: use DEBUG_NET_WARN_ON_ONCE

In the Linux kernel, the following vulnerability has been resolved: net: flowdissector: use DEBUGNETWARNONONCE The following splat is easy to reproduce upstream as well as in -stable kernels. Florian Westphal provided the following commit: d1dab4f71d37 "net: add and use skbgethashsymmetricnet" bu...

6.7AI score0.0021EPSS
SaveExploits0References4
OSV
OSV
added 2024/08/17 9:09 a.m.28 views

CVE-2024-42319 mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable()

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: Move devmmboxcontrollerregister after devmpmruntimeenable When mtk-cmdq unbinds, a WARNON message with condition pmruntimegetsync 0 occurs. According to the call tracei below: cmdqmboxshutdown mboxfreechannel...

6AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/08/17 9:09 a.m.71 views

CVE-2024-42317

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: avoid PMD-size page cache if needed xarray can't support arbitrary page cache size. the largest and supported page cache size is defined as MAXPAGECACHEORDER by commit 099d90642a71 "mm/filemap: make MAXPAGECACHEORD...

5.5CVSS6.1AI score0.00184EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/17 9:09 a.m.42 views

CVE-2024-42310 drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: fix null pointer dereference in cdvintellvdsgetmodes In cdvintellvdsgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a NULL pointer dereference on failure of drmmodeduplicate. Add...

0.00228EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/08/17 9:09 a.m.28 views

CVE-2024-42308

Removed by vendor...

7.3AI score
SaveExploits0
CVE
CVE
added 2024/08/17 9:09 a.m.178 views

CVE-2024-42305

CVE-2024-42305 affects the Linux kernel ext4, where a dir-indexing edge case could trigger out-of-bounds access during directory entry splitting when the first two entries are not dot/dotdot. The description and connected material explain that make_indexed_dir() assumed the first two dirents are ...

5.5CVSS6.6AI score0.00226EPSS
SaveExploits0References11Affected Software1
Rows per page
Query Builder