Show filters
819 Total Results
Displaying 51-60 of 819
Sort by:
Attacker Value
Unknown

CVE-2021-3596

Disclosure Date: February 24, 2022 (last updated February 23, 2025)
A NULL pointer dereference flaw was found in ImageMagick in versions prior to 7.0.10-31 in ReadSVGImage() in coders/svg.c. This issue is due to not checking the return value from libxml2's xmlCreatePushParserCtxt() and uses the value directly, which leads to a crash and segmentation fault.
Attacker Value
Unknown

CVE-2021-40418

Disclosure Date: December 22, 2021 (last updated February 23, 2025)
When parsing a file that is submitted to the DPDecoder service as a job, the R3D SDK will mistakenly skip over the assignment of a property containing an object referring to a UUID that was parsed from a frame within the video container. Upon destruction of the object that owns it, the uninitialized member will be dereferenced and then destroyed using the object’s virtual destructor. Due to the object property being uninitialized, this can result in dereferencing an arbitrary pointer for the object’s virtual method table, which can result in code execution under the context of the application.
Attacker Value
Unknown

CVE-2021-40417

Disclosure Date: December 22, 2021 (last updated February 23, 2025)
When parsing a file that is submitted to the DPDecoder service as a job, the service will use the combination of decoding parameters that were submitted with the job along with fields that were parsed for the submitted video by the R3D SDK to calculate the size of a heap buffer. Due to an integer overflow with regards to this calculation, this can result in an undersized heap buffer being allocated. When this heap buffer is written to, a heap-based buffer overflow will occur. This can result in code execution under the context of the application.
Attacker Value
Unknown

CVE-2021-39315

Disclosure Date: December 13, 2021 (last updated February 23, 2025)
The Magic Post Voice WordPress plugin is vulnerable to Reflected Cross-Site Scripting via the ids parameter found in the ~/inc/admin/main.php file which allows attackers to inject arbitrary web scripts, in versions up to and including 1.2.
0
Attacker Value
Unknown

CVE-2021-3962

Disclosure Date: November 19, 2021 (last updated February 23, 2025)
A flaw was found in ImageMagick where it did not properly sanitize certain input before using it to invoke convert processes. This flaw allows an attacker to create a specially crafted image that leads to a use-after-free vulnerability when processed by ImageMagick. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.
Attacker Value
Unknown

CVE-2021-39212

Disclosure Date: September 13, 2021 (last updated February 23, 2025)
ImageMagick is free software delivered as a ready-to-run binary distribution or as source code that you may use, copy, modify, and distribute in both open and proprietary applications. In affected versions and in certain cases, Postscript files could be read and written when specifically excluded by a `module` policy in `policy.xml`. ex. <policy domain="module" rights="none" pattern="PS" />. The issue has been resolved in ImageMagick 7.1.0-7 and in 6.9.12-22. Fortunately, in the wild, few users utilize the `module` policy and instead use the `coder` policy that is also our workaround recommendation: <policy domain="coder" rights="none" pattern="{PS,EPI,EPS,EPSF,EPSI}" />.
Attacker Value
Unknown

CVE-2020-12731

Disclosure Date: July 15, 2021 (last updated February 23, 2025)
The MagicMotion Flamingo 2 application for Android stores data on an sdcard under com.vt.magicmotion/files/Pictures, whence it can be read by other applications.
Attacker Value
Unknown

CVE-2020-12729

Disclosure Date: July 15, 2021 (last updated February 23, 2025)
MagicMotion Flamingo 2 has a lack of access control for reading from device descriptors.
Attacker Value
Unknown

CVE-2020-12730

Disclosure Date: July 15, 2021 (last updated February 23, 2025)
MagicMotion Flamingo 2 lacks BLE encryption, enabling data sniffing and packet forgery.
Attacker Value
Unknown

CVE-2020-27769

Disclosure Date: May 14, 2021 (last updated February 22, 2025)
In ImageMagick versions before 7.0.9-0, there are outside the range of representable values of type 'float' at MagickCore/quantize.c.