Cyber Resilience

CVE-2022-3433

MediumPublic PoC

Published: 10 October 2022

Published
10 October 2022
Modified
21 November 2024
KEV Added
Patch
11 September 2021
CVSS Score v3.1 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0030 53.3th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-3433 is a medium-severity Use of Weak Hash (CWE-328) vulnerability in Haskell Aeson. Its CVSS base score is 6.5 (Medium).

Operationally, ranked in the top 46.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability details

The aeson library is not safe to use to consume untrusted JSON input. A remote user could abuse this flaw to produce a hash collision in the underlying unordered-containers library by sending specially crafted JSON data, resulting in a denial…

more

of service.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

haskell
aeson
≤ 2.0.1.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-326 CWE-328

Specifies required cryptography types and parameters, preventing selection of inadequate encryption strength.

addresses: CWE-328 CWE-326

Security updates supplant weak hashing algorithms with stronger alternatives before attackers can exploit the original weakness.

addresses: CWE-326

Maintaining currency with technologies and practices reduces selection of encryption mechanisms that provide inadequate strength.

addresses: CWE-326

Updated assessments identify when previously adequate encryption strength no longer meets current attack capabilities or compliance drivers.

addresses: CWE-326

Establishment procedures require selection and generation of keys with adequate length and strength for the chosen algorithm.

References