Those using Jettison to parse untrusted XML or JSON 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.
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=46538 | third party advisory permissions required |
https://github.com/jettison-json/jettison/issues/45 | issue tracking third party advisory |
https://lists.debian.org/debian-lts-announce/2022/11/msg00011.html | third party advisory mailing list |
https://www.debian.org/security/2023/dsa-5312 | third party advisory vendor advisory |