Friday, March 21, 2025
HomeSecurity NewsThousands of Servers Running etcd Leaking Credentials Online - Mitigation's

Thousands of Servers Running etcd Leaking Credentials Online – Mitigation’s

Published on

SIEM as a Service

Follow Us on Google News

Thousand of servers running etcd is open to the internet and exposing credentials publically. Etcd is a type of database that stores data across a cluster of machines and is used by many companies in protection environments.

According to the security researcher, Giovanni Collazo shodan search more than 2,200 etcd installations are open on the Internet and exposing credentials for cms_admin, mysql_root, Postgres, etc.

Etcd binaries available for OSX, Linux, Windows, rkt, and Docker. Before etcd version 2.1, it was completely an open system and anyone who accesses to API could change the keys.

Also Read SQLMAP-Detecting and Exploiting SQL Injection- A Detailed Explanation

To summarize his findings Giovanni downloaded full shodan report and wrote a simple script to call the etcd API and requested all keys.

GET HTTP://<ip address>:2379/v2/keys/?recursive=true

The script is to download the JSON key files from the servers, Giovanni stopped the script after it reaches to 750 MB of data and checked 1,485 from the IP list.

He found a bunch of keys for different kinds of databases that includes AWS secret keys, and API keys. In total he extracts password 8781, aws_secret_access_key 650, secret_key 23, private_key 8.

Giovanni said, “I did not test any of the credentials but if I had to guess I would guess that at least a few of them should work and this is the scary part.”

If the etcd servers are open to the internet without any authentication it allows attackers to extract hundreds of database passwords and allows to install backdoors in the system.

In order to mitigate the attack add authentication to the servers that open to the internet or cut off them from the Internet.

Giovanni says the remote code execution is mostly possible “I’m almost certain that an attacker could write to them using the same API“. Attackers can mess with configurations by stealing credentials and exfiltrate the data.

Gurubaran
Gurubaran
Gurubaran is a co-founder of Cyber Security News and GBHackers On Security. He has 10+ years of experience as a Security Consultant, Editor, and Analyst in cybersecurity, technology, and communications.

Latest articles

Over 150 US Government Database Servers Vulnerable to Internet Exposure

A recent open-source investigation has uncovered one of the largest exposures of US government...

Hackers Actively Exploit Apache Tomcat Servers via CVE-2025-24813 – Patch Now

A concerning development has emerged with the active exploitation of Apache Tomcat servers through...

UAT-5918 Hackers Exploit N-Day Vulnerabilities in Exposed Web and Application Servers

A recent cybersecurity threat, identified as UAT-5918, has been actively targeting entities in Taiwan,...

MEDUSA Ransomware Deploys Malicious ABYSSWORKER Driver to Disable EDR

In a recent analysis by Elastic Security Labs, a malicious driver known as ABYSSWORKER...

Supply Chain Attack Prevention

Free Webinar - Supply Chain Attack Prevention

Recent attacks like Polyfill[.]io show how compromised third-party components become backdoors for hackers. PCI DSS 4.0’s Requirement 6.4.3 mandates stricter browser script controls, while Requirement 12.8 focuses on securing third-party providers.

Join Vivekanand Gopalan (VP of Products – Indusface) and Phani Deepak Akella (VP of Marketing – Indusface) as they break down these compliance requirements and share strategies to protect your applications from supply chain attacks.

Discussion points

Meeting PCI DSS 4.0 mandates.
Blocking malicious components and unauthorized JavaScript execution.
PIdentifying attack surfaces from third-party dependencies.
Preventing man-in-the-browser attacks with proactive monitoring.

More like this

49,000+ Access Management Systems Worldwide Exposed to Major Security Gaps

A recent study conducted by Dutch IT security consultancy Modat has revealed alarming vulnerabilities...

Chinese Hackers Breach Belgium State Security Service as Investigation Continues

Belgium’s State Security Service (VSSE) has suffered what is being described as its most...

Check Point Software to Open First Asia-Pacific R&D Centre in Bengaluru, India

Check Point Software Technologies Ltd. has announced plans to establish its inaugural Asia-Pacific Research...