Lucene search
+L

523 matches found

vulnersOsv
vulnersOsv
added 2022/02/09 11:26 p.m.7 views

125softnlp (=0.0.1), a2 (>=0.10.11 <=0.10.13) +4847 more potentially affected by CVE-2022-23585 via tensorflow (>=1.0.1 <=2.5.2)

tensorflow PYPI version =1.0.1, =0.10.11, =0.1.0, =0.0.0, =0.6.0, =0.1.6, =1.0.0, =2.0.0, =1.0.0, =0.0.1, =0.0.7 and more Source cves: CVE-2022-23585 Source advisory: OSV:GHSA-FQ6P-6334-8GR4...

6.5CVSS6.5AI score0.00992EPSS
Exploits1
CNNVD
CNNVD
added 2022/01/26 12:0 a.m.7 views

pfSense 跨站脚本漏洞

pfSense is a set of network firewalls based on FreeBSD Linux. A security vulnerability exists in pfSense versions prior to 2.5.2, which originates from a php echo in /usr/local/www/pkg.php using $ REQUESTpkg filter...

6.1CVSS6.2AI score0.01528EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2021/12/09 7:8 p.m.31 views

Session fixation in express-openid-connect

Overview Versions 2.3.0 up to and including 2.5.1 do not regenerate the session id and session cookie when user logs in. This behavior opens up the application to various session fixation vulnerabilities. Am I affected? You are affected by this vulnerability if you are using express-openid-connec...

8.8CVSS4.4AI score0.00894EPSS
Exploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/12/09 4:15 p.m.5 views

CVE-2021-41246

Express OpenID Connect is express JS middleware implementing sign on for Express web apps using OpenID Connect. Versions before and including 2.5.1 do not regenerate the session id and session cookie when user logs in. This behavior opens up the application to various session fixation...

8.8CVSS7.2AI score0.00894EPSS
Exploits0References4Affected Software1
Prion
Prion
added 2021/12/09 4:15 p.m.23 views

Session fixation

Express OpenID Connect is express JS middleware implementing sign on for Express web apps using OpenID Connect. Versions before and including 2.5.1 do not regenerate the session id and session cookie when user logs in. This behavior opens up the application to various session fixation...

6.8CVSS8.7AI score0.00894EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2021/11/10 7:12 p.m.17 views

GHSA-786J-5QWQ-R36X Segfault while copying constant resource tensor

Impact During TensorFlow's Grappler optimizer phase, constant folding might attempt to deep copy a resource tensor. This results in a segfault, as these tensors are supposed to not change. Patches We have patched the issue in GitHub commit 7731e8dfbe4a56773be5dc94d631611211156659. The fix will be...

6.8CVSS5.9AI score0.00136EPSS
Exploits0References7
Github Security Blog
Github Security Blog
added 2021/11/10 7:4 p.m.41 views

Heap OOB read in all `tf.raw_ops.QuantizeAndDequantizeV*` ops

Impact The shape inference functions for the QuantizeAndDequantizeV operations can trigger a read outside of bounds of heap allocated array as illustrated in the following sets of PoCs: python import tensorflow as tf @tf.function def test: data=tf.rawops.QuantizeAndDequantizeV4Grad...

7.1CVSS0.8AI score0.00148EPSS
Exploits0References7Affected Software3
Github Security Blog
Github Security Blog
added 2021/11/10 7:1 p.m.39 views

Heap OOB read in `tf.raw_ops.SparseCountSparseOutput`

Impact The shape inference functions for SparseCountSparseOutput can trigger a read outside of bounds of heap allocated array: python import tensorflow as tf @tf.function def func: return tf.rawops.SparseCountSparseOutput indices=1, values=1, denseshape=10, weights=, binaryoutput= True func The...

7.1CVSS1.4AI score0.00148EPSS
Exploits0References7Affected Software3
Github Security Blog
Github Security Blog
added 2021/11/10 6:58 p.m.36 views

Reference binding to `nullptr` in `tf.ragged.cross`

