Lucene search
+L

852 matches found

SUSE CVE
SUSE CVE
•added 2023/02/15 4:55 a.m.•9 views

SUSE CVE-2016-9830

The MagickRealloc function in memory.c in Graphicsmagick 1.3.25 allows remote attackers to cause a denial of service crash via large dimensions in a jpeg image...

5.5CVSS6.8AI score0.01711EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2023/02/15 4:46 a.m.•7 views

SUSE CVE-2017-7865

FFmpeg before 2017-01-24 has an out-of-bounds write caused by a heap-based buffer overflow related to the ipvideodecodeblockopcode0xA function in libavcodec/interplayvideo.c and the avcodecaligndimensions2 function in libavcodec/utils.c...

9.8CVSS7.6AI score0.02564EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2023/02/15 4:40 a.m.•10 views

SUSE CVE-2017-13144

In ImageMagick before 6.9.7-10, there is a crash rather than a "width or height exceeds limit" error report if the image dimensions are too large, as demonstrated by use of the mpc coder...

6.5CVSS9.1AI score0.02011EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
•added 2023/02/15 4:11 a.m.•7 views

SUSE CVE-2019-12293

In Poppler through 0.76.1, there is a heap-based buffer over-read in JPXStream::init in JPEG2000Stream.cc via data with inconsistent heights or widths...

5.1CVSS9.7AI score0.02094EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
•added 2023/02/15 4:05 a.m.•10 views

SUSE CVE-2019-20788

libvncclient/cursor.c in LibVNCServer through 0.9.12 has a HandleCursorShape integer overflow and heap-based buffer overflow via a large height or width value. NOTE: this may overlap CVE-2019-15690...

7.5CVSS9.6AI score0.02497EPSS
SaveExploits1References9
SUSE CVE
SUSE CVE
•added 2023/02/15 4:00 a.m.•10 views

SUSE CVE-2020-10251

In ImageMagick 7.0.9, an out-of-bounds read vulnerability exists within the ReadHEICImageByID function in coders\heic.c. It can be triggered via an image with a width or height value that exceeds the actual size of the image...

5.5CVSS6.8AI score0.01531EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
•added 2023/02/15 3:43 a.m.•9 views

SUSE CVE-2021-29575

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.ReverseSequence allows for stack overflow and/or CHECK-fail based denial of service. The...

5.5CVSS5.8AI score0.00198EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
•added 2023/02/15 3:39 a.m.•8 views

SUSE CVE-2021-37668

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause denial of service in applications serving models using tf.rawops.UnravelIndex by triggering a division by 0. The implementation does not check that the tensor subsumed by dims is not...

5.5CVSS4.8AI score0.00154EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
•added 2023/02/15 3:37 a.m.•6 views

SUSE CVE-2021-41196

TensorFlow is an open source platform for machine learning. In affected versions the Keras pooling layers can trigger a segfault if the size of the pool is 0 or if a dimension is negative. This is due to the TensorFlow's implementation of pooling operations where the values in the sliding window...

5.5CVSS5.5AI score0.00238EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
•added 2023/02/15 3:37 a.m.•10 views

SUSE CVE-2021-41496

Buffer overflow in the arrayfrompyobj function of fortranobject.c in NumPy 1.19, which allows attackers to conduct a Denial of Service attacks by carefully constructing an array with negative values. NOTE: The vendor does not agree this is a vulnerability; the negative dimensions can only be...

5.5CVSS8.2AI score0.00368EPSS
SaveExploits1References16
OSV
OSV
•added 2022/11/21 8:39 p.m.•6 views

GHSA-JQ6X-99HJ-Q636 Seg fault in `ndarray_tensor_bridge` due to zero and large inputs

Impact If a numpy array is created with a shape such that one element is zero and the others sum to a large number, an error will be raised. E.g. the following raises an error: python np.ones0, 231, 231 An example of a proof of concept: python import numpy as np import tensorflow as tf inputval =...

