From 2a72fb3e3b63de4ef5e8e6b12c2906d3b0bdfdd7 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:56:12 +0000 Subject: [PATCH] Publish Advisories GHSA-f5gc-p5m3-v347 GHSA-27px-qpmj-qg38 --- .../GHSA-f5gc-p5m3-v347.json | 39 +++++++++++++++++-- .../GHSA-27px-qpmj-qg38.json | 36 +++++++++++++++-- 2 files changed, 68 insertions(+), 7 deletions(-) diff --git a/advisories/github-reviewed/2020/12/GHSA-f5gc-p5m3-v347/GHSA-f5gc-p5m3-v347.json b/advisories/github-reviewed/2020/12/GHSA-f5gc-p5m3-v347/GHSA-f5gc-p5m3-v347.json index 5d2d4cdb21a..fe5d287acc3 100644 --- a/advisories/github-reviewed/2020/12/GHSA-f5gc-p5m3-v347/GHSA-f5gc-p5m3-v347.json +++ b/advisories/github-reviewed/2020/12/GHSA-f5gc-p5m3-v347/GHSA-f5gc-p5m3-v347.json @@ -1,15 +1,22 @@ { "schema_version": "1.4.0", "id": "GHSA-f5gc-p5m3-v347", - "modified": "2020-12-02T02:29:45Z", + "modified": "2024-10-09T20:55:04Z", "published": "2020-12-02T18:28:30Z", "aliases": [ - + "CVE-2020-29128" ], "summary": "XXE in petl", "details": "### Impact\nInformation Disclosure\n\n### Summary\n\n[petl](https://github.com/petl-developers/petl) is a Python library that provides functions for extraction, transformation, and loading (ETL) of data.\n\npetl before 1.68, in some configurations, allows resolution of entities in XML input.\n\nAn attacker who is able to submit XML input to an application using petl can disclose arbitrary files on the file system in the context of the user under which the application is running.\n\n### Affected Applications\n\nApplications that:\n\n- accept attacker-supplied XML input that is processed using petl < 1.68\n- return the response generated by petl back to the attacker\n- configure lxml as the underlying XML processing library used by petl\n- have read privileges in filesystem files with sensitive information\n\n### Mitigation\nUpdate to petl >= 1.68\n\n### Workarounds\n\n- Assure there is no user/external access to the application using [petl](https://github.com/petl-developers/petl)\n- Assure your application is not using the function [fromxml()](https://petl.readthedocs.io/en/stable/io.html#petl.io.xml.fromxml)\n\n### References\n- https://github.com/nvn1729/advisories/blob/master/cve-2020-29128.md\n- https://github.com/petl-developers/petl/pull/527\n- https://github.com/petl-developers/petl/releases/tag/v1.6.8\n- https://petl.readthedocs.io/en/stable/changes.html\n- https://owasp.org/www-community/vulnerabilities/XML_External_Entity_(XXE)_Processing\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Add a comment in the Github [issue](https://github.com/petl-developers/petl/pull/527)\n\nThaks to Naveen Sunkavally.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P" + } ], "affected": [ { @@ -37,14 +44,38 @@ "type": "WEB", "url": "https://github.com/petl-developers/petl/security/advisories/GHSA-f5gc-p5m3-v347" }, + { + "type": "WEB", + "url": "https://github.com/petl-developers/petl/issues/526" + }, { "type": "WEB", "url": "https://github.com/petl-developers/petl/pull/527" }, + { + "type": "WEB", + "url": "https://github.com/petl-developers/petl/commit/07420ef8463cc387aea84e2d6241cf556574e2a5" + }, + { + "type": "WEB", + "url": "https://github.com/nvn1729/advisories/blob/master/cve-2020-29128.md" + }, + { + "type": "PACKAGE", + "url": "https://github.com/petl-developers/petl" + }, + { + "type": "WEB", + "url": "https://github.com/petl-developers/petl/compare/v1.6.7...v1.6.8" + }, { "type": "WEB", "url": "https://github.com/petl-developers/petl/releases/tag/v1.6.8" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/petl/PYSEC-2020-75.yaml" + }, { "type": "WEB", "url": "https://owasp.org/www-community/vulnerabilities/XML_External_Entity_(XXE)_Processing" @@ -58,7 +89,7 @@ "cwe_ids": [ "CWE-611" ], - "severity": "LOW", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2020-12-02T02:29:45Z", "nvd_published_at": null diff --git a/advisories/github-reviewed/2022/05/GHSA-27px-qpmj-qg38/GHSA-27px-qpmj-qg38.json b/advisories/github-reviewed/2022/05/GHSA-27px-qpmj-qg38/GHSA-27px-qpmj-qg38.json index 38cbcd4026a..daee890a2d4 100644 --- a/advisories/github-reviewed/2022/05/GHSA-27px-qpmj-qg38/GHSA-27px-qpmj-qg38.json +++ b/advisories/github-reviewed/2022/05/GHSA-27px-qpmj-qg38/GHSA-27px-qpmj-qg38.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-27px-qpmj-qg38", - "modified": "2024-04-30T14:42:19Z", + "modified": "2024-10-09T20:54:39Z", "published": "2022-05-17T05:12:26Z", "aliases": [ "CVE-2012-0878" @@ -9,7 +9,14 @@ "summary": "Paste Script has improper group memberships permissions", "details": "Paste Script 1.7.5 and earlier does not properly set group memberships during execution with root privileges, which might allow remote attackers to bypass intended file-access restrictions by leveraging a web application that uses the local filesystem.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N" + } ], "affected": [ { @@ -30,6 +37,25 @@ ] } ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "paste" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.7.5.1" + } + ] + } + ] } ], "references": [ @@ -57,6 +83,10 @@ "type": "PACKAGE", "url": "https://github.com/pasteorg/pastescript" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/paste/PYSEC-2012-15.yaml" + }, { "type": "WEB", "url": "https://web.archive.org/web/20140723093519/http://secunia.com/advisories/50410" @@ -86,7 +116,7 @@ "cwe_ids": [ ], - "severity": "MODERATE", + "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-04-30T14:42:19Z", "nvd_published_at": "2012-05-01T19:55:00Z"