From 4fe76255cb275d3f27067d31461064d6f759f285 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 11:00:33 +0000 Subject: [PATCH] Publish Advisories GHSA-39vm-p9mr-4r27 GHSA-5x6q-ffwj-8vcf --- .../GHSA-39vm-p9mr-4r27.json | 37 +++++++++++++++---- .../GHSA-5x6q-ffwj-8vcf.json | 37 +++++++++++++++---- 2 files changed, 60 insertions(+), 14 deletions(-) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-39vm-p9mr-4r27/GHSA-39vm-p9mr-4r27.json (59%) rename advisories/{unreviewed => github-reviewed}/2022/05/GHSA-5x6q-ffwj-8vcf/GHSA-5x6q-ffwj-8vcf.json (63%) diff --git a/advisories/unreviewed/2022/05/GHSA-39vm-p9mr-4r27/GHSA-39vm-p9mr-4r27.json b/advisories/github-reviewed/2022/05/GHSA-39vm-p9mr-4r27/GHSA-39vm-p9mr-4r27.json similarity index 59% rename from advisories/unreviewed/2022/05/GHSA-39vm-p9mr-4r27/GHSA-39vm-p9mr-4r27.json rename to advisories/github-reviewed/2022/05/GHSA-39vm-p9mr-4r27/GHSA-39vm-p9mr-4r27.json index 1c28d240ba7..2913bc0cba9 100644 --- a/advisories/unreviewed/2022/05/GHSA-39vm-p9mr-4r27/GHSA-39vm-p9mr-4r27.json +++ b/advisories/github-reviewed/2022/05/GHSA-39vm-p9mr-4r27/GHSA-39vm-p9mr-4r27.json @@ -1,17 +1,36 @@ { "schema_version": "1.4.0", "id": "GHSA-39vm-p9mr-4r27", - "modified": "2022-05-17T05:22:19Z", + "modified": "2024-05-01T10:58:46Z", "published": "2022-05-17T05:22:19Z", "aliases": [ "CVE-2012-3458" ], + "summary": "Beaker Sensitive Information Disclosure vulnerability", "details": "Beaker before 1.6.4, when using PyCrypto to encrypt sessions, uses AES in ECB cipher mode, which might allow remote attackers to obtain portions of sensitive session data via unspecified vectors.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "beaker" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.6.4" + } + ] + } + ] + } ], "references": [ { @@ -27,12 +46,16 @@ "url": "https://bugzilla.redhat.com/show_bug.cgi?id=809267" }, { - "type": "WEB", - "url": "http://secunia.com/advisories/50226" + "type": "PACKAGE", + "url": "https://github.com/bbangert/beaker" }, { "type": "WEB", - "url": "http://secunia.com/advisories/50520" + "url": "https://web.archive.org/web/20140724164516/http://secunia.com/advisories/50226" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20140725025612/http://secunia.com/advisories/50520" }, { "type": "WEB", @@ -48,8 +71,8 @@ ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-05-01T10:58:46Z", "nvd_published_at": "2012-09-15T17:55:00Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-5x6q-ffwj-8vcf/GHSA-5x6q-ffwj-8vcf.json b/advisories/github-reviewed/2022/05/GHSA-5x6q-ffwj-8vcf/GHSA-5x6q-ffwj-8vcf.json similarity index 63% rename from advisories/unreviewed/2022/05/GHSA-5x6q-ffwj-8vcf/GHSA-5x6q-ffwj-8vcf.json rename to advisories/github-reviewed/2022/05/GHSA-5x6q-ffwj-8vcf/GHSA-5x6q-ffwj-8vcf.json index a994eadc287..4e137aad008 100644 --- a/advisories/unreviewed/2022/05/GHSA-5x6q-ffwj-8vcf/GHSA-5x6q-ffwj-8vcf.json +++ b/advisories/github-reviewed/2022/05/GHSA-5x6q-ffwj-8vcf/GHSA-5x6q-ffwj-8vcf.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-5x6q-ffwj-8vcf", - "modified": "2022-05-17T01:57:32Z", + "modified": "2024-05-01T10:59:36Z", "published": "2022-05-17T01:57:32Z", "aliases": [ "CVE-2015-4082" ], + "summary": "attic has improper verification of unencrypted backups", "details": "attic before 0.15 does not confirm unencrypted backups with the user, which allows remote attackers with read and write privileges for the encrypted repository to obtain potentially sensitive information by changing the manifest type byte of the repository to \"unencrypted / without key file\".", "severity": [ { @@ -14,7 +15,25 @@ } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "attic" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.15" + } + ] + } + ] + } ], "references": [ { @@ -30,12 +49,16 @@ "url": "https://github.com/jborg/attic/commit/78f9ad1faba7193ca7f0acccbc13b1ff6ebf9072" }, { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2015/05/31/3" + "type": "PACKAGE", + "url": "https://github.com/jborg/attic" }, { "type": "WEB", - "url": "http://www.securityfocus.com/bid/74821" + "url": "https://web.archive.org/web/20200517225455/http://www.securityfocus.com/bid/74821" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2015/05/31/3" } ], "database_specific": { @@ -43,8 +66,8 @@ ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-05-01T10:59:36Z", "nvd_published_at": "2017-08-18T16:29:00Z" } } \ No newline at end of file