Lucene search
+L

CA License Service Multiple Vulnerabilities

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2005 KK LiuType 
openvas
 openvas
🔗 plugins.openvas.org👁 36 Views

CA License Service Multiple Vulnerabilities. Vulnerabilities allow remote code execution with SYSTEM privileges

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
CA License Service Multiple Vulnerabilities
10 Mar 200500:00
nessus
Tenable Nessus
CA License Service Multiple Vulnerabilities
10 Mar 200500:00
nessus
ATTACKERKB
CVE-2005-0581
2 May 200504:00
attackerkb
canvas
Immunity Canvas: CA_LIC
2 May 200504:00
canvas
Circl
CVE-2005-0581
20 Sep 201000:00
circl
Check Point Advisories
CA License Software GETCONFIG Buffer Overflow (CVE-2005-0581)
26 Oct 200900:00
checkpoint_advisories
Check Point Advisories
CA License Software GCR Buffer Overflow (CVE-2005-0581)
16 Nov 200900:00
checkpoint_advisories
Check Point Advisories
CA License Software PUTOLF Buffer Overflow (CVE-2005-0582)
17 Nov 200900:00
checkpoint_advisories
Check Point Advisories
CA License Software Invalid Command Buffer Overflow (CVE-2005-0581)
18 Nov 200900:00
checkpoint_advisories
CVE
CVE-2005-0581
2 Mar 200505:00
cve
Rows per page
# SPDX-FileCopyrightText: 2005 KK Liu
# 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.17307");
  script_version("2023-08-01T13:29:10+0000");
  script_tag(name:"last_modification", value:"2023-08-01 13:29:10 +0000 (Tue, 01 Aug 2023)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_cve_id("CVE-2005-0581", "CVE-2005-0582", "CVE-2005-0583");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_name("CA License Service Multiple Vulnerabilities");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2005 KK Liu");
  script_family("Gain a shell remotely");
  script_dependencies("find_service.nasl");
  script_require_ports(10202, 10203, 10204);

  script_xref(name:"URL", value:"http://www.eeye.com/html/research/advisories/AD20050302.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/12705");
  script_xref(name:"URL", value:"http://supportconnectw.ca.com/public/ca_common_docs/security_notice.asp");

  script_tag(name:"solution", value:"See the references for more information.");

  script_tag(name:"summary", value:"Computer Associate (CA) License Application is prone to multiple vulnerabilities.");

  script_tag(name:"insight", value:"The remote version of this software is vulnerable to several
  flaws which may allow a remote attacker to execute arbitrary code on the remote host with the
  SYSTEM privileges.");

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

  exit(0);
}

include("host_details.inc");
include("misc_func.inc");

req = 'A0 GETCONFIG SELF 0 <EOM>\r\n';

foreach port( make_list( 10202, 10203, 10204 ) ) {

  if( get_port_state( port ) ) {
    soc = open_sock_tcp(port);
    if( soc ) {

      send( socket:soc, data:req );
      r = recv( socket:soc, length:620 );
      close( soc );
      if( strlen( r ) > 0 ) {
        chkstr = strstr( r, "VERSION<" );
        if( chkstr ) {
          if( egrep( pattern:"VERSION<[0-9] 1\.(5[3-9].*|60.*|61(\.[0-8])?)>", string:chkstr ) ) {
            security_message( port:port );
          }
        }
      }
    }
  }
}

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

01 Aug 2023 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 210
EPSS0.46344
36