Lucene search
+L

14867 matches found

vulnersOsv
vulnersOsv
added 2022/11/21 10:9 p.m.9 views

aimodelshare (>=0.0.157 <=0.1.0), aliby (>=0.1.18 <=0.1.55) +69 more potentially affected by CVE-2022-41908 via tensorflow (>=2.9.0 <=2.9.2)

tensorflow PYPI version =2.9.0, =0.0.157, =0.1.18, =0.1.11, =0.30.0, =0.2.6, =0.0.1, =1.0.0, =0.0.0, =4.8.2, =0.9.0, =0.99.1 - cvt-tensorflow =1.1.4 and more Source cves: CVE-2022-41908 Source advisory: OSV:GHSA-MV77-9G28-CWG3...

7.5CVSS7.1AI score0.0045EPSS
SaveExploits1
OSV
OSV
added 2022/11/21 10:9 p.m.17 views

GHSA-MV77-9G28-CWG3 `CHECK` fail via inputs in `PyFunc`

Impact An input token that is not a UTF-8 bytestring will trigger a CHECK fail in tf.rawops.PyFunc. python import tensorflow as tf value = tf.constantvalue=1,2 token = b'\xb0' dataType = tf.int32 tf.rawops.PyFuncinput=value,token=token,Tout=dataType Patches We have patched the issue in GitHub...

4.8CVSS7AI score0.0045EPSS
SaveExploits1References5
vulnersOsv
vulnersOsv
added 2022/11/21 10:9 p.m.6 views

aggmap (>=1.1.1 <=1.2.1), molmap (>=1.3.1 <=1.4.0) potentially affected by CVE-2022-41908 via tensorflow-gpu (=2.9.1)

tensorflow-gpu PYPI version =2.9.1 is affected by a known vulnerability. The following packages have a transitive dependency on tensorflow-gpu and may be impacted: - aggmap =1.1.1, =1.3.1, =1.4.0 Source cves: CVE-2022-41908 Source advisory: OSV:GHSA-MV77-9G28-CWG3...

7.5CVSS7.1AI score0.0045EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2022/11/21 10:9 p.m.8 views

animl (>=1.1.2 <=1.1.4), arekit (>=0.21.0 <=0.22.1) +189 more potentially affected by CVE-2022-41908 via tensorflow-gpu (>=1.10.1 <=2.8.3)

tensorflow-gpu PYPI version =1.10.1, =1.1.2, =0.21.0, =0.23.0, =0.9.2, =1.0.0, =0.1.0, =0.0.1, =0.0.9, =0.1.0, =0.0.1, =1.0.0, =1.0.3 - brainhance =0.0.1 and more Source cves: CVE-2022-41908 Source advisory: OSV:GHSA-MV77-9G28-CWG3...

7.5CVSS7.1AI score0.0045EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2022/11/21 10:9 p.m.7 views

a62-emotion (>=0.10.12 <=0.11.4), agent-atm (>=0.1.0 <=0.1.1) +103 more potentially affected by CVE-2022-41908 via tensorflow-cpu (>=1.15.0 <=2.7.4)

tensorflow-cpu PYPI version =1.15.0, =0.10.12, =0.1.0, =2.0.0, =2.0.0, =1.0.0, =0.0.5, =0.3.0, =0.0.1, =0.8.1, =0.1.1, =1.3.0, =0.1.0.dev1, =0.1.0.dev202107081840 and more Source cves: CVE-2022-41908 Source advisory: OSV:GHSA-MV77-9G28-CWG3...

7.5CVSS7.1AI score0.0045EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2022/11/21 10:9 p.m.32 views

`CHECK` fail via inputs in `PyFunc`

Impact An input token that is not a UTF-8 bytestring will trigger a CHECK fail in tf.rawops.PyFunc. python import tensorflow as tf value = tf.constantvalue=1,2 token = b'\xb0' dataType = tf.int32 tf.rawops.PyFuncinput=value,token=token,Tout=dataType Patches We have patched the issue in GitHub...

7.5CVSS7.5AI score0.0045EPSS
SaveExploits1References5Affected Software3
vulnersOsv
vulnersOsv
added 2022/11/21 10:4 p.m.7 views

