You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those using FasterXML/woodstox to seralize XML 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.
This vulnerability is only relevant for users making use of the DTD parsing functionality.
So upgrading Dokka for supporting the patched version of Woodstox should resolve this issue.
But Dokka 1.9.20, being the latest stable version on 2024-11-14, doesn't support Woodstox 6.4.0...
LVMVRQUXL
changed the title
๐๏ธ Denial of Service due to parser crash in FasterXML/woodstox
๐๏ธ Denial of Service due to parser crash in Woodstox 6.2.4
Nov 14, 2024
๐ Description
Those using FasterXML/woodstox to seralize XML 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.
This vulnerability is only relevant for users making use of the DTD parsing functionality.
๐ Dependencies
This issue is blocked by the following items:
The text was updated successfully, but these errors were encountered: