A Billion Laughs attack is an exponential entity expansion that can cripple parsers of markup languages like XML or YAML, leading to denial-of-service (DoS) attacks.
To prevent this type of attack, you can limit the memory allocated per parser, allowing for potential document loss. Alternatively, treat entities symbolically and expand them on an as-needed basis.