https://groups.google.com/g/golang-nuts/c/c-ssaaS7RMI/m/5iS6JRtOAwAJ?pli=1
These releases address recently reported security issues including how various
These releases address recently reported security issues including how various
math/big integer and rational methods can cause panics with specific inputs and arbitrary code execution and injection (at build time) issue.GitHub
math/big: panic during recursive division of very large numbers · Issue #42552 · golang/go
A number of math/big.Int methods (Div, Exp, DivMod, Quo, Rem, QuoRem, Mod, ModInverse, ModSqrt, Jacobi, and GCD) can panic when provided crafted large inputs. For the panic to happen, the divisor o...