What is the risk of using JSON.parse() on untrusted large input without size limits in a Node.js service?
-
A
Silent data loss on parse failure
-
B
Denial of service via memory exhaustion from enormous payloads
-
C
Prototype mutation on nested objects
-
D
TLS certificate invalidation