Impact The shape inference code for tf.ragged.cross has an undefined behavior due to binding a reference to nullptr. In the following scenario, this results in a crash: python import tensorflow as tf @tf.function def test: y = tf.ragged.crosstf.ragged.constant'1','2' return y test Patches We have...

7.8CVSS1.1AI score0.0021EPSS
Exploits1References7Affected Software3
NVD
NVD
added 2021/11/05 11:15 p.m.26 views

CVE-2021-41227

TensorFlow is an open source platform for machine learning. In affected versions the ImmutableConst operation in TensorFlow can be tricked into reading arbitrary memory contents. This is because the tstring TensorFlow string class has a special case for memory mapped strings but the operation...

6.6CVSS0.0023EPSS
Exploits1References3
NVD
NVD
added 2021/11/05 11:15 p.m.44 views

CVE-2021-41221

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for the Cudnn operations in TensorFlow can be tricked into accessing invalid memory, via a heap buffer overflow. This occurs because the ranks of the input, inputh and inputc parameters are n...

7.8CVSS0.00214EPSS
Exploits1References2
NVD
NVD
added 2021/11/05 11:15 p.m.48 views

CVE-2021-41216

TensorFlow is an open source platform for machine learning. In affected versions the shape inference function for Transpose is vulnerable to a heap buffer overflow. This occurs whenever perm contains negative elements. The shape inference function does not validate that the indices in perm are al...

7.8CVSS0.00156EPSS
Exploits0References2
OSV
OSV
added 2021/11/05 11:15 p.m.37 views

CVE-2021-41227

TensorFlow is an open source platform for machine learning. In affected versions the ImmutableConst operation in TensorFlow can be tricked into reading arbitrary memory contents. This is because the tstring TensorFlow string class has a special case for memory mapped strings but the operation...

5.5CVSS5.4AI score
Exploits0References3
PyPA
PyPA
added 2021/11/05 11:15 p.m.9 views

PYSEC-2021-835

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's savedmodelcli tool is vulnerable to a code injection as it calls eval on user supplied strings. This can be used by attackers to run arbitrary code on the plaform where the CLI tool runs. However, given...

7.8CVSS7.8AI score0.00208EPSS
Exploits1References2Affected Software1
PyPA
PyPA
added 2021/11/05 11:15 p.m.8 views

PYSEC-2021-634

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's Grappler optimizer has a use of unitialized variable. If the trainnodes vector obtained from the saved model that gets optimized does not contain a Dequeue node, then dequeuenode is left unitialized. The...

7.8CVSS7AI score0.0019EPSS
Exploits1References2Affected Software1
PyPA
PyPA
added 2021/11/05 11:15 p.m.8 views

PYSEC-2021-414

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS6.9AI score0.00181EPSS
Exploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2021/11/05 11:15 p.m.4 views

CVE-2021-41222

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS6AI score0.00181EPSS
Exploits1References3Affected Software1
Prion
Prion
added 2021/11/05 11:15 p.m.23 views

Stack overflow

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's Grappler optimizer has a use of unitialized variable. If the trainnodes vector obtained from the saved model that gets optimized does not contain a Dequeue node, then dequeuenode is left unitialized. The...

2.1CVSS7.5AI score0.0019EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/11/05 11:15 p.m.39 views

PYSEC-2021-622

TensorFlow is an open source platform for machine learning. In affected versions the code behind tf.function API can be made to deadlock when two tf.function decorated Python functions are mutually recursive. This occurs due to using a non-reentrant Lock Python object. Loading any model which...

5.5CVSS3.5AI score0.00235EPSS
Exploits0References2
CVE
CVE
added 2021/11/05 10:30 p.m.94 views

CVE-2021-41227

TensorFlow CVE-2021-41227 concerns the ImmutableConst operation, which in affected versions can read arbitrary memory due to the tstring class having a special case for memory-mapped strings while the operation does not handle this datatype. The issue is rooted in the mismatch between memory-mapp...

6.6CVSS5.6AI score0.0023EPSS
Exploits1References3Affected Software1
Rows per page
Query Builder