Lucene search
+L

3510 matches found

RedhatCVE
RedhatCVE
added 2021/11/17 5:15 p.m.44 views

CVE-2020-23903

A divide-by-zero flaw was found in speex within the readsamples at src/speexenc.c function. This flaw allows a malicious user to provide a crafted wav file and crash the speexenc utility, resulting in a denial of service. The highest threat from this vulnerability is to system availability...

4.3CVSS5.2AI score0.0094EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2021/11/15 12:0 a.m.58 views

Debian DLA-2818-1 : ffmpeg - LTS security update

The remote Debian 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the dla-2818 advisory. - FFmpeg 4.2 is affected by a Divide By Zero issue via libavcodec/lpc.h, which allows a remote malicious user to cause a Denial of Service. CVE-2020-20445 - FFmpeg...

9.8CVSS6.2AI score0.0269EPSS
SaveExploits12References29
OSV
OSV
added 2021/11/11 12:0 a.m.14 views

UBUNTU-CVE-2021-3941

In ImfChromaticities.cpp routine RGBtoXYZ, there are some division operations such as float Z = 1 - chroma.white.x - chroma.white.y Y / chroma.white.y; and chroma.green.y X + Z / d; but the divisor is not checked for a 0 value. A specially crafted file could trigger a divide-by-zero condition whi...

6.5CVSS6.8AI score0.00298EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2021/11/11 12:0 a.m.45 views

CVE-2021-3941

In ImfChromaticities.cpp routine RGBtoXYZ, there are some division operations such as float Z = 1 - chroma.white.x - chroma.white.y Y / chroma.white.y; and chroma.green.y X + Z / d; but the divisor is not checked for a 0 value. A specially crafted file could trigger a divide-by-zero condition whi...

6.5CVSS6.7AI score0.00298EPSS
SaveExploits0References4
NVD
NVD
added 2021/11/10 10:15 p.m.10 views

CVE-2020-23903

A Divide by Zero vulnerability in the function static int readsamples of Speex v1.2 allows attackers to cause a denial of service DoS via a crafted WAV file...

5.5CVSS0.0094EPSS
SaveExploits1References3
OSV
OSV
added 2021/11/10 10:15 p.m.3 views

DEBIAN-CVE-2020-23903

A Divide by Zero vulnerability in the function static int readsamples of Speex v1.2 allows attackers to cause a denial of service DoS via a crafted WAV file...

5.5CVSS5.9AI score0.0094EPSS
SaveExploits1References1
OSV
OSV
added 2021/11/10 10:15 p.m.24 views

CVE-2020-23903

A Divide by Zero vulnerability in the function static int readsamples of Speex v1.2 allows attackers to cause a denial of service DoS via a crafted WAV file...

5.5CVSS6.3AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2021/11/10 10:15 p.m.30 views

CVE-2020-23903

A Divide by Zero vulnerability in the function static int readsamples of Speex v1.2 allows attackers to cause a denial of service DoS via a crafted WAV file...

5.5CVSS6.4AI score0.0094EPSS
SaveExploits1References3
Prion
Prion
added 2021/11/10 10:15 p.m.22 views

Design/Logic Flaw

A Divide by Zero vulnerability in the function static int readsamples of Speex v1.2 allows attackers to cause a denial of service DoS via a crafted WAV file...

4.3CVSS5AI score0.0094EPSS
SaveExploits1References3Affected Software2
OSV
OSV
added 2021/11/10 10:15 p.m.6 views

UBUNTU-CVE-2020-23903

A Divide by Zero vulnerability in the function static int readsamples of Speex v1.2 allows attackers to cause a denial of service DoS via a crafted WAV file...

5.5CVSS6.4AI score0.0094EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2021/11/10 9:26 p.m.18 views

CVE-2020-23903

A Divide by Zero vulnerability in the function static int readsamples of Speex v1.2 allows attackers to cause a denial of service DoS via a crafted WAV file...

5.1AI score0.0094EPSS
SaveExploits1References3
CVE
CVE
added 2021/11/10 9:26 p.m.260 views

CVE-2020-23903

CVE-2020-23903 is a divide-by-zero DoS in Speex v1.2 (function read_samples) exploitable via a crafted WAV file. Connected docs confirm the vulnerability, its impact (DoS/crash), and mitigations such as patched releases (e.g., IBM Cloud Pak components at 5.0.1, AlmaLinux patch ALSA-2022-7979, Mag...

5.5CVSS5AI score0.0094EPSS
SaveExploits1References3Affected Software1
Debian CVE
Debian CVE
added 2021/11/10 9:26 p.m.29 views

CVE-2020-23903

A Divide by Zero vulnerability in the function static int readsamples of Speex v1.2 allows attackers to cause a denial of service DoS via a crafted WAV file...

5.5CVSS5.2AI score0.0094EPSS
SaveExploits1
CNNVD
CNNVD
added 2021/11/10 12:0 a.m.3 views

Speex 数字错误漏洞

Speex is an open source audio codec. version 1.2 of Speex is vulnerable to a divide by zero error in the static int readsamples function. An attacker can exploit the vulnerability to cause a denial of service via a specially crafted WAV file...

5.5CVSS7.7AI score0.0094EPSS
SaveExploits1References10
RedHat Linux
RedHat Linux
added 2021/11/09 6:6 p.m.6 views

kernel: RDMA/core: Prevent divide-by-zero error triggered by the user

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Prevent divide-by-zero error triggered by the user The userentrysize is supplied by the user and later used as a denominator to calculate number of entries. The zero supplied by the user will trigger the following...

5.5CVSS6.8AI score0.00232EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2021/11/09 4:17 p.m.57 views

CVE-2021-3941

In ImfChromaticities.cpp routine RGBtoXYZ, there are some division operations such as float Z = 1 - chroma.white.x - chroma.white.y Y / chroma.white.y; and chroma.green.y X + Z / d; but the divisor is not checked for a 0 value. A specially crafted file could trigger a divide-by-zero condition whi...

6.5CVSS6.6AI score0.00298EPSS
SaveExploits0References3
CNVD
CNVD
added 2021/11/09 12:0 a.m.8 views

Google TensorFlow Numeric Error Vulnerability (CNVD-2021-88254)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. Google TensorFlow versions prior to 2.7.0 suffer from a numeric error vulnerability that stems from the fact that TensorFlow's ParallelConcat loses some input validation and produces a divide by...

5.5CVSS6.5AI score0.00136EPSS
SaveExploits0References1
OSV
OSV
added 2021/11/05 5:15 p.m.5 views

CVE-2020-23567

Irfanview v4.53 allows attackers to to cause a denial of service DoS via a crafted JPEG 2000 file. Related to "Integer Divide By Zero starting at JPEG2000!ShowPlugInSaveOptionsW+0x00000000000082ea"...

5.5CVSS5.8AI score0.00897EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2021/11/05 4:9 p.m.21 views

CVE-2020-23567

Irfanview v4.53 allows attackers to to cause a denial of service DoS via a crafted JPEG 2000 file. Related to "Integer Divide By Zero starting at JPEG2000!ShowPlugInSaveOptionsW+0x00000000000082ea"...

5.4AI score0.00897EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2021/11/05 12:0 a.m.8 views

Google TensorFlow 数字错误漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. Google TensorFlow versions prior to 2.7.0 suffer from a numeric error vulnerability that stems from the fact that TensorFlow's ParallelConcat loses some input validation and produces a divide by...

5.5CVSS5.6AI score0.00136EPSS
SaveExploits0References3
Rows per page
Query Builder