Lucene search
+L

2120454 matches found

OSV
OSV
added 2026/09/16 10:33 a.m.6 views

CVE-2026-90048 fs/ntfs3: fix slab-out-of-bounds write in ni_create_attr_list()

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: fix slab-out-of-bounds write in nicreateattrlist nicreateattrlist allocates a fixed buffer of alalignedrecordsize == recordsize bytes and then walks every attribute of the primary MFT record, writing one ATTRLISTENTRY p...

9.8CVSS
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/16 10:33 a.m.10 views

CVE-2021-22210

0x01 Prefacio Aviso: Este proyecto es solo para fines de aprendizaje e intercambio, ¡no lo utilice para pruebas no autorizadas ilegales! Registro de actualizaciones 10.30 Se añadió el pool de proxies de burp Se reescribieron los argumentos de la línea de comandos Se añadió la detección por lotes ...

10CVSS7.8AI score0.99731EPSS
SaveExploits29References3
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.31 views

CVE-2026-90032 media: usbtv: keep device alive while ALSA card exists

In the Linux kernel, the following vulnerability has been resolved: media: usbtv: keep device alive while ALSA card exists The ALSA PCM callbacks store the driver state in pcm-privatedata. An open PCM file can outlive USB disconnect because usbtvaudiofree uses sndcardfreewhenclosed. The disconnec...

7.8CVSS0.00153EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:33 a.m.4 views

CVE-2026-90032 media: usbtv: keep device alive while ALSA card exists

In the Linux kernel, the following vulnerability has been resolved: media: usbtv: keep device alive while ALSA card exists The ALSA PCM callbacks store the driver state in pcm-privatedata. An open PCM file can outlive USB disconnect because usbtvaudiofree uses sndcardfreewhenclosed. The disconnec...

7.8CVSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.4 views

CVE-2026-90033

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write in sndusbmidius122loutput The sndusbmidius122loutput picks a count of 2 on anything slower than high speed and never relates it to ep-maxtransfer. The URB buffer holds exactly maxtransfer bytes, so ...

0.00196EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.31 views

CVE-2026-90033 ALSA: usb-audio: fix OOB write in snd_usbmidi_us122l_output()

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write in sndusbmidius122loutput The sndusbmidius122loutput picks a count of 2 on anything slower than high speed and never relates it to ep-maxtransfer. The URB buffer holds exactly maxtransfer bytes, so ...

0.00196EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:33 a.m.4 views

EUVD-2026-80640

In the Linux kernel, the following vulnerability has been resolved: media: usbtv: keep device alive while ALSA card exists The ALSA PCM callbacks store the driver state in pcm-privatedata. An open PCM file can outlive USB disconnect because usbtvaudiofree uses sndcardfreewhenclosed. The disconnec...

7.8CVSS5.8AI score0.00153EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:33 a.m.10 views

EUVD-2026-80641

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write in sndusbmidius122loutput The sndusbmidius122loutput picks a count of 2 on anything slower than high speed and never relates it to ep-maxtransfer. The URB buffer holds exactly maxtransfer bytes, so ...

5.8AI score0.00196EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:33 a.m.14 views

CVE-2026-90032

This is a use-after-free vulnerability in the Linux kernel's usbtv (USB TV) media driver. The ALSA PCM callbacks store driver state in pcm->private_data, and because usbtv_audio_free() uses snd_card_free_when_closed(), an open PCM file can outlive a USB disconnect. The disconnect path can then...

7.8CVSS5.8AI score0.00153EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:33 a.m.12 views

CVE-2026-90033

CVE-2026-90033 is an out-of-bounds write in the Linux kernel 's ALSA usb-audio subsystem, specifically in the snd_usbmidi_us122l_output() function. The root cause is that the function uses a fixed transfer count of 2 on speeds below high-speed without checking ep->max_transfer. When a device (...

5.8AI score0.00196EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.6 views

