Lucene search
+L

3803 matches found

OSV
OSV
added 2021/11/10 10:15 p.m.26 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
OSV
OSV
added 2021/11/10 10:15 p.m.4 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
Prion
Prion
added 2021/11/10 10:15 p.m.23 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
UbuntuCve
UbuntuCve
added 2021/11/10 10:15 p.m.32 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
OSV
OSV
added 2021/11/10 10:15 p.m.9 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.22 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
Debian CVE
Debian CVE
added 2021/11/10 9:26 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.5CVSS5.2AI score0.0094EPSS
SaveExploits1
CVE
CVE
added 2021/11/10 9:26 p.m.266 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
CNNVD
CNNVD
added 2021/11/10 12:00 a.m.7 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:06 p.m.10 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.59 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.00303EPSS
SaveExploits0References3
CNVD
CNVD
added 2021/11/09 12:00 a.m.16 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.7 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:09 p.m.24 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:00 a.m.10 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
Positive Technologies
Positive Technologies
added 2021/11/03 12:00 a.m.7 views

PT-2021-7700 · Openexr +4 · Openexr +4

Name of the Vulnerable Software and Affected Versions: OpenEXR affected versions not specified Description: The issue is related to the RGBtoXYZ routine in the ImfChromaticities.cpp file, where certain division operations, such as float Z = 1 - chroma.white.x - chroma.white.y Y / chroma.white.y;...

7.5CVSS5.8AI score0.01892EPSS
SaveExploits6References126
Tenable Nessus
Tenable Nessus
added 2021/11/01 12:00 a.m.34 views

Debian DSA-4998-1 : ffmpeg - security update

The remote Debian 11 host has packages installed that are affected by multiple vulnerabilities as referenced in the dsa-4998 advisory. Several vulnerabilities have been discovered in the FFmpeg multimedia framework, which could result in denial of service or potentially the execution of arbitrary...

9.8CVSS6.9AI score0.0269EPSS
SaveExploits8References25
Mageia
Mageia
added 2021/10/29 7:32 p.m.61 views

Updated ffmpeg packages fix security vulnerability

FFmpeg 4.2 is affected by a Divide By Zero issue via libavcodec/aacpsy.c, which allows a remote malicious user to cause a Denial of Service. CVE-2020-20446 FFmpeg 4.2 is affected by null pointer dereference passed as argument to libavformat/aviobuf.c, which could cause a Denial of Service...

9.8CVSS3.9AI score0.0269EPSS
SaveExploits11References7
Tenable Nessus
Tenable Nessus
added 2021/10/28 12:00 a.m.29 views

NewStart CGSL MAIN 6.02 : poppler Vulnerability (NS-SA-2021-0126)

The remote NewStart CGSL host, running version MAIN 6.02, has poppler packages installed that are affected by a vulnerability: - An issue was discovered in Poppler through 0.78.0. There is a divide-by-zero error in the function SplashOutputDev::tilingPatternFill at SplashOutputDev.cc...

7.5CVSS7.2AI score0.02679EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2021/10/27 12:00 a.m.27 views

NewStart CGSL CORE 5.05 / MAIN 5.05 : libexif Multiple Vulnerabilities (NS-SA-2021-0158)

The remote NewStart CGSL host, running version CORE 5.05 / MAIN 5.05, has libexif packages installed that are affected by multiple vulnerabilities: - In libexif, there is a possible out of bounds write due to an integer overflow. This could lead to remote escalation of privilege in the media...

8.8CVSS6.9AI score0.04059EPSS
SaveExploits0References13
Rows per page
Query Builder