diff --git a/advisories/github-reviewed/2024/05/GHSA-q8fc-v85f-78pw/GHSA-q8fc-v85f-78pw.json b/advisories/github-reviewed/2024/05/GHSA-q8fc-v85f-78pw/GHSA-q8fc-v85f-78pw.json new file mode 100644 index 00000000000..7d1d93b6b9e --- /dev/null +++ b/advisories/github-reviewed/2024/05/GHSA-q8fc-v85f-78pw/GHSA-q8fc-v85f-78pw.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-q8fc-v85f-78pw", + "modified": "2024-05-29T13:09:29Z", + "published": "2024-05-29T13:09:29Z", + "aliases": [ + + ], + "summary": "stormpath/sdk uses Insecure Random Number Generator", + "details": "The vulnerability pertains to the usage of an insecure random number generator (RNG) in the \"stormpath-sdk-php\" library. Specifically, the issue is present in the generation of UUID (Universally Unique Identifier) version 4 within the codebase.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "stormpath/sdk" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.19.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/stormpath/stormpath-sdk-php/issues/132" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/stormpath/sdk/2017-11-20.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/stormpath/stormpath-sdk-php" + }, + { + "type": "WEB", + "url": "https://github.com/stormpath/stormpath-sdk-php/blob/15aee3007b8aa41c20cdf28fd650b8a2368a7fa9/src/Util/UUID.php#L167-L181" + }, + { + "type": "WEB", + "url": "https://github.com/stormpath/stormpath-sdk-php/blob/62698ea98ef89217f932e28cf3e511d39af3b4cf/src/Authc/Api/ApiKeyEncryptionOptions.php#L48-L50" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-338" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-05-29T13:09:29Z", + "nvd_published_at": null + } +} \ No newline at end of file