CVE-2026-90032

In the Linux kernel, the following vulnerability has been resolved: media: usbtv: keep device alive while ALSA card exists The ALSA PCM callbacks store the driver state in pcm-privatedata. An open PCM file can outlive USB disconnect because usbtvaudiofree uses sndcardfreewhenclosed. The disconnec...

7.8CVSS0.00153EPSS
SaveExploits0
OSV
OSV
added 2026/09/16 10:33 a.m.4 views

CVE-2026-90033 ALSA: usb-audio: fix OOB write in snd_usbmidi_us122l_output()

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: fix OOB write in sndusbmidius122loutput The sndusbmidius122loutput picks a count of 2 on anything slower than high speed and never relates it to ep-maxtransfer. The URB buffer holds exactly maxtransfer bytes, so ...

SaveExploits0References11
CVE
CVE
added 2026/09/16 10:33 a.m.15 views

CVE-2026-90013

CVE-2026-90013 is a use-after-free vulnerability in the Linux kernel's ftrace tracing subsystem . When a trace options file is opened, the kernel does not take a reference to the underlying trace_array , so a concurrent removal of the tracing instance by another task can free the options descript...

7.8CVSS6.3AI score0.00157EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:33 a.m.6 views

EUVD-2026-80621

In the Linux kernel, the following vulnerability has been resolved: tracing: Take tracearray reference when opening options file The options files do not take the tracearray reference for the options they represent. This could cause a use-after-free kernel crash if one of these files is opened by...

7.8CVSS6.3AI score0.00157EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/09/16 10:33 a.m.6 views

CVE-2026-90013

In the Linux kernel, the following vulnerability has been resolved: tracing: Take tracearray reference when opening options file The options files do not take the tracearray reference for the options they represent. This could cause a use-after-free kernel crash if one of these files is opened by...

7.8CVSS0.00157EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.34 views

CVE-2026-90013 tracing: Take trace_array reference when opening options file

In the Linux kernel, the following vulnerability has been resolved: tracing: Take tracearray reference when opening options file The options files do not take the tracearray reference for the options they represent. This could cause a use-after-free kernel crash if one of these files is opened by...

7.8CVSS0.00157EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/16 10:33 a.m.4 views

CVE-2026-90013 tracing: Take trace_array reference when opening options file

In the Linux kernel, the following vulnerability has been resolved: tracing: Take tracearray reference when opening options file The options files do not take the tracearray reference for the options they represent. This could cause a use-after-free kernel crash if one of these files is opened by...

7.8CVSS
SaveExploits0References6
OSV
OSV
added 2026/09/16 10:33 a.m.4 views

CVE-2026-90001 HID: bpf: serialize device reference release in struct_ops destroy path

In the Linux kernel, the following vulnerability has been resolved: HID: bpf: serialize device reference release in structops destroy path hidbpfopsdestroydevice and hidbpfunreg can race on the same registration reference, double-putting struct hiddevice and freeing it while hiddestroydevice stil...

7.8CVSS
SaveExploits0References7
CVE
CVE
added 2026/09/16 10:33 a.m.13 views

CVE-2026-90002

CVE-2026-90002 is a use-after-free race condition in the Linux kernel's ftrace subsystem, specifically in the trace instance files set_ftrace_filter and set_ftrace_notrace. When these files are opened, a small race window exists where a concurrent rmdir of the trace instance can free the ftrace_o...

7.8CVSS5.7AI score0.00157EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.33 views

CVE-2026-90002 ftrace: Take trace_array reference before accessing its ftrace_ops

In the Linux kernel, the following vulnerability has been resolved: ftrace: Take tracearray reference before accessing its ftraceops The trace instance files setftracefilter and setftracenotrace was updated to work with specific trace instances tracearrays. The issue is that when these files are...

7.8CVSS0.00157EPSS
SaveExploits0References3
Rows per page
Query Builder