Those using jackson-dataformats-text to parse TOML data 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. This effect may support a denial of service attack.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
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=50083 | patch third party advisory issue tracking |
https://github.com/FasterXML/jackson-dataformats-text/pull/398 | patch |
https://github.com/FasterXML/jackson-dataformats-text/blob/2.16/release-notes/VERSION-2.x | release notes |