Lucene search
+L

6598 matches found

OSV
OSV
added 2026/07/19 2:55 p.m.8 views

CVE-2026-63931 iio: chemical: scd30: fix division by zero in write_raw

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: fix division by zero in writeraw Add a zero check for val2 before using it as a divisor when setting the sampling frequency. A user writing a zero fractional part to the samplingfrequency sysfs attribute...

5.3AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/19 2:55 p.m.15 views

EUVD-2026-45704

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: scd30: fix division by zero in writeraw Add a zero check for val2 before using it as a divisor when setting the sampling frequency. A user writing a zero fractional part to the samplingfrequency sysfs attribute...

5.4AI score0.00211EPSS
SaveExploits0References8
NVD
NVD
added 2026/07/19 12:16 p.m.10 views

CVE-2026-63836

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: avoid divide-by-zero for deccwnd The cwnd is always MSS = cwnd = 0x20000000. But the calculation in batadvtpupdatecwnd assumes unsigned 32 bit arithmetics. mss 8 2 / cwnd 8 In case cwnd is actually 0x20000000...

0.00174EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/19 12:02 p.m.27 views

CVE-2026-63836

The CVE-2026-63836 issue is in batman-adv tp_meter within the Linux kernel, caused by a 32-bit arithmetic overflow in batadv_tp_update_cwnd() that can yield a divide-by-zero when cwnd reaches 0x20000000. The correct calculation should be (mss ** 2) * 8 / cwnd to avoid overflow, preserving the 8x ...

5.4AI score0.00174EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/19 12:02 p.m.11 views

EUVD-2026-45502

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: avoid divide-by-zero for deccwnd The cwnd is always MSS = cwnd = 0x20000000. But the calculation in batadvtpupdatecwnd assumes unsigned 32 bit arithmetics. mss 8 2 / cwnd 8 In case cwnd is actually 0x20000000...

5.4AI score0.00174EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 12:02 p.m.37 views

CVE-2026-63836 batman-adv: tp_meter: avoid divide-by-zero for dec_cwnd

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: avoid divide-by-zero for deccwnd The cwnd is always MSS = cwnd = 0x20000000. But the calculation in batadvtpupdatecwnd assumes unsigned 32 bit arithmetics. mss 8 2 / cwnd 8 In case cwnd is actually 0x20000000...

0.00174EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 12:02 p.m.15 views

CVE-2026-63836

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: avoid divide-by-zero for deccwnd The cwnd is always MSS = cwnd = 0x20000000. But the calculation in batadvtpupdatecwnd assumes unsigned 32 bit arithmetics. mss 8 2 / cwnd 8 In case cwnd is actually 0x20000000...

5.2AI score0.00174EPSS
SaveExploits0
OSV
OSV
added 2026/07/19 12:02 p.m.8 views

CVE-2026-63836 batman-adv: tp_meter: avoid divide-by-zero for dec_cwnd

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: avoid divide-by-zero for deccwnd The cwnd is always MSS = cwnd = 0x20000000. But the calculation in batadvtpupdatecwnd assumes unsigned 32 bit arithmetics. mss 8 2 / cwnd 8 In case cwnd is actually 0x20000000...

5.4AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:02 p.m.11 views

CVE-2026-63836

In the Linux kernel, the following vulnerability has been resolved: batman-adv: tpmeter: avoid divide-by-zero for deccwnd The cwnd is always MSS = cwnd = 0x20000000. But the calculation in batadvtpupdatecwnd assumes unsigned 32 bit arithmetics. mss 8 2 / cwnd 8 In case cwnd is actually 0x20000000...

5.2AI score0.00174EPSS
SaveExploits0References9Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/07/19 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-63836

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - batman-adv: tpmeter: avoid divide-by-zero for deccwnd The cwnd is always MSS = cwnd = 0x20000000. But the calculation in batadvtpupdatecwnd assumes unsigned 32...

4.3AI score0.00174EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.14 views

PT-2026-61152

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A divide-by-zero error exists in the batman-adv module within the batadv tp update cwnd function. The issue occurs during the calculation of dec cwnd when the cwnd variable reaches the...

5.3AI score0.00174EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.83 views

PT-2026-61252

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A division by zero occurs in the write raw function of the nxp-sar-adc driver when a user writes a zero or negative value to the sampling frequency sysfs attribute. Additionally, an...

5.2AI score0.00189EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.13 views

PT-2026-61250

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A division by zero occurs in the kernel when a user writes zero to the sampling frequency sysfs attribute. This happens within the write raw function of the adis16260 gyro driver because...

5.2AI score0.00211EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.14 views

PT-2026-61248

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A division by zero occurs in the kernel when a user writes a zero fractional part to the sampling frequency sysfs attribute. This happens within the write raw function of the scd30...

5.2AI score0.00211EPSS
SaveExploits0
NVD
NVD
added 2026/07/16 9:17 p.m.15 views

CVE-2026-61378

A divide-by-zero vulnerability in the Productivity Suite allows a local attacker to cause a division by zero leading to a system crash...

6.8CVSS0.00113EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/16 8:30 p.m.11 views

CVE-2026-61378

A divide-by-zero vulnerability in the Productivity Suite allows a local attacker to cause a division by zero leading to a system crash...

6.8CVSS6.1AI score0.00113EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/16 8:30 p.m.32 views

CVE-2026-61378

CVE-2026-61378 affects the Productivity Suite and stems from a divide-by-zero in a local component, leading to a system crash. The NVD metrics indicate a Local attack vector with Low privileges required and no user interaction, and an impact profile showing High availability impact with no confid...

6.8CVSS6.1AI score0.00113EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/16 8:30 p.m.23 views

EUVD-2026-45038

A divide-by-zero vulnerability in the Productivity Suite allows a local attacker to cause a division by zero leading to a system crash...

6.8CVSS6.1AI score0.00113EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/16 8:30 p.m.42 views

CVE-2026-61378 AutomationDirect Productivity Suite Divide By Zero

A divide-by-zero vulnerability in the Productivity Suite allows a local attacker to cause a division by zero leading to a system crash...

6.8CVSS0.00113EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/15 1:18 p.m.6 views

SUSE-SU-2026:3053-1 Security update for ImageMagick

This update for ImageMagick fixes the following issues - CVE-2026-53466: integer overflow in the XCF decoder can result in an out-of-bounds read when a crafted image is read bsc1270073. - CVE-2026-53467: allocated memory left unchanged in the MNG decoder can lead to a heap information disclosure...

9.2CVSS6.3AI score0.00884EPSS
SaveExploits1References32
Rows per page
Query Builder