Lucene search
+L

2818 matches found

Cvelist
Cvelist
added 2025/07/03 8:35 a.m.11 views

CVE-2025-38126 net: stmmac: make sure that ptp_rate is not 0 before configuring timestamping

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: make sure that ptprate is not 0 before configuring timestamping The stmmac platform drivers that do not open-code the clkptprate value after having retrieved the default one from the device-tree can end up with 0 in...

0.00163EPSS
SaveExploits0References5
CVE
CVE
added 2025/07/03 8:35 a.m.87 views

CVE-2025-38126

CVE-2025-38126 affects the Linux kernel’s stmmac driver in timestamp configuration. The root cause is that clk_ptp_rate can become 0 (if clk_get_rate returns 0 and the driver does not override it), leading to a division by zero during PTP initialization. The issue is fixed by adding an explicit c...

5.5CVSS7AI score0.00163EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/07/03 8:35 a.m.68 views

CVE-2025-38125

The CVE (CVE-2025-38125) affects the Linux kernel’s net: stmmac driver, where a 0 ptp_rate could propagate to EST configuration, causing a division by zero. The fix adds a guard to ensure ptp_rate is non-zero before configuring EST, with an error path if zero is encountered. According to SUSE/Ope...

5.5CVSS7AI score0.00162EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/07/03 8:35 a.m.4 views

CVE-2025-38125 net: stmmac: make sure that ptp_rate is not 0 before configuring EST

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: make sure that ptprate is not 0 before configuring EST If the ptprate recorded earlier in the driver happens to be 0, this bogus value will propagate up to EST configuration, where it will trigger a division by 0...

5.5CVSS5.9AI score0.00162EPSS
SaveExploits0References10
OSV
OSV
added 2025/07/03 8:35 a.m.6 views

CVE-2025-38126 net: stmmac: make sure that ptp_rate is not 0 before configuring timestamping

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: make sure that ptprate is not 0 before configuring timestamping The stmmac platform drivers that do not open-code the clkptprate value after having retrieved the default one from the device-tree can end up with 0 in...

5.5CVSS6AI score0.00163EPSS
SaveExploits0References9
BDU FSTEC
BDU FSTEC
added 2025/07/03 12:0 a.m.8 views

The vulnerability of the ad9832_calc_freqreg() function in the drivers/staging/iio/frequency/ad9832.c component of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the ad9832calcfreqreg function in the drivers/staging/iio/frequency/ad9832.c component of the Linux operating system is related to the lack of checks for division by zero. Exploiting this vulnerability could allow an attacker to cause a system failure...

5.5CVSS6.7AI score0.00266EPSS
SaveExploits0References9Affected Software4
BDU FSTEC
BDU FSTEC
added 2025/07/02 12:0 a.m.6 views

The vulnerability in the drm_modes.c component of the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the drmmodes.c component in the Linux operating system is related to the lack of checks for division by zero. Exploiting this vulnerability could allow a perpetrator to trigger a service failure...

5.5CVSS6.7AI score0.00244EPSS
SaveExploits0References12Affected Software4
BDU FSTEC
BDU FSTEC
added 2025/06/25 12:0 a.m.10 views

The vulnerability of the replace_nexthop_grp() function in the net/ipv4/nexthop.c module of the IPv4 protocol implementation in Linux’s kernel, which allows a attacker to cause a service failure.

The vulnerability of the replacenexthopgrp function in the net/ipv4/nexthop.c module of the Linux kernel’s IPv4 protocol implementation is related to insufficient validation of input data during division by zero. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00208EPSS
SaveExploits0References7Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/06/23 12:0 a.m.7 views

Vulnerability of the save_iaa_wq() function in the drivers/crypto/intel/iaa/iaa_crypto_main.c module – a driver for the Intel cryptographic accelerator in the Linux operating system, which allows an attacker to compromise the confidentiality, integrity, and accessibility of protected information.

Vulnerability of the saveiaawq function in the drivers/crypto/intel/iaa/iaacryptomain.c module – The Linux kernel cryptographic accelerator driver has a vulnerability related to insufficient validation of input data when dividing by zero. Exploiting this vulnerability could allow an attacker to...

8.4CVSS5.9AI score0.00238EPSS
SaveExploits0References12Affected Software1
SUSE CVE
SUSE CVE
added 2025/06/19 3:39 a.m.5 views

SUSE CVE-2022-50178

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: 8852a: rfk: fix div 0 exception The DPK is a kind of RF calibration whose algorithm is to fine tune parameters and calibrate, and check the result. If the result isn't good enough, it could adjust parameters and try...

5.5CVSS6.1AI score0.002EPSS
SaveExploits0References9
OSV
OSV
added 2025/06/18 11:15 a.m.6 views

DEBIAN-CVE-2022-50178

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: 8852a: rfk: fix div 0 exception The DPK is a kind of RF calibration whose algorithm is to fine tune parameters and calibrate, and check the result. If the result isn't good enough, it could adjust parameters and try...

5.5CVSS5.3AI score0.002EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.3 views

UBUNTU-CVE-2022-50178

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: 8852a: rfk: fix div 0 exception The DPK is a kind of RF calibration whose algorithm is to fine tune parameters and calibrate, and check the result. If the result isn't good enough, it could adjust parameters and try...

5.5CVSS6.1AI score0.002EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.6 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: PM: EM: Fixed a potential division-by-zero error in emcomputecosts. When the device is of a non-CPU type, tablei.performance will not be initialized in the previous eminitperformance call. This results in a division by zero when...

5.5CVSS6.4AI score0.00144EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: spi: sn-f-ospi: Fix for division by zero When there is no dummy cycle in the spi-nor commands, both the dummy bus cycle bytes and the width are zero. Due to the CPU’s warning when dividing by zero, this situation should be avoide...

5.5CVSS6.2AI score0.00215EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/06/16 12:0 a.m.6 views

TencentOS Server 3: edk2 (TSSA-2024:0393)

The version of Tencent Linux installed on the remote TencentOS Server 3 host is prior to tested version. It is, therefore, affected by multiple vulnerabilities as referenced in the TSSA-2024:0393 advisory. Package updates are available for TencentOS Server 3 that fix the following vulnerabilities...

7.5CVSS7.7AI score0.00994EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/05/29 12:0 a.m.3 views

PT-2025-27711

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A division by zero issue can occur in the Linux kernel when the ptp rate is 0 before configuring EST. This happens because a bogus ptp rate value of 0 can propagate up to EST...

5.5CVSS6AI score0.00162EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/05/28 3:30 a.m.6 views

kernel: usbnet: sanity check for maxpacket

In the Linux kernel, the following vulnerability has been resolved: usbnet: sanity check for maxpacket maxpacket of 0 makes no sense and oopses as we need to divide by it. Give up. V2: fixed typo in log and stylistic issues...

5.5CVSS6.4AI score0.00213EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2025/05/28 12:0 a.m.7 views

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

The vulnerability of the sysfs component in the Linux operating system is related to the lack of checks for division by zero. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00207EPSS
SaveExploits0References15Affected Software6
RedhatCVE
RedhatCVE
added 2025/05/26 12:13 a.m.21 views

CVE-2025-48754

In the memorypages crate 0.1.0 for Rust, division by zero can occur...

2.9CVSS7.3AI score0.00286EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2025/05/24 3:30 a.m.13 views

memory_pages division by zero

In the memorypages crate 0.1.0 for Rust, division by zero can occur...

7.5CVSS6.8AI score0.00286EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder