Lucene search
+L

Kcms Profile Server

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2002 Michael ScheidellType 
openvas
 openvas
🔗 plugins.openvas.org👁 31 Views

Kcms Profile Server running, allows local file write on Solaris 2.5, potential root access. Patch 107337-02 for SunOS 5.7 released

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2001-0595
9 Mar 200205:00
cve
Cvelist
CVE-2001-0595
9 Mar 200205:00
cvelist
EUVD
EUVD-2001-0586
7 Oct 202500:30
euvd
NVD
CVE-2001-0595
2 Aug 200104:00
nvd
OpenVAS
Kcms Profile Server
3 Nov 200500:00
openvas
# SPDX-FileCopyrightText: 2002 Michael Scheidell
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.10832");
  script_version("2023-09-08T05:06:21+0000");
  script_tag(name:"last_modification", value:"2023-09-08 05:06:21 +0000 (Fri, 08 Sep 2023)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_tag(name:"cvss_base", value:"4.6");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:P/I:P/A:P");
  script_cve_id("CVE-2001-0595");
  script_name("Kcms Profile Server");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2002 Michael Scheidell");
  script_family("RPC");
  script_dependencies("gb_rpc_portmap_udp_detect.nasl", "gb_rpc_portmap_tcp_detect.nasl", "gather-package-list.nasl", "os_detection.nasl");
  script_mandatory_keys("rpc/portmap/tcp_or_udp/detected");

  script_xref(name:"URL", value:"http://packetstorm.decepticons.org/advisories/ibm-ers/96-09");
  script_xref(name:"URL", value:"http://www.eeye.com/html/Research/Advisories/AD20010409.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/2605");

  script_tag(name:"solution", value:"Disable suid, side effects are minimal.");

  script_tag(name:"summary", value:"The Kodak Color Management System service is running.

  The KCMS service on Solaris 2.5 could allow a local user
  to write to arbitrary files and gain root access.

  Patches: 107337-02 SunOS 5.7 has been released
  and the following should be out soon:
  111400-01 SunOS 5.8, 111401-01 SunOS 5.8_x86");

  script_tag(name:"qod_type", value:"remote_banner_unreliable");
  script_tag(name:"solution_type", value:"Mitigation");

  exit(0);
}

include("rpc.inc");
include("host_details.inc");
include("os_func.inc");
include("byte_func.inc");
include("solaris.inc");

version = get_ssh_solosversion();
if( version && ereg( pattern:"5\.1[0-9]", string:version ) ) exit(0);

RPC_PROG = 100221;
tcp = FALSE;
port = rpc_get_port( program:RPC_PROG, protocol:IPPROTO_UDP );
if( ! port ) {
  port = rpc_get_port( program:RPC_PROG, protocol:IPPROTO_TCP );
  tcp = TRUE;
}

if( port ) {
  if( os_host_runs( "Solaris (2\.[56]|[7-9])") != "no" ) {
    if( tcp ) {
      security_message( port:port );
    } else {
      security_message( port:port, protocol:"udp" );
    }
    exit( 0 );
  }
}

exit( 99 );

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

08 Sep 2023 00:00Current
6.8Medium risk
Vulners AI Score6.8
CVSS 24.6
EPSS0.01253
31