Lucene search
+L

3997 matches found

OSV
OSV
added 2022/04/15 6:15 p.m.5 views

DEBIAN-CVE-2021-44493

An issue was discovered in YottaDB through r1.32 and V7.0-000 and FIS GT.M through V7.0-000. Using crafted input, an attacker can cause a call to $Extract to force an signed integer holding the size of a buffer to take on a large negative number, which is then used as the length of a memcpy call...

7.5CVSS7.9AI score0.0168EPSS
SaveExploits0References1
OSV
OSV
added 2022/04/15 6:15 p.m.12 views

UBUNTU-CVE-2021-44493

An issue was discovered in YottaDB through r1.32 and V7.0-000 and FIS GT.M through V7.0-000. Using crafted input, an attacker can cause a call to $Extract to force an signed integer holding the size of a buffer to take on a large negative number, which is then used as the length of a memcpy call...

7.5CVSS6.2AI score0.0168EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2022/04/15 12:00 a.m.8 views

FIS GT.M 缓冲区错误漏洞

FIS GT.M is a database platform. A security vulnerability exists in versions prior to FIS GT.M V7.0-000, which can be exploited to cause a buffer overflow by an attacker who calls $Extract to force a signed integer of the size of the save buffer to be a larger negative number, which can then be...

7.5CVSS6.1AI score0.0168EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2022/04/15 12:00 a.m.13 views

YottaDB 安全漏洞

YottaDB is a real-time database from the American company YottaDB. A security vulnerability in YottaDB r1.32 and versions prior to V7.0-000 allows an attacker to cause a buffer overflow by calling $Extract to force a signed integer of the size of the save buffer to take a larger negative number,...

7.5CVSS7.6AI score0.0168EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2022/04/06 12:00 a.m.13 views

Need to change the logic of smart contracts in the face of negative inflation

Lines of code Vulnerability details Impact Given that the possibility of negative inflation in the economy is not impossible even now observed in some countries, it is important to clearly explain to users the act of smart contracts against negative inflation. In the current logic of the VOLT...

6.7AI score
SaveExploits0
OSV
OSV
added 2022/04/03 12:00 a.m.18 views

OSV-2022-296 Negative-size-param in jxl::N_SSE4::BlendingStage::ProcessPaddingRow

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46243 Crash type: Negative-size-param Crash state: jxl::NSSE4::BlendingStage::ProcessPaddingRow jxl::LowMemoryRenderPipeline::RenderPadding jxl::LowMemoryRenderPipeline::ProcessBuffers...

7.2AI score
SaveExploits0References1
Code423n4
Code423n4
added 2022/04/02 12:00 a.m.27 views

Malicious user can indefinitely freeze the funds of another user

Lines of code Vulnerability details Impact By design, a user's cooldown period is extended if they receive a transfer of hPal. The cooldown is extended based on the weight of the receiver's original balance and cooldown period compared to the sent amount and sender's cooldown period. Due to this...

6.7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2022/02/15 12:00 a.m.8 views

PT-2022-13291 · Unknown · Microweber

Name of the Vulnerable Software and Affected Versions: microweber/microweber versions prior to 1.2.11 Description: The issue is related to improper validation of specified quantity in input, which can lead to business logic errors. This could allow an attacker to manipulate the total value and...

5.4CVSS4.7AI score0.0062EPSS
SaveExploits1References10
Veracode
Veracode
added 2022/02/14 3:55 a.m.24 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. The vulnerability exists due to an integer overflow in OpLevelCostEstimator::CalculateOutputSize allowing an attacker to crash the system by inputting a negative number into the cost estimate...

6.5CVSS4.5AI score0.00783EPSS
SaveExploits1References4Affected Software3
OSV
OSV
added 2022/02/10 12:20 a.m.14 views

GHSA-98J8-C9Q4-R38G Memory exhaustion in Tensorflow

Impact The implementation of StringNGrams can be used to trigger a denial of service attack by causing an OOM condition after an integer overflow: python import tensorflow as tf tf.rawops.StringNGrams data='123456', datasplits=0,1, separator='a'15, ngramwidths=, leftpad='', rightpad='',...

5.3CVSS5.8AI score0.00828EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2022/02/09 6:29 p.m.409 views

Out of bounds read in Tensorflow

Impact The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read: python import tensorflow as tf @tf.function def test: y = tf.rawops.ReverseSequence input = 'aaa','bbb', seqlengths = 1,1,1, seqdim = -10, batchdim = -...

8.1CVSS0.8AI score0.01134EPSS
SaveExploits1References8Affected Software3
OSV
OSV
added 2022/02/09 6:29 p.m.9 views

GHSA-6GMV-PJP9-P8W8 Out of bounds read in Tensorflow

Impact The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read: python import tensorflow as tf @tf.function def test: y = tf.rawops.ReverseSequence input = 'aaa','bbb', seqlengths = 1,1,1, seqdim = -10, batchdim = -...

8.1CVSS5.8AI score0.01134EPSS
SaveExploits1References8
Tenable Nessus
Tenable Nessus
added 2022/02/09 12:00 a.m.23 views

AlmaLinux 8 : libtiff (ALSA-2020:4634)

The remote AlmaLinux 8 host has a package installed that is affected by a vulnerability as referenced in the ALSA-2020:4634 advisory. - tifgetimage.c in LibTIFF through 4.0.10, as used in GDAL through 3.0.1 and other products, has an integer overflow that potentially causes a heap-based buffer...

8.8CVSS7.2AI score0.03356EPSS
SaveExploits0References2
OSV
OSV
added 2022/02/08 12:00 a.m.36 views

GHSA-F7C7-J99H-C22F Buffer Copy without Checking Size of Input in NumPy

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...

5.5CVSS5.8AI score0.00368EPSS
SaveExploits1References4
OSV
OSV
added 2022/02/03 12:15 p.m.13 views

PYSEC-2022-112

Tensorflow is an Open Source Machine Learning Framework. The implementation of StringNGrams can be used to trigger a denial of service attack by causing an out of memory condition after an integer overflow. We are missing a validation on padwitdh and that result in computing a negative value for...

6.5CVSS6.7AI score0.00828EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2022/02/03 11:28 a.m.13 views

CVE-2022-21733

Tensorflow is an Open Source Machine Learning Framework. The implementation of StringNGrams can be used to trigger a denial of service attack by causing an out of memory condition after an integer overflow. We are missing a validation on padwitdh and that result in computing a negative value for...

6.5CVSS6.9AI score0.00828EPSS
SaveExploits1
PyPA
PyPA
added 2022/02/03 11:15 a.m.12 views

PYSEC-2022-107

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS6.8AI score0.01134EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2022/02/03 11:15 a.m.10 views

PYSEC-2022-107

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS5.9AI score0.01134EPSS
SaveExploits1References4
PyPA
PyPA
added 2022/02/03 11:15 a.m.14 views

PYSEC-2022-52

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS6.8AI score0.01134EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2022/02/03 10:55 a.m.9 views

CVE-2022-21728 Out of bounds read in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS8.1AI score0.01134EPSS
SaveExploits1References4
Rows per page
Query Builder