Security News

Poorly Secured Docker Image Comes Under Rapid Attack
2020-04-16 21:51

Akamai security researcher Larry Cashdollar set up the Docker image to see what kind of notice it might attract from the wider web's cadre of cyberattackers. Accordingly, the Docker image soon came under fire, as outlined in a Wednesday analysis.

Self-Propagating Malware Targets Thousands of Docker Ports Per Day
2020-04-03 19:31

The Docker cloud containerization technology is under fire, with an organized, self-propagating cryptomining campaign targeting misconfigured open Docker Daemon API ports. The attack pattern starts with the attackers identifying a misconfigured Docker API port that has been left open to the public internet.

Less Than Half of Vulnerabilities in Popular Docker Images Pose Risk: Study
2020-02-27 14:06

Cloud security company Rezilion has analyzed some of the most popular Docker container images and determined that while they include many vulnerabilities, less than half of these flaws pose an actual risk. Rezilion's researchers have analyzed 20 of the most popular container images hosted on DockerHub, the largest library and community for container images.

Misconfigured Docker Registries Expose Thousands of Repositories
2020-02-10 19:05

Thousands of code repositories were found exposed in over one hundred Docker registries that are accessible from the Internet without authentication, Palo Alto Network reports. Docker registries are servers where Docker images are stored and organized into repositories, with each repo containing images of one application and multiple versions of the application, each with a unique tag.

Docker Registries Expose Hundreds of Orgs to Malware, Data Theft
2020-02-10 16:25

"Although setting up a Docker registry server is straightforward, securing the communication and enforcing the access control requires extra configurations," the company said in a posting on Friday, explaining that researchers found the exposed registries via Shodan and Censys searches. As the security firm explained, Docker registries are essentially cloud servers, which are used to store and organize Docker images.

How to set up secure credential storage for Docker
2020-01-28 14:27

Learn how to avoid saving your Docker login credentials in plain text by creating an encrypted credential storage.

How to set up secure credential storage for Docker
2020-01-24 16:28

Learn how to avoid saving your Docker login credentials in plain text by creating an encrypted credential storage. I want to walk you through the process of enabling secure credential storage in Docker.

How to access your 2FA Docker Hub account from the command line
2020-01-20 22:13

With 2FA enabled on your Docker Hub account, you'll find you cannot access it with your user password from within the CLI. Jack Wallen shows you how to make this work.

How to access your 2FA Docker Hub account from the command line
2020-01-09 15:54

With 2FA enabled on your Docker Hub account, you'll find you cannot access it with your user password from within the CLI. Jack Wallen shows you how to make this work. If you've recently added two-factor authentication to your Docker Hub account, you've more than likely run into a situation where you can no longer access the account from the command line using the standard username/password credentials.

How to enable 2FA for Docker Hub
2019-12-25 05:16

If you're concerned about the security of your code within Docker Hub, you might want to enable two-factor authentication.