Filtered by vendor Kaml Project Subscriptions
Filtered by product Kaml Subscriptions
Total 2 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2021-39194 1 Kaml Project 1 Kaml 2024-08-04 4.3 Medium
kaml is an open source implementation of the YAML format with support for kotlinx.serialization. In affected versions attackers that could provide arbitrary YAML input to an application that uses kaml could cause the application to endlessly loop while parsing the input. This could result in resource starvation and denial of service. This only affects applications that use polymorphic serialization with the default tagged polymorphism style. Applications using the property polymorphism style are not affected. YAML input for a polymorphic type that provided a tag but no value for the object would trigger the issue. Version 0.35.3 or later contain the fix for this issue.
CVE-2023-28118 1 Kaml Project 1 Kaml 2024-08-02 7.5 High
kaml provides YAML support for kotlinx.serialization. Prior to version 0.53.0, applications that use kaml to parse untrusted input containing anchors and aliases may consume excessive memory and crash. Version 0.53.0 and later default to refusing to parse YAML documents containing anchors and aliases. There are no known workarounds.