[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] Re: OpenSSL patch for Linux worm?



    There is a patch in process for this issue, but a
    footnote is that the recent Sun Cobalt products that
    have included the Security Hardening fixes ought to
    be immune to this attack.

    These include the recent RaQ 550 and the latest Qube
    software update.  These systems have a version of
    Apache with a stackguard buffer overflow detector.

    To verify whether you have the stackguarded version,
	% rpm -q -f /usr/sbin/httpd
	apache-1.3.20-Alpine_1C8stackguard.i386.rpm

    The "stackguard" in the package name means that this
    executable has been protected.

    If a stackguarded binary is attacked, there should be
    a log message in the system log.

    cj*