Lucene search
+L

3269 matches found

OSV
OSV
added 2021/03/09 6:15 p.m.35 views

CVE-2021-20243

A flaw was found in ImageMagick in MagickCore/resize.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. The highest threat from this vulnerability is to system availability...

5.5CVSS6.2AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2021/03/09 6:15 p.m.5 views

CVE-2021-20241

A flaw was found in ImageMagick in coders/jp2.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. The highest threat from this vulnerability is to system availability...

5.5CVSS6.7AI score0.01117EPSS
SaveExploits0References5
CVE
CVE
added 2021/03/09 12:0 a.m.264 views

CVE-2021-20241

CVE-2021-20241 affects ImageMagick, specifically the coders/jp2.c component. A crafted file processed by ImageMagick can trigger undefined behavior via a division-by-zero in jp2 processing. Impact is described as primarily to system availability. The CVE is corroborated by multiple connected reco...

5.5CVSS5.9AI score0.01117EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2021/03/09 12:0 a.m.48 views

CVE-2021-20246

A flaw was found in ImageMagick in MagickCore/resample.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. The highest threat from this vulnerability is to system availability...

7.1CVSS6AI score0.01228EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2021/03/09 12:0 a.m.52 views

CVE-2021-20245

A flaw was found in ImageMagick in coders/webp.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. The highest threat from this vulnerability is to system availability...

7.1CVSS5.1AI score0.01205EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2021/02/26 2:15 a.m.1 views

CVE-2021-21328

Vapor is a web framework for Swift. In Vapor before version 4.40.1, there is a DoS attack against anyone who Bootstraps a metrics backend for their Vapor app. The following is the attack vector: 1. send unlimited requests against a vapor instance with different paths. this will create unlimited...

5.3CVSS5.3AI score0.01656EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2021/02/25 5:15 p.m.1 views

GHSA-J95H-WMX9-4279 Denial of Service

Withdrawn: Duplicate of GHSA-j95h-wmx9-4279. Affected versions of the package are vulnerable to a Denial of Service attack sending an OPTIONS request for an undefined route...

7AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2021/02/25 5:15 p.m.16 views

Denial of Service

Withdrawn: Duplicate of GHSA-j95h-wmx9-4279. Affected versions of the package are vulnerable to a Denial of Service attack sending an OPTIONS request for an undefined route...

4.8AI score
SaveExploits0References2Affected Software1
RustSec
RustSec
added 2021/02/17 12:0 p.m.30 views

Tape::take_bytes exposes uninitialized memory to a user-provided Read

Affected versions of this crate passed an unininitialized buffer to a user-provided Read instance in Tape::takebytes. This can result in safe Read implementations reading from the uninitialized buffer leading to undefined behavior. The flaw was corrected in commit 1f2dc7f37dd by removing the unsa...

7.5CVSS4.8AI score0.01059EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2021/02/17 12:0 p.m.34 views

RUSTSEC-2021-0046 misc::vec_with_size() can drop uninitialized memory if clone panics

misc::vecwithsize creates a vector of the provided size and immediately calls vec.setlensize on it, initially filling it with uninitialized memory. It then inserts elements using veci = value.clone. If the value.clone call panics, uninitialized items in the vector will be dropped leading to...

9.8CVSS9.3AI score0.01363EPSS
SaveExploits1References3
OSV
OSV
added 2021/02/17 12:0 p.m.35 views

RUSTSEC-2021-0029 Tape::take_bytes exposes uninitialized memory to a user-provided Read

Affected versions of this crate passed an unininitialized buffer to a user-provided Read instance in Tape::takebytes. This can result in safe Read implementations reading from the uninitialized buffer leading to undefined behavior. The flaw was corrected in commit 1f2dc7f37dd by removing the unsa...

7.5CVSS7.5AI score0.01059EPSS
SaveExploits0References3
OSV
OSV
added 2021/02/17 12:0 p.m.60 views

RUSTSEC-2021-0043 PartialReader passes uninitialized memory to user-provided Read

Affected versions of this crate passed an uniniitalized buffer to a user-provided Read instance in PartialReader::read. This can result in safe Read implementations reading from the uninitialized buffer leading to undefined behavior. The flaw was fixed in commit 39d62c6 by zero-initializing the...

7.3CVSS7.1AI score0.009EPSS
SaveExploits1References3
OSV
OSV
added 2021/02/17 12:0 p.m.24 views

RUSTSEC-2021-0112 `Read` on uninitialized buffer may cause UB ('tectonic_xdv' crate)

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory...

9.8CVSS9.4AI score0.01191EPSS
SaveExploits0References3
RustSec
RustSec
added 2021/02/17 12:0 p.m.25 views

`Read` on uninitialized buffer may cause UB ('tectonic_xdv' crate)

Affected versions of this crate passes an uninitialized buffer to a user-provided Read implementation. Arbitrary Read implementations can read from the uninitialized buffer memory exposure and also can return incorrect number of bytes written to the buffer. Reading from uninitialized memory...

9.8CVSS3.6AI score0.01191EPSS
SaveExploits0Affected Software1
RustSec
RustSec
added 2021/02/17 12:0 p.m.22 views

PartialReader passes uninitialized memory to user-provided Read

Affected versions of this crate passed an uniniitalized buffer to a user-provided Read instance in PartialReader::read. This can result in safe Read implementations reading from the uninitialized buffer leading to undefined behavior. The flaw was fixed in commit 39d62c6 by zero-initializing the...

7.5CVSS5.4AI score0.009EPSS
SaveExploits1Affected Software1
RedhatCVE
RedhatCVE
added 2021/02/15 9:59 p.m.30 views

CVE-2021-20244

A flaw was found in ImageMagick in MagickCore/visual-effects.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math division by zero. The highest threat from this vulnerability is to system availability...

7.1CVSS2.1AI score0.01199EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2021/02/15 4:8 p.m.38 views

CVE-2020-35512

A use-after-free flaw was found in D-Bus Development branch = 1.13.16, dbus-1.12.x stable branch = 1.12.18, and dbus-1.10.x and older branches = 1.10.30 when a system has multiple usernames sharing the same UID. When a set of policy rules references these usernames, D-Bus may free some memory in...

7.6AI score0.00331EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2021/02/15 4:8 p.m.73 views

CVE-2020-35512

A use-after-free flaw was found in D-Bus Development branch = 1.13.16, dbus-1.12.x stable branch = 1.12.18, and dbus-1.10.x and older branches = 1.10.30 when a system has multiple usernames sharing the same UID. When a set of policy rules references these usernames, D-Bus may free some memory in...

7.8CVSS7.8AI score0.00331EPSS
SaveExploits0
CNNVD
CNNVD
added 2021/02/15 12:0 a.m.25 views

D-BUS Resource Management Error Vulnerability

D-Bus is a message bus system that is primarily used for inter-process communication and remote procedure calls, among other things. A resource management error vulnerability exists in D-Bus 1.12.20 that results in a crash or other undefined behavior...

7.8CVSS7.2AI score0.00331EPSS
SaveExploits0References16
RustSec
RustSec
added 2021/02/09 12:0 p.m.30 views

Use-after-free in `subscript_next` and `subscript_prev` wrappers

Affected versions of this crate had an unsound implementation which could pass a pointer to freed memory to ydbsubscriptnextst and ydbsubscriptprevst if the variable and subscripts did not have enough memory allocated on the first call to hold the next variable in the database. For example, the...

9.8CVSS3.2AI score0.01308EPSS
SaveExploits1Affected Software1
Rows per page
Query Builder