diff --git a/advisories/github-reviewed/2024/03/GHSA-hg35-mp25-qf6h/GHSA-hg35-mp25-qf6h.json b/advisories/github-reviewed/2024/03/GHSA-hg35-mp25-qf6h/GHSA-hg35-mp25-qf6h.json index d4e0f861692..e04ad7662f7 100644 --- a/advisories/github-reviewed/2024/03/GHSA-hg35-mp25-qf6h/GHSA-hg35-mp25-qf6h.json +++ b/advisories/github-reviewed/2024/03/GHSA-hg35-mp25-qf6h/GHSA-hg35-mp25-qf6h.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-hg35-mp25-qf6h", - "modified": "2024-05-10T14:29:02Z", + "modified": "2024-08-02T13:58:45Z", "published": "2024-03-02T00:31:33Z", "aliases": [ "CVE-2024-27354" @@ -9,7 +9,14 @@ "summary": "phpseclib a large prime can cause a denial of service ", "details": "An issue was discovered in phpseclib 1.x before 1.0.23, 2.x before 2.0.47, and 3.x before 3.0.36. An attacker can construct a malformed certificate containing an extremely large prime to cause a denial of service (CPU consumption for an isPrime primality check). NOTE: this issue was introduced when attempting to fix CVE-2023-27560.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N" + } ], "affected": [ { @@ -118,7 +125,7 @@ ], "database_specific": { "cwe_ids": [ - + "CWE-400" ], "severity": "HIGH", "github_reviewed": true,