From 287b1a09be8fa2daf9008c8648de2fb4ed0e42fb Mon Sep 17 00:00:00 2001 From: "github.actions" Date: Mon, 23 Oct 2023 08:04:16 +0000 Subject: [PATCH] Latest data: Mon Oct 23 08:04:16 UTC 2023 --- audits/pocsuite3-requirements.audit.json | 609 ----------------------- requirements/airshare-requirements.txt | 5 +- requirements/dnstwist-requirements.txt | 2 +- requirements/ocrmypdf-requirements.txt | 4 +- requirements/pocsuite3-requirements.txt | 17 +- requirements/pylint-requirements.txt | 2 +- requirements/pyvim-requirements.txt | 6 +- requirements/pywhat-requirements.txt | 1 - requirements/rbtools-requirements.txt | 4 +- requirements/regipy-requirements.txt | 1 - requirements/remarshal-requirements.txt | 4 +- requirements/twtxt-requirements.txt | 10 +- 12 files changed, 25 insertions(+), 640 deletions(-) delete mode 100644 audits/pocsuite3-requirements.audit.json diff --git a/audits/pocsuite3-requirements.audit.json b/audits/pocsuite3-requirements.audit.json deleted file mode 100644 index 18b977b4..00000000 --- a/audits/pocsuite3-requirements.audit.json +++ /dev/null @@ -1,609 +0,0 @@ -[ - { - "package": { - "name": "urllib3", - "version": "2.0.4", - "ecosystem": "PyPI", - "commit": "" - }, - "vulnerabilities": [ - { - "modified": "2023-10-18T14:41:54Z", - "published": "2023-10-17T20:15:25Z", - "schema_version": "1.6.0", - "id": "GHSA-g4mx-q9vg-27p4", - "aliases": [ - "CVE-2023-45803" - ], - "summary": "urllib3's request body not stripped after redirect from 303 status changes request method to GET", - "details": "urllib3 previously wouldn't remove the HTTP request body when an HTTP redirect response using status 303 \"See Other\" after the request had its method changed from one that could accept a request body (like `POST`) to `GET` as is required by HTTP RFCs. Although the behavior of removing the request body is not specified in the section for redirects, it can be inferred by piecing together information from different sections and we have observed the behavior in other major HTTP client implementations like curl and web browsers.\n\nFrom [RFC 9110 Section 9.3.1](https://www.rfc-editor.org/rfc/rfc9110.html#name-get):\n\n> A client SHOULD NOT generate content in a GET request unless it is made directly to an origin server that has previously indicated, in or out of band, that such a request has a purpose and will be adequately supported.\n\n## Affected usages\n\nBecause the vulnerability requires a previously trusted service to become compromised in order to have an impact on confidentiality we believe the exploitability of this vulnerability is low. Additionally, many users aren't putting sensitive data in HTTP request bodies, if this is the case then this vulnerability isn't exploitable.\n\nBoth of the following conditions must be true to be affected by this vulnerability:\n\n* If you're using urllib3 and submitting sensitive information in the HTTP request body (such as form data or JSON)\n* The origin service is compromised and starts redirecting using 303 to a malicious peer or the redirected-to service becomes compromised.\n\n## Remediation\n\nYou can remediate this vulnerability with any of the following steps:\n\n* Upgrade to a patched version of urllib3 (v1.26.18 or v2.0.7)\n* Disable redirects for services that you aren't expecting to respond with redirects with `redirects=False`.\n* Disable automatic redirects with `redirects=False` and handle 303 redirects manually by stripping the HTTP request body.\n", - "affected": [ - { - "package": { - "ecosystem": "PyPI", - "name": "urllib3", - "purl": "pkg:pypi/urllib3" - }, - "ranges": [ - { - "type": "ECOSYSTEM", - "events": [ - { - "introduced": "2.0.0" - }, - { - "fixed": "2.0.7" - } - ] - } - ], - "versions": [ - "2.0.0", - "2.0.1", - "2.0.2", - "2.0.3", - "2.0.4", - "2.0.5", - "2.0.6" - ], - "database_specific": { - "last_known_affected_version_range": "<= 2.0.6", - "source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-g4mx-q9vg-27p4/GHSA-g4mx-q9vg-27p4.json" - }, - "ecosystem_specific": { - "affected_functions": [ - "" - ] - } - }, - { - "package": { - "ecosystem": "PyPI", - "name": "urllib3", - "purl": "pkg:pypi/urllib3" - }, - "ranges": [ - { - "type": "ECOSYSTEM", - "events": [ - { - "introduced": "0" - }, - { - "fixed": "1.26.18" - } - ] - } - ], - "versions": [ - "0.2", - "0.3", - "0.3.1", - "0.4.0", - "0.4.1", - "1.0", - "1.0.1", - "1.0.2", - "1.1", - "1.10", - "1.10.1", - "1.10.2", - "1.10.3", - "1.10.4", - "1.11", - "1.12", - "1.13", - "1.13.1", - "1.14", - "1.15", - "1.15.1", - "1.16", - "1.17", - "1.18", - "1.18.1", - "1.19", - "1.19.1", - "1.2", - "1.2.1", - "1.2.2", - "1.20", - "1.21", - "1.21.1", - "1.22", - "1.23", - "1.24", - "1.24.1", - "1.24.2", - "1.24.3", - "1.25", - "1.25.1", - "1.25.10", - "1.25.11", - "1.25.2", - "1.25.3", - "1.25.4", - "1.25.5", - "1.25.6", - "1.25.7", - "1.25.8", - "1.25.9", - "1.26.0", - "1.26.1", - "1.26.10", - "1.26.11", - "1.26.12", - "1.26.13", - "1.26.14", - "1.26.15", - "1.26.16", - "1.26.17", - "1.26.2", - "1.26.3", - "1.26.4", - "1.26.5", - "1.26.6", - "1.26.7", - "1.26.8", - "1.26.9", - "1.3", - "1.4", - "1.5", - "1.6", - "1.7", - "1.7.1", - "1.8", - "1.8.2", - "1.8.3", - "1.9", - "1.9.1" - ], - "database_specific": { - "last_known_affected_version_range": "<= 1.26.17", - "source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-g4mx-q9vg-27p4/GHSA-g4mx-q9vg-27p4.json" - }, - "ecosystem_specific": { - "affected_functions": [ - "" - ] - } - } - ], - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N" - } - ], - "references": [ - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-g4mx-q9vg-27p4" - }, - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45803" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/commit/4e50fbc5db74e32cabd5ccc1ab81fc103adfe0b3" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/commit/4e98d57809dacab1cbe625fddeec1a290c478ea9" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/commit/b594c5ceaca38e1ac215f916538fb128e3526a36" - }, - { - "type": "PACKAGE", - "url": "https://github.com/urllib3/urllib3" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/releases/tag/1.26.18" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/releases/tag/2.0.7" - }, - { - "type": "WEB", - "url": "https://www.rfc-editor.org/rfc/rfc9110.html#name-get" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-200" - ], - "github_reviewed": true, - "github_reviewed_at": "2023-10-17T20:15:25Z", - "nvd_published_at": null, - "severity": "MODERATE" - } - }, - { - "modified": "2023-10-22T05:29:54Z", - "published": "2023-10-02T23:27:05Z", - "schema_version": "1.6.0", - "id": "GHSA-v845-jxx5-vc9f", - "aliases": [ - "CVE-2023-43804" - ], - "summary": "`Cookie` HTTP header isn't stripped on cross-origin redirects", - "details": "urllib3 doesn't treat the `Cookie` HTTP header special or provide any helpers for managing cookies over HTTP, that is the responsibility of the user. However, it is possible for a user to specify a `Cookie` header and unknowingly leak information via HTTP redirects to a different origin if that user doesn't disable redirects explicitly.\n\nUsers **must** handle redirects themselves instead of relying on urllib3's automatic redirects to achieve safe processing of the `Cookie` header, thus we decided to strip the header by default in order to further protect users who aren't using the correct approach.\n\n## Affected usages\n\nWe believe the number of usages affected by this advisory is low. It requires all of the following to be true to be exploited:\n\n* Using an affected version of urllib3 (patched in v1.26.17 and v2.0.6)\n* Using the `Cookie` header on requests, which is mostly typical for impersonating a browser.\n* Not disabling HTTP redirects\n* Either not using HTTPS or for the origin server to redirect to a malicious origin.\n\n## Remediation\n\n* Upgrading to at least urllib3 v1.26.17 or v2.0.6\n* Disabling HTTP redirects using `redirects=False` when sending requests.\n* Not using the `Cookie` header.", - "affected": [ - { - "package": { - "ecosystem": "PyPI", - "name": "urllib3", - "purl": "pkg:pypi/urllib3" - }, - "ranges": [ - { - "type": "ECOSYSTEM", - "events": [ - { - "introduced": "2.0.0" - }, - { - "fixed": "2.0.6" - } - ] - } - ], - "versions": [ - "2.0.0", - "2.0.1", - "2.0.2", - "2.0.3", - "2.0.4", - "2.0.5" - ], - "database_specific": { - "source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-v845-jxx5-vc9f/GHSA-v845-jxx5-vc9f.json" - } - }, - { - "package": { - "ecosystem": "PyPI", - "name": "urllib3", - "purl": "pkg:pypi/urllib3" - }, - "ranges": [ - { - "type": "ECOSYSTEM", - "events": [ - { - "introduced": "0" - }, - { - "fixed": "1.26.17" - } - ] - } - ], - "versions": [ - "0.2", - "0.3", - "0.3.1", - "0.4.0", - "0.4.1", - "1.0", - "1.0.1", - "1.0.2", - "1.1", - "1.10", - "1.10.1", - "1.10.2", - "1.10.3", - "1.10.4", - "1.11", - "1.12", - "1.13", - "1.13.1", - "1.14", - "1.15", - "1.15.1", - "1.16", - "1.17", - "1.18", - "1.18.1", - "1.19", - "1.19.1", - "1.2", - "1.2.1", - "1.2.2", - "1.20", - "1.21", - "1.21.1", - "1.22", - "1.23", - "1.24", - "1.24.1", - "1.24.2", - "1.24.3", - "1.25", - "1.25.1", - "1.25.10", - "1.25.11", - "1.25.2", - "1.25.3", - "1.25.4", - "1.25.5", - "1.25.6", - "1.25.7", - "1.25.8", - "1.25.9", - "1.26.0", - "1.26.1", - "1.26.10", - "1.26.11", - "1.26.12", - "1.26.13", - "1.26.14", - "1.26.15", - "1.26.16", - "1.26.2", - "1.26.3", - "1.26.4", - "1.26.5", - "1.26.6", - "1.26.7", - "1.26.8", - "1.26.9", - "1.3", - "1.4", - "1.5", - "1.6", - "1.7", - "1.7.1", - "1.8", - "1.8.2", - "1.8.3", - "1.9", - "1.9.1" - ], - "database_specific": { - "source": "https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/10/GHSA-v845-jxx5-vc9f/GHSA-v845-jxx5-vc9f.json" - } - } - ], - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:N" - } - ], - "references": [ - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-v845-jxx5-vc9f" - }, - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-43804" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/commit/01220354d389cd05474713f8c982d05c9b17aafb" - }, - { - "type": "WEB", - "url": "https://github.com/urllib3/urllib3/commit/644124ecd0b6e417c527191f866daa05a5a2056d" - }, - { - "type": "WEB", - "url": "https://github.com/pypa/advisory-database/tree/main/vulns/urllib3/PYSEC-2023-192.yaml" - }, - { - "type": "PACKAGE", - "url": "https://github.com/urllib3/urllib3" - }, - { - "type": "WEB", - "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00012.html" - }, - { - "type": "WEB", - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/I3PR7C6RJ6JUBQKIJ644DMIJSUP36VDY/" - }, - { - "type": "WEB", - "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/NDAGZXYJ7H2G3SB47M453VQVNAWKAEJJ/" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-200" - ], - "github_reviewed": true, - "github_reviewed_at": "2023-10-02T23:27:05Z", - "nvd_published_at": null, - "severity": "MODERATE" - } - }, - { - "modified": "2023-10-10T14:28:19Z", - "published": "2023-10-04T17:15:00Z", - "schema_version": "1.6.0", - "id": "PYSEC-2023-192", - "aliases": [ - "CVE-2023-43804", - "GHSA-v845-jxx5-vc9f" - ], - "details": "urllib3 is a user-friendly HTTP client library for Python. urllib3 doesn't treat the `Cookie` HTTP header special or provide any helpers for managing cookies over HTTP, that is the responsibility of the user. However, it is possible for a user to specify a `Cookie` header and unknowingly leak information via HTTP redirects to a different origin if that user doesn't disable redirects explicitly. This issue has been patched in urllib3 version 1.26.17 or 2.0.5.", - "affected": [ - { - "package": { - "ecosystem": "PyPI", - "name": "urllib3", - "purl": "pkg:pypi/urllib3" - }, - "ranges": [ - { - "type": "GIT", - "events": [ - { - "introduced": "0" - }, - { - "fixed": "644124ecd0b6e417c527191f866daa05a5a2056d" - }, - { - "fixed": "01220354d389cd05474713f8c982d05c9b17aafb" - } - ], - "repo": "https://github.com/urllib3/urllib3" - }, - { - "type": "ECOSYSTEM", - "events": [ - { - "introduced": "2.0.0" - }, - { - "fixed": "2.0.6" - }, - { - "introduced": "0" - }, - { - "fixed": "1.26.17" - } - ] - } - ], - "versions": [ - "0.2", - "0.3", - "0.3.1", - "0.4.0", - "0.4.1", - "1.0", - "1.0.1", - "1.0.2", - "1.1", - "1.10", - "1.10.1", - "1.10.2", - "1.10.3", - "1.10.4", - "1.11", - "1.12", - "1.13", - "1.13.1", - "1.14", - "1.15", - "1.15.1", - "1.16", - "1.17", - "1.18", - "1.18.1", - "1.19", - "1.19.1", - "1.2", - "1.2.1", - "1.2.2", - "1.20", - "1.21", - "1.21.1", - "1.22", - "1.23", - "1.24", - "1.24.1", - "1.24.2", - "1.24.3", - "1.25", - "1.25.1", - "1.25.10", - "1.25.11", - "1.25.2", - "1.25.3", - "1.25.4", - "1.25.5", - "1.25.6", - "1.25.7", - "1.25.8", - "1.25.9", - "1.26.0", - "1.26.1", - "1.26.10", - "1.26.11", - "1.26.12", - "1.26.13", - "1.26.14", - "1.26.15", - "1.26.16", - "1.26.2", - "1.26.3", - "1.26.4", - "1.26.5", - "1.26.6", - "1.26.7", - "1.26.8", - "1.26.9", - "1.3", - "1.4", - "1.5", - "1.6", - "1.7", - "1.7.1", - "1.8", - "1.8.2", - "1.8.3", - "1.9", - "1.9.1", - "2.0.0", - "2.0.1", - "2.0.2", - "2.0.3", - "2.0.4", - "2.0.5" - ], - "database_specific": { - "source": "https://github.com/pypa/advisory-database/blob/main/vulns/urllib3/PYSEC-2023-192.yaml" - } - } - ], - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N" - } - ], - "references": [ - { - "type": "FIX", - "url": "https://github.com/urllib3/urllib3/commit/644124ecd0b6e417c527191f866daa05a5a2056d" - }, - { - "type": "ADVISORY", - "url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-v845-jxx5-vc9f" - }, - { - "type": "FIX", - "url": "https://github.com/urllib3/urllib3/commit/01220354d389cd05474713f8c982d05c9b17aafb" - }, - { - "type": "WEB", - "url": "https://lists.debian.org/debian-lts-announce/2023/10/msg00012.html" - } - ] - } - ], - "groups": [ - { - "ids": [ - "GHSA-g4mx-q9vg-27p4" - ] - }, - { - "ids": [ - "GHSA-v845-jxx5-vc9f", - "PYSEC-2023-192" - ] - } - ] - } -] \ No newline at end of file diff --git a/requirements/airshare-requirements.txt b/requirements/airshare-requirements.txt index 39b3d66f..57965c51 100644 --- a/requirements/airshare-requirements.txt +++ b/requirements/airshare-requirements.txt @@ -1,10 +1,9 @@ -aiohttp==3.8.6 +aiohttp==3.9.0b0 aiosignal==1.3.1 async-timeout==4.0.3 asyncio==3.4.3 attrs==23.1.0 charset-normalizer==3.3.0 -click==8.1.7 colorama==0.4.6 frozenlist==1.4.0 humanize==4.8.0 @@ -18,4 +17,4 @@ termcolor==2.3.0 tqdm==4.66.1 urllib3==2.0.7 yarl==1.9.2 -zeroconf==0.118.0 +zeroconf==0.119.0 diff --git a/requirements/dnstwist-requirements.txt b/requirements/dnstwist-requirements.txt index bdfd1b8f..f0142bf7 100644 --- a/requirements/dnstwist-requirements.txt +++ b/requirements/dnstwist-requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.8.6 +aiohttp==3.9.0b0 aiosignal==1.3.1 async-timeout==4.0.3 attrs==23.1.0 diff --git a/requirements/ocrmypdf-requirements.txt b/requirements/ocrmypdf-requirements.txt index e7c8509f..cf56e296 100644 --- a/requirements/ocrmypdf-requirements.txt +++ b/requirements/ocrmypdf-requirements.txt @@ -1,9 +1,7 @@ charset-normalizer==3.3.0 -deprecation==2.1.0 markdown-it-py==3.0.0 mdurl==0.1.2 pdfminer-six==20221105 -pikepdf==8.5.1 pluggy==1.3.0 -reportlab==4.0.5 +reportlab==4.0.6 rich==13.6.0 diff --git a/requirements/pocsuite3-requirements.txt b/requirements/pocsuite3-requirements.txt index bd1d6b49..429cb2b8 100644 --- a/requirements/pocsuite3-requirements.txt +++ b/requirements/pocsuite3-requirements.txt @@ -1,14 +1,13 @@ -chardet==5.1.0 -charset-normalizer==3.2.0 +chardet==5.2.0 +charset-normalizer==3.3.0 colorama==0.4.6 colorlog==6.7.0 dacite==1.8.0 -faker==19.2.0 +faker==19.11.0 idna==3.4 -jq==1.4.1 -mmh3==4.0.1 -prettytable==3.8.0 -pycryptodomex==3.18.0 +jq==1.6.0 +prettytable==3.9.0 +pycryptodomex==3.19.0 pyopenssl==23.2.0 pysocks==1.7.1 python-dateutil==2.8.2 @@ -16,5 +15,5 @@ requests==2.31.0 requests-toolbelt==1.0.0 scapy==2.5.0 termcolor==2.3.0 -urllib3==2.0.4 -wcwidth==0.2.6 +urllib3==2.0.7 +wcwidth==0.2.8 diff --git a/requirements/pylint-requirements.txt b/requirements/pylint-requirements.txt index 29e10624..952fec92 100644 --- a/requirements/pylint-requirements.txt +++ b/requirements/pylint-requirements.txt @@ -1,4 +1,4 @@ -astroid==3.0.0 +astroid==3.0.1 dill==0.3.7 mccabe==0.7.0 platformdirs==3.11.0 diff --git a/requirements/pyvim-requirements.txt b/requirements/pyvim-requirements.txt index 4656dbfb..0f8f7856 100644 --- a/requirements/pyvim-requirements.txt +++ b/requirements/pyvim-requirements.txt @@ -1,4 +1,4 @@ docopt==0.6.2 -prompt-toolkit==3.0.32 -pyflakes==2.5.0 -wcwidth==0.2.5 +prompt-toolkit==3.0.39 +pyflakes==3.1.0 +wcwidth==0.2.8 diff --git a/requirements/pywhat-requirements.txt b/requirements/pywhat-requirements.txt index 584c4dc0..832f4608 100644 --- a/requirements/pywhat-requirements.txt +++ b/requirements/pywhat-requirements.txt @@ -1,4 +1,3 @@ -click==7.1.2 colorama==0.4.6 commonmark==0.9.1 rich==10.16.2 diff --git a/requirements/rbtools-requirements.txt b/requirements/rbtools-requirements.txt index bddf78fb..723c549c 100644 --- a/requirements/rbtools-requirements.txt +++ b/requirements/rbtools-requirements.txt @@ -1,4 +1,4 @@ colorama==0.4.6 pydiffx==1.1 -texttable==1.6.7 -tqdm==4.65.0 +texttable==1.7.0 +tqdm==4.66.1 diff --git a/requirements/regipy-requirements.txt b/requirements/regipy-requirements.txt index 26dfea7f..8c2ba6b4 100644 --- a/requirements/regipy-requirements.txt +++ b/requirements/regipy-requirements.txt @@ -1,4 +1,3 @@ attrs==23.1.0 -click==8.1.3 construct==2.10.68 inflection==0.5.1 diff --git a/requirements/remarshal-requirements.txt b/requirements/remarshal-requirements.txt index 139e08dd..84094d1c 100644 --- a/requirements/remarshal-requirements.txt +++ b/requirements/remarshal-requirements.txt @@ -1,7 +1,7 @@ -cbor2==5.4.6 +cbor2==5.5.0 iniconfig==2.0.0 pluggy==1.3.0 -pytest==7.4.1 +pytest==7.4.2 python-dateutil==2.8.2 tomlkit==0.12.1 u-msgpack-python==2.8.0 diff --git a/requirements/twtxt-requirements.txt b/requirements/twtxt-requirements.txt index 14524b39..c431f26f 100644 --- a/requirements/twtxt-requirements.txt +++ b/requirements/twtxt-requirements.txt @@ -1,11 +1,11 @@ -aiohttp==3.8.5 +aiohttp==3.9.0b0 aiosignal==1.3.1 -async-timeout==4.0.2 +async-timeout==4.0.3 attrs==23.1.0 -charset-normalizer==3.2.0 -click==8.1.6 +charset-normalizer==3.3.0 +click==8.1.7 frozenlist==1.4.0 -humanize==4.7.0 +humanize==4.8.0 idna==3.4 multidict==6.0.4 python-dateutil==2.8.2