-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
-
STM 2022-01-24
-
14
-
0
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
This code block is vulnerable to receiving a large pid from MongoRunner. In practice, a mongod instance had a pid of 1138790 which was represented in javascript as 1.13879e+06.
This can be fixed by calling .toString() on the PID.