Skip to content

Commit 20597e4

Browse files
1 parent a04ee13 commit 20597e4

3 files changed

Lines changed: 26 additions & 17 deletions

File tree

advisories/github-reviewed/2022/04/GHSA-2xxx-fhc8-9qvq/GHSA-2xxx-fhc8-9qvq.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-2xxx-fhc8-9qvq",
4-
"modified": "2022-04-12T19:42:45Z",
4+
"modified": "2026-01-22T20:38:59Z",
55
"published": "2022-04-12T19:42:45Z",
6-
"aliases": [],
7-
"summary": "Missing `is_nil` requirement",
6+
"aliases": [
7+
"CVE-2017-20166"
8+
],
9+
"summary": "Ecto missing `is_nil` requirement",
810
"details": "Ecto will not raise on queries with non-explicit nil comparisons (ie if they aren't checked with `is_nil`).",
9-
"severity": [],
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
15+
}
16+
],
1017
"affected": [
1118
{
1219
"package": {
@@ -32,6 +39,10 @@
3239
}
3340
],
3441
"references": [
42+
{
43+
"type": "ADVISORY",
44+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-20166"
45+
},
3546
{
3647
"type": "WEB",
3748
"url": "https://github.com/elixir-ecto/ecto/pull/2125"
@@ -51,7 +62,7 @@
5162
],
5263
"database_specific": {
5364
"cwe_ids": [],
54-
"severity": "MODERATE",
65+
"severity": "CRITICAL",
5566
"github_reviewed": true,
5667
"github_reviewed_at": "2022-04-12T19:42:45Z",
5768
"nvd_published_at": null

advisories/github-reviewed/2023/01/GHSA-4r2f-6fm9-2qgh/GHSA-4r2f-6fm9-2qgh.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-4r2f-6fm9-2qgh",
4-
"modified": "2023-01-13T19:21:37Z",
4+
"modified": "2026-01-22T20:38:52Z",
55
"published": "2023-01-10T06:30:25Z",
6-
"aliases": [
7-
"CVE-2017-20166"
8-
],
9-
"summary": "Ecto lacks a protection mechanism",
10-
"details": "Ecto 2.2.0 lacks a certain protection mechanism associated with the interaction between `is_nil` and `raise`.",
6+
"withdrawn": "2026-01-22T20:38:52Z",
7+
"aliases": [],
8+
"summary": "Duplicate Advisory: Ecto lacks a protection mechanism",
9+
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-2xxx-fhc8-9qvq. This link is maintained to preserve external references.\n\n## Original Description\nEcto 2.2.0 lacks a certain protection mechanism associated with the interaction between `is_nil` and `raise`.",
1110
"severity": [
1211
{
1312
"type": "CVSS_V3",

advisories/github-reviewed/2024/01/GHSA-hv5g-q4h3-64q4/GHSA-hv5g-q4h3-64q4.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-hv5g-q4h3-64q4",
4-
"modified": "2024-01-26T19:58:39Z",
4+
"modified": "2026-01-22T20:39:58Z",
55
"published": "2024-01-19T21:30:37Z",
6-
"aliases": [
7-
"CVE-2024-23685"
8-
],
9-
"summary": "Hard-coded credentials in org.folio:mod-remote-storage",
10-
"details": "Hard-coded credentials in mod-remote-storage versions under 1.7.2 and from 2.0.0 to 2.0.3 allows unauthorized users to gain read access to mod-inventory-storage records including instances, holdings, items, contributor-types, and identifier-types.\n\n\n",
6+
"withdrawn": "2026-01-22T20:39:58Z",
7+
"aliases": [],
8+
"summary": "Duplicate Advisory: Hard-coded credentials in org.folio:mod-remote-storage",
9+
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-m8v7-469p-5x89. This link is maintained to preserve external references.\n\n## Original Description\nHard-coded credentials in mod-remote-storage versions under 1.7.2 and from 2.0.0 to 2.0.3 allows unauthorized users to gain read access to mod-inventory-storage records including instances, holdings, items, contributor-types, and identifier-types.",
1110
"severity": [
1211
{
1312
"type": "CVSS_V3",

0 commit comments

Comments
 (0)