animl (>=1.1.2 <=1.1.4), arekit (>=0.21.0 <=0.22.1) +189 more potentially affected by CVE-2022-41907 via tensorflow-gpu (>=1.10.1 <=2.8.3)

tensorflow-gpu PYPI version =1.10.1, =1.1.2, =0.21.0, =0.23.0, =0.9.2, =1.0.0, =0.1.0, =0.0.1, =0.0.9, =0.1.0, =0.0.1, =1.0.0, =1.0.3 - brainhance =0.0.1 and more Source cves: CVE-2022-41907 Source advisory: OSV:GHSA-368V-7V32-52FX...

7.5CVSS7.1AI score0.0044EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2022/11/21 10:4 p.m.15 views

aggmap (>=1.1.1 <=1.2.1), molmap (>=1.3.1 <=1.4.0) potentially affected by CVE-2022-41907 via tensorflow-gpu (=2.9.1)

tensorflow-gpu PYPI version =2.9.1 is affected by a known vulnerability. The following packages have a transitive dependency on tensorflow-gpu and may be impacted: - aggmap =1.1.1, =1.3.1, =1.4.0 Source cves: CVE-2022-41907 Source advisory: OSV:GHSA-368V-7V32-52FX...

7.5CVSS7.1AI score0.0044EPSS
SaveExploits1
OSV
OSV
added 2022/11/21 10:4 p.m.12 views

GHSA-368V-7V32-52FX Overflow in `ResizeNearestNeighborGrad`

Impact When tf.rawops.ResizeNearestNeighborGrad is given a large size input, it overflows. import tensorflow as tf aligncorners = True halfpixelcenters = False grads = tf.constant1, shape=1,8,16,3, dtype=tf.float16 size = tf.constant1879048192,1879048192, shape=2, dtype=tf.int32...

4.8CVSS5.8AI score0.0044EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/11/21 10:4 p.m.26 views

Overflow in `ResizeNearestNeighborGrad`

Impact When tf.rawops.ResizeNearestNeighborGrad is given a large size input, it overflows. import tensorflow as tf aligncorners = True halfpixelcenters = False grads = tf.constant1, shape=1,8,16,3, dtype=tf.float16 size = tf.constant1879048192,1879048192, shape=2, dtype=tf.int32...

7.5CVSS7.5AI score0.0044EPSS
SaveExploits1References5Affected Software3
vulnersOsv
vulnersOsv
added 2022/11/21 10:4 p.m.20 views

a62-emotion (>=0.10.12 <=0.11.4), agent-atm (>=0.1.0 <=0.1.1) +103 more potentially affected by CVE-2022-41907 via tensorflow-cpu (>=1.15.0 <=2.7.4)

tensorflow-cpu PYPI version =1.15.0, =0.10.12, =0.1.0, =2.0.0, =2.0.0, =1.0.0, =0.0.5, =0.3.0, =0.0.1, =0.8.1, =0.1.1, =1.3.0, =0.1.0.dev1, =0.1.0.dev202107081840 and more Source cves: CVE-2022-41907 Source advisory: OSV:GHSA-368V-7V32-52FX...

7.5CVSS7.1AI score0.0044EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2022/11/21 10:4 p.m.11 views

clip-jax (=0.0.5), sdeper (>=1.1.0 <=1.6.1) potentially affected by CVE-2022-41907 via tensorflow-cpu (>=2.9.0 <=2.9.1)

tensorflow-cpu PYPI version =2.9.0, =1.1.0, =1.6.1 Source cves: CVE-2022-41907 Source advisory: OSV:GHSA-368V-7V32-52FX...

7.5CVSS7.1AI score0.0044EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2022/11/21 10:4 p.m.8 views

125softnlp (=0.0.1), a2 (>=0.10.11 <=0.10.13) +4935 more potentially affected by CVE-2022-41907 via tensorflow (>=1.0.1 <=2.8.3)

tensorflow PYPI version =1.0.1, =0.10.11, =0.1.0, =0.0.0, =0.5.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-41907 Source advisory: OSV:GHSA-368V-7V32-52FX...

7.5CVSS7.1AI score0.0044EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2022/11/21 10:4 p.m.9 views

