A subtle bug in a core JavaScript big‑number library has turned into a practical availability risk for Node.js applications: calling maskn(0) on a BN instance in versions of bn.js older than 5.2.3 can corrupt the object’s internal state and send commonly used methods such as toString() and...