Korean
<< Back
VID 17044
Severity 20
Port 111
Protocol TCP,UDP
Class RPC
Detailed Description The sunlink mapper service is running. The sunlink_mapper service is a part of the SunLink X.400 implementation for connecting normal SMTP-MIME mail systems to X.400 networks. The sunlink_mapper process registers itself with the RPC portmapper as program 100033. This service should be disabled if you do not use the SunLink X.400 implementation on your network.

* References:
http://www.iss.net/security_center/static/276.php
Recommendation If you do not use this service, then disable it as it may become a security threat in the future, if a vulnerability is discovered.
To disable 'sunlink' service,
first, you become a root, and then stop the service like the following:

# rpcinfo -d [program num] [version num]

And comment its entry by putting a # at the beginning of the line and revoke 'inetd' daemon.

Solaris 10, Solaris 11, Enterprise Linux 6.4, CentOS 6.4, Fedora 19:
1. you become a root, and then stop the service like the following:

# rpcinfo -d [program num] [version num]

2. comment its entry by putting a # at the beginning of the line with 'sunlink' in /etc/rpc
3. # pkill -HUP (x)inetd
Related URL (CVE)
Related URL (SecurityFocus)
Related URL (ISS)