Lucene search
+L

13117 matches found

Cvelist
Cvelist
added 2025/05/01 2:10 p.m.25 views

CVE-2022-49861 dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: mvxorv2: Fix a resource leak in mvxorv2remove A clkprepareenable call in the probe is not balanced by a corresponding clkdisableunprepare in the remove function. Add the missing call...

0.00189EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/01 2:10 p.m.99 views

CVE-2022-49861

The CVE-2022-49861 issue is in the Linux kernel DMAENGINE mv_xor_v2 driver, where a clk_prepare_enable() call in probe is not balanced by clk_disable_unprepare() in remove, causing a resource leak. A fix adds the missing clk_disable_unprepare() in mv_xor_v2_remove(). Connected advisories (Unity L...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.103 views

CVE-2022-49858

The CVE-2022-49858 entry concerns the Linux kernel’s octeontx2-pf driver. A faulty SQE (Submission Queue Entry) threshold check based on HW-updated SQB count could allow submitting an SQE before the CQE for the previous one is processed in NAPI, causing loss of SKB pointers and a leak. The root c...

7.8CVSS6.5AI score0.00168EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/05/01 2:10 p.m.55 views

CVE-2022-49856

This CVE entry is rejected/not used and does not represent an active vulnerability.

6.4AI score
SaveExploits0
OSV
OSV
added 2025/05/01 2:10 p.m.13 views

CVE-2022-49857 net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init()

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix memory leak in presterarxtxswitchinit When presterasdmaswitchinit failed, the memory pointed to by sw-rxtx isn't released. Fix it. Only be compiled, not be tested...

5.5CVSS4.9AI score
SaveExploits0References7
OSV
OSV
added 2025/05/01 2:10 p.m.15 views

CVE-2022-49855 net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg

In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: fix memory leak in ipcpciereadbioscfg ipcpciereadbioscfg is using the acpievaluatedsm to obtain the wwan power state configuration from BIOS but is not freeing the acpiobject. The acpievaluatedsm returned...

5.5CVSS5.8AI score
SaveExploits0References6
OSV
OSV
added 2025/05/01 2:10 p.m.15 views

CVE-2022-49854 mctp: Fix an error handling path in mctp_init()

In the Linux kernel, the following vulnerability has been resolved: mctp: Fix an error handling path in mctpinit If mctpneighinit return error, the routes resources should be released in the error handling path. Otherwise some resources leak...

5.5CVSS5AI score
SaveExploits0References6
OSV
OSV
added 2025/05/01 2:10 p.m.14 views

CVE-2022-49852 riscv: process: fix kernel info leakage

In the Linux kernel, the following vulnerability has been resolved: riscv: process: fix kernel info leakage threadstruct's s12 may contain random kernel memory content, which may be finally leaked to userspace. This is a security hole. Fix it by clearing the s12 array in threadstruct when fork. A...

4.9AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.18 views

CVE-2022-49850 nilfs2: fix deadlock in nilfs_count_free_blocks()

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix deadlock in nilfscountfreeblocks A semaphore deadlock can occur if nilfsgetblock detects metadata corruption while locating data blocks and a superblock writeback occurs at the same time: task 1 task 2 ------ ------ A...

0.00157EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.20 views

CVE-2022-49849 btrfs: fix match incorrectly in dev_args_match_device

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix match incorrectly in devargsmatchdevice syzkaller found a failed assertion: assertion failed: args-devid != u64-1 || args-missing, in fs/btrfs/volumes.c:6921 This can be triggered when we set devid to u64-1 by ioctl. I...

0.0019EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/01 2:10 p.m.13 views

CVE-2022-49849 btrfs: fix match incorrectly in dev_args_match_device

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix match incorrectly in devargsmatchdevice syzkaller found a failed assertion: assertion failed: args-devid != u64-1 || args-missing, in fs/btrfs/volumes.c:6921 This can be triggered when we set devid to u64-1 by ioctl. I...

5AI score
SaveExploits0References6
CVE
CVE
added 2025/05/01 2:10 p.m.63 views

CVE-2022-49849

CVE-2022-49849 fixes a Linux kernel flaw in the Btrfs dev_args_match_device path. When devid is set to (u64)-1 via ioctl, the match of devid may be skipped and device matching may succeed incorrectly. The issue was introduced by a patch that added the function used to match devices; the two match...

5.5CVSS6.5AI score0.0019EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.22 views

CVE-2022-49847 net: ethernet: ti: am65-cpsw: Fix segmentation fault at module unload

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix segmentation fault at module unload Move am65cpswnussphylinkcleanup call to after am65cpswnusscleanupndev so phylink is still valid to prevent the below Segmentation fault on module remove when...

0.00159EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.24 views

CVE-2022-49844 can: dev: fix skb drop check

In the Linux kernel, the following vulnerability has been resolved: can: dev: fix skb drop check In commit a6d190f8c767 "can: skb: drop tx skb if in listen only mode" the priv-ctrlmode element is read even on virtual CAN interfaces that do not create the struct canpriv at startup. This...

7.1CVSS0.00174EPSS
SaveExploits0References2
CVE
CVE
added 2025/05/01 2:09 p.m.118 views

CVE-2022-49842

CVE-2022-49842: In the Linux kernel’s ASoC core, a use-after-free in snd_soc_exit() was fixed. The root cause was a missing error check in snd_soc_init() where snd_soc_util_init() could fail and return value was ignored, causing soc_dummy_dev to be unregistered twice. The fix requires handling er...

7.8CVSS6.4AI score0.0021EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/05/01 2:09 p.m.70 views

CVE-2022-49838

In CVE-2022-49838, the Linux kernel SCTP code was fixed to clear out_curr when all fragments of the current message are pruned, preventing a NULL pointer dereference during dequeue. The issue manifested as list_del corruption and a crash traced through sctp_sched_fcfs_dequeue and related SCTP pat...

5.5CVSS6.4AI score0.00204EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/05/01 2:09 p.m.11 views

CVE-2022-49838 sctp: clear out_curr if all frag chunks of current msg are pruned

In the Linux kernel, the following vulnerability has been resolved: sctp: clear outcurr if all frag chunks of current msg are pruned A crash was reported by Zhen Chen: listdel corruption, ffffa035ddf01c18-next is NULL WARNING: CPU: 1 PID: 250682 at lib/listdebug.c:49 listdelentryvalid+0x59/0xe0...

4.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/05/01 2:09 p.m.20 views

CVE-2022-49834 nilfs2: fix use-after-free bug of ns_writer on remount

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix use-after-free bug of nswriter on remount If a nilfs2 filesystem is downgraded to read-only due to metadata corruption on disk and is remounted read/write, or if emergency read-only remount is performed, detaching a l...

7.8CVSS0.00212EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/01 2:09 p.m.98 views

CVE-2022-49835

CVE-2022-49835 relates to the Linux kernel ALSA: hda subsystem where memory leaks could occur in add_widget_node due to how kobject_add allocates kobject->name and may not free the kobject on error. The root cause is failure to recycle resources when kobject_add fails, leading to a potential m...

5.5CVSS6.6AI score0.00189EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/05/01 2:09 p.m.9 views

CVE-2022-49834 nilfs2: fix use-after-free bug of ns_writer on remount

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix use-after-free bug of nswriter on remount If a nilfs2 filesystem is downgraded to read-only due to metadata corruption on disk and is remounted read/write, or if emergency read-only remount is performed, detaching a l...

7.8CVSS6AI score
SaveExploits0References11
Rows per page
Query Builder