Lucene search
+L

3653 matches found

Positive Technologies
Positive Technologies
added 2025/02/16 12:00 a.m.8 views

PT-2025-13211 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.14.0-rc2+ Description: A divide by zero error occurs in the Linux kernel when calculating the journal watermark in Inline mode, as the journal is unused and journal sectors is zero. This can cause a system cra...

7.8CVSS7.4AI score0.36848EPSS
SaveExploits1References535
SUSE CVE
SUSE CVE
added 2025/02/14 6:55 a.m.7 views

SUSE CVE-2023-3896

Divide By Zero in vim/vim from 9.0.1367-1 to 9.0.1367-3...

7.8CVSS6.3AI score0.00414EPSS
SaveExploits1References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.1 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: drm/modes: It is necessary to avoid division by zero more strictly in drmmodevrefresh. The drmmodevrefresh function attempts to avoid division by zero by checking whether htotal or vtotal is zero. However, we may still end up...

5.5CVSS6.4AI score0.00249EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: fbdev: savage: Handle an error return when savagefbcheckvar fails. The commit 04e5eac8f3ab "fbdev: savage: Error out if pixclock equals zero" checks the value of pixclock to avoid a divide-by-zero error. However, the function...

5.5CVSS6.2AI score0.00229EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.5 views

Astra Linux – Vulnerability in DjVuLibre

A issue was discovered in IW44EncodeCodec.cpp within djvulibre 3.5.28, which allows attackers to cause a denial of service through division by zero...

6.5CVSS6.6AI score0.01042EPSS
SaveExploits1References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.8 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: The default value of getbytesperelement has been set to 1. Variables that are used as denominators and may not be assigned to other values should not have a value of 0. bytesperelementy and bytesperelementc are...

5.5CVSS6.2AI score0.00257EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.8 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: The denominator pbndiv is checked before being used. WHAT & HOW The denominator cannot be 0; it is checked before being used. This fix addresses a Divide-by-zero issue reported by Coverity. source-iocs-preserved...

5.5CVSS6.2AI score0.00237EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Assign linearpitchalignment even for VM Description Assign linearpitchalignment to prevent division by zero errors in VM environments...

5.5CVSS5.7AI score0.00229EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baudbase can result in uartclk being zero, which will cause a divide by zero error in uartgetdivisor. The check for uartclk...

5.5CVSS6.3AI score0.00257EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/02/11 3:48 a.m.5 views

SUSE CVE-2024-57950

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominator defaults to 1 WHAT & HOW Variables, used as denominators and maybe not assigned to other values, should be initialized to non-zero to avoid DIVIDEBYZERO, as reported by Coverity. cherry...

5.5CVSS7.7AI score0.00176EPSS
SaveExploits0References3
NVD
NVD
added 2025/02/10 4:15 p.m.14 views

CVE-2024-57950

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominator defaults to 1 WHAT & HOW Variables, used as denominators and maybe not assigned to other values, should be initialized to non-zero to avoid DIVIDEBYZERO, as reported by Coverity. cherry...

5.5CVSS0.00176EPSS
SaveExploits0References2
OSV
OSV
added 2025/02/10 4:15 p.m.4 views

DEBIAN-CVE-2024-57950

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominator defaults to 1 WHAT & HOW Variables, used as denominators and maybe not assigned to other values, should be initialized to non-zero to avoid DIVIDEBYZERO, as reported by Coverity. cherry...

5.5CVSS5.5AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/10 4:15 p.m.8 views

UBUNTU-CVE-2024-57950

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominator defaults to 1 WHAT & HOW Variables, used as denominators and maybe not assigned to other values, should be initialized to non-zero to avoid DIVIDEBYZERO, as reported by Coverity. cherry...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References7
CVE
CVE
added 2025/02/10 3:58 p.m.126 views

CVE-2024-57950

The CVE-2024-57950 entry concerns the Linux kernel drm/amd/display path, where a defect caused denominators used in calculations to potentially be uninitialized or set to zero, risking division by zero. The resolved description states the fix: initialize denominator defaults to 1 to avoid DIVIDE_...

5.5CVSS4.6AI score0.00176EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/10 3:58 p.m.1 views

CVE-2024-57950 drm/amd/display: Initialize denominator defaults to 1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominator defaults to 1 WHAT & HOW Variables, used as denominators and maybe not assigned to other values, should be initialized to non-zero to avoid DIVIDEBYZERO, as reported by Coverity. cherry...

6.2AI score0.00176EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/02/10 3:58 p.m.22 views

CVE-2024-57950 drm/amd/display: Initialize denominator defaults to 1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize denominator defaults to 1 WHAT & HOW Variables, used as denominators and maybe not assigned to other values, should be initialized to non-zero to avoid DIVIDEBYZERO, as reported by Coverity. cherry...

0.00176EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/02/10 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel, which originates in the drm/amd/display component, where a variable used as the denominator may not be initialized to a...

5.5CVSS6AI score0.00176EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/02/10 12:00 a.m.12 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-39475)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-39475 advisory. - In the Linux kernel, the following vulnerability has been resolved: fbdev: savage: Handle err return when...

5.5CVSS5.9AI score0.00229EPSS
SaveExploits0References2
OSV
OSV
added 2025/02/05 12:00 a.m.9 views

CVE-2024-57598

A floating point exception divide-by-zero vulnerability was discovered in Bento4 1.6.0-641 in function AP4TfraAtom of Ap4TfraAtom.cpp which allows a remote attacker to cause a denial of service vulnerability...

6.5CVSS6.8AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/02/05 12:00 a.m.11 views

PT-2025-5775

Name of the Vulnerable Software and Affected Versions: Bento4 version 1.6.0-641 Description: A floating point exception vulnerability, specifically a divide-by-zero error, was discovered in the AP4 TfraAtom function of Ap4TfraAtom.cpp. This issue allows a remote attacker to cause a denial of...

6.5CVSS6AI score0.00453EPSS
SaveExploits1References8
Rows per page
Query Builder