Lucene search
+L

13164 matches found

NVD
NVD
added 2025/06/18 11:15 a.m.15 views

CVE-2022-50073

In the Linux kernel, the following vulnerability has been resolved: net: tap: NULL pointer derefence in devparseheaderprotocol when skb-dev is null Fixes a NULL pointer derefence bug triggered from tap driver. When tapgetuser calls virtionethdrtoskb the skb-dev is null in tap.c skb-dev is set aft...

5.5CVSS0.00187EPSS
SaveExploits0References5
NVD
NVD
added 2025/06/18 11:15 a.m.12 views

CVE-2022-50065

In the Linux kernel, the following vulnerability has been resolved: virtionet: fix memory leak inside XPDTX with mergeable When we call xdpconvertbufftoframe to get xdpf, if it returns NULL, we should check if xdppage was allocated by xdplinearizepage. If it is newly allocated, it should be freed...

5.5CVSS0.00176EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.10 views

CVE-2022-50070

In the Linux kernel, the following vulnerability has been resolved: mptcp: do not queue data on closed subflows Dipanjan reported a syzbot splat at close time: WARNING: CPU: 1 PID: 10818 at net/ipv4/afinet.c:153 inetsockdestruct+0x6d0/0x8e0 net/ipv4/afinet.c:153 Modules linked in: uioivshmemOE ui...

7.8CVSS0.00239EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 11:15 a.m.13 views

CVE-2022-50056

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix missing iop in ntfsreadmft There is null pointer dereference because iop == NULL. The bug happens because we don't initialize iop for records in $Extend...

5.5CVSS0.00174EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 11:15 a.m.16 views

CVE-2022-50057

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix NULL deref in ntfsupdatemftmirr If ntfsfillsuper wasn't called then sbi-sb will be equal to NULL. Code should check this ptr before dereferencing. Syzbot hit this issue via passing wrong mount param as can be seen...

5.5CVSS0.00174EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 11:15 a.m.15 views

CVE-2022-50054

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix NULL pointer dereference in iavfgetlinkksettings Fix possible NULL pointer dereference, due to freeing of adapter-vfres in iavfinitgetresources. Previous commit introduced a regression, where receiving...

5.5CVSS0.00148EPSS
SaveExploits0References2
NVD
NVD
added 2025/06/18 11:15 a.m.9 views

CVE-2022-50059

In the Linux kernel, the following vulnerability has been resolved: ceph: don't leak snaprwsem in handlecapgrant When handlecapgrant is called on an IMPORT op, then the snaprwsem is held and the function is expected to release it before returning. It currently fails to do that in all cases which...

7.5CVSS0.00402EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.17 views

CVE-2022-50061

In the Linux kernel, the following vulnerability has been resolved: pinctrl: nomadik: Fix refcount leak in nmkpinctrldtsubnodetomap ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak."...

5.5CVSS0.00176EPSS
SaveExploits0References8
NVD
NVD
added 2025/06/18 11:15 a.m.12 views

CVE-2022-50048

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: possible module reference underflow in error path dst-ops is set on when nftexprclone fails, but module refcount has not been bumped yet, therefore nftexprdestroy leads to module reference underflow...

7.8CVSS0.00183EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 11:15 a.m.31 views

CVE-2022-50050

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: Fix potential buffer overflow by snprintf snprintf returns the would-be-filled size when the string overflows the given buffer size, hence using this value may result in the buffer overflow although it's...

7.8CVSS0.00202EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 11:15 a.m.19 views

CVE-2022-50051

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: debug: Fix potential buffer overflow by snprintf snprintf returns the would-be-filled size when the string overflows the given buffer size, hence using this value may result in the buffer overflow although it's...

7.8CVSS0.00202EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 11:15 a.m.38 views

CVE-2022-50040

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: fix buffer overflow in sja1105setupdevlinkregions If an error occurs in dsadevlinkregioncreate, then 'priv-regions' array will be accessed by negative index '-1'. Found by Linux Verification Center...

7.8CVSS0.00254EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.13 views

CVE-2022-50037

In the Linux kernel, the following vulnerability has been resolved: drm/i915/ttm: don't leak the ccs state The kernel only manages the ccs state with lmem-only objects, however the kernel should still take care not to leak the CCS state from the previous user. cherry picked from commit...

5.5CVSS0.00195EPSS
SaveExploits0References2
NVD
NVD
added 2025/06/18 11:15 a.m.15 views

CVE-2022-50038

In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount bugs in mesonvpuhasavailableconnectors In this function, there are two refcount leak bugs: 1 when breaking out of foreachendpointofnode, we need call the ofnodeput for the 'ep'; 2 we should call ofnodeput...

5.5CVSS0.0023EPSS
SaveExploits0References7
NVD
NVD
added 2025/06/18 11:15 a.m.10 views

CVE-2022-50042

In the Linux kernel, the following vulnerability has been resolved: net: genl: fix error path memory leak in policy dumping If construction of the array of policies fails when recording non-first policy we need to unwind. netlinkpolicydumpaddpolicy itself also needs fixing as it currently gives u...

5.5CVSS0.00229EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.14 views

CVE-2022-50044

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: start MHI channel after endpoit creation MHI channel may generates event/interrupt right after enabling. It may leads to 2 race conditions issues. 1 Such event may be dropped by qcommhiqrtrdlcallback at check: if !qdev...

4.7CVSS0.00124EPSS
SaveExploits0References3
NVD
NVD
added 2025/06/18 11:15 a.m.12 views

CVE-2022-50036

In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: dsi: Prevent underflow when computing packet sizes Currently, the packet overhead is subtracted using unsigned arithmetic. With a short sync pulse, this could underflow and wrap around to near the maximal u16 value. Fi...

5.5CVSS0.00176EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.13 views

CVE-2022-50039

In the Linux kernel, the following vulnerability has been resolved: stmmac: intel: Add a missing clkdisableunprepare call in intelethpciremove Commit 09f012e64e4b "stmmac: intel: Fix clock handling on error and remove paths" removed this clkdisableunprepare This was partly revert by commit...

5.5CVSS0.00223EPSS
SaveExploits0References4
NVD
NVD
added 2025/06/18 11:15 a.m.16 views

CVE-2022-50032

In the Linux kernel, the following vulnerability has been resolved: usb: renesas: Fix refcount leak bug In usbhsrza1hardwareinit, offindnodebyname will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

5.5CVSS0.00176EPSS
SaveExploits0References6
OSV
OSV
added 2025/06/18 11:15 a.m.16 views

CVE-2022-50031

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

7.2AI score
SaveExploits0References1
Rows per page
Query Builder