Lucene search
+L

20803 matches found

CNNVD
CNNVD
added 2024/03/11 12:00 a.m.10 views

Google Pixel Security Breach

Google Pixel is a smartphone from Google Inc. in the United States. A security vulnerability exists in Google Pixel that stems from a heap buffer overflow in the sendHciCommand method of the bluetoothhci.cc file, which may result in an out-of-bounds read...

4.4CVSS7.3AI score0.00087EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/03/11 12:00 a.m.24 views

PT-2024-3828 · Google · Android

Name of the Vulnerable Software and Affected Versions: Android affected versions not specified Description: The issue exists due to insufficient input validation in the MFC media component of the Android operating system. This could lead to remote code execution with no additional execution...

9.8CVSS7.6AI score0.00557EPSS
SaveExploits0References12
OSV
OSV
added 2024/03/10 12:06 a.m.14 views

OSV-2024-157 Heap-buffer-overflow in gf_strmemstr

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67261 Crash type: Heap-buffer-overflow READ 13 Crash state: gfstrmemstr txtinprobedata gffilterpidrawnew...

7.2AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2024/03/10 12:00 a.m.30 views

Fedora 39 : qpdf (2024-8762164e47)

The remote Fedora 39 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2024-8762164e47 advisory. 2267205 - CVE-2024-24246 qpdf - Heap Buffer Overflow vulnerability in qpdf fedora-all Tenable has extracted the preceding description block directly...

5.5CVSS6.4AI score0.00436EPSS
SaveExploits1References2
OSV
OSV
added 2024/03/07 12:13 a.m.13 views

OSV-2024-153 Heap-buffer-overflow in od_ec_dec_init

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67184 Crash type: Heap-buffer-overflow READ 1 Crash state: odecdecinit aomreaderinit tileworkerhookinit...

7.2AI score
SaveExploits0References1
OSV
OSV
added 2024/03/07 12:04 a.m.13 views

OSV-2024-151 Heap-buffer-overflow in od_ec_dec_normalize

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67216 Crash type: Heap-buffer-overflow READ 1 Crash state: odecdecnormalize av1decodepalettetokens av1visitpalette...

7.2AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/03/07 12:00 a.m.5 views

PT-2024-40654 · Git +1 · Libaom

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: A heap-buffer-overflow read issue is reported, with a crash type indicating a Heap-buffer-overflow READ 1. The crash state involves functions such as od ...

6.9AI score
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/03/07 12:00 a.m.38 views

SUSE SLED15: giflib-devel / giflib-devel-32bit / giflib-progs / libgif7 / etc (SUSE-SU-2024:0786-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:0786-1 advisory. Update to version 5.2.2 Fixes for CVE-2023-48161 bsc1217390, CVE-2022-28506 bsc1198880 138...

8.8CVSS6.7AI score0.01717EPSS
SaveExploits3References10
OSV
OSV
added 2024/03/06 11:20 a.m.15 views

BIT-TENSORFLOW-2020-15195 Heap buffer overflow in Tensorflow

In Tensorflow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, the implementation of SparseFillEmptyRowsGrad uses a double indexing pattern. It is possible for reverseindexmapi to be an index outside of bounds of gradvalues, thus resulting in a heap buffer overflow. The issue is patched in...

8.8CVSS8.5AI score0.0095EPSS
SaveExploits1References5
OSV
OSV
added 2024/03/06 11:20 a.m.24 views

BIT-TENSORFLOW-2020-15200 Segfault in Tensorflow

In Tensorflow before version 2.3.1, the RaggedCountSparseOutput implementation does not validate that the input arguments form a valid ragged tensor. In particular, there is no validation that the values in the splits tensor generate a valid partitioning of the values tensor. Thus, the code sets ...

5.9CVSS5.9AI score0.00851EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:20 a.m.43 views

BIT-TENSORFLOW-2020-15201 Heap buffer overflow in Tensorflow

In Tensorflow before version 2.3.1, the RaggedCountSparseOutput implementation does not validate that the input arguments form a valid ragged tensor. In particular, there is no validation that the values in the splits tensor generate a valid partitioning of the values tensor. Hence, the code is...

6.8CVSS5.3AI score0.00568EPSS
SaveExploits1References4
OSV
OSV
added 2024/03/06 11:20 a.m.24 views

BIT-TENSORFLOW-2021-29512 Heap buffer overflow in `RaggedBinCount`

TensorFlow is an end-to-end open source platform for machine learning. If the splits argument of RaggedBincount does not specify a valid SparseTensorhttps://www.tensorflow.org/apidocs/python/tf/sparse/SparseTensor, then an attacker can trigger a heap buffer overflow. This will cause a read from...

7.8CVSS7.5AI score0.00211EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:20 a.m.20 views

BIT-TENSORFLOW-2021-29514 Heap out of bounds write in `RaggedBinCount`

TensorFlow is an end-to-end open source platform for machine learning. If the splits argument of RaggedBincount does not specify a valid SparseTensorhttps://www.tensorflow.org/apidocs/python/tf/sparse/SparseTensor, then an attacker can trigger a heap buffer overflow. This will cause a read from...

7.8CVSS7.5AI score0.00211EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:19 a.m.27 views

BIT-TENSORFLOW-2021-29529 Heap buffer overflow caused by rounding

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a heap buffer overflow in tf.rawops.QuantizedResizeBilinear by manipulating input values so that float rounding results in off-by-one error in accessing image elements. This is because the...

7.8CVSS7.8AI score0.00251EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:19 a.m.22 views

BIT-TENSORFLOW-2021-29542 Heap buffer overflow in `StringNGrams`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow by passing crafted inputs to tf.rawops.StringNGrams. This is because the...

5.5CVSS5.7AI score0.00198EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:19 a.m.81 views

BIT-TENSORFLOW-2021-29558 Heap buffer overflow in `SparseSplit`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in tf.rawops.SparseSplit. This is because the...

7.8CVSS7.7AI score0.00211EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:19 a.m.26 views

BIT-TENSORFLOW-2021-29560 Heap buffer overflow in `RaggedTensorToTensor`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in tf.rawops.RaggedTensorToTensor. This is because the...

7.1CVSS7AI score0.00208EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:18 a.m.22 views

BIT-TENSORFLOW-2021-29576 Heap buffer overflow in `MaxPool3DGradGrad`

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.MaxPool3DGradGrad is vulnerable to a heap buffer overflow. The...

7.8CVSS7.5AI score0.00211EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:18 a.m.32 views

BIT-TENSORFLOW-2021-29577 Heap buffer overflow in `AvgPool3DGrad`

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.AvgPool3DGrad is vulnerable to a heap buffer overflow. The...

7.8CVSS7.6AI score0.00211EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:18 a.m.22 views

BIT-TENSORFLOW-2021-29579 Heap buffer overflow in `MaxPoolGrad`

TensorFlow is an end-to-end open source platform for machine learning. The implementation of tf.rawops.MaxPoolGrad is vulnerable to a heap buffer overflow. The...

7.8CVSS6.3AI score0.00214EPSS
SaveExploits1References3
Rows per page
Query Builder