CVE-2026-42503
🟡 Monitoruj
Błąd w gopls pozwala na zdalne wykonanie kodu przez nieautoryzowane osoby w tej samej sieci.
CVSS
8.8
EPSS
0.2%
Exploit
none
Vendor
golang
Opis źródłowy (NVD)
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.
brak
Brak patcha
Źródła i daty
| Źródło | Wartość |
|---|---|
| NVD – CVSS | 8.8 |
| CISA KEV (aktywnie wykorzystywane) | Nie |
| FIRST EPSS (prawdopodobieństwo exploita) | 0.2% |
| Opublikowano (NVD) | 2026-05-06 17:16:23 UTC |
| Ostatnia modyfikacja (NVD) | 2026-09-18 15:16:51 UTC |
Referencje
- https://go.dev/cl/774381 ([email protected]) [Patch]
- https://go.dev/issue/79211 ([email protected]) [Issue Tracking, Vendor Advisory]