4.8CVSS7AI score0.00355EPSS
SaveExploits1References4
Hacker One
Hacker One
•added 2022/10/30 5:02 p.m.•38 views

Flickr: Exceed photo dimensions, Flickr.com

Large negative numbers could be provided as a note's width and heigh which would be interpreted as positive integers and create notes beyond the normal size boundaries...

3.1AI score
SaveExploits0
OSV
OSV
•added 2022/09/16 10:29 p.m.•20 views

GHSA-9942-R22V-78CP TensorFlow vulnerable to `CHECK` fail in `LRNGrad`

Impact If LRNGrad is given an outputimage input tensor that is not 4-D, it results in a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf depthradius = 1 bias = 1.59018219 alpha = 0.117728651 beta = 0.404427052 inputgrads = tf.random.uniformshape=4,...

5.9CVSS7AI score0.00478EPSS
SaveExploits0References5
OSV
OSV
•added 2022/09/16 10:28 p.m.•7 views

GHSA-J43H-PGMG-5HJQ TensorFlow vulnerable to `CHECK` fail in `MaxPool`

Impact When MaxPool receives a window size input array ksize with dimensions greater than its input tensor input, the GPU kernel gives a CHECK fail that can be used to trigger a denial of service attack. python import tensorflow as tf import numpy as np input = np.ones1, 1, 1, 1 ksize = 1, 1, 2, ...

5.9CVSS5.8AI score0.00478EPSS
SaveExploits0References5
Jake Archibald's Blog
Jake Archibald's Blog
•added 2022/07/11 1:00 a.m.•30 views

Avoiding <img /> layout shifts: aspect-ratio vs width & height attributes

By default, an takes up zero space until the browser loads enough of the image to know its dimensions: &origin=source&to=/c/senna-d1c8a036.jpg When you run the demo, you'll see the immediately. Then, after a few seconds, this paragraph and subsequent page content shifts downwards to make room for...

6.9AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
•added 2022/07/11 1:00 a.m.•13 views

Avoiding &lt;img&gt; layout shifts: aspect-ratio vs width &amp; height attributes

By default, an takes up zero space until the browser loads enough of the image to know its dimensions: &origin=source&to=/c/senna-d1c8a036.jpg When you run the demo, you'll see the immediately. Then, after a few seconds, this paragraph and subsequent page content shifts downwards to make room for...

6.9AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
•added 2022/06/20 8:08 p.m.•8 views

Malicious code in babel-plugin-svg-em-dimensions (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware f9313bfc7ff221388bac4316b84a9101c98eeb6b714f66930ec782a9ef19c4ee Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
•added 2022/05/24 5:26 p.m.•36 views

phpBB Server-Side Request Forgery Vulnerability

A vulnerability exists in phpBB v3.2.10 and v3.3.1 which allowed remote image dimensions check to be used to SSRF...

5.8CVSS5.7AI score0.00966EPSS
SaveExploits0References7Affected Software1
OSV
OSV
•added 2022/04/29 5:15 p.m.•11 views

AZL-35155 CVE-2021-4207 affecting package qemu for versions less than 6.2.0-18

A flaw was found in the QXL display device emulation in QEMU. A double fetch of guest controlled values cursor-header.width and cursor-header.height can lead to the allocation of a small cursor object followed by a subsequent heap-based buffer overflow. A malicious privileged guest user could use...

8.2CVSS7.4AI score0.00402EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
•added 2022/03/24 10:59 a.m.•25 views

numpy: buffer overflow in the PyArray_NewFromDescr_int() in ctors.c

A Buffer Overflow vulnerability exists in NumPy 1.9.x in the PyArrayNewFromDescrint function of ctors.c when specifying arrays of large dimensions over 32 from Python code, which could let a malicious user cause a Denial of Service. NOTE: The vendor does not agree this is a vulneraility; In very...

5.3CVSS5.8AI score0.01074EPSS
SaveExploits1References4
Rows per page
Query Builder