diff --git a/advisories/github-reviewed/2024/01/GHSA-g4x3-mfpj-f335/GHSA-g4x3-mfpj-f335.json b/advisories/github-reviewed/2024/01/GHSA-g4x3-mfpj-f335/GHSA-g4x3-mfpj-f335.json new file mode 100644 index 00000000000..0e7a22ca2b2 --- /dev/null +++ b/advisories/github-reviewed/2024/01/GHSA-g4x3-mfpj-f335/GHSA-g4x3-mfpj-f335.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-g4x3-mfpj-f335", + "modified": "2024-01-29T22:29:06Z", + "published": "2024-01-22T06:30:32Z", + "aliases": [ + "CVE-2023-52354" + ], + "summary": "chasquid HTTP Request/Response Smuggling vulnerability", + "details": "chasquid before 1.13 allows SMTP smuggling because LF-terminated lines are accepted.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/albertito/chasquid" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.13" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52354" + }, + { + "type": "WEB", + "url": "https://github.com/albertito/chasquid/issues/47" + }, + { + "type": "WEB", + "url": "https://github.com/albertito/chasquid/commit/a996106eeebe81a292ecba838c7503cac7493e74" + }, + { + "type": "WEB", + "url": "https://blitiri.com.ar/p/chasquid/relnotes/#113-2023-12-24" + }, + { + "type": "PACKAGE", + "url": "https://github.com/albertito/chasquid" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-444" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-01-29T22:29:06Z", + "nvd_published_at": "2024-01-22T06:15:07Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/01/GHSA-wpxw-5xfm-x22v/GHSA-wpxw-5xfm-x22v.json b/advisories/github-reviewed/2024/01/GHSA-wpxw-5xfm-x22v/GHSA-wpxw-5xfm-x22v.json similarity index 53% rename from advisories/unreviewed/2024/01/GHSA-wpxw-5xfm-x22v/GHSA-wpxw-5xfm-x22v.json rename to advisories/github-reviewed/2024/01/GHSA-wpxw-5xfm-x22v/GHSA-wpxw-5xfm-x22v.json index a680c0f1026..0829db6fd25 100644 --- a/advisories/unreviewed/2024/01/GHSA-wpxw-5xfm-x22v/GHSA-wpxw-5xfm-x22v.json +++ b/advisories/github-reviewed/2024/01/GHSA-wpxw-5xfm-x22v/GHSA-wpxw-5xfm-x22v.json @@ -1,23 +1,50 @@ { "schema_version": "1.4.0", "id": "GHSA-wpxw-5xfm-x22v", - "modified": "2024-01-29T21:30:27Z", + "modified": "2024-01-29T22:28:55Z", "published": "2024-01-29T21:30:27Z", "aliases": [ "CVE-2023-51842" ], + "summary": "MeshCentral algorithm-downgrade issue", "details": "An algorithm-downgrade issue was discovered in Ylianst MeshCentral 1.1.16.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "meshcentral" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.1.17" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-51842" }, + { + "type": "WEB", + "url": "https://github.com/Ylianst/MeshCentral/commit/a5efc5e899b8809293b297df045cff5ec0eb448b" + }, + { + "type": "PACKAGE", + "url": "https://github.com/Ylianst/MeshCentral" + }, { "type": "WEB", "url": "https://github.com/Ylianst/MeshCentral/tree/master" @@ -35,9 +62,9 @@ "cwe_ids": [ ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-01-29T22:28:55Z", "nvd_published_at": "2024-01-29T20:15:15Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2024/01/GHSA-g4x3-mfpj-f335/GHSA-g4x3-mfpj-f335.json b/advisories/unreviewed/2024/01/GHSA-g4x3-mfpj-f335/GHSA-g4x3-mfpj-f335.json deleted file mode 100644 index 81322bdfe71..00000000000 --- a/advisories/unreviewed/2024/01/GHSA-g4x3-mfpj-f335/GHSA-g4x3-mfpj-f335.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-g4x3-mfpj-f335", - "modified": "2024-01-29T18:31:46Z", - "published": "2024-01-22T06:30:32Z", - "aliases": [ - "CVE-2023-52354" - ], - "details": "chasquid before 1.13 allows SMTP smuggling because LF-terminated lines are accepted.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52354" - }, - { - "type": "WEB", - "url": "https://blitiri.com.ar/p/chasquid/relnotes/#113-2023-12-24" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-444" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-01-22T06:15:07Z" - } -} \ No newline at end of file