aimodelshare (>=0.0.157 <=0.1.0), aliby (>=0.1.18 <=0.1.55) +69 more potentially affected by CVE-2022-41907 via tensorflow (>=2.9.0 <=2.9.2)

tensorflow PYPI version =2.9.0, =0.0.157, =0.1.18, =0.1.11, =0.30.0, =0.2.6, =0.0.1, =1.0.0, =0.0.0, =4.8.2, =0.9.0, =0.99.1 - cvt-tensorflow =1.1.4 and more Source cves: CVE-2022-41907 Source advisory: OSV:GHSA-368V-7V32-52FX...

7.5CVSS7.1AI score0.0044EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2022/11/21 10:4 p.m.5 views

aimodelshare (>=0.0.157 <=0.1.0), aliby (>=0.1.18 <=0.1.55) +69 more potentially affected by CVE-2022-41902 via tensorflow (>=2.9.0 <=2.9.2)

tensorflow PYPI version =2.9.0, =0.0.157, =0.1.18, =0.1.11, =0.30.0, =0.2.6, =0.0.1, =1.0.0, =0.0.0, =4.8.2, =0.9.0, =0.99.1 - cvt-tensorflow =1.1.4 and more Source cves: CVE-2022-41902 Source advisory: OSV:GHSA-CG88-RPVP-CJV5...

9.1CVSS7.2AI score0.00449EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2022/11/21 10:4 p.m.6 views

aggmap (>=1.1.1 <=1.2.1), molmap (>=1.3.1 <=1.4.0) potentially affected by CVE-2022-41902 via tensorflow-gpu (=2.9.1)

tensorflow-gpu PYPI version =2.9.1 is affected by a known vulnerability. The following packages have a transitive dependency on tensorflow-gpu and may be impacted: - aggmap =1.1.1, =1.3.1, =1.4.0 Source cves: CVE-2022-41902 Source advisory: OSV:GHSA-CG88-RPVP-CJV5...

9.1CVSS7.2AI score0.00449EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2022/11/21 10:4 p.m.8 views

clip-jax (=0.0.5), sdeper (>=1.1.0 <=1.6.1) potentially affected by CVE-2022-41902 via tensorflow-cpu (>=2.9.0 <=2.9.1)

tensorflow-cpu PYPI version =2.9.0, =1.1.0, =1.6.1 Source cves: CVE-2022-41902 Source advisory: OSV:GHSA-CG88-RPVP-CJV5...

9.1CVSS7.2AI score0.00449EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2022/11/21 10:4 p.m.5 views

animl (>=1.1.2 <=1.1.4), arekit (>=0.21.0 <=0.22.1) +189 more potentially affected by CVE-2022-41902 via tensorflow-gpu (>=1.10.1 <=2.8.3)

tensorflow-gpu PYPI version =1.10.1, =1.1.2, =0.21.0, =0.23.0, =0.9.2, =1.0.0, =0.1.0, =0.0.1, =0.0.9, =0.1.0, =0.0.1, =1.0.0, =1.0.3 - brainhance =0.0.1 and more Source cves: CVE-2022-41902 Source advisory: OSV:GHSA-CG88-RPVP-CJV5...

9.1CVSS7.2AI score0.00449EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2022/11/21 10:4 p.m.8 views

125softnlp (=0.0.1), a2 (>=0.10.11 <=0.10.13) +4935 more potentially affected by CVE-2022-41902 via tensorflow (>=1.0.1 <=2.8.3)

tensorflow PYPI version =1.0.1, =0.10.11, =0.1.0, =0.0.0, =0.5.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-41902 Source advisory: OSV:GHSA-CG88-RPVP-CJV5...

9.1CVSS7.2AI score0.00449EPSS
SaveExploits0
OSV
OSV
added 2022/11/21 10:4 p.m.3 views

GHSA-CG88-RPVP-CJV5 Out of bounds write in grappler in Tensorflow

Impact The function MakeGrapplerFunctionItem takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bounds memory read or a crash is triggered. Patches We have patched the issue in GitHub commit...

7.1CVSS7.2AI score0.00449EPSS
SaveExploits0References5
Rows per page
Query Builder