ecosystem stringclasses 14
values | vuln_id stringlengths 10 19 | summary stringlengths 4 267 ⌀ | details stringlengths 9 13.5k | aliases stringlengths 17 144 ⌀ | modified_date stringdate 2010-05-27 05:47:00 2022-05-10 08:46:52 | published_date stringdate 2005-12-31 05:00:00 2022-05-10 08:46:50 | severity stringclasses 5
values | score float64 0 10 ⌀ | cwe_id stringclasses 988
values | refs stringlengths 30 17.7k ⌀ | introduced stringlengths 75 4.26k ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|
PyPI | PYSEC-2021-375 | null | Cobbler before 3.3.0 allows authorization bypass for modification of settings. | {'GHSA-cr3f-r24j-3chw', 'CVE-2021-40325'} | 2021-10-19T21:47:31.769581Z | 2021-10-04T06:15:00Z | null | null | null | {'https://github.com/cobbler/cobbler/commit/d8f60bbf14a838c8c8a1dba98086b223e35fe70a', 'https://github.com/advisories/GHSA-cr3f-r24j-3chw', 'https://github.com/cobbler/cobbler/releases/tag/v3.3.0'} | null |
PyPI | PYSEC-2021-725 | null | TensorFlow is an end-to-end open source platform for machine learning. The implementation of the `Split` TFLite operator is vulnerable to a division by zero error(https://github.com/tensorflow/tensorflow/blob/e2752089ef7ce9bcf3db0ec618ebd23ea119d0c7/tensorflow/lite/kernels/split.cc#L63-L65). An attacker can craft a mod... | {'CVE-2021-29599', 'GHSA-97wf-p777-86jq'} | 2021-12-09T06:35:31.883346Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-97wf-p777-86jq', 'https://github.com/tensorflow/tensorflow/commit/b22786e7e9b7bdb6a56936ff29cc7e9968d7bc1d'} | null |
PyPI | PYSEC-2021-230 | null | TensorFlow is an end-to-end open source platform for machine learning. The implementation of the `BatchToSpaceNd` TFLite operator is vulnerable to a division by zero error(https://github.com/tensorflow/tensorflow/blob/b5ed552fe55895aee8bd8b191f744a069957d18d/tensorflow/lite/kernels/batch_to_space_nd.cc#L81-L82). An att... | {'GHSA-cfx7-2xpc-8w4h', 'CVE-2021-29593'} | 2021-08-27T03:22:37.941172Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/2c74674348a4708ced58ad6eb1b23354df8ee044', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cfx7-2xpc-8w4h'} | null |
PyPI | GHSA-p45v-v4pw-77jr | Division by 0 in `QuantizedBatchNormWithGlobalNormalization` | ### Impact
An attacker can cause a runtime division by zero error and denial of service in `tf.raw_ops.QuantizedBatchNormWithGlobalNormalization`:
```python
import tensorflow as tf
t = tf.constant([], shape=[0, 0, 0, 0], dtype=tf.quint8)
t_min = tf.constant(-10.0, dtype=tf.float32)
t_max = tf.constant(-10.0, dtype=tf... | {'CVE-2021-29548'} | 2022-03-03T05:14:08.985186Z | 2021-05-21T14:23:34Z | LOW | null | {'CWE-369'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-29548', 'https://github.com/tensorflow/tensorflow/commit/d6ed5bcfe1dcab9e85a4d39931bd18d99018e75b', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-p45v-v4pw-77jr'} | null |
PyPI | GHSA-c94w-c95p-phf8 | Integer overflow in Tensorflow | ### Impact
The [implementation of `OpLevelCostEstimator::CalculateTensorSize`](https://github.com/tensorflow/tensorflow/blob/a1320ec1eac186da1d03f033109191f715b2b130/tensorflow/core/grappler/costs/op_level_cost_estimator.cc#L1552-L1558) is vulnerable to an integer overflow if an attacker can create an operation which w... | {'CVE-2022-23575'} | 2022-03-03T05:13:34.318775Z | 2022-02-10T00:32:59Z | MODERATE | null | {'CWE-190'} | {'https://github.com/tensorflow/tensorflow/blob/a1320ec1eac186da1d03f033109191f715b2b130/tensorflow/core/grappler/costs/op_level_cost_estimator.cc#L1552-L1558', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-c94w-c95p-phf8', 'https://github.com/tensorflow/tensorflow/commit/fcd18ce3101f245b083b30655c... | null |
PyPI | PYSEC-2021-660 | null | TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a denial of service via a `CHECK`-fail in `tf.raw_ops.SparseConcat`. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/b432a38fe0e1b4b904a6c222cbce794c39703e87/tensorflow/core/kernels/sparse_con... | {'CVE-2021-29534', 'GHSA-6j9c-grc6-5m6g'} | 2021-12-09T06:35:20.598497Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/69c68ecbb24dff3fa0e46da0d16c821a2dd22d7c', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-6j9c-grc6-5m6g'} | null |
PyPI | GHSA-cmgw-8vpc-rc59 | Segfault on strings tensors with mistmatched dimensions, due to Go code | ### Impact
Under certain conditions, Go code can trigger a segfault in string deallocation.
For string tensors, `C.TF_TString_Dealloc` is called during garbage collection within a finalizer function. However, tensor structure isn't checked until encoding to avoid a performance penalty. The current method for deallo... | {'CVE-2021-37692'} | 2022-03-03T05:09:55.555709Z | 2021-08-25T14:38:57Z | MODERATE | null | {'CWE-20'} | {'https://github.com/tensorflow/tensorflow/commit/8721ba96e5760c229217b594f6d2ba332beedf22', 'https://github.com/tensorflow/tensorflow/pull/50508', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cmgw-8vpc-rc59', 'https://nvd.nist.gov/vuln/detail/CVE-2021-37692'} | null |
PyPI | PYSEC-2020-230 | null | In Django User Sessions (django-user-sessions) before 1.7.1, the views provided allow users to terminate specific sessions. The session key is used to identify sessions, and thus included in the rendered HTML. In itself this is not a problem. However if the website has an XSS vulnerability, the session key could be ext... | {'GHSA-5fq8-3q2f-4m5g', 'CVE-2020-5224'} | 2021-08-27T03:21:57.616152Z | 2020-01-24T20:15:00Z | null | null | null | {'https://github.com/Bouke/django-user-sessions/security/advisories/GHSA-5fq8-3q2f-4m5g', 'https://github.com/jazzband/django-user-sessions/commit/f0c4077e7d1436ba6d721af85cee89222ca5d2d9'} | null |
PyPI | GHSA-qx3f-p745-w4hr | Integer overflow in Tensorflow | ### Impact
The implementation of `Range` suffers from integer overflows. These can trigger undefined behavior or, in some scenarios, extremely large allocations.
### Patches
We have patched the issue in GitHub commit [f0147751fd5d2ff23251149ebad9af9f03010732](https://github.com/tensorflow/tensorflow/commit/f0147751fd5... | {'CVE-2022-23562'} | 2022-03-03T05:14:16.853671Z | 2022-02-09T23:54:07Z | HIGH | null | {'CWE-190'} | {'https://nvd.nist.gov/vuln/detail/CVE-2022-23562', 'https://github.com/tensorflow/tensorflow/commit/f0147751fd5d2ff23251149ebad9af9f03010732', 'https://github.com/tensorflow/tensorflow/pull/51733', 'https://github.com/tensorflow/tensorflow/issues/52676', 'https://github.com/tensorflow/tensorflow/security/advisories/GH... | null |
PyPI | GHSA-vxp9-wv2f-wqmw | High severity vulnerability that affects superset | Versions of Superset prior to 0.23 used an unsafe load method from the pickle library to deserialize data leading to possible remote code execution. Note Superset 0.23 was released prior to any Superset release under the Apache Software Foundation. | {'CVE-2018-8021'} | 2022-03-23T22:15:05.776608Z | 2018-11-09T17:40:56Z | CRITICAL | null | {'CWE-502'} | {'https://github.com/apache/superset/commit/2c72a7ae4fc0a8bac1f037a79efa90e1c5549710', 'https://github.com/apache/superset/pull/4243', 'https://github.com/apache/superset', 'https://nvd.nist.gov/vuln/detail/CVE-2018-8021', 'https://www.exploit-db.com/exploits/45933/'} | null |
PyPI | GHSA-m85c-9mf8-m2m6 | Critical severity vulnerability that affects confire | An exploitable vulnerability exists in the YAML parsing functionality in config.py in Confire 0.2.0. Due to the user-specific configuration being loaded from "~/.confire.yaml" using the yaml.load function, a YAML parser can execute arbitrary Python commands resulting in command execution. An attacker can insert Python ... | {'CVE-2017-16763'} | 2022-03-03T05:13:26.050847Z | 2018-07-18T18:28:26Z | CRITICAL | null | null | {'https://github.com/advisories/GHSA-m85c-9mf8-m2m6', 'https://github.com/bbengfort/confire', 'https://github.com/bbengfort/confire/issues/24', 'https://joel-malwarebenchmark.github.io/blog/2017/11/12/cve-2017-16763-configure-loaded-through-confire/', 'https://nvd.nist.gov/vuln/detail/CVE-2017-16763', 'https://github.c... | null |
PyPI | GHSA-cpf4-wx82-gxp6 | Segfault due to negative splits in `SplitV` | ### Impact
The [implementation](https://github.com/tensorflow/tensorflow/blob/e71b86d47f8bc1816bf54d7bddc4170e47670b97/tensorflow/core/kernels/split_v_op.cc#L49-L205) of `SplitV` can trigger a segfault is an attacker supplies negative arguments:
```python
import tensorflow as tf
tf.raw_ops.SplitV(
value=tf.constant... | {'CVE-2021-41222'} | 2022-03-03T05:13:07.507477Z | 2021-11-10T18:48:15Z | MODERATE | null | {'CWE-682'} | {'https://github.com/tensorflow/tensorflow', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41222', 'https://github.com/tensorflow/tensorflow/commit/25d622ffc432acc736b14ca3904177579e733cc6', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cpf4-wx82-gxp6'} | null |
PyPI | PYSEC-2017-8 | null | HKDF in cryptography before 1.5.2 returns an empty byte-string if used with a length less than algorithm.digest_size. | {'CVE-2016-9243'} | 2021-07-05T00:01:17.464237Z | 2017-03-27T17:59:00Z | null | null | null | {'https://github.com/pyca/cryptography/issues/3211', 'http://www.securityfocus.com/bid/94216', 'https://github.com/pyca/cryptography/commit/b924696b2e8731f39696584d12cceeb3aeb2d874', 'http://www.ubuntu.com/usn/USN-3138-1', 'https://cryptography.io/en/latest/changelog', 'https://lists.fedoraproject.org/archives/list/pac... | null |
PyPI | PYSEC-2022-87 | null | Tensorflow is an Open Source Machine Learning Framework. If a graph node is invalid, TensorFlow can leak memory in the implementation of `ImmutableExecutorState::Initialize`. Here, we set `item->kernel` to `nullptr` but it is a simple `OpKernel*` pointer so the memory that was previously allocated to it would leak. The... | {'GHSA-8r7c-3cm2-3h8f', 'CVE-2022-23578'} | 2022-03-09T00:17:34.646320Z | 2022-02-04T23:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-8r7c-3cm2-3h8f', 'https://github.com/tensorflow/tensorflow/commit/c79ccba517dbb1a0ccb9b01ee3bd2a63748b60dd', 'https://github.com/tensorflow/tensorflow/blob/a1320ec1eac186da1d03f033109191f715b2b130/tensorflow/core/common_runtime/immutable_executor_state... | null |
PyPI | PYSEC-2016-22 | null | OpenStack Murano before 1.0.3 (liberty) and 2.x before 2.0.1 (mitaka), Murano-dashboard before 1.0.3 (liberty) and 2.x before 2.0.1 (mitaka), and python-muranoclient before 0.7.3 (liberty) and 0.8.x before 0.8.5 (mitaka) improperly use loaders inherited from yaml.Loader when parsing MuranoPL and UI files, which allows ... | {'CVE-2016-4972'} | 2021-07-25T23:34:52.302342Z | 2016-09-26T16:59:00Z | null | null | null | {'https://bugs.launchpad.net/murano/+bug/1586079', 'https://bugs.launchpad.net/python-muranoclient/+bug/1586078', 'http://www.openwall.com/lists/oss-security/2016/06/23/8'} | null |
PyPI | GHSA-7rp2-fm2h-wchj | Cross-site Scripting in Django | An issue was discovered in Django 1.11 before 1.11.21, 2.1 before 2.1.9, and 2.2 before 2.2.2. The clickable Current URL value displayed by the AdminURLFieldWidget displays the provided value without validating it as a safe URL. Thus, an unvalidated value stored in the database, or a value provided as a URL query param... | {'CVE-2019-12308'} | 2022-03-03T05:13:25.188172Z | 2019-06-10T18:43:25Z | MODERATE | null | {'CWE-79'} | {'http://www.openwall.com/lists/oss-security/2019/06/03/2', 'https://nvd.nist.gov/vuln/detail/CVE-2019-12308', 'https://www.djangoproject.com/weblog/2019/jun/03/security-releases/', 'https://docs.djangoproject.com/en/dev/releases/2.2.2/', 'https://groups.google.com/forum/#!topic/django-announce/GEbHU7YoVz8', 'https://d... | null |
PyPI | PYSEC-2022-147 | null | Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a `SavedModel` such that any binary op would trigger `CHECK` failures. This occurs when the protobuf part corresponding to the tensor arguments is modified such that the `dtype` no longer matches the `dty... | {'CVE-2022-23583', 'GHSA-gjqc-q9g6-q2j3'} | 2022-03-09T00:18:28.843331Z | 2022-02-04T23:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-gjqc-q9g6-q2j3', 'https://github.com/tensorflow/tensorflow/blob/a1320ec1eac186da1d03f033109191f715b2b130/tensorflow/core/kernels/cwise_ops_common.h#L88-L137', 'https://github.com/tensorflow/tensorflow/commit/a7c02f1a9bbc35473969618a09ee5f9f5d3e52d9'} | null |
PyPI | PYSEC-2018-108 | null | The SSH server implementation of AsyncSSH before 1.12.1 does not properly check whether authentication is completed before processing other requests. A customized SSH client can simply skip the authentication step. | {'CVE-2018-7749'} | 2021-12-13T06:35:08.979709Z | 2018-03-12T19:29:00Z | null | null | null | {'https://github.com/ronf/asyncssh/commit/c161e26cdc0d41b745b63d9f17b437f073bf7ba4', 'https://groups.google.com/forum/#!msg/asyncssh-announce/57_5O7kiHSA/8BXZ_hxHAQAJ'} | null |
PyPI | GHSA-grfj-wjv9-4f9v | Open redirect in Jupyter Server | ### Impact
_What kind of vulnerability is it? Who is impacted?_
Open redirect vulnerability - a maliciously crafted link to a jupyter server could redirect the browser to a different website.
All jupyter servers are technically affected, however, these maliciously crafted links can only be reasonably made for known j... | {'CVE-2020-26232'} | 2022-03-03T05:13:24.890200Z | 2020-11-24T21:20:52Z | MODERATE | null | {'CWE-601'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-26232', 'https://github.com/jupyter-server/jupyter_server/commit/3d83e49090289c431da253e2bdb8dc479cbcb157', 'https://github.com/jupyter-server/jupyter_server/blob/master/CHANGELOG.md#106---2020-11-18', 'https://github.com/jupyter/jupyter_server/security/advisories/GHSA-grfj-w... | null |
PyPI | GHSA-w74j-v8xh-3w5h | Reference binding to nullptr in unicode encoding | ### Impact
An attacker can cause undefined behavior via binding a reference to null pointer in `tf.raw_ops.UnicodeEncode`:
```python
import tensorflow as tf
from tensorflow.python.ops import gen_string_ops
gen_string_ops.unicode_encode(
input_values=[],
input_splits=[],
output_encoding='UTF-8',
errors='ignore... | {'CVE-2021-37667'} | 2022-03-03T05:13:33.464306Z | 2021-08-25T14:42:09Z | HIGH | null | {'CWE-824'} | {'https://github.com/tensorflow/tensorflow', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-w74j-v8xh-3w5h', 'https://nvd.nist.gov/vuln/detail/CVE-2021-37667', 'https://github.com/tensorflow/tensorflow/commit/2e0ee46f1a47675152d3d865797a18358881d7a6'} | null |
PyPI | PYSEC-2019-108 | null | ** DISPUTED ** An issue was discovered in NumPy 1.16.0 and earlier. It uses the pickle Python module unsafely, which allows remote attackers to execute arbitrary code via a crafted serialized object, as demonstrated by a numpy.load call. NOTE: third parties dispute this issue because it is a behavior that might have... | {'CVE-2019-6446'} | 2019-10-01T00:15:00Z | 2019-01-16T05:29:00Z | null | null | null | {'http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00092.html', 'https://access.redhat.com/errata/RHSA-2019:3704', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7ZZAYIQNUUYXGMKHSPEEXS4TRYFOUYE4/', 'http://www.securityfocus.com/bid/106670', 'https://bugzil... | null |
PyPI | PYSEC-2020-55 | null | An issue was discovered in OpenStack Keystone before 15.0.1, and 16.0.0. Any authenticated user can create an EC2 credential for themselves for a project that they have a specified role on, and then perform an update to the credential user and project, allowing them to masquerade as another user. This potentially allow... | {'CVE-2020-12691'} | 2020-09-02T16:15:00Z | 2020-05-07T00:15:00Z | null | null | null | {'https://lists.apache.org/thread.html/re4ffc55cd2f1b55a26e07c83b3c22c3fe4bae6054d000a57fb48d8c2@%3Ccommits.druid.apache.org%3E', 'https://security.openstack.org/ossa/OSSA-2020-004.html', 'https://usn.ubuntu.com/4480-1/', 'https://bugs.launchpad.net/keystone/+bug/1872733', 'https://www.openwall.com/lists/oss-security/2... | null |
PyPI | PYSEC-2022-68 | null | Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in embedding lookup operations. Both `embedding_size` and `lookup_size` are products of values provided by the user. Hence, a malicious user could trigger overflows in the multiplication. I... | {'GHSA-98p5-x8x4-c9m5', 'CVE-2022-23559'} | 2022-03-09T00:17:32.298949Z | 2022-02-04T23:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/blob/ca6f96b62ad84207fbec580404eaa7dd7403a550/tensorflow/lite/kernels/embedding_lookup_sparse.cc#L179-L189', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-98p5-x8x4-c9m5', 'https://github.com/tensorflow/tensorflow/commit/a4e401da71458d253b05e41f28637b65baf... | null |
PyPI | GHSA-8c5j-9r9f-c6w8 | Information disclosure in Django | An issue was discovered in Django 2.2 before 2.2.26, 3.2 before 3.2.11, and 4.0 before 4.0.1. Due to leveraging the Django Template Language's variable resolution logic, the dictsort template filter was potentially vulnerable to information disclosure, or an unintended method call, if passed a suitably crafted key. | {'CVE-2021-45116'} | 2022-03-03T05:13:50.494336Z | 2022-01-12T19:21:10Z | HIGH | null | {'CWE-668'} | {'https://github.com/django/django', 'https://groups.google.com/forum/#!forum/django-announce', 'https://www.djangoproject.com/weblog/2022/jan/04/security-releases/', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/B4SQG2EAF4WCI2SLRL6XRDJ3RPK3ZRDV/', 'https://nvd.nist.gov... | null |
PyPI | PYSEC-2021-772 | null | TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause a denial of service in `boosted_trees_create_quantile_stream_resource` by using negative arguments. The [implementation](https://github.com/tensorflow/tensorflow/blob/84d053187cb80d975ef2b9684d4b61981bca0c4... | {'CVE-2021-37661', 'GHSA-gf88-j2mg-cc82'} | 2021-12-09T06:35:37.616060Z | 2021-08-12T21:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-gf88-j2mg-cc82', 'https://github.com/tensorflow/tensorflow/commit/8a84f7a2b5a2b27ecf88d25bad9ac777cd2f7992'} | null |
PyPI | PYSEC-2021-288 | null | TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in `tf.raw_ops.RaggedTensorToVariant`. The [implementation](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161b1964f15f4/... | {'CVE-2021-37666', 'GHSA-w4xf-2pqw-5mq7'} | 2021-08-27T03:22:45.481654Z | 2021-08-12T22:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/be7a4de6adfbd303ce08be4332554dff70362612', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-w4xf-2pqw-5mq7'} | null |
PyPI | PYSEC-2021-97 | null | The thefuck (aka The Fuck) package before 3.31 for Python allows Path Traversal that leads to arbitrary file deletion via the "undo archive operation" feature. | {'GHSA-8wwf-2644-f8x4', 'CVE-2021-34363'} | 2021-06-16T00:03:24.982635Z | 2021-06-10T11:15:00Z | null | null | null | {'https://github.com/nvbn/thefuck/commit/e343c577cd7da4d304b837d4a07ab4df1e023092', 'https://github.com/nvbn/thefuck/releases/tag/3.31', 'https://vuln.ryotak.me/advisories/48', 'https://github.com/advisories/GHSA-8wwf-2644-f8x4'} | null |
PyPI | PYSEC-2021-322 | null | Wasmtime is an open source runtime for WebAssembly & WASI. Wasmtime before version 0.30.0 is affected by a type confusion vulnerability. As a Rust library the `wasmtime` crate clearly marks which functions are safe and which are `unsafe`, guaranteeing that if consumers never use `unsafe` then it should not be possible ... | {'CVE-2021-39219', 'GHSA-q879-9g95-56mx'} | 2021-09-17T22:30:49.947373Z | 2021-09-17T20:15:00Z | null | null | null | {'https://crates.io/crates/wasmtime', 'https://github.com/bytecodealliance/wasmtime/commit/b39f087414f27ae40c44449ed5d1154e03449bff', 'https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-q879-9g95-56mx'} | null |
PyPI | PYSEC-2019-11 | null | An issue was discovered in Django 1.11.x before 1.11.23, 2.1.x before 2.1.11, and 2.2.x before 2.2.4. If django.utils.text.Truncator's chars() and words() methods were passed the html=True argument, they were extremely slow to evaluate certain inputs due to a catastrophic backtracking vulnerability in a regular express... | {'CVE-2019-14232', 'GHSA-c4qh-4vgv-qc6g'} | 2020-08-24T17:37:00Z | 2019-08-02T15:15:00Z | null | null | null | {'https://seclists.org/bugtraq/2019/Aug/15', 'https://groups.google.com/forum/#!topic/django-announce/jIoju2-KLDs', 'https://www.debian.org/security/2019/dsa-4498', 'https://security.netapp.com/advisory/ntap-20190828-0002/', 'https://security.gentoo.org/glsa/202004-17', 'https://github.com/advisories/GHSA-c4qh-4vgv-qc6... | null |
PyPI | GHSA-ghjx-3jg5-h6r2 | High severity vulnerability that affects mercurial | In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and consequently execute arbitrary code, by using --debugger as a repository name. | {'CVE-2017-9462'} | 2022-03-03T05:14:19.878917Z | 2018-07-13T15:17:10Z | HIGH | null | {'CWE-732'} | {'https://nvd.nist.gov/vuln/detail/CVE-2017-9462', 'http://www.securityfocus.com/bid/99123', 'https://github.com/advisories/GHSA-ghjx-3jg5-h6r2', 'https://bugs.debian.org/861243', 'https://www.mercurial-scm.org/repo/hg/rev/77eaf9539499', 'https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.1.3_.282017-4-18.29', 'ht... | null |
PyPI | PYSEC-2020-288 | null | In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, when determining the common dimension size of two tensors, TFLite uses a `DCHECK` which is no-op outside of debug compilation modes. Since the function always returns the dimension of the first tensor, malicious attackers can craft cases where th... | {'GHSA-mxjj-953w-2c2v', 'CVE-2020-15208'} | 2021-12-09T06:34:43.041754Z | 2020-09-25T19:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/8ee24e7949a203d234489f9da2c5bf45a7d5157d', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-mxjj-953w-2c2v', 'https://github.com/tensorflow/tensorflow/releases/tag/v2.3.1', 'http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00065.html'} | null |
PyPI | PYSEC-2019-221 | null | Home Assistant before 0.67.0 was vulnerable to an information disclosure that allowed an unauthenticated attacker to read the application's error log via components/api.py. | {'CVE-2018-21019'} | 2021-11-24T22:47:02.221265Z | 2019-09-23T16:15:00Z | null | null | null | {'https://github.com/home-assistant/home-assistant/pull/13836', 'https://github.com/home-assistant/home-assistant/releases/tag/0.67.0'} | null |
PyPI | PYSEC-2015-32 | null | RhodeCode before 2.2.7 and Kallithea 0.1 allows remote authenticated users to obtain API keys and other sensitive information via the get_repo API method. | {'CVE-2015-0260'} | 2021-07-25T23:34:53.419876Z | 2015-02-16T15:59:00Z | null | null | null | {'https://exchange.xforce.ibmcloud.com/vulnerabilities/100888', 'https://kallithea-scm.org/security/cve-2015-0260.html', 'http://seclists.org/oss-sec/2015/q1/505', 'https://rhodecode.com/blog/rhodecode-enterprise-security-release/', 'http://www.securityfocus.com/bid/72573'} | null |
PyPI | PYSEC-2020-322 | null | In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, to mimic Python's indexing with negative values, TFLite uses `ResolveAxis` to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds. If the `DCHECK` does not tri... | {'CVE-2020-15207', 'GHSA-q4qf-3fc6-8x34'} | 2021-12-09T06:35:14.570909Z | 2020-09-25T19:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-q4qf-3fc6-8x34', 'https://github.com/tensorflow/tensorflow/commit/2d88f470dea2671b430884260f3626b1fe99830a', 'https://github.com/tensorflow/tensorflow/releases/tag/v2.3.1', 'http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00065.html'} | null |
PyPI | PYSEC-2020-267 | null | Red Discord Bot before version 3.4.1 has an unauthorized privilege escalation exploit in the Mod module. This exploit allows Discord users with a high privilege level within the guild to bypass hierarchy checks when the application is in a specific condition that is beyond that user's control. By abusing this exploit, ... | {'CVE-2020-15278', 'GHSA-mp9m-g7qj-6vqr'} | 2021-11-16T03:58:45.518170Z | 2020-10-28T17:15:00Z | null | null | null | {'https://github.com/Cog-Creators/Red-DiscordBot/releases/tag/3.4.1', 'https://github.com/Cog-Creators/Red-DiscordBot/security/advisories/GHSA-mp9m-g7qj-6vqr', 'https://github.com/Cog-Creators/Red-DiscordBot/commit/726bfd38adfdfaef760412a68e01447b470f438b'} | null |
PyPI | PYSEC-2021-78 | null | Plone CMS until version 5.2.4 has a stored Cross-Site Scripting (XSS) vulnerability in the user fullname property and the file upload functionality. The user's input data is not properly encoded when being echoed back to the user. This data can be interpreted as executable code by the browser and allows an attacker to ... | {'CVE-2021-3313'} | 2021-06-09T05:00:50.662546Z | 2021-05-20T16:15:00Z | null | null | null | {'https://plone.org/security/hotfix/20210518', 'http://www.openwall.com/lists/oss-security/2021/05/22/1', 'https://www.compass-security.com/fileadmin/Research/Advisories/2021-07_CSNC-2021-013_XSS_in_Plone_CMS.txt', 'https://plone.org/download/releases/5.2.3'} | null |
PyPI | PYSEC-2021-637 | null | TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's `saved_model_cli` 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 that the tool is ... | {'GHSA-3rcw-9p9x-582v', 'CVE-2021-41228'} | 2021-12-09T06:35:11.562556Z | 2021-11-05T23:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-3rcw-9p9x-582v', 'https://github.com/tensorflow/tensorflow/commit/8b202f08d52e8206af2bdb2112a62fafbc546ec7'} | null |
PyPI | PYSEC-2021-267 | null | TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of `tf.raw_ops.QuantizeAndDequantizeV4Grad` is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on this value. The [implem... | {'CVE-2021-37645', 'GHSA-9w2p-5mgw-p94c'} | 2021-08-27T03:22:43.539250Z | 2021-08-12T21:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-9w2p-5mgw-p94c', 'https://github.com/tensorflow/tensorflow/commit/96f364a1ca3009f98980021c4b32be5fdcca33a1'} | null |
PyPI | PYSEC-2021-508 | null | TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.FractionalMaxPoolGrad` triggers an undefined behavior if one of the input tensors is empty. The code is also vulnerable to a denial of service attack as a `CHECK` condition becomes false and aborts the process. The ... | {'CVE-2021-29580', 'GHSA-x8h6-xgqx-jqgp'} | 2021-12-09T06:34:55.778346Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/32fdcbff9d06d010d908fcc4bd4b36eb3ce15925', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-x8h6-xgqx-jqgp'} | null |
PyPI | PYSEC-2016-34 | null | The TripleO Heat templates (tripleo-heat-templates) do not properly order the Identity Service (keystone) before the OpenStack Object Storage (Swift) staticweb middleware in the swiftproxy pipeline when the staticweb middleware is enabled, which might allow remote attackers to obtain sensitive information from private ... | {'CVE-2015-5271'} | 2021-08-27T03:22:48.421612Z | 2016-04-15T17:59:00Z | null | null | null | {'https://bugs.launchpad.net/tripleo/+bug/1494896', 'https://launchpadlibrarian.net/217268516/CVE-2015-5271_puppet-swift.patch', 'https://bugzilla.redhat.com/show_bug.cgi?id=1261697', 'https://access.redhat.com/errata/RHSA-2015:1862'} | null |
PyPI | PYSEC-2021-158 | null | TensorFlow is an end-to-end open source platform for machine learning. Specifying a negative dense shape in `tf.raw_ops.SparseCountSparseOutput` results in a segmentation fault being thrown out from the standard library as `std::vector` invariants are broken. This is because the implementation(https://github.com/tensor... | {'CVE-2021-29521', 'GHSA-hr84-fqvp-48mm'} | 2021-08-27T03:22:25.027733Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-hr84-fqvp-48mm', 'https://github.com/tensorflow/tensorflow/commit/c57c0b9f3a4f8684f3489dd9a9ec627ad8b599f5'} | null |
PyPI | PYSEC-2022-91 | null | Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a `SavedModel` such that `TensorByteSize` would trigger `CHECK` failures. `TensorShape` constructor throws a `CHECK`-fail if shape is partial or has a number of elements that would overflow the size of an... | {'CVE-2022-23582', 'GHSA-4j82-5ccr-4r8v'} | 2022-03-09T00:17:35.169396Z | 2022-02-04T23:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/c2426bba00a01de6913738df8fa78e0215fcce02', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-4j82-5ccr-4r8v', 'https://github.com/tensorflow/tensorflow/blob/a1320ec1eac186da1d03f033109191f715b2b130/tensorflow/core/framework/attr_value_util.cc#L46-L50'} | null |
PyPI | GHSA-968f-66r5-5v74 | HTTP Request Smuggling in Waitress: Invalid whitespace characters in headers (Follow-up) | ### Impact
The patches introduced to fix https://github.com/Pylons/waitress/security/advisories/GHSA-m5ff-3wj3-8ph4 were not complete and still would allow an attacker to smuggle requests/split a HTTP request with invalid data.
This updates the existing CVE with ID: CVE-2019-16789
### Patches
Waitress version 1.4.2... | {'CVE-2019-16789'} | 2022-04-25T23:16:55.739172Z | 2020-01-06T18:44:21Z | HIGH | null | {'CWE-444'} | {'https://github.com/github/advisory-review/pull/14604', 'https://docs.pylonsproject.org/projects/waitress/en/latest/#security-fixes', 'https://github.com/Pylons/waitress/commit/11d9e138125ad46e951027184b13242a3c1de017', 'https://www.oracle.com/security-alerts/cpuapr2022.html', 'https://nvd.nist.gov/vuln/detail/CVE-201... | null |
PyPI | PYSEC-2020-158 | null | In xmpp-http-upload before version 0.4.0, when the GET method is attacked, attackers can read files which have a `.data` suffix and which are accompanied by a JSON file with the `.meta` suffix. This can lead to Information Disclosure and in some shared-hosting scenarios also to circumvention of authentication or other ... | {'GHSA-hwv5-w8gm-fq9f', 'CVE-2020-15239'} | 2020-10-23T03:09:00Z | 2020-10-06T19:15:00Z | null | null | null | {'https://github.com/horazont/xmpp-http-upload/pull/12', 'https://github.com/horazont/xmpp-http-upload/security/advisories/GHSA-hwv5-w8gm-fq9f', 'https://github.com/horazont/xmpp-http-upload/commit/82056540191e89f0cd697c81f57714c00962ed75', 'https://pypi.org/project/xmpp-http-upload/#history'} | null |
PyPI | PYSEC-2020-43 | null | An issue was discovered in Flask-CORS (aka CORS Middleware for Flask) before 3.0.9. It allows ../ directory traversal to access private resources because resource matching does not ensure that pathnames are in a canonical format. | {'GHSA-xc3p-ff3m-f46v', 'CVE-2020-25032'} | 2020-10-21T12:15:00Z | 2020-08-31T04:15:00Z | null | null | null | {'https://github.com/corydolphin/flask-cors/releases/tag/3.0.9', 'http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00048.html', 'https://github.com/advisories/GHSA-xc3p-ff3m-f46v', 'http://lists.opensuse.org/opensuse-security-announce/2020-09/msg00032.html', 'http://lists.opensuse.org/opensuse-security-a... | null |
PyPI | GHSA-vf94-36g5-69v8 | Division by zero in TFLite's implementation of `DepthToSpace` | ### Impact
The implementation of the `DepthToSpace` TFLite operator is [vulnerable to a division by zero error](https://github.com/tensorflow/tensorflow/blob/0d45ea1ca641b21b73bcf9c00e0179cda284e7e7/tensorflow/lite/kernels/depth_to_space.cc#L63-L69):
```cc
const int block_size = params->block_size;
...
const int input... | {'CVE-2021-29595'} | 2022-03-03T05:14:04.139271Z | 2021-05-21T14:27:49Z | LOW | null | {'CWE-369'} | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-vf94-36g5-69v8', 'https://nvd.nist.gov/vuln/detail/CVE-2021-29595', 'https://github.com/tensorflow/tensorflow/commit/106d8f4fb89335a2c52d7c895b7a7485465ca8d9'} | null |
PyPI | GHSA-h6gw-r52c-724r | NULL Pointer Dereference and Access of Uninitialized Pointer in TensorFlow | ### Impact
The [code for boosted trees in TensorFlow](https://github.com/tensorflow/tensorflow/blob/e0b6e58c328059829c3eb968136f17aa72b6c876/tensorflow/core/kernels/boosted_trees/stats_ops.cc) is still missing validation. This allows malicious users to read and write outside of bounds of heap allocated data as well as... | null | 2022-03-23T23:00:06.750157Z | 2022-02-09T23:38:36Z | CRITICAL | null | {'CWE-476', 'CWE-824'} | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-57wx-m983-2f88', 'https://github.com/tensorflow/tensorflow', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-h6gw-r52c-724r', 'https://github.com/tensorflow/tensorflow/blob/e0b6e58c328059829c3eb968136f17aa72b6c876/tensorflow/core/ker... | null |
PyPI | PYSEC-2022-151 | null | Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow is vulnerable to an integer overflow during cost estimation for crop and resize. Since the cropping parameters are user controlled, a malicious person can trigger undefined behavior. The fix will be includ... | {'CVE-2022-23587', 'GHSA-8jj7-5vxc-pg2q'} | 2022-03-09T00:18:29.453433Z | 2022-02-04T23:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-8jj7-5vxc-pg2q', 'https://github.com/tensorflow/tensorflow/blob/a1320ec1eac186da1d03f033109191f715b2b130/tensorflow/core/grappler/costs/op_level_cost_estimator.cc#L2621-L2689', 'https://github.com/tensorflow/tensorflow/commit/0aaaae6eca5a7175a193696383... | null |
PyPI | GHSA-jgm9-xpfj-4fq6 | Path traversal in Onionshare | Between September 26, 2021 and October 8, 2021, [Radically Open Security](https://www.radicallyopensecurity.com/) conducted a penetration test of OnionShare 2.4, funded by the Open Technology Fund's [Red Team lab](https://www.opentech.fund/labs/red-team-lab/). This is an issue from that penetration test.
- Vulnerabili... | {'CVE-2022-21693'} | 2022-03-03T05:13:35.332599Z | 2022-01-21T23:20:19Z | MODERATE | null | {'CWE-22'} | {'https://nvd.nist.gov/vuln/detail/CVE-2022-21693', 'https://github.com/onionshare/onionshare/security/advisories/GHSA-jgm9-xpfj-4fq6', 'https://github.com/onionshare/onionshare/releases/tag/v2.5', 'https://github.com/onionshare/onionshare'} | null |
PyPI | PYSEC-2020-334 | null | In affected versions of TensorFlow the tf.raw_ops.ImmutableConst operation returns a constant tensor created from a memory mapped file which is assumed immutable. However, if the type of the tensor is not an integral type, the operation crashes the Python interpreter as it tries to write to the memory area. If the file... | {'CVE-2020-26268', 'GHSA-hhvc-g5hv-48c6'} | 2021-12-09T06:35:16.406292Z | 2020-12-10T23:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/c1e1fc899ad5f8c725dcbb6470069890b5060bc7', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-hhvc-g5hv-48c6'} | null |
PyPI | PYSEC-2017-19 | null | An exploitable vulnerability exists in the YAML parsing functionality in the parse_yaml_query method in parser.py in MLAlchemy before 0.2.2. When processing YAML-Based queries for data, a YAML parser can execute arbitrary Python commands resulting in command execution because load is used where safe_load should have be... | {'CVE-2017-16615', 'GHSA-xpm8-98mx-h4c5'} | 2021-07-05T00:01:22.762966Z | 2017-11-08T03:29:00Z | null | null | null | {'https://github.com/thanethomson/MLAlchemy/issues/1', 'https://github.com/advisories/GHSA-xpm8-98mx-h4c5', 'https://github.com/thanethomson/MLAlchemy/commit/bc795757febdcce430d89f9d08f75c32d6989d3c', 'https://joel-malwarebenchmark.github.io/blog/2017/11/08/cve-2017-16615-critical-restful-web-applications-vulnerability... | null |
PyPI | PYSEC-2015-24 | null | Cross-site scripting (XSS) vulnerability in the file browser in notebook/notebookapp.py in IPython Notebook before 3.2.2 and Jupyter Notebook 4.0.x before 4.0.5 allows remote attackers to inject arbitrary web script or HTML via a folder name. NOTE: this was originally reported as a cross-site request forgery (CSRF) vu... | {'CVE-2015-6938'} | 2021-07-15T02:22:14.906376Z | 2015-09-21T19:59:00Z | null | null | null | {'http://lists.fedoraproject.org/pipermail/package-announce/2015-September/167670.html', 'http://lists.fedoraproject.org/pipermail/package-announce/2015-September/166471.html', 'https://github.com/jupyter/notebook/commit/dd9876381f0ef09873d8c5f6f2063269172331e3', 'http://seclists.org/oss-sec/2015/q3/474', 'http://lists... | null |
PyPI | PYSEC-2019-237 | null | An issue was discovered in py-lmdb 0.97. For certain values of mp_flags, mdb_page_touch does not properly set up mc->mc_pg[mc->top], leading to an invalid write operation. NOTE: this outcome occurs when accessing a data.mdb file supplied by an attacker. | {'CVE-2019-16225'} | 2021-12-14T08:17:08.271573Z | 2019-09-11T15:15:00Z | null | null | null | {'https://pypi.org/project/lmdb', 'https://nvd.nist.gov/vuln/detail/CVE-2019-16225', 'https://github.com/TeamSeri0us/pocs/tree/master/lmdb/lmdb%20write%20to%20illegal%20address'} | null |
PyPI | GHSA-p62g-jhg6-v3rq | Code Injection, Race Condition, and Execution with Unnecessary Privileges in Ansible | A flaw was found in Ansible Engine, all versions 2.7.x, 2.8.x and 2.9.x prior to 2.7.17, 2.8.9 and 2.9.6 respectively, when using ansible_facts as a subkey of itself and promoting it to a variable when inject is enabled, overwriting the ansible_facts after the clean. An attacker could take advantage of this by altering... | {'CVE-2020-10684'} | 2022-03-03T05:14:17.619649Z | 2021-04-07T20:37:06Z | LOW | null | {'CWE-362', 'CWE-862', 'CWE-94', 'CWE-250'} | {'https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10684', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/WQVOQD4VAIXXTVQAJKTN7NUGTJFE2PCB/', 'https://www.debian.org/security/2021/dsa-4950', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedora... | null |
PyPI | PYSEC-2021-334 | null | parlai is a framework for training and evaluating AI models on a variety of openly available dialogue datasets. In affected versions the package is vulnerable to YAML deserialization attack caused by unsafe loading which leads to Arbitary code execution. This security bug is patched by avoiding unsafe loader users shou... | {'CVE-2021-39207', 'GHSA-m87f-9fvv-2mgg'} | 2021-09-23T16:57:40.954858Z | 2021-09-10T23:15:00Z | null | null | null | {'https://github.com/facebookresearch/ParlAI/commit/507d066ef432ea27d3e201da08009872a2f37725', 'https://github.com/facebookresearch/ParlAI/commit/4374fa2aba383db6526ab36e939eb1cf8ef99879', 'https://github.com/facebookresearch/ParlAI/security/advisories/GHSA-m87f-9fvv-2mgg'} | null |
PyPI | PYSEC-2021-81 | null | Plone through 5.2.4 allows remote authenticated managers to perform disk I/O via crafted keyword arguments to the ReStructuredText transform in a Python script. | {'CVE-2021-33509', 'GHSA-hm2p-fhwx-9285'} | 2021-06-02T03:48:09.722168Z | 2021-05-21T22:15:00Z | null | null | null | {'https://plone.org/security/hotfix/20210518/writing-arbitrary-files-via-docutils-and-python-script', 'http://www.openwall.com/lists/oss-security/2021/05/22/1', 'https://github.com/advisories/GHSA-hm2p-fhwx-9285'} | null |
PyPI | PYSEC-2021-764 | null | TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a crash via a floating point exception in `tf.raw_ops.ResourceGather`. The [implementation](https://github.com/tensorflow/tensorflow/blob/f24faa153ad31a4b51578f8181d3aaab77a1ddeb/tensorflow/core/kernels/r... | {'GHSA-qjj8-32p7-h289', 'CVE-2021-37653'} | 2021-12-09T06:35:36.903192Z | 2021-08-12T18:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-qjj8-32p7-h289', 'https://github.com/tensorflow/tensorflow/commit/ac117ee8a8ea57b73d34665cdf00ef3303bc0b11'} | null |
PyPI | GHSA-xpfp-f569-q3p2 | SQL Injection in Django | Django 3.1.x before 3.1.13 and 3.2.x before 3.2.5 allows QuerySet.order_by SQL injection if order_by is untrusted input from a client of a web application. | {'CVE-2021-35042'} | 2022-03-07T20:46:57.413338Z | 2021-09-22T17:34:49Z | CRITICAL | null | {'CWE-89'} | {'https://github.com/django/django', 'https://groups.google.com/forum/#!forum/django-announce', 'https://docs.djangoproject.com/en/3.2/releases/security/', 'https://www.openwall.com/lists/oss-security/2021/07/02/2', 'https://nvd.nist.gov/vuln/detail/CVE-2021-35042', 'https://security.netapp.com/advisory/ntap-20210805-0... | null |
PyPI | GHSA-5hmm-x8q8-w5jh | LDAP authentication bypass with empty password | ### Impact
Users may be able to bypass LDAP authentication if they provide an empty password when Alerta server is configure to use LDAP as the authorization provider.
Only deployments where LDAP servers are configured to allow unauthenticated binds (eg. default on Active Directory) are affected.
### Patches
A fix ha... | {'CVE-2020-26214'} | 2022-03-03T05:13:21.868248Z | 2020-11-06T17:35:49Z | HIGH | null | {'CWE-287'} | {'https://github.com/alerta/alerta/pull/1345', 'https://pypi.org/project/alerta-server/8.1.0/', 'https://github.com/alerta/alerta/issues/1277', 'https://github.com/alerta/alerta/commit/2bfa31779a4c9df2fa68fa4d0c5c909698c5ef65', 'https://tools.ietf.org/html/rfc4513#section-5.1.2', 'https://nvd.nist.gov/vuln/detail/CVE-2... | null |
PyPI | PYSEC-2021-271 | null | TensorFlow is an end-to-end open source platform for machine learning. The code for `tf.raw_ops.UncompressElement` can be made to trigger a null pointer dereference. The [implementation](https://github.com/tensorflow/tensorflow/blob/f24faa153ad31a4b51578f8181d3aaab77a1ddeb/tensorflow/core/kernels/data/experimental/comp... | {'CVE-2021-37649', 'GHSA-6gv8-p3vj-pxvr'} | 2021-08-27T03:22:43.879548Z | 2021-08-12T19:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-6gv8-p3vj-pxvr', 'https://github.com/tensorflow/tensorflow/commit/7bdf50bb4f5c54a4997c379092888546c97c3ebd'} | null |
PyPI | GHSA-fr77-rrx3-cp7g | Heap OOB read in `tf.ragged.cross` | ### Impact
The [shape inference code for `tf.ragged.cross`](https://github.com/tensorflow/tensorflow/blob/8d72537c6abf5a44103b57b9c2e22c14f5f49698/tensorflow/core/ops/ragged_array_ops.cc#L64) can trigger a read outside of bounds of heap allocated array:
```python
import tensorflow as tf
@tf.function
def test():
y =... | {'CVE-2021-41212'} | 2022-03-03T05:13:40.961532Z | 2021-11-10T19:00:31Z | HIGH | null | {'CWE-125'} | {'https://github.com/tensorflow/tensorflow/commit/fa6b7782fbb14aa08d767bc799c531f5e1fb3bb8', 'https://github.com/tensorflow/tensorflow', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fr77-rrx3-cp7g', 'https://nvd.nist.gov/vuln/detail/CVE-2021-41212'} | null |
PyPI | PYSEC-2021-621 | null | TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for `tf.ragged.cross` can trigger a read outside of bounds of heap allocated array. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and Tenso... | {'GHSA-fr77-rrx3-cp7g', 'CVE-2021-41212'} | 2021-12-09T06:35:09.206142Z | 2021-11-05T21:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/fa6b7782fbb14aa08d767bc799c531f5e1fb3bb8', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-fr77-rrx3-cp7g'} | null |
PyPI | GHSA-w9fg-xffh-p362 | Denial of service (via resource exhaustion) due to improper input validation on third-party identifier endpoints | ### Impact
Missing input validation of some parameters on the endpoints used to confirm third-party identifiers could cause excessive use of disk space and memory leading to resource exhaustion.
### Patches
The issue is fixed by #9321.
### Workarounds
Depending on the needs and configuration of the homeserver a few o... | {'CVE-2021-21394'} | 2022-03-03T05:13:45.656189Z | 2021-04-13T15:12:51Z | MODERATE | null | {'CWE-20'} | {'https://github.com/matrix-org/synapse/pull/9393', 'https://nvd.nist.gov/vuln/detail/CVE-2021-21394', 'https://github.com/matrix-org/synapse/security/advisories/GHSA-w9fg-xffh-p362', 'https://github.com/matrix-org/synapse/pull/9321', 'https://github.com/matrix-org/synapse', 'https://lists.fedoraproject.org/archives/li... | null |
PyPI | PYSEC-2020-271 | null | In Tensorflow before versions 2.2.1 and 2.3.1, if a user passes an invalid argument to `dlpack.to_dlpack` the expected validations will cause variables to bind to `nullptr` while setting a `status` variable to the error condition. However, this `status` argument is not properly checked. Hence, code following these meth... | {'GHSA-q8qj-fc9q-cphr', 'CVE-2020-15191'} | 2021-12-09T06:34:40.816458Z | 2020-09-25T19:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/22e07fb204386768e5bcbea563641ea11f96ceb8', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-q8qj-fc9q-cphr', 'https://github.com/tensorflow/tensorflow/releases/tag/v2.3.1', 'http://lists.opensuse.org/opensuse-security-announce/2020-10/msg00065.html'} | null |
PyPI | GHSA-77hv-8796-8ccp | Moderate severity vulnerability that affects Plone and Zope2 | ZPublisher.HTTPRequest._scrubHeader in Zope 2 before 2.13.19, as used in Plone before 4.3 beta 1, allows remote attackers to inject arbitrary HTTP headers via a linefeed (LF) character. | {'CVE-2012-5486'} | 2022-03-03T05:14:05.475059Z | 2018-07-23T19:51:50Z | MODERATE | null | null | {'https://plone.org/products/plone-hotfix/releases/20121106', 'https://bugs.launchpad.net/zope2/+bug/930812', 'https://github.com/advisories/GHSA-77hv-8796-8ccp', 'https://nvd.nist.gov/vuln/detail/CVE-2012-5486', 'https://plone.org/products/plone/security/advisories/20121106/02', 'http://www.openwall.com/lists/oss-secu... | null |
PyPI | PYSEC-2022-106 | null | Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for `Dequantize` is vulnerable to an integer overflow weakness. The `axis` argument can be `-1` (the default value for the optional argument) or any other positive value at most the number of dimensions of the input. Unfortun... | {'CVE-2022-21727', 'GHSA-c6fh-56w7-fvjw'} | 2022-03-09T00:18:23.259781Z | 2022-02-03T11:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-c6fh-56w7-fvjw', 'https://github.com/tensorflow/tensorflow/commit/b64638ec5ccaa77b7c1eb90958e3d85ce381f91b', 'https://github.com/tensorflow/tensorflow/blob/5100e359aef5c8021f2e71c7b986420b85ce7b3d/tensorflow/core/ops/array_ops.cc#L3001-L3034'} | null |
PyPI | GHSA-8p5c-f328-9fvv | Diffoscope may write to arbitrary locations due to an untrusted archive | diffoscope before 76 writes to arbitrary locations on disk based on the contents of an untrusted archive. | {'CVE-2017-0359'} | 2022-04-26T18:33:06.821118Z | 2018-07-13T16:01:21Z | CRITICAL | null | {'CWE-22'} | {'https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854723', 'https://github.com/anthraxx/diffoscope/commit/632a40828a54b399787c25e7fa243f732aef7e05', 'https://nvd.nist.gov/vuln/detail/CVE-2017-0359', 'https://security-tracker.debian.org/tracker/CVE-2017-0359', 'https://github.com/anthraxx/diffoscope'} | null |
PyPI | PYSEC-2019-149 | null | In Apache Airflow 1.8.2 and earlier, an experimental Airflow feature displayed authenticated cookies, as well as passwords to databases used by Airflow. An attacker who has limited access to airflow, whether it be via XSS or by leaving a machine unlocked can exfiltrate all credentials from the system. | {'CVE-2017-17836', 'GHSA-9gqg-3fxr-9hv7'} | 2021-07-05T00:01:17.060541Z | 2019-01-23T17:29:00Z | null | null | null | {'https://github.com/advisories/GHSA-9gqg-3fxr-9hv7', 'https://lists.apache.org/thread.html/ade4d54ebf614f68dc81a08891755e60ea58ba88e0209233eeea5f57@%3Cdev.airflow.apache.org%3E'} | null |
PyPI | PYSEC-2018-92 | null | A flaw was found in openstack-mistral. By manipulating the SSH private key filename, the std.ssh action can be used to disclose the presence of arbitrary files within the filesystem of the executor running the action. Since std.ssh private_key_filename can take an absolute path, it can be used to assess whether or not ... | {'CVE-2018-16849'} | 2021-08-27T03:22:07.552723Z | 2018-11-02T21:29:00Z | null | null | null | {'https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16849', 'https://bugs.launchpad.net/mistral/+bug/1783708'} | null |
PyPI | PYSEC-2022-29 | null | It was discovered that the "Trigger DAG with config" screen was susceptible to XSS attacks via the `origin` query argument. This issue affects Apache Airflow versions 2.2.3 and below. | {'CVE-2021-45229', 'GHSA-65xw-pcqw-hjrh'} | 2022-03-04T21:27:14.014874Z | 2022-02-25T09:15:00Z | null | null | null | {'https://github.com/advisories/GHSA-65xw-pcqw-hjrh', 'https://lists.apache.org/thread/phx76cgtmhwwdy780rvwhobx8qoy4bnk'} | null |
PyPI | PYSEC-2020-14 | null | An issue was found in Apache Airflow versions 1.10.10 and below. A remote code/command injection vulnerability was discovered in one of the example DAGs shipped with Airflow which would allow any authenticated user to run arbitrary commands as the user running airflow worker/scheduler (depending on the executor in use)... | {'CVE-2020-11978', 'GHSA-rvmq-4x66-q7j3'} | 2020-07-22T17:15:00Z | 2020-07-17T00:15:00Z | null | null | null | {'https://github.com/advisories/GHSA-rvmq-4x66-q7j3', 'https://lists.apache.org/thread.html/r7255cf0be3566f23a768e2a04b40fb09e52fcd1872695428ba9afe91%40%3Cusers.airflow.apache.org%3E'} | null |
PyPI | PYSEC-2021-733 | null | TensorFlow is an end-to-end open source platform for machine learning. Incomplete validation in `SparseAdd` results in allowing attackers to exploit undefined behavior (dereferencing null pointers) as well as write outside of bounds of heap allocated data. The implementation(https://github.com/tensorflow/tensorflow/blo... | {'GHSA-gv26-jpj9-c8gq', 'CVE-2021-29607'} | 2021-12-09T06:35:33.208696Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/f6fde895ef9c77d848061c0517f19d0ec2682f3a', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-gv26-jpj9-c8gq', 'https://github.com/tensorflow/tensorflow/commit/ba6822bd7b7324ba201a28b2f278c29a98edbef2'} | null |
PyPI | GHSA-q799-q27x-vp7w | Out-of-bounds Write in OpenCV | An exploitable heap buffer overflow vulnerability exists in the data structure persistence functionality of OpenCV, version 4.1.0 (corresponds with OpenCV-Python version 4.1.2.30). A specially crafted JSON file can cause a buffer overflow, resulting in multiple heap corruptions and potentially code execution. An attack... | {'CVE-2019-5064'} | 2022-04-20T19:16:58.547140Z | 2021-10-12T22:23:21Z | HIGH | null | {'CWE-120', 'CWE-787'} | {'https://github.com/opencv/opencv/releases/tag/4.2.0', 'https://talosintelligence.com/vulnerability_reports/TALOS-2019-0853', 'https://www.oracle.com/security-alerts/cpuApr2021.html', 'https://github.com/opencv/opencv/issues/15857', 'https://github.com/opencv/opencv-python/releases/tag/32', 'https://nvd.nist.gov/vuln/... | null |
PyPI | PYSEC-2021-363 | null | Scrapy is a high-level web crawling and scraping framework for Python. If you use `HttpAuthMiddleware` (i.e. the `http_user` and `http_pass` spider attributes) for HTTP authentication, all requests will expose your credentials to the request target. This includes requests generated by Scrapy components, such as `robots... | {'GHSA-jwqp-28gf-p498', 'CVE-2021-41125'} | 2021-10-11T01:16:42.905582Z | 2021-10-06T18:15:00Z | null | null | null | {'https://github.com/scrapy/scrapy/commit/b01d69a1bf48060daec8f751368622352d8b85a6', 'https://github.com/scrapy/scrapy/security/advisories/GHSA-jwqp-28gf-p498', 'https://w3lib.readthedocs.io/en/latest/w3lib.html#w3lib.http.basic_auth_header', 'http://doc.scrapy.org/en/latest/topics/downloader-middleware.html#module-scr... | null |
PyPI | PYSEC-2021-699 | null | TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.MaxPoolGradWithArgmax` is vulnerable to a division by 0. The implementation(https://github.com/tensorflow/tensorflow/blob/279bab6efa22752a2827621b7edb56a730233bd8/tensorflow/core/kernels/maxpooling_op.cc#L1033-L1034... | {'GHSA-9vpm-rcf4-9wqw', 'CVE-2021-29573'} | 2021-12-09T06:35:27.365628Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-9vpm-rcf4-9wqw', 'https://github.com/tensorflow/tensorflow/commit/376c352a37ce5a68b721406dc7e77ac4b6cf483d'} | null |
PyPI | GHSA-3x4c-pq33-4w3q | Improper authorisation of members discloses room membership to non-members | ### Impact
Unauthorised users can access the membership (list of members, with their display names) of a room if they know the ID of the room. The vulnerability is limited to rooms with `shared` history visibility. Furthermore, the unauthorised user must be using an account on a vulnerable homeserver that is in the roo... | {'CVE-2021-39164'} | 2022-03-03T05:12:37.503297Z | 2021-09-01T18:25:27Z | LOW | null | {'CWE-200'} | {'https://github.com/matrix-org/synapse/releases/tag/v1.41.1', 'https://github.com/matrix-org/synapse/security/advisories/GHSA-3x4c-pq33-4w3q', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/2VHDEPCZ22GJFMZCWA2XZAGPOEV72POF/', 'https://nvd.nist.gov/vuln/detail/CVE-2021-3... | null |
PyPI | PYSEC-2020-226 | null | Cross Site Scripting (XSS) vulnerability in Arachnys Cabot 0.11.12 can be exploited via the Address column. | {'CVE-2020-25449'} | 2021-08-27T03:21:56.543783Z | 2020-12-04T20:15:00Z | null | null | null | {'https://packetstormsecurity.com/files/159070/Cabot-0.11.12-Cross-Site-Scripting.html', 'https://www.exploitalert.com/view-details.html?id=36106', 'https://www.exploit-db.com/exploits/48791', 'https://itsmeanonartist.tech/blogs/blog2.html'} | null |
PyPI | GHSA-mqh2-9wrp-vx84 | Heap buffer overflow in `SparseSplit` | ### Impact
An attacker can cause a heap buffer overflow in `tf.raw_ops.SparseSplit`:
```python
import tensorflow as tf
shape_dims = tf.constant(0, dtype=tf.int64)
indices = tf.ones([1, 1], dtype=tf.int64)
values = tf.ones([1], dtype=tf.int64)
shape = tf.ones([1], dtype=tf.int64)
tf.raw_ops.SparseSplit(
split_dim... | {'CVE-2021-29558'} | 2022-03-03T05:13:00.168493Z | 2021-05-21T14:24:51Z | LOW | null | {'CWE-787'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-29558', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-mqh2-9wrp-vx84', 'https://github.com/tensorflow/tensorflow/commit/8ba6fa29cd8bf9cef9b718dc31c78c73081f5b31'} | null |
PyPI | GHSA-98p5-x8x4-c9m5 | Integer overflow in TFLite | ### Impact
An attacker can craft a TFLite model that would cause an integer overflow [in embedding lookup operations](https://github.com/tensorflow/tensorflow/blob/ca6f96b62ad84207fbec580404eaa7dd7403a550/tensorflow/lite/kernels/embedding_lookup_sparse.cc#L179-L189):
```cc
int embedding_size = 1;
int lookup_size ... | {'CVE-2022-23559'} | 2022-03-03T05:13:07.271919Z | 2022-02-09T23:52:51Z | HIGH | null | {'CWE-190'} | {'https://github.com/tensorflow/tensorflow/blob/ca6f96b62ad84207fbec580404eaa7dd7403a550/tensorflow/lite/kernels/embedding_lookup_sparse.cc#L179-L189', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-98p5-x8x4-c9m5', 'https://github.com/tensorflow/tensorflow/commit/a4e401da71458d253b05e41f28637b65baf... | null |
PyPI | PYSEC-2021-39 | null | An issue was discovered in Pillow before 8.1.1. There is an out-of-bounds read in SGIRleDecode.c. | {'GHSA-p43w-g3c5-g5mq', 'CVE-2021-25293'} | 2021-03-22T13:36:00Z | 2021-03-19T04:15:00Z | null | null | null | {'https://pillow.readthedocs.io/en/stable/releasenotes/8.1.1.html', 'https://github.com/advisories/GHSA-p43w-g3c5-g5mq'} | null |
PyPI | PYSEC-2021-676 | null | TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a runtime division by zero error and denial of service in `tf.raw_ops.FractionalAvgPool`. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/acc8ee69f5f46f92a3f1f11230f49c6ac266f10c/tensorflow/core... | {'GHSA-f78g-q7r4-9wcv', 'CVE-2021-29550'} | 2021-12-09T06:35:23.467562Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/548b5eaf23685d86f722233d8fbc21d0a4aecb96', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-f78g-q7r4-9wcv'} | null |
PyPI | GHSA-g4h2-gqm3-c9wq | Segfault in tf.raw_ops.ImmutableConst | ### Impact
Calling [`tf.raw_ops.ImmutableConst`](https://www.tensorflow.org/api_docs/python/tf/raw_ops/ImmutableConst) with a `dtype` of `tf.resource` or `tf.variant` results in a segfault in the implementation as code assumes that the tensor contents are pure scalars.
```python
>>> import tensorflow as tf
>>> tf.raw_... | {'CVE-2021-29539'} | 2022-03-03T05:13:39.768588Z | 2021-05-21T14:23:05Z | LOW | null | {'CWE-681'} | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-g4h2-gqm3-c9wq', 'https://github.com/tensorflow/tensorflow/commit/4f663d4b8f0bec1b48da6fa091a7d29609980fa4', 'https://nvd.nist.gov/vuln/detail/CVE-2021-29539'} | null |
PyPI | PYSEC-2021-226 | null | TensorFlow is an end-to-end open source platform for machine learning. The reference implementation of the `GatherNd` TFLite operator is vulnerable to a division by zero error(https://github.com/tensorflow/tensorflow/blob/0d45ea1ca641b21b73bcf9c00e0179cda284e7e7/tensorflow/lite/kernels/internal/reference/reference_ops.... | {'GHSA-3w67-q784-6w7c', 'CVE-2021-29589'} | 2021-08-27T03:22:37.235055Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/8e45822aa0b9f5df4b4c64f221e64dc930a70a9d', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-3w67-q784-6w7c'} | null |
PyPI | PYSEC-2021-251 | null | TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.io.decode_raw` produces incorrect results and crashes the Python interpreter when combining `fixed_length` and wider datatypes. The implementation of the padded version(https://github.com/tensorflow/tensorflow/blob/1d8903e5... | {'GHSA-8pmx-p244-g88h', 'CVE-2021-29614'} | 2021-08-27T03:22:41.712204Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-8pmx-p244-g88h', 'https://github.com/tensorflow/tensorflow/commit/698e01511f62a3c185754db78ebce0eee1f0184d'} | null |
PyPI | PYSEC-2021-601 | null | TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can craft a TFLite model that would trigger a null pointer dereference, which would result in a crash and denial of service. The [implementation](https://github.com/tensorflow/tensorflow/blob/149562d49faa709ea80df1d9... | {'GHSA-vcjj-9vg7-vf68', 'CVE-2021-37688'} | 2021-12-09T06:35:06.517637Z | 2021-08-12T22:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/15691e456c7dc9bd6be203b09765b063bf4a380c', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-vcjj-9vg7-vf68'} | null |
PyPI | GHSA-mv78-g7wq-mhp4 | Division by zero in padding computation in TFLite | ### Impact
The TFLite computation for size of output after padding, [`ComputeOutSize`](https://github.com/tensorflow/tensorflow/blob/0c9692ae7b1671c983569e5d3de5565843d500cf/tensorflow/lite/kernels/padding.h#L43-L55), does not check that the `stride` argument is not 0 before doing the division.
```cc
inline int Comput... | {'CVE-2021-29585'} | 2022-03-03T05:12:56.224293Z | 2021-05-21T14:26:41Z | LOW | null | {'CWE-369'} | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-mv78-g7wq-mhp4', 'https://github.com/tensorflow/tensorflow/commit/49847ae69a4e1a97ae7f2db5e217c77721e37948', 'https://nvd.nist.gov/vuln/detail/CVE-2021-29585'} | null |
PyPI | PYSEC-2020-251 | null | The Scalyr Agent before 2.1.10 has Missing SSL Certificate Validation because, in some circumstances, the openssl binary is called without the -verify_hostname option. | {'CVE-2020-24714'} | 2021-08-27T03:22:21.123825Z | 2020-08-27T22:15:00Z | null | null | null | {'https://scalyr-static.s3.amazonaws.com/technical-details/index.html'} | null |
PyPI | GHSA-9vg3-cf92-h2h7 | Insufficient Verification of Data Authenticity in python-keystoneclient | python-keystoneclient version 0.2.3 to 0.2.5 has middleware memcache signing bypass | {'CVE-2013-2167'} | 2022-03-23T20:00:10.830873Z | 2020-03-10T20:39:05Z | CRITICAL | null | {'CWE-345'} | {'http://www.openwall.com/lists/oss-security/2013/06/19/5', 'https://github.com/openstack/python-keystoneclient/commits/0.3.0', 'https://bugs.gentoo.org/show_bug.cgi?id=CVE-2013-2167', 'https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-2167', 'https://exchange.xforce.ibmcloud.com/vulnerabilities/85492', 'https://nvd... | null |
PyPI | PYSEC-2020-314 | null | In Tensorflow before version 2.3.1, the `RaggedCountSparseOutput` does not validate that the input arguments form a valid ragged tensor. In particular, there is no validation that the `splits` tensor has the minimum required number of elements. Code uses this quantity to initialize a different data structure. Since `Ba... | {'GHSA-x5cp-9pcf-pp3h', 'CVE-2020-15199'} | 2021-12-09T06:35:13.149576Z | 2020-09-25T19:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/releases/tag/v2.3.1', 'https://github.com/tensorflow/tensorflow/commit/3cbb917b4714766030b28eba9fb41bb97ce9ee02', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-x5cp-9pcf-pp3h'} | null |
PyPI | PYSEC-2017-39 | null | Salt-api in SaltStack Salt before 2015.8.13, 2016.3.x before 2016.3.5, and 2016.11.x before 2016.11.2 allows arbitrary command execution on a salt-master via Salt's ssh_client. | {'CVE-2017-5200'} | 2021-07-05T00:01:26.833704Z | 2017-09-26T14:29:00Z | null | null | null | {'https://docs.saltstack.com/en/2016.3/topics/releases/2015.8.13.html', 'https://docs.saltstack.com/en/latest/topics/releases/2016.11.2.html', 'https://docs.saltstack.com/en/2016.3/topics/releases/2016.3.5.html'} | null |
PyPI | GHSA-86vp-x3pr-79rx | Cross-site scripting in Apache airflow | The "origin" parameter passed to some of the endpoints like '/trigger' was vulnerable to XSS exploit. This issue affects Apache Airflow versions prior to 1.10.14. This is same as CVE-2020-13944 but the implemented fix in Airflow 1.10.13 did not fix the issue completely. | {'CVE-2020-17515'} | 2022-03-03T05:12:26.343329Z | 2021-04-20T16:40:14Z | MODERATE | null | {'CWE-79'} | {'http://www.openwall.com/lists/oss-security/2021/05/01/2', 'https://nvd.nist.gov/vuln/detail/CVE-2020-17515', 'https://pypi.org/project/apache-airflow', 'https://lists.apache.org/thread.html/r4656959c8ed06c1f6202d89aa4e67b35ad7bdba5a666caff3fea888e%40%3Cusers.airflow.apache.org%3E', 'https://github.com/apache/airflow/... | null |
PyPI | PYSEC-2019-217 | null | In Pallets Jinja before 2.10.1, str.format_map allows a sandbox escape. | {'CVE-2019-10906', 'GHSA-462w-v97r-4m45'} | 2021-11-22T04:57:52.862665Z | 2019-04-07T00:29:00Z | null | null | null | {'https://lists.apache.org/thread.html/2b52b9c8b9d6366a4f1b407a8bde6af28d9fc73fdb3b37695fd0d9ac@%3Cdevnull.infra.apache.org%3E', 'https://github.com/advisories/GHSA-462w-v97r-4m45', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QCDYIS254EJMBNWOG4S5QY6AOTOR4TZU/', 'http:... | null |
PyPI | GHSA-9c29-9h4m-wg5p | Users can view database names in Apache Superset | In Apache Incubator Superset before 0.32, a user can view database names that he has no access to on a dropdown list in SQLLab | {'CVE-2019-12414'} | 2021-08-19T19:25:35Z | 2020-02-26T19:55:14Z | MODERATE | null | {'CWE-200'} | {'https://lists.apache.org/thread.html/396034aabe08dd349ff44eb062c718aadcf1b4e86f6372c7d5e988c0%40%3Cdev.superset.apache.org%3E', 'https://nvd.nist.gov/vuln/detail/CVE-2019-12414'} | null |
PyPI | PYSEC-2011-2 | null | The verify_exists functionality in the URLField implementation in Django before 1.2.7 and 1.3.x before 1.3.1 relies on Python libraries that attempt access to an arbitrary URL with no timeout, which allows remote attackers to cause a denial of service (resource consumption) via a URL associated with (1) a slow response... | {'CVE-2011-4137', 'GHSA-3jqw-crqj-w8qw'} | 2021-07-05T00:01:17.875375Z | 2011-10-19T10:55:00Z | null | null | null | {'https://www.djangoproject.com/weblog/2011/sep/09/', 'http://openwall.com/lists/oss-security/2011/09/13/2', 'http://www.debian.org/security/2011/dsa-2332', 'http://openwall.com/lists/oss-security/2011/09/15/5', 'https://hermes.opensuse.org/messages/14700881', 'https://github.com/advisories/GHSA-3jqw-crqj-w8qw', 'http:... | null |
PyPI | GHSA-6m9g-jr8c-cqw3 | Depth counting error in guard() leading to multiple potential security issues in aioxmpp | ### Impact
Possible remote Denial of Service or Data Injection.
### Patches
Patches are available in https://github.com/horazont/aioxmpp/pull/268. They have been backported to the 0.10 release series and 0.10.3 is the first release to contain the fix.
### Workarounds
To make the bug exploitable, an error suppressing ... | {'CVE-2019-1000007'} | 2022-03-03T05:14:02.836006Z | 2020-04-29T17:12:39Z | HIGH | null | {'CWE-237'} | {'https://github.com/horazont/aioxmpp/commit/29ff0838a40f58efe30a4bbcea95aa8dab7da475', 'https://nvd.nist.gov/vuln/detail/CVE-2019-1000007', 'https://github.com/horazont/aioxmpp/commit/f151f920f439d97d4103fc11057ed6dc34fe98be', 'https://github.com/horazont/aioxmpp/pull/268', 'https://github.com/horazont/aioxmpp/securit... | null |
PyPI | PYSEC-2021-314 | null | 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.TF_TString_Dealloc` is called during garbage collection within a finalizer function. However, tensor structure isn't checked... | {'CVE-2021-37692', 'GHSA-cmgw-8vpc-rc59'} | 2021-08-27T03:22:47.865620Z | 2021-08-12T23:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/8721ba96e5760c229217b594f6d2ba332beedf22', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cmgw-8vpc-rc59', 'https://github.com/tensorflow/tensorflow/pull/50508'} | null |
PyPI | PYSEC-2019-27 | null | invenio-records before 1.2.2 allows XSS. | {'CVE-2019-1020003', 'GHSA-vxh3-mvv7-265j'} | 2019-08-01T16:29:00Z | 2019-07-29T15:15:00Z | null | null | null | {'https://github.com/inveniosoftware/invenio-records/security/advisories/GHSA-vxh3-mvv7-265j'} | null |
PyPI | PYSEC-2021-744 | null | TensorFlow is an end-to-end open source platform for machine learning. Passing a complex argument to `tf.transpose` at the same time as passing `conjugate=True` argument results in a crash. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlo... | {'GHSA-xqfj-cr6q-pc8w', 'CVE-2021-29618'} | 2021-12-09T06:35:35.049527Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/issues/46973', 'https://github.com/tensorflow/issues/42105', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-xqfj-cr6q-pc8w', 'https://github.com/tensorflow/tensorflow/commit/1dc6a7ce6e0b3e27a7ae650bfc05b195ca793f88'} | null |
PyPI | PYSEC-2018-1 | null | Unauthenticated access to cloudtoken daemon on Linux via network from version 0.1.1 before version 0.1.24 allows attackers on the same subnet to gain temporary AWS credentials for the users' roles. | {'CVE-2018-13390'} | 2021-06-10T06:50:35.324330Z | 2018-08-10T15:29:00Z | null | null | null | {'https://bitbucket.org/atlassian/cloudtoken/wiki/CVE-2018-13390%20-%20Exposed%20credentials%20in%20daemon%20mode%20on%20Linux'} | null |
PyPI | PYSEC-2020-63 | null | OpenStack Manila <7.4.1, >=8.0.0 <8.1.1, and >=9.0.0 <9.1.1 allows attackers to view, update, delete, or share resources that do not belong to them, because of a context-free lookup of a UUID. Attackers may also create resources, such as shared file systems and groups of shares on such share networks. | {'CVE-2020-9543'} | 2020-07-14T17:27:00Z | 2020-03-12T17:15:00Z | null | null | null | {'http://www.openwall.com/lists/oss-security/2020/03/12/1', 'https://security.openstack.org/ossa/OSSA-2020-002.html', 'https://bugs.launchpad.net/manila/+bug/1861485'} | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.