Remote exploit in aeson
#51
Labels
bug 🐞
A confirmed bug
security ⚠️
Security issue
tracking
This is a tracking issue
upstream
This is an upstream issue
Details: https://cs-syd.eu/posts/2021-09-11-json-vulnerability?source=reddit
Tracked upstream here: haskell/aeson#864
Reddit thread: https://www.reddit.com/r/haskell/comments/pm7rcr/cs_syd_json_vulnerability_in_haskells_aeson/
The vulnerability is via
HashMap
from https://hackage.haskell.org/package/unordered-containers, which we do not use (directly). We should consider banning the use ofunordered-containers
, andhashable
(https://hackage.haskell.org/package/hashable) until this issue is addressed — if it ever is.(It's not clear to me whether the maintainers mentioned in the disclosure post, who apparently have known about this issue for ~ 1 year, are the
aeson
maintainers, or theunordered-containers
maintainers, or thehashable
maintainers, upon whichunordered-containers
depends.)Blocked on:
The text was updated successfully, but these errors were encountered: