Skip to content

Commit 613c68b

Browse files
1 parent a9fba43 commit 613c68b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

advisories/github-reviewed/2023/06/GHSA-3w3w-pxmm-2w2j/GHSA-3w3w-pxmm-2w2j.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-3w3w-pxmm-2w2j",
4-
"modified": "2025-01-06T18:35:21Z",
4+
"modified": "2026-03-16T21:31:59Z",
55
"published": "2023-06-12T03:30:17Z",
66
"aliases": [
77
"CVE-2020-36732"
88
],
99
"summary": "crypto-js uses insecure random numbers",
10-
"details": "The crypto-js package before 3.2.1 for Node.js generates random numbers by concatenating the string \"0.\" with an integer, which makes the output more predictable than necessary.",
10+
"details": "The crypto-js package 3.2.0 for Node.js generates random numbers by concatenating the string \"0.\" with an integer, which makes the output more predictable than necessary.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -25,13 +25,16 @@
2525
"type": "ECOSYSTEM",
2626
"events": [
2727
{
28-
"introduced": "0"
28+
"introduced": "3.2.0"
2929
},
3030
{
3131
"fixed": "3.2.1"
3232
}
3333
]
3434
}
35+
],
36+
"versions": [
37+
"3.2.0"
3538
]
3639
}
3740
],
@@ -52,6 +55,10 @@
5255
"type": "WEB",
5356
"url": "https://github.com/brix/crypto-js/pull/257/commits/e4ac157d8b75b962d6538fc0b996e5d4d5a9466b"
5457
},
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/brix/crypto-js/commit/b405ff597fb3ac76a7bdfbc72dca10ba1079b1d5"
61+
},
5562
{
5663
"type": "WEB",
5764
"url": "https://github.com/brix/crypto-js/commit/e4ac157d8b75b962d6538fc0b996e5d4d5a9466b"

0 commit comments

Comments
 (0)