Lucene search
+L

3705 matches found

Kitploit
Kitploit
added 2026/09/19 7:02 p.m.8 views

MOEW

Invisible Threats, Visible Solutions. Misaligned Opcode Exception Waterfall MOEW 3‑Stage SEH Waterfall PoC Benign, x86/Wow64 TL;DR: This PoC demonstrates a 3‑stage Structured Exception Handling SEH cascade caused by deliberate misaligned execution into raw byte blobs whose first valid instruction...

6.2AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/19 5:43 a.m.16 views

POC-CVE-2026-18729

Description Proof of concept exploit code for CVE-2026-18729 Usage python3 poc.py -url -uname -pword -c Without bash command proof of code exec via Divide By Zero Error With bash command NOTE: Bash output isn't returned because the endpoint only returns the component template and metadata. The ba...

8.8CVSS5.7AI score0.0088EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2026/09/18 12:00 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2026-93182

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - sched/fair: Fix overflow in updatetgcfsrunnable A divide-by-zero crash is observed when running hackbench: 14697.488452 CPU: 112 UID: 0 PID: 124791 Comm:...

0.00205EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/09/18 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2026-90100

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ptp: netc: fix period truncation and potential divide-by-zero in PEROUT The maxperiod bound in nettimerenableperout was computed as: maxperiod =...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 5:18 p.m.5 views

DEBIAN-CVE-2026-93182

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix overflow in updatetgcfsrunnable A divide-by-zero crash is observed when running hackbench: 14697.488452 CPU: 112 UID: 0 PID: 124791 Comm: hackbench Not tainted 7.1.0-rc2+ 14697.492627 RIP:...

0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/17 5:18 p.m.4 views

AZL-102744 CVE-2026-93182 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix overflow in updatetgcfsrunnable A divide-by-zero crash is observed when running hackbench: 14697.488452 CPU: 112 UID: 0 PID: 124791 Comm: hackbench Not tainted 7.1.0-rc2+ 14697.492627 RIP:...

0.00205EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/17 5:18 p.m.5 views

CVE-2026-93182

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix overflow in updatetgcfsrunnable A divide-by-zero crash is observed when running hackbench: 14697.488452 CPU: 112 UID: 0 PID: 124791 Comm: hackbench Not tainted 7.1.0-rc2+ 14697.492627 RIP:...

0.00205EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/17 4:18 p.m.5 views

CVE-2026-92881

A security vulnerability has been detected in vgmstream. The affected element is the function initvgmstreamawbmemory of the file src/meta/awb.c of the component AWB parser. Such manipulation leads to divide by zero. The attack can be executed remotely. The name of the patch is...

5.3CVSS0.00337EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:12 p.m.8 views

CVE-2026-93182

CVE-2026-93182 is a u32 overflow in the Linux kernel's CFS scheduler (sched/fair), specifically in update_tg_cfs_runnable(). The overflow occurs when se->avg.runnable_avg * divider exceeds the 32-bit range, corrupting the runnable sum and cascading through load-average propagation to produce a...

0.00205EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/17 4:12 p.m.32 views

CVE-2026-93182 sched/fair: Fix overflow in update_tg_cfs_runnable()

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix overflow in updatetgcfsrunnable A divide-by-zero crash is observed when running hackbench: 14697.488452 CPU: 112 UID: 0 PID: 124791 Comm: hackbench Not tainted 7.1.0-rc2+ 14697.492627 RIP:...

0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:12 p.m.5 views

EUVD-2026-82290

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix overflow in updatetgcfsrunnable A divide-by-zero crash is observed when running hackbench: 14697.488452 CPU: 112 UID: 0 PID: 124791 Comm: hackbench Not tainted 7.1.0-rc2+ 14697.492627 RIP:...

0.00205EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/17 4:12 p.m.4 views

CVE-2026-93182 sched/fair: Fix overflow in update_tg_cfs_runnable()

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix overflow in updatetgcfsrunnable A divide-by-zero crash is observed when running hackbench: 14697.488452 CPU: 112 UID: 0 PID: 124791 Comm: hackbench Not tainted 7.1.0-rc2+ 14697.492627 RIP:...

SaveExploits0References9
CVE
CVE
added 2026/09/17 4:06 p.m.10 views

CVE-2026-90100

CVE-2026-90100 affects the Linux kernel PTP (Precision Time Protocol) netc driver. The root cause is a period truncation in net_timer_enable_perout(): a u64 max_period bound exceeds U32_MAX when integral_period > 0, allowing a period_ns value to pass the range check but be silently truncated t...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 4:06 p.m.7 views

CVE-2026-90100 ptp: netc: fix period truncation and potential divide-by-zero in PEROUT

In the Linux kernel, the following vulnerability has been resolved: ptp: netc: fix period truncation and potential divide-by-zero in PEROUT The maxperiod bound in nettimerenableperout was computed as: maxperiod = u64NETCTMRDEFAULTFIPER + integralperiod; which exceeds U32MAX when integralperiod 0...

SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:06 p.m.5 views

EUVD-2026-81961

In the Linux kernel, the following vulnerability has been resolved: ptp: netc: fix period truncation and potential divide-by-zero in PEROUT The maxperiod bound in nettimerenableperout was computed as: maxperiod = u64NETCTMRDEFAULTFIPER + integralperiod; which exceeds U32MAX when integralperiod 0...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/17 3:30 p.m.5 views

EUVD-2026-81692

A security vulnerability has been detected in vgmstream. The affected element is the function initvgmstreamawbmemory of the file src/meta/awb.c of the component AWB parser. Such manipulation leads to divide by zero. The attack can be executed remotely. The name of the patch is...

5.3CVSS0.00337EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/17 3:30 p.m.3 views

CVE-2026-92881 vgmstream AWB parser awb.c init_vgmstream_awb_memory divide by zero

A security vulnerability has been detected in vgmstream. The affected element is the function initvgmstreamawbmemory of the file src/meta/awb.c of the component AWB parser. Such manipulation leads to divide by zero. The attack can be executed remotely. The name of the patch is...

5.3CVSS
SaveExploits0References10
CVE
CVE
added 2026/09/17 3:30 p.m.9 views

CVE-2026-92881

vgmstream contains a divide by zero vulnerability in the AWB parser component, specifically in the function init_vgmstream_awb_memory located in src/meta/awb.c. The flaw can be triggered remotely with user interaction (e.g., processing a crafted AWB file), resulting in a low availability impact w...

5.3CVSS0.00337EPSS
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/17 3:07 a.m.11 views

POC-CVE-2026-0769

Description Usage python3 poc.py -u -c Without bash command proof of code exec via Divide By Zero Error With bash command NOTE: Bash output isn't returned because the endpoint only returns the component template and metadata. The bash output is stored in out within the build scope and isn't...

9.8CVSS8.1AI score0.38639EPSS
SaveExploits2
UbuntuCve
UbuntuCve
added 2026/09/17 12:00 a.m.5 views

CVE-2026-89790

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid divide by zero in rt6multipathrebalance rt6multipathrebalance calculates the total eligible nexthop weight in one pass and programs upper bounds in a second pass. Since RTMNEWROUTE is RTNL-free, a concurrent...

0.00198EPSS
SaveExploits0References5
Rows per page
Query Builder