Lucene search
+L

4927 matches found

NVD
NVD
added 2025/09/15 3:15 p.m.7 views

CVE-2022-50266

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix check for probe enabled in killkprobe In killkprobe, the check whether disarmkprobeftrace needs to be called always fails. This is because before that we set the KPROBEFLAGGONE flag for kprobe so that...

5.5CVSS0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 3:15 p.m.3 views

DEBIAN-CVE-2022-50266

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix check for probe enabled in killkprobe In killkprobe, the check whether disarmkprobeftrace needs to be called always fails. This is because before that we set the KPROBEFLAGGONE flag for kprobe so that...

5.5CVSS5.1AI score0.00143EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.5 views

UBUNTU-CVE-2022-50317

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module we will get the following warning: 31.911505 i2c-core: driver stdp2690-ge-b850v3-fw unregistered 31.912484 general protection fault, probably for...

5.5CVSS5.7AI score0.00146EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/15 3:15 p.m.6 views

UBUNTU-CVE-2022-50298

In the Linux kernel, the following vulnerability has been resolved: slimbus: qcom-ngd: cleanup in probe error path Add proper error path in probe to cleanup resources previously acquired/allocated to fix warnings visible during probe deferral: notifier callback qcomslimngdssrnotify already...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/15 3:15 p.m.5 views

UBUNTU-CVE-2022-50326

In the Linux kernel, the following vulnerability has been resolved: media: airspy: fix memory leak in airspy probe The commit ca9dc8d06ab6 "media: airspy: respect the DMA coherency rules" moves variable buf from stack to heap, however, it only frees buf in the error handling code, missing...

5.5CVSS5.7AI score0.00128EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/15 3:15 p.m.12 views

UBUNTU-CVE-2023-53238

In the Linux kernel, the following vulnerability has been resolved: phy: hisilicon: Fix an out of bounds check in hisiinnophyprobe The size of array 'priv-ports' is INNOPHYPORTNUM. In the for loop, 'i' is used as the index for array 'priv-ports' with a check i INNOPHYPORTNUM which indicates that...

7.1CVSS5.8AI score0.00149EPSS
SaveExploits0References10
OSV
OSV
added 2025/09/15 3:15 p.m.4 views

UBUNTU-CVE-2022-50292

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: fix bridge lifetime Device-managed resources allocated post component bind must be tied to the lifetime of the aggregate DRM device or they will not necessarily be released when binding of the aggregate device is...

5.5CVSS5.7AI score0.00127EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/15 3:15 p.m.7 views

UBUNTU-CVE-2023-53255

In the Linux kernel, the following vulnerability has been resolved: firmware: stratix10-svc: Fix a potential resource leak in svccreatememorypool svccreatememorypool is only called from stratix10svcdrvprobe. Most of resources in the probe are managed, but not this memremap call. There is also no...

5.5CVSS5.8AI score0.00136EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/15 3:15 p.m.6 views

UBUNTU-CVE-2022-50266

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix check for probe enabled in killkprobe In killkprobe, the check whether disarmkprobeftrace needs to be called always fails. This is because before that we set the KPROBEFLAGGONE flag for kprobe so that...

5.5CVSS5.7AI score0.00143EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/15 2:49 p.m.13 views

CVE-2022-50326 media: airspy: fix memory leak in airspy probe

In the Linux kernel, the following vulnerability has been resolved: media: airspy: fix memory leak in airspy probe The commit ca9dc8d06ab6 "media: airspy: respect the DMA coherency rules" moves variable buf from stack to heap, however, it only frees buf in the error handling code, missing...

0.00128EPSS
SaveExploits0References2
CVE
CVE
added 2025/09/15 2:49 p.m.28 views

CVE-2022-50324

CVE-2022-50324 — The Linux kernel contains a fix in the mtd: maps: pxa2xx-flash subsystem to address a memory leak during probe/remapping. The issue is triggered during probe when remapping an area and could leak memory if not handled properly; the fix frees the ‘info’ structure upon remapping er...

5.5CVSS6.1AI score0.00149EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/09/15 2:49 p.m.8 views

CVE-2022-50324 mtd: maps: pxa2xx-flash: fix memory leak in probe

In the Linux kernel, the following vulnerability has been resolved: mtd: maps: pxa2xx-flash: fix memory leak in probe Free 'info' upon remapping error to avoid a memory leak. : Reword the commit log...

5.5CVSS6.1AI score0.00149EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/09/15 2:48 p.m.14 views

CVE-2022-50322 rtc: msc313: Fix function prototype mismatch in msc313_rtc_probe()

In the Linux kernel, the following vulnerability has been resolved: rtc: msc313: Fix function prototype mismatch in msc313rtcprobe With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure the...

0.00143EPSS
SaveExploits0References3
CVE
CVE
added 2025/09/15 2:48 p.m.31 views

CVE-2022-50317

CVE-2022-50317 affects the Linux kernel, specifically the DRM bridge driver for Megachips (stdp2690 and stdp4028). The issue is a null-pointer dereference that occurs when removing the module because the two bridges are not probed concurrently, causing ge_b850v3_register() not to be called for in...

5.5CVSS6AI score0.00146EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/09/15 2:48 p.m.9 views

CVE-2022-50317 drm/bridge: megachips: Fix a null pointer dereference bug

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: megachips: Fix a null pointer dereference bug When removing the module we will get the following warning: 31.911505 i2c-core: driver stdp2690-ge-b850v3-fw unregistered 31.912484 general protection fault, probably for...

5.5CVSS6.7AI score0.00146EPSS
SaveExploits0References11
CVE
CVE
added 2025/09/15 2:46 p.m.33 views

CVE-2023-53255

CVE-2023-53255 : Linux kernel vulnerability in firmware: stratix10-svc caused a potential resource leak in svc_create_memory_pool (invoked from stratix10_svc_drv_probe). The memremap() call was not paired with memunmap(), risking leakage. The fix switches to devm_memremap() to ensure proper resou...

5.5CVSS6AI score0.00136EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:46 p.m.19 views

CVE-2023-53255 firmware: stratix10-svc: Fix a potential resource leak in svc_create_memory_pool()

In the Linux kernel, the following vulnerability has been resolved: firmware: stratix10-svc: Fix a potential resource leak in svccreatememorypool svccreatememorypool is only called from stratix10svcdrvprobe. Most of resources in the probe are managed, but not this memremap call. There is also no...

0.00136EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 2:46 p.m.7 views

CVE-2023-53249 clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe

In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imx8mn: fix memory leak in imx8mnclocksprobe Use devmofiomap instead of ofiomap to automatically handle the unused ioremap region. If any error occurs, regions allocated by kzalloc will leak, but using devmkzalloc...

5.5CVSS5.9AI score0.00135EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/09/15 2:46 p.m.9 views

CVE-2022-50312 drivers: serial: jsm: fix some leaks in probe

In the Linux kernel, the following vulnerability has been resolved: drivers: serial: jsm: fix some leaks in probe This error path needs to unwind instead of just returning directly...

0.00149EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/15 2:46 p.m.7 views

CVE-2022-50312 drivers: serial: jsm: fix some leaks in probe

In the Linux kernel, the following vulnerability has been resolved: drivers: serial: jsm: fix some leaks in probe This error path needs to unwind instead of just returning directly...

5.5CVSS7.4AI score0.00149EPSS
SaveExploits0References12
Rows per page
Query Builder