CVE-2022-40152
16.09.2022, 10:15
Those using Woodstox to parse XML data may be vulnerable to Denial of Service attacks (DOS) if DTD support is enabled. 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.Enginsight
| Vendor | Product | Version |
|---|---|---|
| xstream | xstream | 𝑥 < 1.4.20 |
| fasterxml | woodstox | 𝑥 < 5.4.0 |
| fasterxml | woodstox | 6.0.0 ≤ 𝑥 < 6.4.0 |
𝑥
= Vulnerable software versions
Debian Releases
Ubuntu Releases
Common Weakness Enumeration
- CWE-121 - Stack-based Buffer OverflowA 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).
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.