Lucene search
+L

13948 matches found

Cvelist
Cvelist
added 2025/06/18 11:01 a.m.19 views

CVE-2022-50022 drivers:md:fix a potential use-after-free bug

In the Linux kernel, the following vulnerability has been resolved: drivers:md:fix a potential use-after-free bug In line 2884, "raid5releasestripesh;" drops the reference to sh and may cause sh to be released. However, sh is subsequently used in lines 2886 "if sh-batchhead && sh != sh-batchhead"...

7.8CVSS0.00236EPSS
SaveExploits0References8
OSV
OSV
added 2025/06/18 11:01 a.m.7 views

CVE-2022-50022 drivers:md:fix a potential use-after-free bug

In the Linux kernel, the following vulnerability has been resolved: drivers:md:fix a potential use-after-free bug In line 2884, "raid5releasestripesh;" drops the reference to sh and may cause sh to be released. However, sh is subsequently used in lines 2886 "if sh-batchhead && sh != sh-batchhead"...

7.8CVSS5.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.26 views

CVE-2022-50012 powerpc/64: Init jump labels before parse_early_param()

In the Linux kernel, the following vulnerability has been resolved: powerpc/64: Init jump labels before parseearlyparam On 64-bit, calling jumplabelinit in setupfeaturekeys is too late because static keys may be used in subroutines of parseearlyparam which is again subroutine of earlyinitdevtree...

0.00227EPSS
SaveExploits0References3
CVE
CVE
added 2025/06/18 11:01 a.m.84 views

CVE-2022-50005

The CVE-2022-50005 issue concerns Linux kernel NFC code for pn533 devices. The root cause is a use-after-free caused by a timer (cmd_timeout) not being canceled during pn532_uart_remove(), allowing a concurrent use path to dereference freed memory. The fix adds del_timer_sync() in pn532_uart_remo...

7.8CVSS6.6AI score0.00229EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2025/06/18 11:01 a.m.96 views

CVE-2022-50002

CVE-2022-50002 concerns the Linux kernel where the LAG logic for MLX5 was fixed so that MLX5_LAG_FLAG_NDEVS_READY is set only when both netdevices are registered. The root cause was an asymmetry in how the flag is set vs cleared, which could leave the ready state set after one PF is unloaded, lea...

5.5CVSS6AI score0.00214EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/06/18 11:00 a.m.35 views

CVE-2022-49992

This CVE (CVE-2022-49992) concerns the Linux kernel, where a swap-entry PFN fetch path could be misapplied during mprotect changes. Root cause: in swp_offset_pfn(), a check for swap type allowed pfn_swap_entry_to_page() to be invoked for non-write-migration entries, triggering kernel BUG at inclu...

5.5CVSS6.4AI score0.0019EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/06/18 11:00 a.m.11 views

CVE-2022-49992 mm/mprotect: only reference swap pfn page if type match

In the Linux kernel, the following vulnerability has been resolved: mm/mprotect: only reference swap pfn page if type match Yu Zhao reported a bug after the commit "mm/swap: Add swpoffsetpfn to fetch PFN from swap entry" added a check in swpoffsetpfn for swap type 1: kernel BUG at...

6.1AI score
SaveExploits0References5
CVE
CVE
added 2025/06/18 11:00 a.m.106 views

CVE-2022-49991

CVE-2022-49991 concerns the Linux kernel memory management subsystem, specifically the hugetlb path. In the MCOPY_ATOMIC_CONTINUE path for a non-shared VMA, pages from the page cache can be installed into ptes, but hugepage_add_new_anon_rmap is erroneously invoked for these pages, corrupting page...

7.8CVSS6.5AI score0.00239EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.21 views

CVE-2022-49991 mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: avoid corrupting page-mapping in hugetlbmcopyatomicpte In MCOPYATOMICCONTINUE case with a non-shared VMA, pages in the page cache are installed in the ptes. But hugepageaddnewanonrmap is called for them mistakenly...

7.8CVSS0.00239EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/18 11:00 a.m.18 views

CVE-2022-49989 xen/privcmd: fix error exit of privcmd_ioctl_dm_op()

