25% off on first invoice for all services*

SPRING SALE

Use coupon

*Offer valid for new customers only

25% off on first invoice for all services*

SPRING SALE

Use coupon

*Offer valid for new customers only

Need help?

Our experts have had an average response time of 11.43 minutes in March 2024 to fix urgent issues.

We will keep your servers stable, secure, and fast at all times for one fixed price.

Zimbra blocking Memcached exploit – Tips & tricks to fix

by | Jan 1, 2021

Is your Zimbra blocking Memcached exploit? We can help you.

Here, at Bobcares, we assist our customers with several Zimbra queries as part of our Server Management Services.

Today let us have a detailed look into blocking Memcached exploit.

 

Zimbra blocking Memcached exploit

Zimbra Memcached may face “memcrashd” attack on port 11211. By default, Memcached listens on the server IP address which is accessible in the network and on Internet if there is no firewall.

If Zimbra Memcache servers are behind the firewall, we recommend blocking ingress and egress traffic on port 11211 from the Internet to Zimbra Memcache servers.

Zimbra blocking Memcached exploit

Our Support Engineers suggests the following methods if the Zimbra Memcache server is not behind a firewall and accessible over the Internet.

 

For Zimbra Single Server Installation

Configure Memcached to listen on 127.0.0.1 in order to avoid this attack.

We use the below commands:

su – zimbra
/opt/zimbra/bin/zmprov ms `zmhostname` zimbraMemcachedBindAddress 127.0.0.1
/opt/zimbra/bin/zmprov ms `zmhostname` zimbraMemcachedClientServerList 127.0.0.1

Then restart Memcached:

zmmemcachedctl restart

 

For Zimbra Multi-Server Installation

The workaround is to block traffic on port 11211 from the Internet and allow only from Zimbra proxy servers. First, we need to enable/start iptables or ufw on the server.

Subsequently, make sure Zimbra’s other ports are not block in the firewall.

We run the below commands in the given sequence on ALL Memcached servers.

  • Iptables rules for Redhat based servers

Drop all connections to port 11211

iptables -I INPUT -p udp –dport 11211 -j DROP
iptables -I INPUT -p tcp –dport 11211 -j DROP

Now, we accept connections from localhost

iptables -I INPUT -p udp -s 127.0.0.1 –dport 11211 -j ACCEPT
iptables -I INPUT -p tcp -s 127.0.0.1 –dport 11211 -j ACCEPT

Then we accept connections from other proxy servers. Run below two commands for each proxy server IP in the Zimbra setup:

iptables -I INPUT -p udp -s  –dport 11211 -j ACCEPT
iptables -I INPUT -p tcp -s  –dport 11211 -j ACCEPT
  • UFW rules for Ubuntu servers

First, drop all connections to port 11211.

ufw deny 11211

Then, accept connections from localhost.

ufw allow from 127.0.0.1 to any port 11211

On the other hand, we accept connections from other proxy servers.

Then we run below two commands for each proxy server IP in the Zimbra setup:

ufw allow from  to any port 11211

 

Testing:

  • UDP

The below command should give an empty response when executed from any host except proxy servers allowed. If we see the non-empty response that contains PID etc details, then the server is vulnerable.

echo -en “\x00\x00\x00\x00\x00\x01\x00\x00stats\r\n” | nc -q1 -u  11211

The above command may fail on RedHat servers because nc does not recognize “-q” option. We can use “-w 1 ” instead.

  • TCP

With the below command, we won’t be able to connect from any host except proxy servers allowed above. If we are able to connect, the server is vulnerable.

telnet  11211

[Stuck in between? We are available 24*7]

 

Conclusion

In short, Memcached by default checks the IP addresses of servers, in networks, and on the Internet, where there is no firewall. Today, we saw an effective method our Support Engineers employ in order to fix this issue.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = "owonCMyG5nEQ0aD71QM";

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Categories

Tags

Privacy Preference Center

Necessary

Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

PHPSESSID - Preserves user session state across page requests.

gdpr[consent_types] - Used to store user consents.

gdpr[allowed_cookies] - Used to store user allowed cookies.

PHPSESSID, gdpr[consent_types], gdpr[allowed_cookies]
PHPSESSID
WHMCSpKDlPzh2chML

Statistics

Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.

_ga - Preserves user session state across page requests.

_gat - Used by Google Analytics to throttle request rate

_gid - Registers a unique ID that is used to generate statistical data on how you use the website.

smartlookCookie - Used to collect user device and location information of the site visitors to improve the websites User Experience.

_ga, _gat, _gid
_ga, _gat, _gid
smartlookCookie
_clck, _clsk, CLID, ANONCHK, MR, MUID, SM

Marketing

Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.

IDE - Used by Google DoubleClick to register and report the website user's actions after viewing or clicking one of the advertiser's ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.

test_cookie - Used to check if the user's browser supports cookies.

1P_JAR - Google cookie. These cookies are used to collect website statistics and track conversion rates.

NID - Registers a unique ID that identifies a returning user's device. The ID is used for serving ads that are most relevant to the user.

DV - Google ad personalisation

IDE, test_cookie, 1P_JAR, NID, DV, NID
IDE, test_cookie
1P_JAR, NID, DV
NID
hblid

Security

These are essential site cookies, used by the google reCAPTCHA. These cookies use an unique identifier to verify if a visitor is human or a bot.

SID, APISID, HSID, NID, PREF
SID, APISID, HSID, NID, PREF