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.
References
Configurations
History
No history.
Information
Published : 2018-04-03 16:29
Updated : 2024-02-04 19:46
NVD link : CVE-2018-1098
Mitre link : CVE-2018-1098
CVE.ORG link : CVE-2018-1098
JSON object : View
Products Affected
redhat
- etcd
fedoraproject
- fedora
CWE
CWE-352
Cross-Site Request Forgery (CSRF)