Lucene search
+L

29342 matches found

OSV
OSV
added 2025/10/07 3:21 p.m.6 views

CVE-2023-53671 srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL

In the Linux kernel, the following vulnerability has been resolved: srcu: Delegate work to the boot cpu if using SRCUSIZESMALL Commit 994f706872e6 "srcu: Make Tree SRCU able to operate without snpnode array" assumes that cpu 0 is always online. However, there really are situations when some other...

6.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.19 views

CVE-2023-53665 md: don't dereference mddev after export_rdev()

In the Linux kernel, the following vulnerability has been resolved: md: don't dereference mddev after exportrdev Except for initial reference, mddev-kobject is referenced by rdev-kobject, and if the last rdev is freed, there is no guarantee that mddev is still valid. Hence mddev should not be use...

0.00119EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.26 views

CVE-2023-53661 bnxt: avoid overflow in bnxt_get_nvram_directory()

In the Linux kernel, the following vulnerability has been resolved: bnxt: avoid overflow in bnxtgetnvramdirectory The value of an arithmetic expression is subject of possible overflow due to a failure to cast operands to a larger data type before performing arithmetic. Used macro for multiplicati...

0.00145EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.15 views

CVE-2022-50539 ARM: OMAP2+: omap4-common: Fix refcount leak bug

In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: omap4-common: Fix refcount leak bug In omap4sraminit, offindcompatiblenode will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

0.00143EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 3:21 p.m.9 views

EUVD-2025-32789

In the Linux kernel, the following vulnerability has been resolved: vme: Fix error not catched in fakeinit In fakeinit, rootdeviceregister is possible to fail but it's ignored, which can cause unregistering vmeroot fail when exit. general protection fault, probably for non-canonical address...

6AI score0.00149EPSS
SaveExploits0References10
OSV
OSV
added 2025/10/07 3:21 p.m.13 views

CVE-2022-50538 vme: Fix error not catched in fake_init()

In the Linux kernel, the following vulnerability has been resolved: vme: Fix error not catched in fakeinit In fakeinit, rootdeviceregister is possible to fail but it's ignored, which can cause unregistering vmeroot fail when exit. general protection fault, probably for non-canonical address...

6.5AI score
SaveExploits0References12
OSV
OSV
added 2025/10/07 3:19 p.m.12 views

CVE-2023-53646 drm/i915/perf: add sentinel to xehp_oa_b_counters

In the Linux kernel, the following vulnerability has been resolved: drm/i915/perf: add sentinel to xehpoabcounters Arrays passed to reginrangetable should end with empty record. The patch solves KASAN detected bug with signature: BUG: KASAN: global-out-of-bounds in...

7.8CVSS6.5AI score
SaveExploits0References5
CVE
CVE
added 2025/10/07 3:19 p.m.34 views

CVE-2023-53637

CVE-2023-53637 affects the Linux kernel ov772x I2C driver. The root cause is in ov772x_probe: when priv->hdl.error is set, the code jumps to error_mutex_destroy without calling v4l2_ctrl_handler_free(), leaking resources allocated by v4l2_ctrl_handler_init() and v4l2_ctrl_new_std(). The memlea...

5.5CVSS6.1AI score0.00185EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/10/07 3:19 p.m.8 views

CVE-2023-53632 net/mlx5e: Take RTNL lock when needed before calling xdp_set_features()

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Take RTNL lock when needed before calling xdpsetfeatures Hold RTNL lock when calling xdpsetfeatures with a registered netdev, as the call triggers the netdev notifiers. This could happen when switching from uplink rep ...

5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.15 views

CVE-2023-53621 memcontrol: ensure memcg acquired by id is properly set up

In the Linux kernel, the following vulnerability has been resolved: memcontrol: ensure memcg acquired by id is properly set up In the eviction recency check, we attempt to retrieve the memcg to which the folio belonged when it was evicted, by the memcg id stored in the shadow entry. However, ther...

0.0019EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/07 3:19 p.m.1 views

CVE-2022-50530 blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix null pointer dereference in blkmqclearrqmapping Our syzkaller report a null pointer dereference, root cause is following: blkmqallocmapandrqs set-tagshctxidx = blkmqallocmapandrqs blkmqallocmapandrqs blkmqallocrqs //...

6.5AI score
SaveExploits0References5
CVE
CVE
added 2025/10/07 3:19 p.m.34 views

CVE-2022-50529

CVE-2022-50529 refers to a Linux kernel memory-leak in the test_firmware path. When misc_register() failed in test_firmware_init(), the memory pointed by test_fw_config->name was not released. The leak evidence shows an unreferenced object and a backtrace ending at test_firmware initialization...

5.5CVSS6AI score0.00147EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/10/07 3:19 p.m.34 views

CVE-2022-50510

CVE-2022-50510 affects the Linux kernel’s perf/smmuv3 component. The issue is a hotplug callback leak in arm_smmu_pmu_init(): when platform_driver_register() fails, the callback added by cpuhp_setup_state_multi() is not removed, potentially leaking a hotplug callback. The fix removes the callback...

5.5CVSS6.1AI score0.00147EPSS
SaveExploits0References6Affected Software1
SUSE CVE
SUSE CVE
added 2025/10/07 12:48 a.m.8 views

SUSE CVE-2023-53557

In the Linux kernel, the following vulnerability has been resolved: fprobe: Release rethook after the ftraceops is unregistered While running bpf selftests it's possible to get following fault: general protection fault, probably for non-canonical address \ 0x6b6b6b6b6b6b6b6b: 0000 1 PREEMPT SMP...

5.5CVSS6.4AI score0.00141EPSS
SaveExploits0References17
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2019-13487

Malware in sbrugna...

6.5CVSS6.6AI score0.01771EPSS
SaveExploits0References17
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2007-1384

Malware in sbrugna...

4.4CVSS6.1AI score0.00551EPSS
SaveExploits1References19
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2004-1071

Malware in sbrugna...

2.1CVSS6AI score0.0081EPSS
SaveExploits1References33
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2010-2901

Malware in sbrugna...

10CVSS6.1AI score0.01385EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.11 views

EUVD-2009-0323

Malware in sbrugna...

6.9CVSS6.1AI score0.00348EPSS
SaveExploits0References11
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2020-17911

Malware in sbrugna...

7.8CVSS6.4AI score0.00668EPSS
SaveExploits0References9
Rows per page
Query Builder