Using snakeYAML to parse untrusted YAML files may be vulnerable to Denial of Service attacks (DOS). If the parser is running on user supplied input, an attacker may supply content that causes the parser to crash by stackoverflow.
A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
The product writes data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47024 | third party advisory |
https://bitbucket.org/snakeyaml/snakeyaml/issues/525/got-stackoverflowerror-for-many-open | third party advisory |
https://lists.debian.org/debian-lts-announce/2022/10/msg00001.html | third party advisory mailing list |
https://security.gentoo.org/glsa/202305-28 | vendor advisory |
https://security.netapp.com/advisory/ntap-20240315-0010/ |