diff --git a/advisories/github-reviewed/2023/10/GHSA-3j2f-58rq-g6p7/GHSA-3j2f-58rq-g6p7.json b/advisories/github-reviewed/2023/10/GHSA-3j2f-58rq-g6p7/GHSA-3j2f-58rq-g6p7.json new file mode 100644 index 00000000000..6d242934729 --- /dev/null +++ b/advisories/github-reviewed/2023/10/GHSA-3j2f-58rq-g6p7/GHSA-3j2f-58rq-g6p7.json @@ -0,0 +1,66 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3j2f-58rq-g6p7", + "modified": "2023-10-27T19:12:28Z", + "published": "2023-10-25T18:32:21Z", + "aliases": [ + "CVE-2023-31581" + ], + "summary": "Sureness uses hardcoded key", + "details": "Dromara Sureness before v1.0.8 was discovered to use a hardcoded key.", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "com.usthe.sureness:sureness-core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.0.8" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-31581" + }, + { + "type": "WEB", + "url": "https://github.com/dromara/sureness/issues/164" + }, + { + "type": "WEB", + "url": "https://github.com/dromara/sureness/commit/12987a72cbf1eabbca1e308ed1fe9445958aeca7" + }, + { + "type": "PACKAGE", + "url": "https://github.com/dromara/sureness" + }, + { + "type": "WEB", + "url": "https://github.com/xubowenW/JWTissues/blob/main/sureness%20secure%20issues.md" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-10-27T19:12:28Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2023/10/GHSA-mx47-h5fv-ghwh/GHSA-mx47-h5fv-ghwh.json b/advisories/github-reviewed/2023/10/GHSA-mx47-h5fv-ghwh/GHSA-mx47-h5fv-ghwh.json similarity index 55% rename from advisories/unreviewed/2023/10/GHSA-mx47-h5fv-ghwh/GHSA-mx47-h5fv-ghwh.json rename to advisories/github-reviewed/2023/10/GHSA-mx47-h5fv-ghwh/GHSA-mx47-h5fv-ghwh.json index a51d5f2da0b..7082e909afb 100644 --- a/advisories/unreviewed/2023/10/GHSA-mx47-h5fv-ghwh/GHSA-mx47-h5fv-ghwh.json +++ b/advisories/github-reviewed/2023/10/GHSA-mx47-h5fv-ghwh/GHSA-mx47-h5fv-ghwh.json @@ -1,17 +1,36 @@ { "schema_version": "1.4.0", "id": "GHSA-mx47-h5fv-ghwh", - "modified": "2023-10-25T18:32:21Z", + "modified": "2023-10-27T19:12:00Z", "published": "2023-10-25T18:32:21Z", "aliases": [ "CVE-2023-31580" ], + "summary": "light-oauth2 missing public key verification", "details": "light-oauth2 before version 2.1.27 obtains the public key without any verification. This could allow attackers to authenticate to the application with a crafted JWT token.", "severity": [ ], "affected": [ - + { + "package": { + "ecosystem": "Maven", + "name": "com.networknt:light-oauth2" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.1.27" + } + ] + } + ] + } ], "references": [ { @@ -25,15 +44,19 @@ { "type": "WEB", "url": "https://github.com/KANIXB/JWTIssues/blob/main/Certification%20Verification%20issue%20in%20light-oauth2.md" + }, + { + "type": "PACKAGE", + "url": "https://github.com/networknt/light-oauth2" } ], "database_specific": { "cwe_ids": [ - + "CWE-347" ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2023-10-27T19:12:00Z", "nvd_published_at": null } } \ No newline at end of file diff --git a/advisories/unreviewed/2023/10/GHSA-3j2f-58rq-g6p7/GHSA-3j2f-58rq-g6p7.json b/advisories/unreviewed/2023/10/GHSA-3j2f-58rq-g6p7/GHSA-3j2f-58rq-g6p7.json deleted file mode 100644 index d9cf48057f4..00000000000 --- a/advisories/unreviewed/2023/10/GHSA-3j2f-58rq-g6p7/GHSA-3j2f-58rq-g6p7.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-3j2f-58rq-g6p7", - "modified": "2023-10-25T18:32:21Z", - "published": "2023-10-25T18:32:21Z", - "aliases": [ - "CVE-2023-31581" - ], - "details": "Dromara Sureness before v1.0.8 was discovered to use a hardcoded key.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-31581" - }, - { - "type": "WEB", - "url": "https://github.com/dromara/sureness/issues/164" - }, - { - "type": "WEB", - "url": "https://github.com/xubowenW/JWTissues/blob/main/sureness%20secure%20issues.md" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": null - } -} \ No newline at end of file