Lucene search
+L

14239 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 9:58 p.m.15 views

CVE-2022-35027

OTFCC commit 617837b was discovered to contain a segmentation violation via /release-x64/otfccdump+0x4fe9a7...

6.5CVSS7.2AI score0.00774EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:58 p.m.10 views

CVE-2022-35979

TensorFlow is an open source platform for machine learning. If QuantizedRelu or QuantizedRelu6 are given nonscalar inputs for minfeatures or maxfeatures, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS6.7AI score0.00448EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:58 p.m.9 views

CVE-2022-35063

OTFCC commit 617837b was discovered to contain a heap buffer overflow via /release-x64/otfccdump+0x6e41a8...

6.5CVSS7.8AI score0.00829EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:57 p.m.14 views

CVE-2022-35045

OTFCC commit 617837b was discovered to contain a heap buffer overflow via /release-x64/otfccdump+0x6b0d63...

6.5CVSS7.8AI score0.00758EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:55 p.m.20 views

CVE-2022-35042

OTFCC commit 617837b was discovered to contain a heap buffer overflow via /release-x64/otfccdump+0x4adb11...

6.5CVSS7.8AI score0.00752EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:55 p.m.11 views

CVE-2022-35028

OTFCC commit 617837b was discovered to contain a segmentation violation via /release-x64/otfccdump+0x4fbbb6...

6.5CVSS7.2AI score0.00774EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:55 p.m.12 views

CVE-2022-35064

OTFCC commit 617837b was discovered to contain a heap buffer overflow via /release-x64/otfccdump+0x4adcdb in asanmemset...

6.5CVSS7.8AI score0.00829EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:55 p.m.10 views

CVE-2022-35055

OTFCC commit 617837b was discovered to contain a heap buffer overflow via /release-x64/otfccdump+0x6c0473...

6.5CVSS7.8AI score0.00758EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:55 p.m.11 views

CVE-2022-35091

SWFTools commit 772e55a2 was discovered to contain a floating point exception FPE via DCTStream::readMCURow at /xpdf/Stream.cc.ow...

5.5CVSS7.3AI score0.00369EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:55 p.m.13 views

CVE-2022-35037

OTFCC commit 617837b was discovered to contain a heap buffer overflow via /release-x64/otfccdump+0x6adb1e...

6.5CVSS7.8AI score0.00812EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:55 p.m.12 views

CVE-2022-35101

SWFTools commit 772e55a2 was discovered to contain a segmentation violation via /multiarch/memset-vec-unaligned-erms.S...

5.5CVSS7.3AI score0.00296EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:53 p.m.8 views

CVE-2022-36005

TensorFlow is an open source platform for machine learning. When tf.quantization.fakequantwithminmaxvarsgradient receives input min or max that is nonscalar, it gives a CHECK fail that can trigger a denial of service attack. We have patched the issue in GitHub commit...

7.5CVSS6.7AI score0.0042EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 9:53 p.m.15 views

CVE-2022-36027

TensorFlow is an open source platform for machine learning. When converting transposed convolutions using per-channel weight quantization the converter segfaults and crashes the Python process. We have patched the issue in GitHub commit aa0b852a4588cea4d36b74feb05d93055540b450. The fix will be...

7.5CVSS6.8AI score0.00631EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 8:54 p.m.14 views

CVE-2021-37644

TensorFlow is an end-to-end open source platform for machine learning. In affected versions providing a negative element to numelements list argument of tf.rawops.TensorListReserve causes the runtime to abort the process due to reallocating a std::vector to have a negative number of elements. The...

5.5CVSS5.9AI score0.00152EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 8:54 p.m.11 views

CVE-2021-37640

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.SparseReshape can be made to trigger an integral division by 0 exception. The implementation calls the reshaping functor whenever there is at least an index in the input but...

5.5CVSS6.1AI score0.00152EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 8:53 p.m.11 views

CVE-2021-37692

TensorFlow is an end-to-end open source platform for machine learning. In affected versions under certain conditions, Go code can trigger a segfault in string deallocation. For string tensors, C.TFTStringDealloc is called during garbage collection within a finalizer function. However, tensor...

5.5CVSS6AI score0.00172EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 8:53 p.m.14 views

CVE-2021-37683

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of division in TFLite is vulnerable to a division by 0 error. There is no check that the divisor tensor does not contain zero elements. We have patched the issue in GitHub commit...

5.5CVSS5.9AI score0.00154EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 8:53 p.m.9 views

CVE-2021-37674

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a denial of service via a segmentation fault in tf.rawops.MaxPoolGrad caused by missing validation. The implementation misses some validation for the originput and origoutput tensor...

7.8CVSS6.4AI score0.00214EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 8:47 p.m.10 views

CVE-2021-22245

Improper validation of commit author in GitLab CE/EE affecting all versions allowed an attacker to make several pages in a project impossible to view...

4CVSS6.8AI score0.01366EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 7:46 p.m.10 views

CVE-2021-32816

ProtonMail Web Client is the official AngularJS web client for the ProtonMail secure email service. ProtonMail Web Client before version 3.16.60 has a regular expression denial-of-service vulnerability. This was fixed in commit 6687fb. There is a full report available in the referenced...

7.5CVSS7AI score0.0101EPSS
SaveExploits1References1
Rows per page
Query Builder