Lucene search
+L

6305 matches found

UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.43 views

CVE-2021-47018

In the Linux kernel, the following vulnerability has been resolved: powerpc/64: Fix the definition of the fixmap area At the time being, the fixmap area is defined at the top of the address space or just below KASAN. This definition is not valid for PPC64. For PPC64, use the top of the I/O space...

5.5CVSS6.4AI score0.00239EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.31 views

CVE-2021-47026

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: destroy sysfs after removing session from active list A session can be removed dynamically by sysfs interface "removepath" that eventually calls rtrscltremovepathfromsysfs function. The current...

7.8CVSS6.3AI score0.00238EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.17 views

CVE-2021-46999

In the Linux kernel, the following vulnerability has been resolved: sctp: do asoc update earlier in sctpsfdodupcooka There's a panic that occurs in a few of envs, the call trace is as below: general protection fault, ... 0x29acd70f1000a: 0000 1 SMP PTI RIP:...

7.8CVSS6.4AI score0.0025EPSS
SaveExploits0References8
Prion
Prion
added 2024/02/28 9:15 a.m.28 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: mt76: connac: fix kernel warning adding monitor interface Fix the following kernel warning adding a monitor interface in mt76connacmcuuniadddev routine. 507.984882 ------------ cut here ------------ 507.989515 WARNING: CPU: 1 PID...

6.6AI score0.00246EPSS
SaveExploits0References2
Prion
Prion
added 2024/02/28 9:15 a.m.36 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix memleak when mt7915unregisterdevice mt7915txtokenput should get call before mt76freependingtxwi...

6.8AI score0.00235EPSS
SaveExploits0References3
Prion
Prion
added 2024/02/28 9:15 a.m.32 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid touching checkpointed data in getvictim In CP disabling mode, there are two issues when using LFS or SSR | ATSSR mode to select victim: 1. LFS is set to find source section during GC, the victim should have no...

6.7AI score0.00236EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/02/28 9:15 a.m.27 views

CVE-2021-46986

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Free gadget structure only after freeing endpoints As part of commit e81a7018d93a "usb: dwc3: allocate gadget structure dynamically" the dwc3gadgetrelease was added which will free the dwc-gadget structure upon...

5.5CVSS5.7AI score0.00229EPSS
SaveExploits0References6
Prion
Prion
added 2024/02/28 9:15 a.m.18 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock when cloning inline extents and using qgroups There are a few exceptional cases where cloning an inline extent needs to copy the inline extent data into a page of the destination inode. When this happens, we e...

6.7AI score0.00181EPSS
SaveExploits0References3
Prion
Prion
added 2024/02/28 9:15 a.m.17 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: iouring: fix overflows checks in provide buffers Colin reported before possible overflow and sign extension problems in ioprovidebuffersprep. As Linus pointed out previous attempt did nothing useful, see d81269fecb8ce "iouring: f...

7.4AI score0.0026EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/28 9:15 a.m.28 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Use after free in vmbusopen The "openinfo" variable is added to the &vmbusconnection.chnmsglist, but the error handling frees "openinfo" without removing it from the list. This will result in a use after free...

7.1AI score0.00227EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.20 views

CVE-2021-47051

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-lpspi: Fix PM reference leak in lpspipreparexferhardware pmruntimegetsync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. Fix it by replacing it with...

5.5CVSS5.4AI score0.00225EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.15 views

CVE-2021-47050 memory: renesas-rpc-if: fix possible NULL pointer dereference of resource

In the Linux kernel, the following vulnerability has been resolved: memory: renesas-rpc-if: fix possible NULL pointer dereference of resource The platformgetresourcebyname can return NULL which would be immediately dereferenced by resourcesize. Instead dereference it after validating the resource...

6.9AI score0.00235EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.24 views

CVE-2021-47049 Drivers: hv: vmbus: Use after free in __vmbus_open()

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Use after free in vmbusopen The "openinfo" variable is added to the &vmbusconnection.chnmsglist, but the error handling frees "openinfo" without removing it from the list. This will result in a use after free...

7.9AI score0.00227EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.47 views

CVE-2021-47046

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix off by one in hdmi14processtransaction The hdcpi2coffsets array did not have an entry for HDCPMESSAGEIDWRITECONTENTSTREAMTYPE so it led to an off by one read overflow. I added an entry and copied the 0x0 valu...

7.8CVSS6.2AI score0.00245EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.33 views

CVE-2021-47044 sched/fair: Fix shift-out-of-bounds in load_balance()

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix shift-out-of-bounds in loadbalance Syzbot reported a handful of occurrences where an sd-nrbalancefailed can grow to much higher values than one would expect. A successful loadbalance resets it to 0; a failed one...

6.6AI score0.00267EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.42 views

CVE-2021-47045

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix null pointer dereference in lpfcprepelsiocb It is possible to call lpfcissueelsplogi passing a did for which no matching ndlp is found. A call is then made to lpfcprepelsiocb with a null pointer to a lpfcnodelist...

5.5CVSS5.7AI score0.00239EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.38 views

CVE-2021-47043 media: venus: core: Fix some resource leaks in the error path of 'venus_probe()'

In the Linux kernel, the following vulnerability has been resolved: media: venus: core: Fix some resource leaks in the error path of 'venusprobe' If an error occurs after a successful 'oficcget' call, it must be undone. Use 'devmoficcget' instead of 'oficcget' to avoid the leak. Update the remove...

6.6AI score0.00239EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/02/28 8:13 a.m.19 views

CVE-2021-47042 drm/amd/display: Free local data after use

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Free local data after use Fixes the following memory leak in dclinkconstruct: unreferenced object 0xffffa03e81471400 size 1024: comm "amdmoduleload", pid 2486, jiffies 4294946026 age 10.544s hex dump first 32...

6.6AI score0.00205EPSS
SaveExploits0References2
CVE
CVE
added 2024/02/28 8:13 a.m.6056 views

CVE-2021-47042

CVE-2021-47042: Linux kernel drm/amd/display fixes a memory leak in dc_link_construct() by freeing local data after use. The description includes stack backtrace and memory object details; no connected documents with exploit specifics are provided, monitor for updates and apply upstream fix when ...

5.5CVSS6.3AI score0.00205EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.24 views

CVE-2021-47030 mt76: mt7615: fix memory leak in mt7615_coredump_work

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7615: fix memory leak in mt7615coredumpwork Similar to the issue fixed in mt7921coredumpwork, fix a possible memory leak in mt7615coredumpwork routine...

6.6AI score0.00205EPSS
SaveExploits0References2
Rows per page
Query Builder