Lucene search
+L

18757 matches found

OSV
OSV
added 2025/02/26 7:01 a.m.6 views

UBUNTU-CVE-2022-49455

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible double free in ocxlfileregisterafu inforelease will be called in deviceunregister when info-dev's reference count is 0. So there is no need to call ocxlafuput and kfree again. Fix this by adding freeminor...

7.8CVSS6.2AI score0.00271EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 7:01 a.m.14 views

UBUNTU-CVE-2022-49686

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: fix list double add in uvcgvideopump A panic can occur if the endpoint becomes disabled and the uvcgvideopump adds the request back to the reqfree list after it has already been queued to the endpoint. The...

7.8CVSS6.5AI score0.00244EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 7:01 a.m.10 views

UBUNTU-CVE-2022-49519

In the Linux kernel, the following vulnerability has been resolved: ath10k: skip ath10khalt during suspend for driver state RESTARTING Double free crash is observed when FW recoverycaused by wmi timeout/crash is followed by immediate suspend event. The FW recovery is triggered by ath10kcorerestar...

8.8CVSS6.1AI score0.00341EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:01 a.m.9 views

UBUNTU-CVE-2022-49648

In the Linux kernel, the following vulnerability has been resolved: tracing/histograms: Fix memory leak problem This reverts commit 46bbe5c671e06f070428b9be142cc4ee5cedebac. As commit 46bbe5c671e0 "tracing: fix double free" said, the "double free" problem reported by clang static analyzer is: In...

5.5CVSS6.2AI score0.00266EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 7:01 a.m.9 views

UBUNTU-CVE-2022-49290

In the Linux kernel, the following vulnerability has been resolved: mac80211: fix potential double free on mesh join While commit 6a01afcf8468 "mac80211: mesh: Free ie data when leaving mesh" fixed a memory leak on mesh leave / teardown it introduced a potential memory corruption caused by a doub...

7.8CVSS6.1AI score0.00254EPSS
SaveExploits0References12
OSV
OSV
added 2025/02/26 7:01 a.m.8 views

UBUNTU-CVE-2022-49384

In the Linux kernel, the following vulnerability has been resolved: md: fix double free of ioacctset bioset Now ioacctset is alloc and free in personality. Remove the codes that free ioacctset in mdfree and mdstop...

7.8CVSS6.5AI score0.0027EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 7:01 a.m.7 views

UBUNTU-CVE-2022-49508

In the Linux kernel, the following vulnerability has been resolved: HID: elan: Fix potential double free in elaninputconfigured 'input' is a managed resource allocated with devminputallocatedevice, so there is no need to call inputfreedevice explicitly or there will be a double free. According to...

7.8CVSS6.2AI score0.00297EPSS
SaveExploits0References10
OSV
OSV
added 2025/02/26 7:01 a.m.15 views

UBUNTU-CVE-2022-49541

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential double free during failed mount RHBZ: https://bugzilla.redhat.com/showbug.cgi?id=2088799...

7.8CVSS6AI score0.00299EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 7:01 a.m.14 views

UBUNTU-CVE-2022-49530

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix double free in siparsepowertable In function siparsepowertable, array adev-pm.dpm.ps and its member is allocated. If the allocation of each member fails, the array itself is freed and returned with an error code...

7.8CVSS6.1AI score0.00278EPSS
SaveExploits0References12
OSV
OSV
added 2025/02/26 7:00 a.m.14 views

DEBIAN-CVE-2022-49203

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix double free during GPU reset on DC streams Why The issue only occurs during the GPU reset code path. We first backup the current state prior to commiting 0 streams internally from DM to DC. This state backup...

5.5CVSS5.7AI score0.0023EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:00 a.m.15 views

DEBIAN-CVE-2022-49205

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix double uncharge the mem of skmsg If tcpbpfsendmsg is running during a tear down operation, psock may be freed. tcpbpfsendmsg tcpbpfsendverdict skmsgreturn tcpbpfsendmsgredir unlikely!psock skmsgfree The mem of m...

7.8CVSS5.3AI score0.00279EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:00 a.m.20 views

CVE-2022-49203

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix double free during GPU reset on DC streams Why The issue only occurs during the GPU reset code path. We first backup the current state prior to commiting 0 streams internally from DM to DC. This state backup...

7.8CVSS0.0023EPSS
SaveExploits0References2
NVD
NVD
added 2025/02/26 7:00 a.m.13 views

CVE-2022-49205

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix double uncharge the mem of skmsg If tcpbpfsendmsg is running during a tear down operation, psock may be freed. tcpbpfsendmsg tcpbpfsendverdict skmsgreturn tcpbpfsendmsgredir unlikely!psock skmsgfree The mem of m...

7.8CVSS0.00279EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 7:00 a.m.9 views

DEBIAN-CVE-2022-49167

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not double complete bio on errors during compressed reads I hit some weird panics while fixing up the error handling from btrfslookupbiosums. Turns out the compression path will complete the bio we use if we set up any ...

5.5CVSS5.4AI score0.00267EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:00 a.m.7 views

UBUNTU-CVE-2022-49203

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix double free during GPU reset on DC streams Why The issue only occurs during the GPU reset code path. We first backup the current state prior to commiting 0 streams internally from DM to DC. This state backup...

7.8CVSS6.6AI score0.0023EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 7:00 a.m.7 views

UBUNTU-CVE-2022-49204

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix more uncharged while msg has moredata In tcpbpfsendverdict, if msg has more data after tcpbpfsendmsgredir: tcpbpfsendverdict tosend = msg-sg.size //msg-sg.size = 22220 case SKREDIRECT: skmsgreturn //uncharged...

5.5CVSS6.1AI score0.00264EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 7:00 a.m.14 views

UBUNTU-CVE-2022-49167

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not double complete bio on errors during compressed reads I hit some weird panics while fixing up the error handling from btrfslookupbiosums. Turns out the compression path will complete the bio we use if we set up any ...

7.8CVSS5.7AI score0.00267EPSS
SaveExploits0References6
OSV
OSV
added 2025/02/26 6:37 a.m.11 views

CVE-2021-47638

In the Linux kernel, the following vulnerability has been resolved: ubifs: renamewhiteout: Fix double free for whiteoutui-data 'whiteoutui-data' will be freed twice if space budget fail for rename whiteout operation as following process: renamewhiteout dev = kmalloc whiteoutui-data = dev...

5.5CVSS6.9AI score
SaveExploits0References8
NVD
NVD
added 2025/02/26 6:37 a.m.18 views

CVE-2021-47638

In the Linux kernel, the following vulnerability has been resolved: ubifs: renamewhiteout: Fix double free for whiteoutui-data 'whiteoutui-data' will be freed twice if space budget fail for rename whiteout operation as following process: renamewhiteout dev = kmalloc whiteoutui-data = dev...

7.8CVSS0.00255EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 6:37 a.m.7 views

DEBIAN-CVE-2021-47638

In the Linux kernel, the following vulnerability has been resolved: ubifs: renamewhiteout: Fix double free for whiteoutui-data 'whiteoutui-data' will be freed twice if space budget fail for rename whiteout operation as following process: renamewhiteout dev = kmalloc whiteoutui-data = dev...

5.5CVSS5.6AI score0.00255EPSS
SaveExploits0References1
Rows per page
Query Builder