Tom Nauka
Tom Nauka

Reputation: 13

Couchdb causes a "process flooding" with 100% cpu power consumption

Since a few days my couchdb v1.6.1 is starting continuously new processes consuming 100% of the cpu power. After a system reboot this behavior repeats. I added a screenshot showing the situation as displayed by "top". Does anybody know what this means and where I have to search for a solution in the underlying code.

The couchdb is the remote db (ubuntu 16.04) for an angular 1.6 web app with pouch as local db.

Additional information neccessary?

system screenshot showing "top" display

Upvotes: 1

Views: 1043

Answers (1)

Jonathan Hall
Jonathan Hall

Reputation: 79614

You've likely been hacked, thanks to a serious security flaw in CouchDB 1.6.1. Someone is probably mining bitcoin or similar on your server. Upgrade to CouchDB 1.7.1 or 2.1.1 or newer.

Upvotes: 1

Related Questions