From 541e269b893723308f464ca61d2bc59129ed3064 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 18:44:49 +0000 Subject: [PATCH] Publish Advisories GHSA-7pmh-vrww-25xx GHSA-9cfv-9463-8gqv --- .../GHSA-7pmh-vrww-25xx.json | 73 +++++++++++++++++++ .../GHSA-9cfv-9463-8gqv.json | 73 +++++++++++++++++++ 2 files changed, 146 insertions(+) create mode 100644 advisories/github-reviewed/2024/08/GHSA-7pmh-vrww-25xx/GHSA-7pmh-vrww-25xx.json create mode 100644 advisories/github-reviewed/2024/08/GHSA-9cfv-9463-8gqv/GHSA-9cfv-9463-8gqv.json diff --git a/advisories/github-reviewed/2024/08/GHSA-7pmh-vrww-25xx/GHSA-7pmh-vrww-25xx.json b/advisories/github-reviewed/2024/08/GHSA-7pmh-vrww-25xx/GHSA-7pmh-vrww-25xx.json new file mode 100644 index 00000000000..d7b791b254f --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-7pmh-vrww-25xx/GHSA-7pmh-vrww-25xx.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7pmh-vrww-25xx", + "modified": "2024-08-30T18:43:23Z", + "published": "2024-08-30T18:43:23Z", + "aliases": [ + "CVE-2020-15101" + ], + "summary": "freewvs's nested directory structure can interrupt scan", + "details": "### Impact\nA directory structure of more than 1000 nested directories can interrupt a freewvs scan due to Python's recursion limit and os.walk(). This can be problematic in a case where an administrator scans the dirs of potentially untrusted users.\n\n### Patches\nThis has been fixed in this commit by limiting the recursion to 500 directories:\nhttps://github.com/schokokeksorg/freewvs/commit/83a6b55c0435c69f447488b791555e6078803143\n\nThis issue was discovered by Hanno Böck.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "freewvs" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.1.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/schokokeksorg/freewvs/security/advisories/GHSA-7pmh-vrww-25xx" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-15101" + }, + { + "type": "WEB", + "url": "https://github.com/schokokeksorg/freewvs/commit/83a6b55c0435c69f447488b791555e6078803143" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/freewvs/PYSEC-2020-233.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/schokokeksorg/freewvs" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-674" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-08-30T18:43:23Z", + "nvd_published_at": "2020-07-14T22:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/08/GHSA-9cfv-9463-8gqv/GHSA-9cfv-9463-8gqv.json b/advisories/github-reviewed/2024/08/GHSA-9cfv-9463-8gqv/GHSA-9cfv-9463-8gqv.json new file mode 100644 index 00000000000..a14f9e964da --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-9cfv-9463-8gqv/GHSA-9cfv-9463-8gqv.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-9cfv-9463-8gqv", + "modified": "2024-08-30T18:43:58Z", + "published": "2024-08-30T18:43:57Z", + "aliases": [ + "CVE-2020-15100" + ], + "summary": "freewvs vulnerable to denial of service through large files", + "details": "### Impact\nA user could create a large file that freewvs will try to read, which will terminate a scan process.\n\n### Patches\nThis has been patched by limiting the data freewvs reads:\nhttps://github.com/schokokeksorg/freewvs/commit/18bbf2043e53f69e0119d24f8ae4edb274afb9b2", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:A/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "freewvs" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.1.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/schokokeksorg/freewvs/security/advisories/GHSA-9cfv-9463-8gqv" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-15100" + }, + { + "type": "WEB", + "url": "https://github.com/schokokeksorg/freewvs/commit/18bbf2043e53f69e0119d24f8ae4edb274afb9b2" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/freewvs/PYSEC-2020-232.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/schokokeksorg/freewvs" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-770" + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-08-30T18:43:57Z", + "nvd_published_at": "2020-07-14T20:15:00Z" + } +} \ No newline at end of file