Lucene search
+L

2983 matches found

OSV
OSV
added 2024/11/09 11:15 a.m.21 views

AZL-53088 CVE-2024-50233 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: staging: iio: frequency: ad9832: fix division by zero in ad9832calcfreqreg In the ad9832writefrequency function, clkgetrate might return 0. This can lead to a division by zero when calling ad9832calcfreqreg. The check if fout...

5.5CVSS6.8AI score0.00267EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/09 11:15 a.m.15 views

AZL-53162 CVE-2024-50233 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: staging: iio: frequency: ad9832: fix division by zero in ad9832calcfreqreg In the ad9832writefrequency function, clkgetrate might return 0. This can lead to a division by zero when calling ad9832calcfreqreg. The check if fout...

5.5CVSS6.8AI score0.00267EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/09 11:15 a.m.21 views

UBUNTU-CVE-2024-50233

In the Linux kernel, the following vulnerability has been resolved: staging: iio: frequency: ad9832: fix division by zero in ad9832calcfreqreg In the ad9832writefrequency function, clkgetrate might return 0. This can lead to a division by zero when calling ad9832calcfreqreg. The check if fout...

5.5CVSS6.2AI score0.00267EPSS
SaveExploits0References56
OSV
OSV
added 2024/11/09 11:15 a.m.21 views

UBUNTU-CVE-2024-50232

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7124: fix division by zero in ad7124setchannelodr In the ad7124writeraw function, parameter val can potentially be zero. This may lead to a division by zero when DIVROUNDCLOSEST is called within ad7124setchannelodr. T...

5.5CVSS6.2AI score0.00249EPSS
SaveExploits0References34
Vulnrichment
Vulnrichment
added 2024/11/09 10:14 a.m.3 views

CVE-2024-50233 staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg()

In the Linux kernel, the following vulnerability has been resolved: staging: iio: frequency: ad9832: fix division by zero in ad9832calcfreqreg In the ad9832writefrequency function, clkgetrate might return 0. This can lead to a division by zero when calling ad9832calcfreqreg. The check if fout...

7.5AI score0.00267EPSS
SaveExploits0References7
CVE
CVE
added 2024/11/09 10:14 a.m.172 views

CVE-2024-50232

CVE-2024-50232 affects the Linux kernel in the IIO ADC driver for ad7124. The root cause is a potential division by zero in ad7124_set_channel_odr() when ad7124_write_raw() passes a zero value to DIV_ROUND_CLOSEST(), invoked via iio_write_channel_raw() -> iio_write_channel_attribute() -> ii...

5.5CVSS5.1AI score0.00249EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.28 views

CVE-2024-50232 iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7124: fix division by zero in ad7124setchannelodr In the ad7124writeraw function, parameter val can potentially be zero. This may lead to a division by zero when DIVROUNDCLOSEST is called within ad7124setchannelodr. T...

0.00249EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/11/09 10:14 a.m.7 views

CVE-2024-50232 iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7124: fix division by zero in ad7124setchannelodr In the ad7124writeraw function, parameter val can potentially be zero. This may lead to a division by zero when DIVROUNDCLOSEST is called within ad7124setchannelodr. T...

7.5AI score0.00249EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/11/09 10:14 a.m.19 views

CVE-2024-50232

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7124: fix division by zero in ad7124setchannelodr In the ad7124writeraw function, parameter val can potentially be zero. This may lead to a division by zero when DIVROUNDCLOSEST is called within ad7124setchannelodr. T...

5.5CVSS5.7AI score0.00249EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/11/09 3:48 a.m.6 views

SUSE CVE-2024-50205

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: Avoid division by zero in applyconstrainttosize The step variable is initialized to zero. It is changed in the loop, but if it's not changed it will remain zero. Add a variable check before the division. The...

7.1CVSS7.7AI score0.00229EPSS
SaveExploits0References32
OSV
OSV
added 2024/11/08 6:15 a.m.4 views

DEBIAN-CVE-2024-50205

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: Avoid division by zero in applyconstrainttosize The step variable is initialized to zero. It is changed in the loop, but if it's not changed it will remain zero. Add a variable check before the division. The...

5.5CVSS5.6AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/08 6:15 a.m.11 views

AZL-53025 CVE-2024-50205 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: Avoid division by zero in applyconstrainttosize The step variable is initialized to zero. It is changed in the loop, but if it's not changed it will remain zero. Add a variable check before the division. The...

5.5CVSS6.3AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/08 6:15 a.m.10 views

AZL-53106 CVE-2024-50205 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: Avoid division by zero in applyconstrainttosize The step variable is initialized to zero. It is changed in the loop, but if it's not changed it will remain zero. Add a variable check before the division. The...

5.5CVSS6.3AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/08 6:15 a.m.18 views

UBUNTU-CVE-2024-50205

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: Avoid division by zero in applyconstrainttosize The step variable is initialized to zero. It is changed in the loop, but if it's not changed it will remain zero. Add a variable check before the division. The...

5.5CVSS6.1AI score0.00229EPSS
SaveExploits0References47
Cvelist
Cvelist
added 2024/11/08 6:07 a.m.36 views

CVE-2024-50205 ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size()

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: Avoid division by zero in applyconstrainttosize The step variable is initialized to zero. It is changed in the loop, but if it's not changed it will remain zero. Add a variable check before the division. The...

0.00229EPSS
SaveExploits0References7
CVE
CVE
added 2024/11/08 6:07 a.m.188 views

CVE-2024-50205

CVE-2024-50205 affects the Linux kernel ALSA: firewire-lib component, where apply_constraint_to_size() could encounter a division by zero due to a zero-initialized step variable. The issue arises if the loop does not modify step, causing division to operate on zero in snd_interval_test() data der...

5.5CVSS5.2AI score0.00229EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/11/08 6:07 a.m.30 views

CVE-2024-50205

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: Avoid division by zero in applyconstrainttosize The step variable is initialized to zero. It is changed in the loop, but if it's not changed it will remain zero. Add a variable check before the division. The...

5.5CVSS5.6AI score0.00229EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/11/08 6:07 a.m.2 views

CVE-2024-50205 ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size()

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: Avoid division by zero in applyconstrainttosize The step variable is initialized to zero. It is changed in the loop, but if it's not changed it will remain zero. Add a variable check before the division. The...

7.5AI score0.00229EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2024/11/08 12:00 a.m.8 views

The vulnerability of the ext4 kernel component in the Linux operating system, which allows a hacker to cause a service failure

The vulnerability of the ext4 kernel component in the Linux operating system is related to errors in the division by zero in the mbupdateavgfragmentsize function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.2AI score0.00238EPSS
SaveExploits0References27Affected Software5
BDU FSTEC
BDU FSTEC
added 2024/11/08 12:00 a.m.10 views

The vulnerability of the sis component in the Linux operating system’s kernel allows a hacker to cause a service failure.

The vulnerability of the sis component in the Linux operating system’s kernel is related to errors in division by zero in the sisfbcheckvar function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.5AI score0.00254EPSS
SaveExploits0References36Affected Software4
Rows per page
Query Builder