Cross-site Request Forgery (CSRF) Affecting etcd package, versions *


Severity

Recommended
low

Based on Debian security rating.

Threat Intelligence

EPSS
0.33% (71st percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Cross-site Request Forgery (CSRF) vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-DEBIAN11-ETCD-525590
  • published3 Apr 2018
  • disclosed3 Apr 2018

Introduced: 3 Apr 2018

CVE-2018-1098  (opens in a new tab)
CWE-352  (opens in a new tab)

How to fix?

There is no fixed version for Debian:11 etcd.

NVD Description

Note: Versions mentioned in the description apply only to the upstream etcd package and not the etcd package as distributed by Debian. See How to fix? for Debian:11 relevant fixed versions and status.

A cross-site request forgery flaw was found in etcd 3.3.1 and earlier. An attacker can set up a website that tries to send a POST request to the etcd server and modify a key. Adding a key is done with PUT so it is theoretically safe (can't PUT from an HTML form or such) but POST allows creating in-order keys that an attacker can send.