Lucene search
+L

3361 matches found

Kitploit
Kitploit
added 2026/09/07 1:22 p.m.7 views

CVE-2020-11179-Adreno-Qualcomm-GPU

Mi trabajo independiente a partir del poc creado por el investigador de P0 Ben Hawkes Artículo original: https://googleprojectzero.blogspot.com/2020/09/attacking-qualcomm-adreno-gpu.html Mi objetivo es convertir su poc a C, y continuar desde donde él lo dejó y convertir el poc en una shell root, ...

7CVSS7AI score0.00316EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/07 11:50 a.m.7 views

qiomem

Descripción Lectura/escritura arbitraria de memoria física usando Toshiba qiomem.sys desde ring 3 solo funciona hasta direcciones físicas de 4 GB. El Driver se distribuye a través del Catálogo de Actualizaciones de Microsoft. Otras variantes. No listado en la Lista de Controladores Vulnerables de...

5.9AI score
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/09/05 12:25 a.m.10 views

SUSE CVE-2026-80876

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix event length with forced 8-byte alignment When RBFORCE8BYTEALIGNMENT is true, rbcalculateeventlength reserves the space of event-array0 for placing the data length and rbupdateevent stores the data length in...

6AI score0.00164EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/04 4:48 p.m.7 views

EUVD-2026-71506

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix event length with forced 8-byte alignment When RBFORCE8BYTEALIGNMENT is true, rbcalculateeventlength reserves the space of event-array0 for placing the data length and rbupdateevent stores the data length in...

5.4AI score0.00164EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/04 4:48 p.m.7 views

CVE-2026-80876 ring-buffer: Fix event length with forced 8-byte alignment

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix event length with forced 8-byte alignment When RBFORCE8BYTEALIGNMENT is true, rbcalculateeventlength reserves the space of event-array0 for placing the data length and rbupdateevent stores the data length in...

5.7AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/04 4:48 p.m.8 views

CVE-2026-80876

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix event length with forced 8-byte alignment When RBFORCE8BYTEALIGNMENT is true, rbcalculateeventlength reserves the space of event-array0 for placing the data length and rbupdateevent stores the data length in...

6AI score0.00164EPSS
SaveExploits0
CVE
CVE
added 2026/09/04 4:48 p.m.11 views

CVE-2026-80876

CVE-2026-80876 affects the Linux kernel ring-buffer subsystem on architectures where RB_FORCE_8BYTE_ALIGNMENT is true (observed on riscv64 with CONFIG_HAVE_64BIT_ALIGNED_ACCESS=y). The root cause is a mismatch in length calculation: rb_calculate_event_length() unconditionally reserves sizeof(even...

5.4AI score0.00164EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/09/04 8:22 a.m.14 views

Important: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring Syst...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2026/09/04 8:05 a.m.7 views

ring-buffer: Fix crash passing ERR_PTR to kthread_stop()

...

5.5CVSS5.8AI score0.00205EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-80730

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ring-buffer: Fix crash passing ERRPTR to kthreadstop In testringbuffer's outfree cleanup loop, the check !rbthreadscpu only catches NULL entries and misses...

6.2AI score0.00205EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-80742

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - afpacket: Don't send zero-byte data in tpacketsnd. syzbot reported a WARNING in devqueuexmit triggered via tpacketsnd: skbassertlen WARNING: at...

6.6AI score0.0021EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 12:00 a.m.4 views

UBUNTU-CVE-2026-80730

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix crash passing ERRPTR to kthreadstop In testringbuffer's outfree cleanup loop, the check !rbthreadscpu only catches NULL entries and misses entries that hold an ERRPTR. rbthreads is static, so unassigned slots are...

5.7AI score0.00205EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/09/04 12:00 a.m.9 views

CVE-2026-80730

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix crash passing ERRPTR to kthreadstop In testringbuffer's outfree cleanup loop, the check !rbthreadscpu only catches NULL entries and misses entries that hold an ERRPTR. rbthreads is static, so unassigned slots are...

5.5AI score0.00205EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2026/09/03 4:25 p.m.13 views

SUSE CVE-2026-80730

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix crash passing ERRPTR to kthreadstop In testringbuffer's outfree cleanup loop, the check !rbthreadscpu only catches NULL entries and misses entries that hold an ERRPTR. rbthreads is static, so unassigned slots are...

5.8AI score0.00205EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/03 1:06 p.m.6 views

AZL-99036 CVE-2026-80742 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: afpacket: Don't send zero-byte data in tpacketsnd. syzbot reported a WARNING in devqueuexmit triggered via tpacketsnd: skbassertlen WARNING: at include/linux/skbuff.h:2753 skbassertlen WARNING: at devqueuexmit+0x21bc/0x4970...

5.6AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/03 1:06 p.m.4 views

AZL-99051 CVE-2026-80730 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix crash passing ERRPTR to kthreadstop In testringbuffer's outfree cleanup loop, the check !rbthreadscpu only catches NULL entries and misses entries that hold an ERRPTR. rbthreads is static, so unassigned slots are...

5.5AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/03 8:26 a.m.9 views

CVE-2026-80742 af_packet: Don't send zero-byte data in tpacket_snd().

In the Linux kernel, the following vulnerability has been resolved: afpacket: Don't send zero-byte data in tpacketsnd. syzbot reported a WARNING in devqueuexmit triggered via tpacketsnd: skbassertlen WARNING: at include/linux/skbuff.h:2753 skbassertlen WARNING: at devqueuexmit+0x21bc/0x4970...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/09/03 8:21 a.m.12 views

CVE-2026-80730

CVE-2026-80730 affects the Linux kernel's ring-buffer subsystem. The root cause is in test_ringbuffer()'s out_free cleanup loop: the !rb_threads[cpu] check only catches NULL entries but misses entries holding an ERR_PTR . When kthread_run_on_cpu() fails, it stores ERR_PTR(-ENOMEM) or ERR_PTR(-EIN...

5.8AI score0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/03 8:21 a.m.36 views

CVE-2026-80730 ring-buffer: Fix crash passing ERR_PTR to kthread_stop()

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix crash passing ERRPTR to kthreadstop In testringbuffer's outfree cleanup loop, the check !rbthreadscpu only catches NULL entries and misses entries that hold an ERRPTR. rbthreads is static, so unassigned slots are...

0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/03 8:21 a.m.9 views

EUVD-2026-70334

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix crash passing ERRPTR to kthreadstop In testringbuffer's outfree cleanup loop, the check !rbthreadscpu only catches NULL entries and misses entries that hold an ERRPTR. rbthreads is static, so unassigned slots are...

5.8AI score0.00205EPSS
SaveExploits0References6
Rows per page
Query Builder