Beveiligingsadvies

CVE-2026-42503

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2026-05-06 16:20:01
Laatst bijgewerkt 2026-05-07 03:55:49
Toegewezen door Go
CVSS-score 8.8
Status PUBLISHED

Beschrijving

gopls by default communicates via pipe. However, -port and -listen flags are supported as means of debugging. If -listen is given a value without an explicit host (e.g. :8080), or -port is used, gopls will listen on 0.0.0.0.  As a result, users might inadvertently cause gopls to bind 0.0.0.0. This can allow a malicious party on the same network to execute code arbitrarily via gopls.