Lucene search
K

10767 matches found

NVD
NVD
added 2025/10/07 4:15 p.m.3 views

CVE-2023-53640

In the Linux kernel, the following vulnerability has been resolved: ASoC: lpass: Fix for KASAN useafterfree out of bounds When we run syzkaller we get below Out of Bounds error. "KASAN: slab-out-of-bounds Read in regcacheflatread" Below is the backtrace of the issue: BUG: KASAN: slab-out-of-bound...

7.8CVSS0.0019EPSS
Exploits0References4
NVD
NVD
added 2025/10/07 4:15 p.m.5 views

CVE-2022-50526

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: fix memory corruption with too many bridges Add the missing sanity check on the bridge counter to avoid corrupting data beyond the fixed-sized bridge array in case there are ever more than eight bridges. Patchwork:...

7.8CVSS0.00141EPSS
Exploits0References2
OSV
OSV
added 2025/10/07 4:15 p.m.0 views

UBUNTU-CVE-2023-53686

In the Linux kernel, the following vulnerability has been resolved: net/handshake: fix null-ptr-deref in handshakenldonedoit We should not call tracehandshakecmddoneerr if socket lookup has failed. Also we should call tracehandshakecmddoneerr before releasing the file, otherwise dereferencing...

5.5CVSS5.7AI score0.00116EPSS
Exploits0References5
OSV
OSV
added 2025/10/07 4:15 p.m.2 views

UBUNTU-CVE-2023-53675

In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Fix possible descptr out-of-bounds accesses Sanitize possible descptr out-of-bounds accesses in sesenclosuredataprocess...

7.1CVSS6.1AI score0.00137EPSS
Exploits0References11
OSV
OSV
added 2025/10/07 4:15 p.m.2 views

UBUNTU-CVE-2023-53666

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd938x: fix missing mbhc init error handling MBHC initialisation can fail so add the missing error handling to avoid dereferencing an error pointer when later configuring the jack: Unable to handle kernel paging...

5.5CVSS5.7AI score0.00132EPSS
Exploits0References7
OSV
OSV
added 2025/10/07 4:15 p.m.1 views

UBUNTU-CVE-2023-53640

In the Linux kernel, the following vulnerability has been resolved: ASoC: lpass: Fix for KASAN useafterfree out of bounds When we run syzkaller we get below Out of Bounds error. "KASAN: slab-out-of-bounds Read in regcacheflatread" Below is the backtrace of the issue: BUG: KASAN: slab-out-of-bound...

7.8CVSS5.7AI score0.0019EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/07 3:21 p.m.4 views

EUVD-2025-32772

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...

6AI score0.00116EPSS
Exploits0References3
OSV
OSV
added 2025/10/07 3:21 p.m.1 views

CVE-2023-53655 rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed

In the Linux kernel, the following vulnerability has been resolved: rcu: Avoid stack overflow due to rcuirqenterchecktick being kprobe-ed Registering a kprobe on rcuirqenterchecktick can cause kernel stack overflow as shown below. This issue can be reproduced by enabling CONFIGNOHZFULL and bootin...

5.5CVSS6.8AI score0.00158EPSS
Exploits0References9
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.3 views

CVE-2022-50542

In the Linux kernel, the following vulnerability has been resolved: media: si470x: Fix use-after-free in si470xintincallback syzbot reported use-after-free in si470xintincallback 1. This indicates that urb-context, which contains struct si470xdevice object, is freed when si470xintincallback is...

7.8CVSS5.6AI score0.00148EPSS
Exploits0
OSV
OSV
added 2025/10/07 3:19 p.m.7 views

CVE-2023-53648 ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixer

In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: Fix possible NULL dereference in sndac97mixer smatch error: sound/pci/ac97/ac97codec.c:2354 sndac97mixer error: we previously assumed 'rac97' could be null see line 2072 remove redundant assignment, return error if...

5.5CVSS6.5AI score0.0019EPSS
Exploits0References12
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.4 views

CVE-2023-53645

In the Linux kernel, the following vulnerability has been resolved: bpf: Make bpfrefcountacquire fallible for non-owning refs This patch fixes an incorrect assumption made in the original bpfrefcount series 0, specifically that the BPF program calling bpfrefcountacquire on some node can always...

7.8CVSS6AI score0.0014EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.3 views

CVE-2023-53640

In the Linux kernel, the following vulnerability has been resolved: ASoC: lpass: Fix for KASAN useafterfree out of bounds When we run syzkaller we get below Out of Bounds error. "KASAN: slab-out-of-bounds Read in regcacheflatread" Below is the backtrace of the issue: BUG: KASAN: slab-out-of-bound...

7.8CVSS6.2AI score0.0019EPSS
Exploits0
CVE
CVE
added 2025/10/07 3:19 p.m.16 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.00181EPSS
Exploits0References7Affected Software1
EUVD
EUVD
added 2025/10/07 3:19 p.m.3 views

EUVD-2025-32814

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Grab sasdev lock when traversing the members of sasdev.list When freeing slots in function slotcompletev3hw, it is possible that sasdev.list is being traversed elsewhere, and it may trigger a NULL pointer exception...

5.8AI score0.00161EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.6 views

CVE-2022-50531 tipc: fix an information leak in tipc_topsrv_kern_subscr

In the Linux kernel, the following vulnerability has been resolved: tipc: fix an information leak in tipctopsrvkernsubscr Use a 8-byte write to initialize sub.usrhandle in tipctopsrvkernsubscr, otherwise four bytes remain uninitialized when issuing setsockopt..., SOLTIPC, .... This resulted in an...

0.00143EPSS
Exploits0References6
CVE
CVE
added 2025/10/07 3:19 p.m.14 views

CVE-2022-50516

The CVE-2022-50516 issue in the Linux kernel’s fs: dlm was fixed by a patch that ensures sb_lvbptr is not dereferenced when DLM_LKF_VALBLK is involved, avoiding a potential NULL/dangling pointer dereference in memcpy paths. The fix copies lvbptr arrays only when DLM_LKF_VALBLK is set (not merely ...

5.5CVSS5.9AI score0.00152EPSS
Exploits0References5Affected Software1
EUVD
EUVD
added 2025/10/07 12:30 a.m.3 views

EUVD-2015-7996

Malware in sbrugna...

10CVSS6.2AI score0.02501EPSS
Exploits0References59
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2017-11801

Malware in sbrugna...

7.8CVSS7.8AI score0.00408EPSS
Exploits0References18
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2017-15430

Malware in sbrugna...

8.8CVSS8.6AI score0.03273EPSS
Exploits0References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.4 views

EUVD-2017-15406

Malware in sbrugna...

7.8CVSS8AI score0.00404EPSS
Exploits0References13
Rows per page
Query Builder