blob: 4615ee5d98dcc345244cf4230c99aa34b8b6461f [file] [log] [blame]
module = "github.com/ethereum/go-ethereum"
package = "github.com/ethereum/go-ethereum/les"
description = """
Due to improper argument validation in RPC messages, a maliciously crafted
message can cause a panic, leading to denial of service.
"""
cve = "CVE-2018-12018"
symbols = ["protocolManager.handleMsg"]
published = "2021-04-14T12:00:00Z"
[[versions]]
fixed = "v1.8.11"
[links]
commit = "https://github.com/ethereum/go-ethereum/commit/a5237a27eaf81946a3edb4fafe13ed6359d119e4"
pr = "https://github.com/ethereum/go-ethereum/pull/16891"
context = ["https://peckshield.com/2018/06/27/EPoD/"]