Lucene search
+L

8476 matches found

Positive Technologies
Positive Technologies
added 2023/03/29 12:00 a.m.7 views

PT-2023-14457 · Nasm +1 · Nasm +1

Name of the Vulnerable Software and Affected Versions: NASM version 2.16 development Description: The issue is related to a Null Pointer Dereference via the output/outaout.c file. Recommendations: For NASM version 2.16 development, at the moment, there is no information about a newer version that...

5.5CVSS6.5AI score0.00311EPSS
SaveExploits1References13
SUSE CVE
SUSE CVE
added 2023/03/28 1:50 a.m.12 views

SUSE CVE-2023-27579

TensorFlow is an end-to-end open source platform for machine learning. Constructing a tflite model with a paramater filterinputchannel of less than 1 gives a FPE. This issue has been patched in version 2.12. TensorFlow will also cherrypick the fix commit on TensorFlow 2.11.1...

7.5CVSS6.9AI score0.00391EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2023/03/27 12:00 a.m.8 views

WordPress Plugin Woocommerce Vietnam Checkout 跨站脚本漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports personal blog sites on servers with PHP and MySQL.WordPress plugin is an application plugin. A cross-site scripting vulnerability...

7.1CVSS6AI score0.00406EPSS
SaveExploits0References2
Snyk
Snyk
added 2023/03/26 7:41 a.m.4 views

Double Free

Overview Affected versions of this package are vulnerable to Double Free. The nnops.fractionalavgpoolv2 and nnops.fractionalmaxpoolv2 functions require the first and fourth elements of their parameter poolingratio to be equal to 1.0, as pooling on batch and channel dimensions is not supported. Po...

8CVSS7AI score0.00148EPSS
SaveExploits0References2
OSV
OSV
added 2023/03/25 12:15 a.m.11 views

AZL-31210 CVE-2023-25672 affecting package tensorflow for versions less than 2.11.1-1

TensorFlow is an open source platform for machine learning. The function tf.rawops.LookupTableImportV2 cannot handle scalars in the values parameter and gives an NPE. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS6.6AI score0.00358EPSS
SaveExploits0References1
OSV
OSV
added 2023/03/25 12:15 a.m.12 views

AZL-31207 CVE-2023-25669 affecting package tensorflow for versions less than 2.11.1-1

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, if the stride and window size are not positive for tf.rawops.AvgPoolGrad, it can give a floating point exception. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS6.6AI score0.00391EPSS
SaveExploits0References1
OSV
OSV
added 2023/03/25 12:15 a.m.11 views

AZL-35312 CVE-2023-25667 affecting package tensorflow for versions less than 2.11.1-1

TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, integer overflow occurs when 2^31 = numframes height width channels 2^32, for example Full HD screencast of at least 346 frames. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS6.7AI score0.00305EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2023/03/25 12:00 a.m.7 views

Google TensorFlow 代码问题漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google, Inc. in the United States. A code issue vulnerability exists in Google TensorFlow version 2.12 prior to version 2.12.0 and version 2.11 prior to version 2.11.1, which stems from the Lookup function...

7.5CVSS6.5AI score0.00391EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2023/03/25 12:00 a.m.8 views

Google TensorFlow 安全漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google, Inc. in the United States. A security vulnerability exists in Google TensorFlow versions 2.12.0 prior to 2.12 and 2.11 prior to 2.11.1, which stems from a segmentation error when running versions...

7.5CVSS6.5AI score0.00391EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2023/03/25 12:00 a.m.8 views

Google TensorFlow 安全漏洞

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A security vulnerability exists in Google TensorFlow version 2.12.0 prior to version 2.12 and version 2.11 prior to version 2.11.1, which stems from the fact that constructing a tflite model with a...

7.5CVSS6.4AI score0.00391EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2023/03/24 11:08 p.m.11 views

CVE-2023-25801

TensorFlow is an open source machine learning platform. Prior to versions 2.12.0 and 2.11.1, nnops.fractionalavgpoolv2 and nnops.fractionalmaxpoolv2 require the first and fourth elements of their parameter poolingratio to be equal to 1.0, as pooling on batch and channel dimensions is not supporte...

8CVSS6.9AI score0.00148EPSS
SaveExploits0
OSV
OSV
added 2023/03/24 9:58 p.m.21 views

GHSA-93VR-9Q9M-PJ8P TensorFlow vulnerable to Out-of-Bounds Read in DynamicStitch

Impact If the parameter indices for DynamicStitch does not match the shape of the parameter data, it can trigger an stack OOB read. python import tensorflow as tf func = tf.rawops.DynamicStitch para='indices': 0xdeadbeef, 405, 519, 758, 1015, 'data': 110.27793884277344, 120.29475402832031,...

7.5CVSS6.6AI score0.00391EPSS
SaveExploits0References4
OSV
OSV
added 2023/03/24 9:58 p.m.8 views

GHSA-QJQC-VQCF-5QVJ TensorFlow vulnerable to seg fault in `tf.raw_ops.Print`

Impact When the parameter summarize of tf.rawops.Print is zero, the new method SummarizeArray will reference to a nullptr, leading to a seg fault. python import tensorflow as tf tf.rawops.Printinput = tf.constant1, 1, 1, 1,dtype=tf.int32, data = False, False, False, False, False, False, False,...

7.5CVSS6.6AI score0.00391EPSS
SaveExploits0References4
OSV
OSV
added 2023/03/24 9:58 p.m.11 views

GHSA-6HG6-5C2Q-7RCR TensorFlow has Heap-buffer-overflow in AvgPoolGrad

Impact python import os os.environ'TFENABLEONEDNNOPTS' = '0' import tensorflow as tf printtf.version with tf.device"CPU": ksize = 1, 40, 128, 1 strides = 1, 128, 128, 30 padding = "SAME" dataformat = "NHWC" originputshape = 11, 9, 78, 9 grad = tf.saturatecasttf.random.uniform16, 16, 16, 16,...

7.5CVSS5.8AI score0.00415EPSS
SaveExploits0References4
OSV
OSV
added 2023/03/24 9:57 p.m.3 views

GHSA-558H-MQ8X-7Q9G TensorFlow has Null Pointer Error in SparseSparseMaximum

Impact When SparseSparseMaximum is given invalid sparse tensors as inputs, it can give an NPE. python import tensorflow as tf tf.rawops.SparseSparseMaximum aindices=1, avalues = 0.1 , ashape = 2, bindices=, bvalues =2 , bshape = 2, Patches We have patched the issue in GitHub commit...

7.5CVSS6.6AI score0.00439EPSS
SaveExploits1References4
OSV
OSV
added 2023/03/24 9:53 p.m.18 views

GHSA-5W96-866F-6RM8 TensorFlow has Floating Point Exception in TFLite in conv kernel

Impact Constructing a tflite model with a paramater filterinputchannel of less than 1 gives a FPE. Patches We have patched the issue in GitHub commit 34f8368c535253f5c9cb3a303297743b62442aaa. The fix will be included in TensorFlow 2.12. We will also cherrypick this commit on TensorFlow 2.11.1. Fo...

7.5CVSS5.9AI score0.00391EPSS
SaveExploits0References4
OSV
OSV
added 2023/03/23 12:15 p.m.7 views

CVE-2022-47431

Reflected Cross-Site Scripting XSS vulnerability in Tussendoor internet & marketing Open RDW kenteken voertuiginformatie plugin = 2.0.14 versions...

6.1CVSS5.8AI score0.00382EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2023/03/23 12:00 a.m.8 views

WordPress Plugin internet & marketing Open RDW kenteken voertuiginformatie 跨站脚本漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports setting up personal blog sites on servers with PHP and MySQL.WordPress plugin is an application plugin. WordPress Plugin internet &...

7.1CVSS6.8AI score0.00382EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2023/03/23 12:00 a.m.8 views

WordPress Plugin Embed Any Document – Embed PDF, Word, PowerPoint and Excel Files 代码问题漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports personal blog sites on PHP and MySQL servers.WordPress plugin is an application plugin. WordPress Plugin Embed Any Document - Embed...

5.9CVSS6.8AI score0.00384EPSS
SaveExploits0References2
Amazon
Amazon
added 2023/03/22 12:00 a.m.14 views

Important: kernel

Issue Overview: A regression exists in the Linux Kernel within KVM: nVMX that allowed for speculative execution attacks. L2 can carry out Spectre v2 attacks on L1 due to L1 thinking it doesn't need retpolines or IBPB after running L2 due to KVM L0 advertising eIBRS support to L1. An attacker at L...

9.1CVSS7.9AI score0.01219EPSS
SaveExploits0
Rows per page
Query Builder