In the Linux kernel, the following vulnerability has been resolved: xen/privcmd: fix error exit of privcmdioctldmop The error exit of privcmdioctldmop is calling unlockpages potentially with pages being NULL, leading to a NULL dereference. Additionally lockpages doesn't check for pinuserpagesfast...

6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.13 views

CVE-2022-49988

...

SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 11:00 a.m.16 views

CVE-2022-49980

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix use-after-free Read in usbudcuevent The syzbot fuzzer found a race between uevent callbacks and gadget driver unregistration that can cause a use-after-free bug:...

7.8CVSS5.5AI score0.00219EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:00 a.m.85 views

CVE-2022-49974

The CVE-2022-49974 vulnerability affects the Linux kernel HID Nintendo driver (drivers/hid/hid-nintendo.c) and stems from dereferencing a NULL pointer when queuing rumble work to a destroyed workqueue after disconnection, leading to a potential crash. The issue is mitigated by avoiding usage of t...

8.8CVSS6.4AI score0.00265EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/06/18 11:00 a.m.103 views

CVE-2022-49973

The CVE-2022-49973 entry concerns a Linux kernel vulnerability in sk_msg_recvmsg triggered by an incorrect last scatter-gather (sg) check. The root cause is a change to the last sg validation (to sg_is_last()) in sk_msg_recvmsg(), but the end of the scatterlist was not marked in sockmap redirecti...

5.5CVSS6.4AI score0.0022EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.32 views

CVE-2022-49973 skmsg: Fix wrong last sg check in sk_msg_recvmsg()

In the Linux kernel, the following vulnerability has been resolved: skmsg: Fix wrong last sg check in skmsgrecvmsg Fix one kernel NULL pointer dereference as below: 224.462334 Call Trace: 224.462394 tcpbpfrecvmsg+0xd3/0x380 224.462441 ? sockhasperm+0x78/0xa0 224.462463 tcpbpfrecvmsg+0x12e/0x220...

0.0022EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.16 views

CVE-2022-49968 ieee802154/adf7242: defer destroy_workqueue call

In the Linux kernel, the following vulnerability has been resolved: ieee802154/adf7242: defer destroyworkqueue call There is a possible race condition use-after-free like below FREE | USE adf7242remove | adf7242channel canceldelayedworksync | destroyworkqueue 1 | adf7242cmdrx | moddelayedwork 2 |...

8CVSS0.00236EPSS
SaveExploits0References6
OSV
OSV
added 2025/06/18 11:00 a.m.18 views

CVE-2022-49966 drm/amd/pm: add missing ->fini_microcode interface for Sienna Cichlid

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing -finimicrocode interface for Sienna Cichlid To avoid any potential memory leak...

6AI score
SaveExploits0References7
CVE
CVE
added 2025/06/18 11:00 a.m.106 views

CVE-2022-49965

Summary: CVE-2022-49965 pertains to the Linux kernel component drm/amd/pm, where missing fini interfaces for some SMU13 ASICs could allow a memory leak. The issue is described as resolved in the Linux kernel, with references to upstream code changes and multiple advisories. What’s affected: Linux...

5.5CVSS6.6AI score0.0019EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/06/18 11:00 a.m.87 views

CVE-2022-49963

In CVE-2022-49963, the Linux kernel vulnerability centers on the drm/i915/ttm CCS handling fix. The issue arises in migrate_copy(), where object copying and address translation fail for large objects: using plain integers can overflow, and emitting PTEs with the entire object size when src is lme...

7.8CVSS6.8AI score0.002EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/06/18 11:00 a.m.13 views

CVE-2022-49963 drm/i915/ttm: fix CCS handling

In the Linux kernel, the following vulnerability has been resolved: drm/i915/ttm: fix CCS handling Crucible + recent Mesa seems to sometimes hit: GEMBUGONnumccsblks NUMCCSBLKSPERXFER And it looks like we can also trigger this with gemlmemswapping, if we modify the test to use slightly larger obje...

7.8CVSS6.4AI score
SaveExploits0References5
Rows per page
Query Builder