Operating System - HP-UX
1833875 Members
1985 Online
110063 Solutions
New Discussion

Re: Single Logical Screen daemon

 
SOLVED
Go to solution
Bing Wong
Frequent Advisor

Single Logical Screen daemon

I got this from AT&T...
A vulnerability has been reported in HP-UX, which can be exploited by malicious people to compromise a vulnerable system. The vulnerability is caused due to a design error in the Single Logical Screen daemon (SLSd) and can be exploited to create or overwrite arbitrary files with superuser privileges via a specially crafted packet sent to the daemon. Successful exploitation allows execution of arbitrary code by e.g. overwriting .rhosts, cron scripts, or other files used for authentication. The vulnerability is reported in versions 11.11i and 10.20. Other versions may also be affected.

HP told me to apply these patches:
CDE Base patch: PHSS_354249
CDE Application patch: PHSS_35343

Since I am not a full time system admin, can anyone tell me how to check if my HP-UX has CDE running? Thank you very much.
3 REPLIES 3
Manohar Manne_1
Occasional Advisor
Solution

Re: Single Logical Screen daemon

check dttlogin or dtterm process
Bing Wong
Frequent Advisor

Re: Single Logical Screen daemon

I have it running. Thanks.

root@hrisdev1:/root # ps -ef|grep dtl
root 2672 2650 1 10:24:53 pts/td 0:00 grep dtl
root 3465 3409 0 Feb 18 ? 0:00 /usr/dt/bin/dtlogin
Bing Wong
Frequent Advisor

Re: Single Logical Screen daemon

Thank you Manohar