diff --git a/advisories/unreviewed/2022/05/GHSA-frgf-rv99-862x/GHSA-frgf-rv99-862x.json b/advisories/github-reviewed/2022/05/GHSA-frgf-rv99-862x/GHSA-frgf-rv99-862x.json similarity index 60% rename from advisories/unreviewed/2022/05/GHSA-frgf-rv99-862x/GHSA-frgf-rv99-862x.json rename to advisories/github-reviewed/2022/05/GHSA-frgf-rv99-862x/GHSA-frgf-rv99-862x.json index aceb35b14a1..810b100b5d1 100644 --- a/advisories/unreviewed/2022/05/GHSA-frgf-rv99-862x/GHSA-frgf-rv99-862x.json +++ b/advisories/github-reviewed/2022/05/GHSA-frgf-rv99-862x/GHSA-frgf-rv99-862x.json @@ -1,27 +1,66 @@ { "schema_version": "1.4.0", "id": "GHSA-frgf-rv99-862x", - "modified": "2022-05-17T05:28:58Z", + "modified": "2024-05-01T11:16:54Z", "published": "2022-05-17T05:28:58Z", "aliases": [ "CVE-2010-2491" ], - "details": "Cross-site scripting (XSS) vulnerability in cgi/client.py in Roundup before 1.4.14 allows remote attackers to inject arbitrary web script or HTML via the template argument to the /issue program.", + "summary": "Roundup Cross-site Scripting (XSS) vulnerability", + "details": "Cross-site scripting (XSS) vulnerability in `cgi/client.py` in Roundup before 1.4.14 allows remote attackers to inject arbitrary web script or HTML via the template argument to the /issue program.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "roundup" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.4.14" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2010-2491" }, + { + "type": "WEB", + "url": "https://github.com/roundup-tracker/roundup/commit/dcef024bae8f63d290454250767a377eb0e1647b" + }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=610861" }, + { + "type": "PACKAGE", + "url": "https://github.com/roundup-tracker/roundup" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20111225190151/http://secunia.com/advisories/41585" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20140725071254/http://secunia.com/advisories/40433" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20200228183400/http://www.securityfocus.com/bid/41326" + }, { "type": "WEB", "url": "http://bugs.gentoo.org/show_bug.cgi?id=326395" @@ -50,14 +89,6 @@ "type": "WEB", "url": "http://roundup.svn.sourceforge.net/viewvc/roundup?view=revision&revision=4486" }, - { - "type": "WEB", - "url": "http://secunia.com/advisories/40433" - }, - { - "type": "WEB", - "url": "http://secunia.com/advisories/41585" - }, { "type": "WEB", "url": "http://sourceforge.net/mailarchive/message.php?msg_name=AANLkTimIYtyRzTAReGmTSCEqPYBvwkkxrP6YKrdVm_nU%40mail.gmail.com" @@ -69,10 +100,6 @@ { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2010/07/02/3" - }, - { - "type": "WEB", - "url": "http://www.securityfocus.com/bid/41326" } ], "database_specific": { @@ -80,8 +107,8 @@ "CWE-79" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-05-01T11:16:54Z", "nvd_published_at": "2010-09-24T19:00:00Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-vfcg-5ggc-3rxx/GHSA-vfcg-5ggc-3rxx.json b/advisories/github-reviewed/2022/05/GHSA-vfcg-5ggc-3rxx/GHSA-vfcg-5ggc-3rxx.json similarity index 53% rename from advisories/unreviewed/2022/05/GHSA-vfcg-5ggc-3rxx/GHSA-vfcg-5ggc-3rxx.json rename to advisories/github-reviewed/2022/05/GHSA-vfcg-5ggc-3rxx/GHSA-vfcg-5ggc-3rxx.json index baea2a37fe3..5bf1b42931c 100644 --- a/advisories/unreviewed/2022/05/GHSA-vfcg-5ggc-3rxx/GHSA-vfcg-5ggc-3rxx.json +++ b/advisories/github-reviewed/2022/05/GHSA-vfcg-5ggc-3rxx/GHSA-vfcg-5ggc-3rxx.json @@ -1,17 +1,36 @@ { "schema_version": "1.4.0", "id": "GHSA-vfcg-5ggc-3rxx", - "modified": "2022-05-17T05:25:05Z", + "modified": "2024-05-01T11:17:51Z", "published": "2022-05-17T05:25:05Z", "aliases": [ "CVE-2012-2146" ], - "details": "Elixir 0.8.0 uses Blowfish in CFB mode without constructing a unique initialization vector (IV), which makes it easier for context-dependent users to obtain sensitive information and decrypt the database.", + "summary": "Elixir can leak information due to weak use of crypto", + "details": "Elixir prior to and including 0.7.1 uses Blowfish in CFB mode without constructing a unique initialization vector (IV), which makes it easier for context-dependent users to obtain sensitive information and decrypt the database. A patch has been [attached](https://sochotni.fedorapeople.org/python-elixir-aes-encryption-addition.patch) to the initial advisory to mitigate this vulnerability.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "Elixir" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.7.1" + } + ] + } + ] + } ], "references": [ { @@ -48,8 +67,8 @@ ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-05-01T11:17:51Z", "nvd_published_at": "2012-08-26T21:55:00Z" } } \ No newline at end of file