Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 881271 (CVE-2022-41854)

Summary: dev-java/snakeyaml: DoS via stack overflow
Product: Gentoo Security Reporter: John Helmert III <ajak>
Component: VulnerabilitiesAssignee: Gentoo Security <security>
Status: RESOLVED INVALID    
Severity: minor CC: java
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50355
Whiteboard: B3 [??]
Package list:
Runtime testing required: ---

Description John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-11-14 05:21:51 UTC
CVE-2022-41854:

Those using Snakeyaml to parse untrusted YAML files 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 stack overflow. This effect may support a denial of service attack.

Any fix?
Comment 1 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2023-06-16 02:04:59 UTC
Functionality is working as designed according to upstream: https://bitbucket.org/snakeyaml/snakeyaml/issues/569/cve-2022-41854-is-still-exploitable-on

Thanks vaukai!