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 | GHSA-2p25-55c9-h58q | Overflow/crash in `tf.tile` when tiling tensor is large | ### Impact
If `tf.tile` is called with a large input argument then the TensorFlow process will crash due to a `CHECK`-failure caused by an overflow.
```python
import tensorflow as tf
import numpy as np
tf.keras.backend.tile(x=np.ones((1,1,1)), n=[100000000,100000000, 100000000])
```
The number of elements in the outp... | {'CVE-2021-41198'} | 2022-03-03T05:14:18.019444Z | 2021-11-10T19:33:58Z | MODERATE | null | {'CWE-190'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-41198', 'https://github.com/tensorflow/tensorflow/issues/46911', 'https://github.com/tensorflow/tensorflow/commit/9294094df6fea79271778eb7e7ae1bad8b5ef98f', 'https://github.com/tensorflow/tensorflow', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-2p25-55c... | null |
PyPI | PYSEC-2021-232 | null | TensorFlow is an end-to-end open source platform for machine learning. 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). An attacker... | {'CVE-2021-29595', 'GHSA-vf94-36g5-69v8'} | 2021-08-27T03:22:38.313497Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-vf94-36g5-69v8', 'https://github.com/tensorflow/tensorflow/commit/106d8f4fb89335a2c52d7c895b7a7485465ca8d9'} | null |
PyPI | PYSEC-2021-662 | null | TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in `QuantizedReshape` by passing in invalid thresholds for the quantization. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/a324ac84e573fba362a5e53d4e74d5de6729933e/tenso... | {'CVE-2021-29536', 'GHSA-2gfx-95x2-5v3x'} | 2021-12-09T06:35:20.961529Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-2gfx-95x2-5v3x', 'https://github.com/tensorflow/tensorflow/commit/a324ac84e573fba362a5e53d4e74d5de6729933e'} | null |
PyPI | PYSEC-2021-398 | null | TensorFlow is an open source platform for machine learning. In affected versions the shape inference functions for the `QuantizeAndDequantizeV*` operations 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,... | {'CVE-2021-41205', 'GHSA-49rx-x2rw-pc6f'} | 2021-11-13T06:52:43.104468Z | 2021-11-05T21:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/7cf73a2274732c9d82af51c2bc2cf90d13cd7e6d', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-49rx-x2rw-pc6f'} | null |
PyPI | PYSEC-2021-377 | null | Apache Superset up to and including 1.1 does not sanitize titles correctly on the Explore page. This allows an attacker with Explore access to save a chart with a malicious title, injecting html (including scripts) into the page. | {'CVE-2021-32609'} | 2021-10-24T23:24:36.503366Z | 2021-10-18T15:15:00Z | null | null | null | {'https://lists.apache.org/thread.html/r2c09254e98b4f8b3deb422762bd0e2aa6d743b72d96c2f90cbaae31a%40%3Cdev.superset.apache.org%3E'} | null |
PyPI | PYSEC-2021-727 | null | TensorFlow is an end-to-end open source platform for machine learning. The TFLite implementation of concatenation is vulnerable to an integer overflow issue(https://github.com/tensorflow/tensorflow/blob/7b7352a724b690b11bfaae2cd54bc3907daf6285/tensorflow/lite/kernels/concatenation.cc#L70-L76). An attacker can craft a m... | {'CVE-2021-29601', 'GHSA-9c84-4hx6-xmm4'} | 2021-12-09T06:35:32.210068Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/4253f96a58486ffe84b61c0415bb234a4632ee73', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-9c84-4hx6-xmm4'} | null |
PyPI | PYSEC-2011-24 | null | libcloud before 0.4.1 does not verify SSL certificates for HTTPS connections, which allows remote attackers to spoof certificates and bypass intended access restrictions via a man-in-the-middle (MITM) attack. | {'CVE-2010-4340'} | 2021-11-16T21:20:27.993612Z | 2011-09-12T12:41:00Z | null | null | null | {'http://mail-archives.apache.org/mod_mbox/incubator-libcloud/201009.mbox/%3C5860913.463891285776633273.JavaMail.jira@thor%3E', 'http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598463', 'http://mail-archives.apache.org/mod_mbox/incubator-libcloud/201011.mbox/browser', 'https://issues.apache.org/jira/browse/LIBCLOUD-55... | null |
PyPI | PYSEC-2013-19 | null | Cross-site scripting (XSS) vulnerability in the AdminURLFieldWidget widget in contrib/admin/widgets.py in Django 1.5.x before 1.5.2 and 1.6.x before 1.6 beta 2 allows remote attackers to inject arbitrary web script or HTML via a URLField. | {'CVE-2013-4249'} | 2021-07-15T02:22:08.907870Z | 2013-10-04T17:55:00Z | null | null | null | {'https://github.com/django/django/commit/cbe6d5568f4f5053ed7228ca3c3d0cce77cf9560', 'http://secunia.com/advisories/54476', 'https://github.com/django/django/commit/90363e388c61874add3f3557ee654a996ec75d78', 'https://exchange.xforce.ibmcloud.com/vulnerabilities/86438', 'http://seclists.org/oss-sec/2013/q3/411', 'http:/... | null |
PyPI | GHSA-44qp-9wwf-734r | Heap overflow in Tensorflow | ### Impact
The [implementation of `SparseCountSparseOutput`](https://github.com/tensorflow/tensorflow/blob/5100e359aef5c8021f2e71c7b986420b85ce7b3d/tensorflow/core/kernels/count_ops.cc#L168-L273) is vulnerable to a heap overflow:
```python
import tensorflow as tf
import numpy as np
tf.raw_ops.SparseCountSparseOutput... | {'CVE-2022-21740'} | 2022-03-03T05:13:33.901417Z | 2022-02-09T23:47:14Z | HIGH | null | {'CWE-120', 'CWE-787'} | {'https://github.com/tensorflow/tensorflow/commit/2b7100d6cdff36aa21010a82269bc05a6d1cc74a', 'https://github.com/tensorflow/tensorflow/blob/5100e359aef5c8021f2e71c7b986420b85ce7b3d/tensorflow/core/kernels/count_ops.cc#L168-L273', 'https://github.com/tensorflow/tensorflow/commit/adbbabdb0d3abb3cdeac69e38a96de1d678b24b3'... | null |
PyPI | GHSA-m43c-649m-pm48 | Integer Overflow or Wraparound in OpenCV. | In opencv/modules/imgcodecs/src/utils.cpp, functions FillUniColor and FillUniGray do not check the input length, which can lead to integer overflow. If the image is from remote, may lead to remote code execution or denial of service. This affects Opencv 3.3 (corresponding with OpenCV-Python 3.3.0.9) and earlier. | {'CVE-2017-1000450'} | 2022-03-03T05:13:23.109916Z | 2021-10-12T22:03:32Z | HIGH | null | {'CWE-190'} | {'https://nvd.nist.gov/vuln/detail/CVE-2017-1000450', 'https://lists.debian.org/debian-lts-announce/2021/10/msg00028.html', 'https://github.com/blendin/pocs/blob/master/opencv/0.OOB_Write_FillUniColor', 'https://lists.debian.org/debian-lts-announce/2018/07/msg00030.html', 'https://lists.debian.org/debian-lts-announce/2... | null |
PyPI | PYSEC-2022-112 | null | Tensorflow is an Open Source Machine Learning Framework. The implementation of `StringNGrams` can be used to trigger a denial of service attack by causing an out of memory condition after an integer overflow. We are missing a validation on `pad_witdh` and that result in computing a negative value for `ngram_width` whic... | {'GHSA-98j8-c9q4-r38g', 'CVE-2022-21733'} | 2022-03-09T00:18:24.082433Z | 2022-02-03T12:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/blob/5100e359aef5c8021f2e71c7b986420b85ce7b3d/tensorflow/core/kernels/string_ngrams_op.cc#L29-L161', 'https://github.com/tensorflow/tensorflow/commit/f68fdab93fb7f4ddb4eb438c8fe052753c9413e8', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-98j8-c9q4-r38g'} | null |
PyPI | GHSA-fh56-85cw-5pq6 | Out-of-bounds Write in ujson | UltraJSON (aka ujson) 4.0.2 through 5.0.0 has a stack-based buffer overflow in Buffer_AppendIndentUnchecked (called from encode). | {'CVE-2021-45958'} | 2022-03-30T16:47:01.614076Z | 2022-01-21T23:27:45Z | MODERATE | null | {'CWE-787'} | {'https://github.com/google/oss-fuzz-vulns/blob/main/vulns/ujson/OSV-2021-955.yaml', 'https://github.com/ultrajson/ultrajson/issues/501', 'https://github.com/ultrajson/ultrajson/issues/502#issuecomment-1031747284', 'https://github.com/ultrajson/ultrajson/pull/504', 'https://nvd.nist.gov/vuln/detail/CVE-2021-45958', 'ht... | null |
PyPI | PYSEC-2018-86 | null | Koji version 1.12, 1.13, 1.14 and 1.15 contain an incorrect access control vulnerability resulting in arbitrary filesystem read/write access. This vulnerability has been fixed in versions 1.12.1, 1.13.1, 1.14.1 and 1.15.1. | {'GHSA-6mww-xvh7-fq4f', 'CVE-2018-1002150'} | 2021-08-27T03:22:05.857986Z | 2018-04-04T20:29:00Z | null | null | null | {'https://docs.pagure.org/koji/CVE-2018-1002150/', 'https://github.com/advisories/GHSA-6mww-xvh7-fq4f', 'https://pagure.io/koji/issue/850'} | null |
PyPI | GHSA-f4w8-cv6p-x6r5 | Denial of Service by Uncontrolled Resource Consumption | Pillow before 8.1.1 allows attackers to cause a denial of service (memory consumption) because the reported size of a contained image is not properly checked for a BLP container, and thus an attempted memory allocation can be very large. | {'CVE-2021-27921'} | 2022-03-03T05:13:08.910321Z | 2021-03-18T19:55:13Z | HIGH | null | {'CWE-400'} | {'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZTSY25UJU7NJUFHH3HWT575LT4TDFWBZ/', 'https://pillow.readthedocs.io/en/stable/releasenotes/8.1.1.html', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S7G44Z33J4BNI2DPDROHWGVG... | null |
PyPI | PYSEC-2018-69 | null | Paramiko version 2.4.1, 2.3.2, 2.2.3, 2.1.5, 2.0.8, 1.18.5, 1.17.6 contains a Incorrect Access Control vulnerability in SSH server that can result in RCE. This attack appear to be exploitable via network connectivity. | {'GHSA-f2j6-wrhh-v25m', 'CVE-2018-1000805'} | 2021-08-25T04:30:15.170380Z | 2018-10-08T15:29:00Z | null | null | null | {'https://github.com/paramiko/paramiko/issues/1283', 'https://usn.ubuntu.com/3796-2/', 'https://access.redhat.com/errata/RHSA-2018:3347', 'https://access.redhat.com/errata/RHSA-2018:3406', 'https://herolab.usd.de/wp-content/uploads/sites/4/usd20180023.txt', 'https://lists.debian.org/debian-lts-announce/2018/10/msg00018... | null |
PyPI | GHSA-fffj-9qwg-qmh5 | Improper Input Validation in OpenCV | OpenCV 3.0.0 allows remote attackers to cause a denial of service (segfault) via vectors involving corrupt chunks. This issue was fixed in OpenCV version 3.3.1 (corresponding to OpenCV 3.3.1.11). | {'CVE-2016-1517'} | 2022-03-03T05:14:06.860718Z | 2021-10-12T22:00:31Z | MODERATE | null | {'CWE-20'} | {'https://arxiv.org/pdf/1701.04739.pdf', 'https://nvd.nist.gov/vuln/detail/CVE-2016-1517', 'https://github.com/opencv/opencv/issues/5956', 'https://github.com/opencv/opencv/pull/9376', 'https://github.com/opencv/opencv-python'} | null |
PyPI | PYSEC-2021-818 | null | TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for `QuantizeV2` can trigger a read outside of bounds of heap allocated array. This occurs whenever `axis` is a negative value less than `-1`. In this case, we are accessing data before the start of a heap buffer. ... | {'CVE-2021-41211', 'GHSA-cvgx-3v3q-m36c'} | 2021-12-09T06:35:42.767652Z | 2021-11-05T21:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cvgx-3v3q-m36c', 'https://github.com/tensorflow/tensorflow/commit/a0d64445116c43cf46a5666bd4eee28e7a82f244'} | null |
PyPI | GHSA-38rv-5jqc-m2cv | High severity vulnerability that affects recurly | The Recurly Client Python Library before 2.0.5, 2.1.16, 2.2.22, 2.3.1, 2.4.5, 2.5.1, 2.6.2 is vulnerable to a Server-Side Request Forgery vulnerability in the "Resource.get" method that could result in compromise of API keys or other critical resources. | {'CVE-2017-0906'} | 2022-03-03T05:14:15.050005Z | 2019-01-04T17:48:09Z | HIGH | null | {'CWE-918'} | {'https://dev.recurly.com/page/python-updates', 'https://hackerone.com/reports/288635', 'https://nvd.nist.gov/vuln/detail/CVE-2017-0906', 'https://github.com/recurly/recurly-client-python/commit/049c74699ce93cf126feff06d632ea63fba36742', 'https://github.com/advisories/GHSA-38rv-5jqc-m2cv'} | null |
PyPI | PYSEC-2017-21 | null | OpenStack Nova-LXD before 13.1.1 uses the wrong name for the veth pairs when applying Neutron security group rules for instances, which allows remote attackers to bypass intended security restrictions. | {'CVE-2017-5936'} | 2021-07-05T00:01:23.183236Z | 2017-04-12T22:59:00Z | null | null | null | {'https://github.com/openstack/nova-lxd/commit/1b76cefb92081efa1e88cd8f330253f857028bd2', 'http://www.ubuntu.com/usn/USN-3195-1', 'http://www.openwall.com/lists/oss-security/2017/02/09/3', 'http://www.securityfocus.com/bid/96182', 'https://bugs.launchpad.net/nova-lxd/+bug/1656847'} | null |
PyPI | GHSA-7g9h-c88w-r7h2 | High severity vulnerability that affects django | Directory traversal vulnerability in Django 1.1.x before 1.1.4 and 1.2.x before 1.2.5 on Windows might allow remote attackers to read or execute files via a / (slash) character in a key in a session cookie, related to session replays. | {'CVE-2011-0698'} | 2022-03-03T05:14:16.515564Z | 2018-07-23T19:52:31Z | HIGH | null | {'CWE-22'} | {'http://www.mandriva.com/security/advisories?name=MDVSA-2011:031', 'https://github.com/advisories/GHSA-7g9h-c88w-r7h2', 'https://nvd.nist.gov/vuln/detail/CVE-2011-0698', 'http://secunia.com/advisories/43230', 'http://www.vupen.com/english/advisories/2011/0372', 'http://www.djangoproject.com/weblog/2011/feb/08/security... | null |
PyPI | GHSA-j7c4-2xj8-wm7r | Moderate severity vulnerability that affects kdcproxy | python-kdcproxy before 0.3.2 allows remote attackers to cause a denial of service via a large POST request. | {'CVE-2015-5159'} | 2022-03-03T05:12:56.901694Z | 2018-11-01T14:49:30Z | HIGH | null | {'CWE-20'} | {'https://github.com/latchset/kdcproxy', 'https://nvd.nist.gov/vuln/detail/CVE-2015-5159', 'https://github.com/advisories/GHSA-j7c4-2xj8-wm7r', 'https://bugzilla.redhat.com/show_bug.cgi?id=1245200', 'https://github.com/latchset/kdcproxy/commit/f274aa6787cb8b3ec1cc12c440a56665b7231882'} | null |
PyPI | GHSA-77g3-3j5w-64w4 | Exposure of Resource to Wrong Sphere and Insecure Temporary File in Ansible | A flaw was found in Ansible Engine affecting Ansible Engine versions 2.7.x before 2.7.17 and 2.8.x before 2.8.11 and 2.9.x before 2.9.7 as well as Ansible Tower before and including versions 3.4.5 and 3.5.5 and 3.6.3 when using modules which decrypts vault files such as assemble, script, unarchive, win_copy, aws_s3 or ... | {'CVE-2020-10685'} | 2022-03-03T05:13:02.019725Z | 2021-04-07T20:36:46Z | LOW | null | {'CWE-668', 'CWE-459', 'CWE-377'} | {'https://www.debian.org/security/2021/dsa-4950', 'https://nvd.nist.gov/vuln/detail/CVE-2020-10685', 'https://github.com/ansible/ansible/pull/68433', 'https://github.com/ansible/ansible', 'https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10685', 'https://security.gentoo.org/glsa/202006-11'} | null |
PyPI | PYSEC-2020-249 | null | The py-bcrypt module before 0.3 for Python does not properly handle concurrent memory access, which allows attackers to bypass authentication via multiple authentication requests, which trigger the password hash to be overwritten. | {'CVE-2013-1895', 'GHSA-r838-q6jp-58xx'} | 2021-08-27T03:22:16.441551Z | 2020-01-28T15:15:00Z | null | null | null | {'https://exchange.xforce.ibmcloud.com/vulnerabilities/83039', 'http://www.openwall.com/lists/oss-security/2013/03/26/2', 'http://lists.fedoraproject.org/pipermail/package-announce/2013-April/101387.html', 'http://lists.fedoraproject.org/pipermail/package-announce/2013-April/101382.html', 'http://www.securityfocus.com/... | null |
PyPI | GHSA-gcr6-rf47-jrgf | Loaded Databook of Tablib prone to python insertion resulting in command execution | An exploitable vulnerability exists in the Databook loading functionality of Tablib 0.11.4. A yaml loaded Databook can execute arbitrary python commands resulting in command execution. An attacker can insert python into loaded yaml to trigger this vulnerability. | {'CVE-2017-2810'} | 2022-04-26T18:17:04.335812Z | 2018-07-13T16:01:25Z | CRITICAL | null | null | {'https://github.com/jazzband/tablib', 'https://nvd.nist.gov/vuln/detail/CVE-2017-2810', 'https://talosintelligence.com/vulnerability_reports/TALOS-2017-0307', 'https://github.com/jazzband/tablib/commit/69abfc3ada5d754cb152119c0b4777043657cb6e', 'http://www.securityfocus.com/bid/99076', 'https://security.gentoo.org/gls... | null |
PyPI | PYSEC-2021-249 | null | TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger a heap buffer overflow in Eigen implementation of `tf.raw_ops.BandedTriangularSolve`. The implementation(https://github.com/tensorflow/tensorflow/blob/eccb7ec454e6617738554a255d77f08e60ee0808/tensorflow/core/kernels/linalg/ba... | {'CVE-2021-29612', 'GHSA-2xgj-xhgf-ggjv'} | 2021-08-27T03:22:41.356902Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/0ab290774f91a23bebe30a358fde4e53ab4876a0', 'https://github.com/tensorflow/tensorflow/commit/ba6822bd7b7324ba201a28b2f278c29a98edbef2', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-2xgj-xhgf-ggjv'} | null |
PyPI | GHSA-fj67-w3m4-rfmp | Cross-site scripting in Plone | Plone through 5.2.4 allows XSS via the inline_diff methods in Products.CMFDiffTool. | {'CVE-2021-33513'} | 2022-03-03T05:14:15.551704Z | 2021-06-08T23:19:28Z | MODERATE | null | {'CWE-79'} | {'https://plone.org/security/hotfix/20210518/xss-vulnerability-in-cmfdifftool', 'http://www.openwall.com/lists/oss-security/2021/05/22/1', 'https://nvd.nist.gov/vuln/detail/CVE-2021-33513'} | null |
PyPI | GHSA-vv2x-vrpj-qqpq | Cross-site scripting in Bleach | ### Impact
A [mutation XSS](https://cure53.de/fp170.pdf) affects users call... | {'CVE-2021-23980'} | 2022-03-03T05:13:57.582730Z | 2021-02-02T17:58:40Z | MODERATE | null | {'CWE-79'} | {'https://github.com/mozilla/bleach/blob/79b7a3c5e56a09d1d323a5006afa59b56162eb13/CHANGES#L4', 'https://pypi.org/project/bleach/', 'https://cure53.de/fp170.pdf', 'https://github.com/mozilla/bleach/commit/79b7a3c5e56a09d1d323a5006afa59b56162eb13', 'https://github.com/mozilla/bleach/security/advisories/GHSA-vv2x-vrpj-qqp... | null |
PyPI | PYSEC-2021-619 | null | TensorFlow is an open source platform for machine learning. In affected versions the shape inference functions for `SparseCountSparseOutput` 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... | {'GHSA-m342-ff57-4jcc', 'CVE-2021-41210'} | 2021-12-09T06:35:08.976231Z | 2021-11-05T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-m342-ff57-4jcc', 'https://github.com/tensorflow/tensorflow/commit/701cfaca222a82afbeeb17496bd718baa65a67d2'} | null |
PyPI | GHSA-hm2p-fhwx-9285 | Incorrect Permission Assignment for Critical Resource in Plone | 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'} | 2022-03-22T23:47:01.626735Z | 2021-06-15T16:11:38Z | CRITICAL | null | {'CWE-732'} | {'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://nvd.nist.gov/vuln/detail/CVE-2021-33509'} | null |
PyPI | PYSEC-2021-56 | null | In SaltStack Salt 2016.9 through 3002.6, a command injection vulnerability exists in the snapper module that allows for local privilege escalation on a minion. The attack requires that a file is created with a pathname that is backed up by snapper, and that the master calls the snapper.diff function (which executes pop... | {'CVE-2021-31607'} | 2022-03-28T17:35:11.056564Z | 2021-04-23T06:15:00Z | null | null | null | {'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/LDKMAJXYFHM4USVX3H5V2GCCBGASWUSM/', 'https://sec.stealthcopter.com/saltstack-snapper-minion-privledge-escaltion/'} | null |
PyPI | PYSEC-2018-12 | null | An issue was discovered in lxml before 4.2.5. lxml/html/clean.py in the lxml.html.clean module does not remove javascript: URLs that use escaping, allowing a remote attacker to conduct XSS attacks, as demonstrated by "j a v a s c r i p t:" in Internet Explorer. This is a similar issue to CVE-2014-3146. | {'CVE-2018-19787'} | 2021-06-16T00:03:23.627691Z | 2018-12-02T10:29:00Z | null | null | null | {'https://lists.debian.org/debian-lts-announce/2020/11/msg00044.html', 'https://lists.debian.org/debian-lts-announce/2018/12/msg00001.html', 'https://usn.ubuntu.com/3841-1/', 'https://github.com/lxml/lxml/commit/6be1d081b49c97cfd7b3fbd934a193b668629109', 'https://usn.ubuntu.com/3841-2/'} | null |
PyPI | PYSEC-2020-94 | null | PySAML2 before 5.0.0 does not check that the signature in a SAML document is enveloped and thus signature wrapping is effective, i.e., it is affected by XML Signature Wrapping (XSW). The signature information and the node/object that is signed can be in different places and thus the signature verification will succeed,... | {'GHSA-qf7v-8hj3-4xw7', 'CVE-2020-5390'} | 2020-01-27T18:15:00Z | 2020-01-13T19:15:00Z | null | null | null | {'https://github.com/IdentityPython/pysaml2/releases', 'https://github.com/advisories/GHSA-qf7v-8hj3-4xw7', 'https://github.com/IdentityPython/pysaml2/commit/f27c7e7a7010f83380566a219fd6a290a00f2b6e', 'https://github.com/IdentityPython/pysaml2/releases/tag/v5.0.0', 'https://www.debian.org/security/2020/dsa-4630', 'http... | null |
PyPI | PYSEC-2021-863 | null | The AWS IoT Device SDK v2 for Java, Python, C++ and Node.js appends a user supplied Certificate Authority (CA) to the root CAs instead of overriding it on Unix systems. TLS handshakes will thus succeed if the peer can be verified either from the user-supplied CA or the system’s default trust-store. Attackers with acces... | {'GHSA-c4rh-4376-gff4', 'CVE-2021-40830'} | 2022-01-05T02:16:12.489658Z | 2021-11-23T00:15:00Z | null | null | null | {'https://github.com/aws/aws-iot-device-sdk-java-v2', 'https://github.com/aws/aws-iot-device-sdk-python-v2', 'https://github.com/advisories/GHSA-c4rh-4376-gff4', 'https://github.com/aws/aws-iot-device-sdk-js-v2', 'https://github.com/aws/aws-iot-device-sdk-cpp-v2', 'https://github.com/awslabs/aws-c-io/'} | null |
PyPI | PYSEC-2020-160 | null | Ansible, versions 2.9.x before 2.9.1, 2.8.x before 2.8.7 and Ansible versions 2.7.x before 2.7.15, is not respecting the flag no_log set it to True when Sumologic and Splunk callback plugins are used send tasks results events to collectors. This would discloses and collects any sensitive data. | {'GHSA-3m93-m4q6-mc6v', 'CVE-2019-14864'} | 2020-04-13T00:15:00Z | 2020-01-02T15:15:00Z | null | null | null | {'http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00021.html', 'https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14864', 'https://github.com/advisories/GHSA-3m93-m4q6-mc6v', 'https://github.com/ansible/ansible/pull/63527', 'http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00026.html',... | null |
PyPI | GHSA-9gjv-6qq6-v7qm | 2FA bypass through deleting devices in wagtail-2fa | ### Impact
Any user with access to the CMS can view and delete other users' 2FA devices by going to the correct path. The user does not require special permissions in order to do so. By deleting the other user's device they can disable the target user's 2FA devices and potentially compromise the account if ... | {'CVE-2020-5240'} | 2022-03-03T05:12:55.613973Z | 2020-03-13T21:18:55Z | HIGH | null | {'CWE-285'} | {'https://github.com/labd/wagtail-2fa/security/advisories/GHSA-9gjv-6qq6-v7qm', 'https://github.com/labd/wagtail-2fa/commit/ac23550d33b7436e90e3beea904647907eba5b74', 'https://nvd.nist.gov/vuln/detail/CVE-2020-5240'} | null |
PyPI | PYSEC-2021-530 | null | TensorFlow is an end-to-end open source platform for machine learning. The implementation of the `DepthwiseConv` TFLite operator is vulnerable to a division by zero error(https://github.com/tensorflow/tensorflow/blob/1a8e885b864c818198a5b2c0cbbeca5a1e833bc8/tensorflow/lite/kernels/depthwise_conv.cc#L287-L288). An attac... | {'GHSA-rf3h-xgv5-2q39', 'CVE-2021-29602'} | 2021-12-09T06:34:59.232371Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/cbda3c6b2dbbd3fbdc482ff8c0170a78ec2e97d0', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-rf3h-xgv5-2q39'} | null |
PyPI | PYSEC-2014-31 | null | The App.Undo.UndoSupport.get_request_var_or_attr function in Zope before 2.12.21 and 3.13.x before 2.13.11, as used in Plone before 4.2.3 and 4.3 before beta 1, allows remote authenticated users to gain access to restricted attributes via unspecified vectors. | {'GHSA-879r-7f3w-8jj3', 'CVE-2012-5489'} | 2021-09-01T08:44:29.299631Z | 2014-09-30T14:55:00Z | null | null | null | {'https://plone.org/products/plone-hotfix/releases/20121106', 'https://plone.org/products/plone/security/advisories/20121106/05', 'https://github.com/plone/Products.CMFPlone/blob/4.2.3/docs/CHANGES.txt', 'http://www.openwall.com/lists/oss-security/2012/11/10/1', 'https://bugs.launchpad.net/zope2/+bug/1079238', 'https:/... | null |
PyPI | PYSEC-2021-160 | 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.AddManySparseToTensorsMap`. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/6f9896890c4c703ae0a0845394086e2e1e523299/tensorflow/core/kerne... | {'GHSA-2cpx-427x-q2c6', 'CVE-2021-29523'} | 2021-08-27T03:22:25.367237Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/69c68ecbb24dff3fa0e46da0d16c821a2dd22d7c', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-2cpx-427x-q2c6'} | null |
PyPI | GHSA-vgv5-cxvh-vfxh | Arbitrary code execution in clickhouse-driver | clickhouse-driver before 0.1.5 allows a malicious clickhouse server to trigger a crash or execute arbitrary code (on a database client) via a crafted server response, due to a buffer overflow. | {'CVE-2020-26759'} | 2022-03-03T05:13:37.337736Z | 2021-04-07T20:50:57Z | CRITICAL | null | {'CWE-120'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-26759', 'https://github.com/mymarilyn/clickhouse-driver/commit/d708ed548e1d6f254ba81a21de8ba543a53b5598', 'https://github.com/mymarilyn/clickhouse-driver/commit/3e990547e064b8fca916b23a0f7d6fe8c63c7f6b'} | null |
PyPI | PYSEC-2021-475 | null | TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a segfault and denial of service via accessing data outside of bounds in `tf.raw_ops.QuantizedBatchNormWithGlobalNormalization`. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/55a97caa9e99c7f37... | {'GHSA-4fg4-p75j-w5xj', 'CVE-2021-29547'} | 2021-12-09T06:34:50.647185Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-4fg4-p75j-w5xj', 'https://github.com/tensorflow/tensorflow/commit/d6ed5bcfe1dcab9e85a4d39931bd18d99018e75b'} | null |
PyPI | GHSA-pw3c-h7wp-cvhx | Improper Initialization in Pillow | Pillow is the friendly PIL (Python Imaging Library) fork. path_getbbox in path.c in Pillow before 9.0.0 improperly initializes ImagePath.Path. | {'CVE-2022-22815'} | 2022-05-05T16:20:59.030138Z | 2022-01-12T20:07:43Z | CRITICAL | null | {'CWE-665'} | {'https://lists.debian.org/debian-lts-announce/2022/01/msg00018.html', 'https://nvd.nist.gov/vuln/detail/CVE-2022-22815', 'https://pillow.readthedocs.io/en/stable/releasenotes/9.0.0.html#fixed-imagepath-path-array-handling', 'https://github.com/python-pillow/Pillow', 'https://github.com/python-pillow/Pillow/blob/c5d922... | null |
PyPI | PYSEC-2022-169 | null | Waitress is a Web Server Gateway Interface server for Python 2 and 3. When using Waitress versions 2.1.0 and prior behind a proxy that does not properly validate the incoming HTTP request matches the RFC7230 standard, Waitress and the frontend proxy may disagree on where one request starts and where it ends. This would... | {'CVE-2022-24761', 'GHSA-4f7p-27jc-3c36'} | 2022-03-28T18:41:52.426676Z | 2022-03-17T13:15:00Z | null | null | null | {'https://github.com/Pylons/waitress/releases/tag/v2.1.1', 'https://github.com/Pylons/waitress/security/advisories/GHSA-4f7p-27jc-3c36', 'https://github.com/Pylons/waitress/commit/9e0b8c801e4d505c2ffc91b891af4ba48af715e0'} | null |
PyPI | GHSA-pq64-v7f5-gqh8 | Regular Expression Denial of Service (ReDoS) in Pygments | In pygments 1.1+, fixed in 2.7.4, the lexers used to parse programming languages rely heavily on regular expressions. Some of the regular expressions have exponential or cubic worst-case complexity and are vulnerable to ReDoS. By crafting malicious input, an attacker can cause a denial of service. | {'CVE-2021-27291'} | 2022-03-03T05:13:50.070806Z | 2021-03-29T16:33:03Z | MODERATE | null | {'CWE-400'} | {'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/GSJRFHALQ7E3UV4FFMFU2YQ6LUDHAI55/', 'https://gist.github.com/b-c-ds/b1a2cc0c68a35c57188575eb496de5ce', 'https://www.debian.org/security/2021/dsa-4889', 'https://lists.debian.org/debian-lts-announce/2021/03/msg00024.html', '... | null |
PyPI | PYSEC-2022-46 | null | OnionShare is an open source tool that lets you securely and anonymously share files, host websites, and chat with friends using the Tor network. In affected versions authenticated users (or unauthenticated in public mode) can send messages without being visible in the list of chat participants. This issue has been res... | {'GHSA-99p8-9p2c-49j4', 'CVE-2022-21695'} | 2022-03-09T00:16:43.452903Z | 2022-01-18T22:15:00Z | null | null | null | {'https://github.com/onionshare/onionshare/releases/tag/v2.5', 'https://github.com/onionshare/onionshare/security/advisories/GHSA-99p8-9p2c-49j4'} | null |
PyPI | PYSEC-2019-126 | null | ** DISPUTED ** In Supervisor through 4.0.2, an unauthenticated user can read log files or restart a service. Note: The maintainer responded that the affected component, inet_http_server, is not enabled by default but if the user enables it and does not set a password, Supervisor logs a warning message. The maintainer i... | {'CVE-2019-12105'} | 2019-09-17T22:15:00Z | 2019-09-10T17:15:00Z | null | null | null | {'https://github.com/Supervisor/supervisor/commit/4e334d9cf2a1daff685893e35e72398437df3dcb', 'https://github.com/Supervisor/supervisor/issues/1245', 'http://supervisord.org/configuration.html#inet-http-server-section-settings'} | null |
PyPI | GHSA-c7vm-f5p4-8fqh | Open redirect in Jupyter Notebook | [localhost](http://localhost:8888)
### Impact
_What kind of vulnerability is it? Who is impacted?_
Open redirect vulnerability - a maliciously crafted link to a notebook server could redirect the browser to a different website.
All notebook servers are technically affected, however, these maliciously crafted links c... | {'CVE-2020-26215'} | 2022-03-03T05:13:43.493471Z | 2020-11-18T21:06:36Z | MODERATE | null | {'CWE-601'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-26215', 'https://github.com/jupyter/notebook/commit/3cec4bbe21756de9f0c4bccf18cf61d840314d74', 'https://github.com/jupyter/notebook/security/advisories/GHSA-c7vm-f5p4-8fqh', 'https://lists.debian.org/debian-lts-announce/2020/12/msg00004.html'} | null |
PyPI | PYSEC-2017-76 | null | A NULL pointer dereference (DoS) Vulnerability was found in the function aubio_source_avcodec_readframe in io/source_avcodec.c of aubio 0.4.6, which may lead to DoS when playing a crafted audio file. | {'CVE-2017-17554'} | 2021-08-25T04:29:55.674951Z | 2017-12-12T01:29:00Z | null | null | null | {'https://github.com/IvanCql/vulnerability/blob/master/An%20NULL%20pointer%20dereference(DoS)%20Vulnerability%20was%20found%20in%20function%20%20aubio_source_avcodec_readframe%20of%20aubio.md'} | null |
PyPI | GHSA-8278-88vv-x98r | Execution of untrusted code through config file | ### Impact
It is possible to run arbitrary commands through the yaml.load() method. This could allow an attacker with local access to the host to run arbitrary code by running the application with a specially crafted YAML configuration file.
### Workarounds
Manually adjust yaml.load() to yaml.safe_load()
### For mor... | {'CVE-2021-21371'} | 2022-03-03T05:14:11.571644Z | 2021-03-10T21:51:17Z | MODERATE | null | {'CWE-502'} | {'https://github.com/tenable/integration-jira-cloud/security/advisories/GHSA-8278-88vv-x98r', 'https://pyyaml.docsforge.com/master/documentation/#loading-yaml', 'https://github.com/tenable/integration-jira-cloud/commit/f8c2095fd529e664e7fa25403a0a4a85bb3907d0', 'https://nvd.nist.gov/vuln/detail/CVE-2021-21371', 'https:... | null |
PyPI | GHSA-hhm3-48h2-597v | Insufficiently Protected Credentials in Apache Superset | Apache Superset up to and including 1.3.2 allowed for registered database connections password leak for authenticated users. This information could be accessed in a non-trivial way. Users should upgrade to Apache Superset 1.4.0 or higher. | {'CVE-2021-44451'} | 2022-03-03T05:13:09.017336Z | 2022-02-02T00:01:46Z | MODERATE | null | {'CWE-522'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-44451', 'https://lists.apache.org/thread/xww1pccs2ckb5506wrf1v4lmxg198vkb'} | null |
PyPI | GHSA-95q3-8gr9-gm8w | Denial of Service by Uncontrolled Resource Consumption | Pillow before 8.1.1 allows attackers to cause a denial of service (memory consumption) because the reported size of a contained image is not properly checked for an ICO container, and thus an attempted memory allocation can be very large. | {'CVE-2021-27923'} | 2022-03-03T05:12:52.021011Z | 2021-03-18T19:54:43Z | HIGH | null | {'CWE-400'} | {'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZTSY25UJU7NJUFHH3HWT575LT4TDFWBZ/', 'https://pillow.readthedocs.io/en/stable/releasenotes/8.1.1.html', 'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/S7G44Z33J4BNI2DPDROHWGVG... | null |
PyPI | GHSA-gff3-739c-gxfq | Reflected cross-site scripting issue in Datasette | Datasette is an open source multi-tool for exploring and publishing data. The `?_trace=1` debugging feature in Datasette does not correctly escape generated HTML, resulting in a [reflected cross-site scripting](https://owasp.org/www-community/attacks/xss/#reflected-xss-attacks) vulnerability. This vulnerability is part... | {'CVE-2021-32670'} | 2022-03-03T05:13:39.001521Z | 2021-06-10T17:22:59Z | HIGH | null | {'CWE-79'} | {'https://owasp.org/www-community/attacks/xss/#reflected-xss-attacks', 'https://github.com/simonw/datasette/security/advisories/GHSA-xw7c-jx9m-xh5g', 'https://pypi.org/project/datasette/', 'https://datasette.io/plugins/datasette-auth-passwords', 'https://nvd.nist.gov/vuln/detail/CVE-2021-32670', 'https://github.com/sim... | null |
PyPI | GHSA-9j2c-x8qm-qmjq | SQL injection in Tortoise ORM | ### Impact
Various forms of SQL injection has been found, for MySQL and when filtering or doing mass-updates on char/text fields.
SQLite & PostgreSQL was only affected when filtering with ``contains``, ``starts_with`` or ``ends_with`` filters (and their case-insensitive counterparts)
### Patches
Please upgrade to 0.1... | {'CVE-2020-11010'} | 2022-03-03T05:13:53.716764Z | 2020-04-20T21:31:23Z | MODERATE | null | {'CWE-89'} | {'https://github.com/tortoise/tortoise-orm/commit/91c364053e0ddf77edc5442914c6f049512678b3', 'https://github.com/tortoise/tortoise-orm/security/advisories/GHSA-9j2c-x8qm-qmjq', 'https://nvd.nist.gov/vuln/detail/CVE-2020-11010'} | null |
PyPI | PYSEC-2017-99 | null | Directory traversal vulnerability in Cherry Music before 0.36.0 allows remote authenticated users to read arbitrary files via the "value" parameter to "download." | {'CVE-2015-8309'} | 2021-11-16T21:20:28.227902Z | 2017-03-27T15:59:00Z | null | null | null | {'https://github.com/devsnd/cherrymusic/issues/598', 'http://www.fomori.org/cherrymusic/Changes.html', 'https://www.exploit-db.com/exploits/40361/', 'https://github.com/devsnd/cherrymusic/commit/62dec34a1ea0741400dd6b6c660d303dcd651e86', 'http://www.securityfocus.com/bid/97149'} | null |
PyPI | PYSEC-2010-8 | null | Race condition in the FTPHandler class in ftpserver.py in pyftpdlib before 0.5.2 allows remote attackers to cause a denial of service (daemon outage) by establishing and then immediately closing a TCP connection, leading to the getpeername function having an ENOTCONN error, a different vulnerability than CVE-2010-3494. | {'CVE-2009-5011'} | 2021-07-05T00:01:24.787287Z | 2010-10-19T20:00:00Z | null | null | null | {'http://code.google.com/p/pyftpdlib/source/diff?spec=svn543&r=543&format=side&path=/trunk/pyftpdlib/ftpserver.py', 'http://code.google.com/p/pyftpdlib/source/browse/trunk/HISTORY', 'http://code.google.com/p/pyftpdlib/issues/detail?id=100', 'http://code.google.com/p/pyftpdlib/source/detail?r=543'} | null |
PyPI | GHSA-xp5m-4c9f-498q | Moderate severity vulnerability that affects django-epiceditor | There is a cross-site scripting vulnerability in django-epiceditor 0.2.3 via crafted content in a form field. | {'CVE-2017-6591'} | 2021-09-22T14:59:41Z | 2018-07-13T15:17:18Z | MODERATE | null | {'CWE-79'} | {'https://github.com/advisories/GHSA-xp5m-4c9f-498q', 'http://www.securityfocus.com/bid/96946', 'https://nvd.nist.gov/vuln/detail/CVE-2017-6591', 'http://morningchen.com/2017/03/09/Cross-site-scripting-vulnerability-in-django-epiceditor/'} | null |
PyPI | GHSA-pwfw-mgfj-7g3g | Low severity vulnerability that affects ecdsa | ## possible DoS in signature verification and signature malleability
### Impact
Code using `VerifyingKey.verify()` and `VerifyingKey.verify_digest()` may receive exceptions other than the documented `BadSignatureError` when signatures are malformed. If those other exceptions are not caught, they may lead to program t... | {'CVE-2019-14853'} | 2022-03-03T05:10:18.991725Z | 2019-10-08T16:30:17Z | HIGH | null | {'CWE-755', 'CWE-391'} | {'https://github.com/warner/python-ecdsa/security/advisories/GHSA-pwfw-mgfj-7g3g', 'https://nvd.nist.gov/vuln/detail/CVE-2019-14853', 'https://github.com/advisories/GHSA-pwfw-mgfj-7g3g', 'https://github.com/warner/python-ecdsa'} | null |
PyPI | GHSA-5phf-pp7p-vc2r | Using default SSLContext for HTTPS requests in an HTTPS proxy doesn't verify certificate hostname for proxy connection | ### Impact
Users who are using an HTTPS proxy to issue HTTPS requests and haven't configured their own SSLContext via `proxy_config`.
Only the default SSLContext is impacted.
### Patches
[urllib3 >=1.26.4 has the issue resolved](https://github.com/urllib3/urllib3/releases/tag/1.26.4). urllib3<1.26 is not impacted du... | {'CVE-2021-28363'} | 2022-03-03T05:11:25.072465Z | 2021-03-19T19:42:11Z | MODERATE | null | {'CWE-295'} | {'https://github.com/pypa/advisory-db/tree/main/vulns/urllib3/PYSEC-2021-59.yaml', 'https://github.com/urllib3/urllib3/security/advisories/GHSA-5phf-pp7p-vc2r', 'https://security.gentoo.org/glsa/202107-36', 'https://github.com/urllib3/urllib3/commit/8d65ea1ecf6e2cdc27d42124e587c1b83a3118b0', 'https://nvd.nist.gov/vuln/... | null |
PyPI | GHSA-7257-96vg-qf6x | Remote Code Execution in Red Discord Bot | ### Impact
A RCE exploit has been discovered in the Streams module: this exploit allows Discord users with specifically crafted "going live" messages to inject code into the Streams module's going live message. By abusing this exploit, it's possible to perform destructive actions and/or access sensitive information.
#... | {'CVE-2020-15147'} | 2022-03-03T05:13:02.222242Z | 2020-08-21T17:03:24Z | HIGH | null | {'CWE-94', 'CWE-74'} | {'https://github.com/Cog-Creators/Red-DiscordBot/pull/4183', 'https://github.com/Cog-Creators/Red-DiscordBot/', 'https://github.com/Cog-Creators/Red-DiscordBot/security/advisories/GHSA-7257-96vg-qf6x', 'https://github.com/Cog-Creators/Red-DiscordBot/pull/4183/commits/e269ea0d3bc88417163c18431b1df38a9be92bfc', 'https://... | null |
PyPI | PYSEC-2021-137 | null | An issue was discovered in Pillow before 8.2.0. There is an out-of-bounds read in J2kDecode, in j2ku_graya_la. | {'GHSA-77gc-v2xv-rvvh', 'CVE-2021-25287'} | 2021-08-27T03:22:10.375655Z | 2021-06-02T16:15:00Z | null | null | null | {'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/MQHA5HAIBOYI3R6HDWCLAGFTIQP767FL/', 'https://github.com/advisories/GHSA-77gc-v2xv-rvvh', 'https://github.com/python-pillow/Pillow/pull/5377#issuecomment-833821470', 'https://pillow.readthedocs.io/en/stable/releasenotes/8.2.... | null |
PyPI | PYSEC-2014-66 | null | Products/CMFPlone/CatalogTool.py in Plone 3.3 through 4.3.2 allows remote administrators to bypass restrictions and obtain sensitive information via an unspecified search API. | {'CVE-2013-7061'} | 2021-07-25T23:34:47.632910Z | 2014-05-02T14:55:00Z | null | null | null | {'https://plone.org/security/20131210/catalogue-exposure', 'http://www.openwall.com/lists/oss-security/2013/12/10/15', 'http://www.openwall.com/lists/oss-security/2013/12/12/3'} | null |
PyPI | GHSA-fhpf-pp6p-55qc | Unsafe handling of user-specified cookies in treq | ### Impact
Treq's request methods (`treq.get`, `treq.post`, `HTTPClient.request`, `HTTPClient.get`, etc.) accept cookies as a dictionary, for example:
```py
treq.get('https://example.com/', cookies={'session': '1234'})
```
Such cookies are not bound to a single domain, and are therefore sent to *every* domain ("supe... | {'CVE-2022-23607'} | 2022-03-25T19:32:00.911969Z | 2022-02-01T00:43:38Z | MODERATE | null | {'CWE-601', 'CWE-200'} | {'https://github.com/twisted/treq/releases/tag/release-22.1.0', 'https://huntr.dev/bounties/3c9204fc-a3d1-4441-8599-924c5f57e7ae/?token=06d930e37046c914bcb037e85cc227dc7b510b475989fc69837566562ba899277d46b0fb4b1e21cdcb6ddc1b7d9b1ded632cf3a3551ecb89afca16a63b34641284b50479d5195bba2ac09b116f3dd4fad27f54404c2de922c05c8c8b... | null |
PyPI | PYSEC-2021-567 | null | TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a crash via a `CHECK`-fail in debug builds of TensorFlow using `tf.raw_ops.ResourceGather` or a read from outside the bounds of heap allocated data in the same API in a release build. The [implementation]... | {'CVE-2021-37654', 'GHSA-2r8p-fg3c-wcj4'} | 2021-12-09T06:35:03.596009Z | 2021-08-12T21:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-2r8p-fg3c-wcj4', 'https://github.com/tensorflow/tensorflow/commit/bc9c546ce7015c57c2f15c168b3d9201de679a1d'} | null |
PyPI | PYSEC-2020-137 | null | In TensorFlow Lite before versions 2.2.1 and 2.3.1, models using segment sum can trigger a write out bounds / segmentation fault if the segment ids are not sorted. Code assumes that the segment ids are in increasing order, using the last element of the tensor holding them to determine the dimensionality of output tenso... | {'CVE-2020-15214', 'GHSA-p2cq-cprg-frvm'} | 2020-10-01T18:36:00Z | 2020-09-25T19:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/releases/tag/v2.3.1', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-p2cq-cprg-frvm', 'https://github.com/tensorflow/tensorflow/commit/204945b19e44b57906c9344c0d00120eeeae178a'} | null |
PyPI | GHSA-772p-x54p-hjrv | Division by zero in `Conv3D` | ### Impact
A malicious user could trigger a division by 0 in `Conv3D` implementation:
```python
import tensorflow as tf
input_tensor = tf.constant([], shape=[0, 0, 0, 0, 0], dtype=tf.float32)
filter_tensor = tf.constant([], shape=[0, 0, 0, 0, 0], dtype=tf.float32)
tf.raw_ops.Conv3D(input=input_tensor, filter=filter_... | {'CVE-2021-29517'} | 2022-03-03T05:13:42.855652Z | 2021-05-21T14:21:01Z | LOW | null | {'CWE-369'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-29517', 'https://github.com/tensorflow/tensorflow/commit/799f835a3dfa00a4d852defa29b15841eea9d64f', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-772p-x54p-hjrv'} | null |
PyPI | PYSEC-2021-834 | null | 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 itself does not offer ... | {'CVE-2021-41227', 'GHSA-j8c8-67vp-6mx7'} | 2021-12-09T06:35:45.274918Z | 2021-11-05T23:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/3712a2d3455e6ccb924daa5724a3652a86f6b585', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-j8c8-67vp-6mx7', 'https://github.com/tensorflow/tensorflow/commit/1cb6bb6c2a6019417c9adaf9e6843ba75ee2580b'} | null |
PyPI | PYSEC-2010-25 | null | The ftp_PORT function in FTPServer.py in pyftpdlib before 0.2.0 does not prevent TCP connections to privileged ports if the destination IP address matches the source IP address of the connection from the FTP client, which might allow remote authenticated users to conduct FTP bounce attacks via crafted FTP data, as demo... | {'CVE-2007-6741'} | 2010-10-20T04:00:00Z | 2010-10-19T20:00:00Z | null | null | null | {'http://code.google.com/p/pyftpdlib/issues/detail?id=11', 'http://code.google.com/p/pyftpdlib/source/browse/trunk/HISTORY', 'http://code.google.com/p/pyftpdlib/source/detail?r=32', 'http://code.google.com/p/pyftpdlib/source/diff?spec=svn32&r=32&format=side&path=/trunk/pyftpdlib/FTPServer.py'} | null |
PyPI | PYSEC-2018-45 | null | It was noticed an XSS in certain 404 pages that could be exploited to perform an XSS attack. Chrome will detect this as a reflected XSS attempt and prevent the page from loading. Firefox and other browsers don't, and are vulnerable to this attack. Mitigation: The fix for this is to upgrade to Apache Airflow 1.9.0 or ab... | {'CVE-2017-12614'} | 2021-07-05T00:01:16.968952Z | 2018-08-06T13:29:00Z | null | null | null | {'https://lists.apache.org/thread.html/2c72480c76619c5e7793f0d213c34082f0598eaa4d212172f068940f@%3Cdev.airflow.apache.org%3E'} | null |
PyPI | PYSEC-2019-171 | null | A vulnerability was found in Ansible engine 2.x up to 2.8 and Ansible tower 3.x up to 3.5. When a module has an argument_spec with sub parameters marked as no_log, passing an invalid parameter name to the module will cause the task to fail before the no_log options in the sub parameters are processed. As a result, data... | {'CVE-2019-14858'} | 2021-08-27T03:21:53.021460Z | 2019-10-14T15:15:00Z | null | null | null | {'http://lists.opensuse.org/opensuse-security-announce/2020-04/msg00021.html', 'https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-14858', 'https://access.redhat.com/errata/RHSA-2020:0756', 'https://access.redhat.com/errata/RHSA-2019:3203', 'https://access.redhat.com/errata/RHSA-2019:3201', 'http://lists.opensuse.org... | null |
PyPI | PYSEC-2022-11 | null | In Apache Airflow prior to 2.2.0. This CVE applies to a specific case where a User who has "can_create" permissions on DAG Runs can create Dag Runs for dags that they don't have "edit" permissions for. | {'CVE-2021-45230', 'GHSA-4jh2-3c85-q67h'} | 2022-01-26T17:33:56.560362Z | 2022-01-20T11:15:00Z | null | null | null | {'https://lists.apache.org/thread/m778ojn0k595rwco4ht9wjql89mjoxnl', 'https://github.com/advisories/GHSA-4jh2-3c85-q67h'} | null |
PyPI | PYSEC-2014-89 | null | python-gnupg before 0.3.5 allows context-dependent attackers to execute arbitrary commands via shell metacharacters in unspecified vectors. | {'CVE-2013-7323', 'GHSA-c2fx-8r76-gh36'} | 2021-08-27T03:22:18.100904Z | 2014-06-09T19:55:00Z | null | null | null | {'http://secunia.com/advisories/56616', 'http://seclists.org/oss-sec/2014/q1/294', 'http://seclists.org/oss-sec/2014/q1/243', 'http://secunia.com/advisories/59031', 'http://seclists.org/oss-sec/2014/q1/244', 'http://www.debian.org/security/2014/dsa-2946', 'https://github.com/advisories/GHSA-c2fx-8r76-gh36', 'https://co... | null |
PyPI | PYSEC-2021-588 | null | TensorFlow is an end-to-end open source platform for machine learning. In affected versions most implementations of convolution operators in TensorFlow are affected by a division by 0 vulnerability where an attacker can trigger a denial of service via a crash. The shape inference [implementation](https://github.com/ten... | {'CVE-2021-37675', 'GHSA-9c8h-2mv3-49ww'} | 2021-12-09T06:35:05.402350Z | 2021-08-12T22:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/8a793b5d7f59e37ac7f3cd0954a750a2fe76bad4', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-9c8h-2mv3-49ww'} | null |
PyPI | PYSEC-2021-422 | null | Bot Framework SDK Information Disclosure Vulnerability | {'GHSA-cqff-fx2x-p86v', 'CVE-2021-1725'} | 2021-11-16T03:58:43.637745Z | 2021-01-12T20:15:00Z | null | null | null | {'https://github.com/microsoft/botbuilder-python/security/advisories/GHSA-cqff-fx2x-p86v', 'https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-1725'} | null |
PyPI | GHSA-9pv8-q5rx-c8gq | Critical severity vulnerability that affects django_make_app | An exploitable vulnerability exists in the YAML parsing functionality in the read_yaml_file method in io_utils.py in django_make_app 0.1.3. A YAML parser can execute arbitrary Python commands resulting in command execution. An attacker can insert Python into loaded YAML to trigger this vulnerability. | {'CVE-2017-16764'} | 2021-09-08T20:21:22Z | 2018-07-13T15:16:59Z | CRITICAL | null | null | {'https://github.com/illagrenan/django-make-app', 'https://nvd.nist.gov/vuln/detail/CVE-2017-16764', 'https://joel-malwarebenchmark.github.io/blog/2017/11/12/cve-2017-16764-vulnerability-in-django-make-app/', 'https://github.com/advisories/GHSA-9pv8-q5rx-c8gq', 'https://github.com/illagrenan/django-make-app/issues/5'} | null |
PyPI | GHSA-c6fh-56w7-fvjw | Integer overflow in Tensorflow | ### Impact
The [implementation of shape inference for `Dequantize`](https://github.com/tensorflow/tensorflow/blob/5100e359aef5c8021f2e71c7b986420b85ce7b3d/tensorflow/core/ops/array_ops.cc#L3001-L3034) is vulnerable to an integer overflow weakness:
```python
import tensorflow as tf
input = tf.constant([1,1],dtype=tf.... | {'CVE-2022-21727'} | 2022-03-03T05:13:17.721694Z | 2022-02-09T18:29:13Z | HIGH | null | {'CWE-190'} | {'https://github.com/tensorflow/tensorflow/commit/b64638ec5ccaa77b7c1eb90958e3d85ce381f91b', 'https://github.com/tensorflow/tensorflow/blob/5100e359aef5c8021f2e71c7b986420b85ce7b3d/tensorflow/core/ops/array_ops.cc#L3001-L3034', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-c6fh-56w7-fvjw', 'https:/... | null |
PyPI | PYSEC-2013-23 | null | Cross-site scripting (XSS) vulnerability in the rsslink function in theme/__init__.py in MoinMoin 1.9.5 allows remote attackers to inject arbitrary web script or HTML via the page name in a rss link. | {'CVE-2012-6082'} | 2021-07-25T23:34:40.266603Z | 2013-01-03T01:55:00Z | null | null | null | {'http://www.openwall.com/lists/oss-security/2012/12/29/7', 'http://hg.moinmo.in/moin/1.9/rev/c98ec456e493', 'http://www.securityfocus.com/bid/57089', 'http://moinmo.in/SecurityFixes', 'http://secunia.com/advisories/51663', 'http://www.openwall.com/lists/oss-security/2012/12/30/5'} | null |
PyPI | PYSEC-2017-60 | null | Multiple open redirect vulnerabilities in Plone CMS 5.x through 5.0.6, 4.x through 4.3.11, and 3.3.x through 3.3.6 allow remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the referer parameter to (1) %2b%2bgroupdashboard%2b%2bplone.dashboard1%2bgroup/%2b/portlets.Action... | {'CVE-2016-7137'} | 2021-07-25T23:34:48.992479Z | 2017-03-07T16:59:00Z | null | null | null | {'http://seclists.org/fulldisclosure/2016/Oct/80', 'http://www.securityfocus.com/archive/1/539572/100/0/threaded', 'https://plone.org/security/hotfix/20160830/open-redirection-in-plone', 'http://www.securityfocus.com/bid/92752', 'http://www.openwall.com/lists/oss-security/2016/09/05/5', 'http://www.openwall.com/lists/o... | null |
PyPI | GHSA-9jjr-qqfp-ppwx | remote code execution via git repo provider | ### Impact
A remote code execution vulnerability has been identified in BinderHub, where providing BinderHub with maliciously crafted input could execute code in the BinderHub context, with the potential to egress credentials of the BinderHub deployment, including JupyterHub API tokens, kubernetes service accounts, an... | {'CVE-2021-39159'} | 2022-03-07T20:47:54.940121Z | 2021-08-30T16:16:58Z | CRITICAL | null | {'CWE-94'} | {'https://nvd.nist.gov/vuln/detail/CVE-2021-39159', 'https://github.com/jupyterhub/binderhub', 'https://github.com/jupyterhub/binderhub/security/advisories/GHSA-9jjr-qqfp-ppwx', 'https://github.com/jupyterhub/binderhub/commit/195caac172690456dcdc8cc7a6ca50e05abf8182.patch'} | null |
PyPI | GHSA-9hx2-hgq2-2g4f | Regular Expression Denial of Service (ReDoS) in Pillow | An issue was discovered in Pillow before 8.1.1. The PDF parser allows a regular expression DoS (ReDoS) attack via a crafted PDF file because of a catastrophic backtracking regex. | {'CVE-2021-25292'} | 2022-03-03T05:13:09.680069Z | 2021-03-29T16:35:46Z | MODERATE | null | {'CWE-400'} | {'https://github.com/python-pillow/Pillow/', 'https://github.com/python-pillow/Pillow/commit/6207b44ab1ff4a91d8ddc7579619876d0bb191a4', 'https://nvd.nist.gov/vuln/detail/CVE-2021-25292', 'https://pillow.readthedocs.io/en/stable/releasenotes/8.1.1.html', 'https://security.gentoo.org/glsa/202107-33', 'https://github.com/... | null |
PyPI | PYSEC-2020-208 | null | An incomplete fix was found for the fix of the flaw CVE-2020-1733 ansible: insecure temporary directory when running become_user from become directive. The provided fix is insufficient to prevent the race condition on systems using ACLs and FUSE filesystems. Ansible Engine 2.7.18, 2.8.12, and 2.9.9 as well as previous ... | {'CVE-2020-10744', 'GHSA-vp9j-rghq-8jhh'} | 2021-07-02T02:41:34.927743Z | 2020-05-15T14:15:00Z | null | null | null | {'https://github.com/advisories/GHSA-vp9j-rghq-8jhh', 'https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10744'} | null |
PyPI | GHSA-qh9q-34h6-hcv9 | Directory traversal in mkdocs | The mkdocs 1.2.2 built-in dev-server allows directory traversal using the port 8000, enabling remote exploitation to obtain :sensitive information. | {'CVE-2021-40978'} | 2022-03-03T05:11:10.810939Z | 2021-10-12T18:48:24Z | HIGH | null | {'CWE-12', 'CWE-22'} | {'https://github.com/nisdn/CVE-2021-40978', 'https://github.com/mkdocs/mkdocs/releases/tag/1.2.3', 'https://github.com/mkdocs/mkdocs/pull/2604/commits/cddc453c9d49298e60e7d56fb71130c151cbcbe5', 'https://github.com/mkdocs/mkdocs/pull/2604', 'https://nvd.nist.gov/vuln/detail/CVE-2021-40978', 'https://github.com/nisdn/CVE... | null |
PyPI | PYSEC-2021-208 | null | TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.MaxPoolGradWithArgmax` can cause reads outside of bounds of heap allocated data if attacker supplies specially crafted inputs. The implementation(https://github.com/tensorflow/tensorflow/blob/31bd5026304677faa8a0b77... | {'CVE-2021-29571', 'GHSA-whr9-vfh2-7hm6'} | 2021-08-27T03:22:34.015475Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/79865b542f9ffdc9caeb255631f7c56f1d4b6517', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-whr9-vfh2-7hm6'} | null |
PyPI | PYSEC-2021-658 | null | TensorFlow is an end-to-end open source platform for machine learning. An attacker can force accesses outside the bounds of heap allocated arrays by passing in invalid tensor values to `tf.raw_ops.RaggedCross`. This is because the implementation(https://github.com/tensorflow/tensorflow/blob/efea03b38fb8d3b81762237dc85e... | {'CVE-2021-29532', 'GHSA-j47f-4232-hvv8'} | 2021-12-09T06:35:20.263925Z | 2021-05-14T20:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-j47f-4232-hvv8', 'https://github.com/tensorflow/tensorflow/commit/44b7f486c0143f68b56c34e2d01e146ee445134a'} | null |
PyPI | PYSEC-2021-17 | null | Multiple path traversal vulnerabilities exist in smbserver.py in Impacket through 0.9.22. An attacker that connects to a running smbserver instance can list and write to arbitrary files via ../ directory traversal. This could potentially be abused to achieve arbitrary code execution by replacing /etc/shadow or an SSH a... | {'GHSA-mj63-64x7-57xf', 'CVE-2021-31800'} | 2021-09-01T08:19:03.897095Z | 2021-05-05T11:15:00Z | null | null | null | {'https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/IPXDPWCAPVX3UWYZ3N2T5OLBSBBUHJP6/', 'https://github.com/SecureAuthCorp/impacket/releases', 'https://github.com/SecureAuthCorp/impacket/blob/cb6d43a677c338db930bc4e9161620832c1ec624/impacket/smbserver.py#L3485', 'https://git... | null |
PyPI | PYSEC-2019-188 | null | A flaw was found in Mercurial before 4.9. It was possible to use symlinks and subrepositories to defeat Mercurial's path-checking logic and write files outside a repository. | {'CVE-2019-3902'} | 2021-08-27T03:22:07.409198Z | 2019-04-22T16:29:00Z | null | null | null | {'https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2019-3902', 'https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.9_.282019-02-01.29', 'https://usn.ubuntu.com/4086-1/', 'https://lists.debian.org/debian-lts-announce/2019/04/msg00024.html', 'https://lists.debian.org/debian-lts-announce/2020/07/msg00032.html'} | null |
PyPI | PYSEC-2021-822 | null | TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for `DeserializeSparse` can trigger a null pointer dereference. This is because the shape inference function assumes that the `serialize_sparse` tensor is a tensor with positive rank (and having `3` as the last dim... | {'GHSA-x3v8-c8qx-3j3r', 'CVE-2021-41215'} | 2021-12-09T06:35:43.442119Z | 2021-11-05T21:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-x3v8-c8qx-3j3r', 'https://github.com/tensorflow/tensorflow/commit/d3738dd70f1c9ceb547258cbb82d853da8771850'} | null |
PyPI | PYSEC-2020-121 | null | In Tensorflow before version 2.3.1, the `SparseCountSparseOutput` implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the `indices` tensor has the same shape as the `values` one. The values in these tensors are always accessed in parallel. Thu... | {'CVE-2020-15198', 'GHSA-jc87-6vpp-7ff3'} | 2021-09-01T08:19:33.154302Z | 2020-09-25T19:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-jc87-6vpp-7ff3', 'https://github.com/tensorflow/tensorflow/releases/tag/v2.3.1', 'https://github.com/tensorflow/tensorflow/commit/3cbb917b4714766030b28eba9fb41bb97ce9ee02'} | null |
PyPI | GHSA-qh32-6jjc-qprm | Null pointer dereference in tensorflow-lite | ### Impact
A crafted TFLite model can force a node to have as input a tensor backed by a `nullptr` buffer. This can be achieved by changing a buffer index in the flatbuffer serialization to convert a read-only tensor to a read-write one. The runtime assumes that these buffers are written to before a possible read, henc... | {'CVE-2020-15209'} | 2022-03-03T05:13:59.726583Z | 2020-09-25T18:28:46Z | MODERATE | null | {'CWE-476'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-15209', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-qh32-6jjc-qprm', 'https://github.com/tensorflow/tensorflow', 'https://github.com/tensorflow/tensorflow/releases/tag/v2.3.1', 'https://github.com/tensorflow/tensorflow/commit/0b5662bc2be13a8c8f044d925d8... | null |
PyPI | PYSEC-2021-571 | 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 all operations of type `tf.raw_ops.MatrixSetDiagV*`. The [implementation](https://github.com/tensorflow/tensorflow/blob/84d053187cb80d975ef2b968... | {'CVE-2021-37658', 'GHSA-6p5r-g9mq-ggh2'} | 2021-12-09T06:35:03.923873Z | 2021-08-12T21:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/ff8894044dfae5568ecbf2ed514c1a37dc394f1b', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-6p5r-g9mq-ggh2'} | null |
PyPI | GHSA-3r7g-wrpr-j5g4 | Improper Authentication in django-mfa3 | ### Impact
django-mfa3 is a library that implements multi factor authentication for the django web framework. It achieves this by modifying the regular login view. Django however has a second login view for its admin area. This second login view was not modified, so the multi factor authentication can be bypassed.
Yo... | {'CVE-2022-24857'} | 2022-04-22T21:00:12.905217Z | 2022-04-22T20:48:28Z | HIGH | null | {'CWE-287'} | {'https://github.com/xi/django-mfa3/blob/main/CHANGES.md#050-2022-04-15', 'https://github.com/xi/django-mfa3', 'https://github.com/xi/django-mfa3/commit/32f656e22df120b84bdf010e014bb19bd97971de', 'https://nvd.nist.gov/vuln/detail/CVE-2022-24857', 'https://github.com/xi/django-mfa3/security/advisories/GHSA-3r7g-wrpr-j5g... | null |
PyPI | PYSEC-2014-70 | null | The auth_token middleware in the OpenStack Python client library for Keystone (aka python-keystoneclient) before 0.7.0 does not properly retrieve user tokens from memcache, which allows remote authenticated users to gain privileges in opportunistic circumstances via a large number of requests, related to an "interactio... | {'CVE-2014-0105'} | 2021-07-25T23:34:52.050807Z | 2014-04-15T14:55:00Z | null | null | null | {'https://bugs.launchpad.net/python-keystoneclient/+bug/1282865', 'http://www.openwall.com/lists/oss-security/2014/03/27/4', 'http://rhn.redhat.com/errata/RHSA-2014-0409.html', 'http://rhn.redhat.com/errata/RHSA-2014-0382.html'} | null |
PyPI | GHSA-77rc-x84q-pv4f | Low severity vulnerability that affects apache-airflow | The LDAP auth backend (airflow.contrib.auth.backends.ldap_auth) prior to Apache Airflow 1.10.1 was misconfigured and contained improper checking of exceptions which disabled server certificate checking. | {'CVE-2018-20245'} | 2022-03-03T05:14:08.905732Z | 2019-01-25T16:19:19Z | HIGH | null | {'CWE-295'} | {'https://github.com/advisories/GHSA-77rc-x84q-pv4f', 'https://nvd.nist.gov/vuln/detail/CVE-2018-20245', 'https://lists.apache.org/thread.html/b549c7573b342a6e457e5a3225c33054244343927bbfb2a4cdc4cf73@%3Cdev.airflow.apache.org%3E'} | null |
PyPI | GHSA-9g2w-5f3v-mfmm | Insecure default config of Celery worker in Apache Airflow | An issue was found in Apache Airflow versions 1.10.10 and below. When using CeleryExecutor, if an attack can connect to the broker (Redis, RabbitMQ) directly, it was possible to insert a malicious payload directly to the broker which could lead to a deserialization attack (and thus remote code execution) on the Worker. | {'CVE-2020-11982'} | 2022-03-03T05:13:04.435028Z | 2020-07-27T16:57:33Z | CRITICAL | null | {'CWE-502'} | {'https://nvd.nist.gov/vuln/detail/CVE-2020-11982', 'https://lists.apache.org/thread.html/r7255cf0be3566f23a768e2a04b40fb09e52fcd1872695428ba9afe91%40%3Cusers.airflow.apache.org%3E'} | null |
PyPI | PYSEC-2021-121 | null | An XML external entity (XXE) injection in PyWPS before 4.5.0 allows an attacker to view files on the application server filesystem by assigning a path to the entity. OWSLib 0.24.1 may also be affected. | {'GHSA-p9wf-3xpg-c9g5', 'CVE-2021-39371'} | 2021-08-23T05:26:18.647869Z | 2021-08-23T01:15:00Z | null | null | null | {'https://github.com/advisories/GHSA-p9wf-3xpg-c9g5', 'https://github.com/geopython/OWSLib/issues/790', 'https://github.com/geopython/pywps/pull/616'} | null |
PyPI | GHSA-vrcf-g539-x6h3 | Uncontrolled deserialization of a pickled object in rediswrapper allows attackers to execute arbitrary scripts | Uncontrolled deserialization of a pickled object in models.py in Frost Ming rediswrapper (aka Redis Wrapper) before 0.3.0 allows attackers to execute arbitrary scripts. | {'CVE-2019-17206'} | 2022-03-23T20:30:08.081246Z | 2019-11-20T01:37:13Z | CRITICAL | null | {'CWE-502'} | {'https://github.com/frostming/rediswrapper', 'https://github.com/frostming/rediswrapper/compare/v0.2.1...v0.3.0', 'https://nvd.nist.gov/vuln/detail/CVE-2019-17206', 'https://github.com/frostming/rediswrapper/releases/tag/v0.3.0', 'https://github.com/frostming/rediswrapper/commit/748f60bafd857c24f65683426f665350e2c3f91... | null |
PyPI | PYSEC-2021-434 | null | Apache Superset up to and including 1.3.1 allowed for database connections password leak for authenticated users. This information could be accessed in a non-trivial way. | {'CVE-2021-41972'} | 2021-11-29T23:10:59.053614Z | 2021-11-12T19:15:00Z | null | null | null | {'https://seclists.org/oss-sec/2021/q4/106', 'https://lists.apache.org/thread/xpdl2r538o695o7r9gd9qrwqb17bdd3v'} | null |
PyPI | PYSEC-2022-128 | null | Tensorflow is an Open Source Machine Learning Framework. When decoding a resource handle tensor from protobuf, a TensorFlow process can encounter cases where a `CHECK` assertion is invalidated based on user controlled arguments. This allows attackers to cause denial of services in TensorFlow processes. The fix will be ... | {'GHSA-8rcj-c8pj-v3m3', 'CVE-2022-23564'} | 2022-03-09T00:18:26.187094Z | 2022-02-04T23:15:00Z | null | null | null | {'https://github.com/tensorflow/tensorflow/commit/14fea662350e7c26eb5fe1be2ac31704e5682ee6', 'https://github.com/tensorflow/tensorflow/security/advisories/GHSA-8rcj-c8pj-v3m3'} | null |
PyPI | PYSEC-2019-167 | null | In Pylons Colander through 1.6, the URL validator allows an attacker to potentially cause an infinite loop thereby causing a denial of service via an unclosed parenthesis. | {'GHSA-rv95-4wxj-6fqq', 'CVE-2017-18361'} | 2021-08-25T04:29:57.387774Z | 2019-02-01T09:29:00Z | null | null | null | {'https://github.com/Pylons/colander/issues/290', 'https://github.com/Pylons/colander/pull/323', 'https://github.com/advisories/GHSA-rv95-4wxj-6fqq'} | null |
PyPI | PYSEC-2019-219 | null | Recommender before 2018-07-18 allows XSS. | {'CVE-2018-20858', 'GHSA-3j5x-7ccf-ppgm'} | 2019-08-15T16:48:00Z | 2019-08-09T16:15:00Z | null | null | null | {'https://github.com/advisories/GHSA-3j5x-7ccf-ppgm', 'https://github.com/edx/RecommenderXBlock/pull/2', 'https://groups.google.com/forum/#!topic/openedx-announce/SF8Sn6MuUTg'} | null |
PyPI | PYSEC-2017-37 | null | SaltStack Salt before 2016.3.8, 2016.11.x before 2016.11.8, and 2017.7.x before 2017.7.2 allows remote attackers to cause a denial of service via a crafted authentication request. | {'CVE-2017-14696'} | 2021-07-05T00:01:26.641829Z | 2017-10-24T17:29:00Z | null | null | null | {'https://github.com/saltstack/salt/commit/5f8b5e1a0f23fe0f2be5b3c3e04199b57a53db5b', 'https://bugzilla.redhat.com/show_bug.cgi?id=1500742', 'http://lists.opensuse.org/opensuse-updates/2017-10/msg00073.html', 'https://docs.saltstack.com/en/latest/topics/releases/2016.3.8.html', 'https://docs.saltstack.com/en/latest/top... | null |
PyPI | PYSEC-2019-29 | null | OpenStack Keystone 15.0.0 and 16.0.0 is affected by Data Leakage in the list credentials API. Any user with a role on a project is able to list any credentials with the /v3/credentials API when enforce_scope is false. Users with a role on a project are able to view any other users' credentials, which could (for example... | {'CVE-2019-19687'} | 2019-12-20T00:15:00Z | 2019-12-09T18:15:00Z | null | null | null | {'http://www.openwall.com/lists/oss-security/2019/12/11/8', 'https://access.redhat.com/errata/RHSA-2019:4358', 'https://security.openstack.org/ossa/OSSA-2019-006.html', 'https://review.opendev.org/#/c/697611/', 'https://review.opendev.org/#/c/697731/', 'https://review.opendev.org/#/c/697355/', 'https://usn.ubuntu.com/4... | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.