AIX 5.2 : IY48657 - Nessus

Critical   Plugin ID: 14606

This page contains detailed information about the AIX 5.2 : IY48657 Nessus plugin including available exploits and PoCs found on GitHub, in Metasploit or Exploit-DB for verifying of this vulnerability.

Plugin Overview


ID: 14606
Name: AIX 5.2 : IY48657
Filename: aix_IY48657.nasl
Vulnerability Published: N/A
This Plugin Published: 2004-09-01
Last Modification Time: 2021-01-04
Plugin Version: 1.13
Plugin Family: AIX Local Security Checks
Dependencies: ssh_get_info.nasl
Required KB Items [?]: Host/AIX/lslpp

Vulnerability Information


Severity: Critical
Vulnerability Published: N/A
Patch Published: N/A
CVE [?]: CVE-2003-0694
CPE [?]: N/A

Synopsis

The remote host is missing a vendor-supplied security patch

Description

The remote host is missing AIX Critical Security Patch number IY48657 (Sendmail prescan() vulnerability).

You should install this patch for your system to be up-to-date.

Solution

http://www-912.ibm.com/eserver/support/fixes/

Public Exploits


Target Network Port(s): N/A
Target Asset(s): N/A
Exploit Available: True (Metasploit Framework, GitHub)
Exploit Ease: Exploits are available

Here's the list of publicly known exploits and PoCs for verifying the AIX 5.2 : IY48657 vulnerability:

  1. Metasploit: auxiliary/dos/smtp/sendmail_prescan
    [Sendmail SMTP Address prescan Memory Corruption]
  2. GitHub: https://github.com/Drift-Security/Shadow_Brokers-Vs-NSA
    [CVE-2003-0694]
  3. GitHub: https://github.com/R3K1NG/ShadowBrokersFiles
    [CVE-2003-0694]
  4. GitHub: https://github.com/antiscammerarmy/ShadowBrokersFiles
    [CVE-2003-0694]
  5. GitHub: https://github.com/byte-mug/cumes
    [CVE-2003-0694]
  6. GitHub: https://github.com/cipherreborn/SB--.-HACK-the-EQGRP-1
    [CVE-2003-0694]
  7. GitHub: https://github.com/happysmack/x0rzEQGRP
    [CVE-2003-0694]
  8. GitHub: https://github.com/kongjiexi/leaked2
    [CVE-2003-0694]
  9. GitHub: https://github.com/maxcvnd/bdhglopoj
    [CVE-2003-0694]
  10. GitHub: https://github.com/r3p3r/x0rz-EQGRP
    [CVE-2003-0694]
  11. GitHub: https://github.com/shakenetwork/shadowbrokerstuff
    [CVE-2003-0694]
  12. GitHub: https://github.com/thePevertedSpartan/EQ1
    [CVE-2003-0694]
  13. GitHub: https://github.com/thetrentusdev/shadowbrokerstuff
    [CVE-2003-0694]
  14. GitHub: https://github.com/thetrentus/ShadowBrokersStuff
    [CVE-2003-0694]
  15. GitHub: https://github.com/wuvuw/EQGR
    [CVE-2003-0694]
  16. GitHub: https://github.com/x0rz/EQGRP
    [CVE-2003-0694]

Before running any exploit against any system, make sure you are authorized by the owner of the target system(s) to perform such activity. In any other case, this would be considered as an illegal activity.

WARNING: Beware of using unverified exploits from sources such as GitHub or Exploit-DB. These exploits and PoCs could contain malware. For more information, see how to use exploits safely.

Risk Information


CVSS V2 Vector [?]: AV:N/AC:L/Au:N/C:C/I:C/A:C
CVSS Base Score:10.0 (High)
Impact Subscore:10.0
Exploitability Subscore:10.0
CVSS Temporal Score:NA (None)
CVSS Environmental Score:NA (None)
Modified Impact Subscore:NA
Overall CVSS Score:10.0 (High)

Go back to menu.

Plugin Source


This is the aix_IY48657.nasl nessus plugin source code. This script is Copyright (C) 2004-2021 Tenable Network Security, Inc.

#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
#

if ( ! defined_func("bn_random") ) exit(0);

include('deprecated_nasl_level.inc');
include('compat.inc');

if(description)
{
 script_id(14606);
 script_version("1.13");
 script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/04");
 script_cve_id("CVE-2003-0694");
 name["english"] = "AIX 5.2 : IY48657";
 
 script_name(english:name["english"]);
 
 script_set_attribute(attribute:"synopsis", value:
"The remote host is missing a vendor-supplied security patch" );
 script_set_attribute(attribute:"description", value:
"The remote host is missing AIX Critical Security Patch number IY48657
(Sendmail prescan() vulnerability).

You should install this patch for your system to be up-to-date." );
 script_set_attribute(attribute:"solution", value:
"http://www-912.ibm.com/eserver/support/fixes/" );
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");
  script_set_attribute(attribute:"metasploit_name", value:'Sendmail SMTP Address prescan Memory Corruption');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
script_set_attribute(attribute:"plugin_publication_date", value: "2004/09/01");
 script_end_attributes();

 
 summary["english"] = "Check for patch IY48657"; 
 script_summary(english:summary["english"]);
 
 script_category(ACT_GATHER_INFO);
 
 script_copyright(english:"This script is Copyright (C) 2004-2021 Tenable Network Security, Inc.");
 family["english"] = "AIX Local Security Checks";
 script_family(english:family["english"]);
 
 script_dependencies("ssh_get_info.nasl");
 script_require_keys("Host/AIX/lslpp");
 exit(0);
}



include("aix.inc");

 if( aix_check_patch(release:"5.2", patch:"IY48657", package:"bos.net.tcp.client.5.2.0.15") < 0 ) 
   security_hole();

The latest version of this script can be found in these locations depending on your platform:

  • Linux / Unix:
    /opt/nessus/lib/nessus/plugins/aix_IY48657.nasl
  • Windows:
    C:\ProgramData\Tenable\Nessus\nessus\plugins\aix_IY48657.nasl
  • Mac OS X:
    /Library/Nessus/run/lib/nessus/plugins/aix_IY48657.nasl

Go back to menu.

How to Run


Here is how to run the AIX 5.2 : IY48657 as a standalone plugin via the Nessus web user interface (https://localhost:8834/):

  1. Click to start a New Scan.
  2. Select Advanced Scan.
  3. Navigate to the Plugins tab.
  4. On the top right corner click to Disable All plugins.
  5. On the left side table select AIX Local Security Checks plugin family.
  6. On the right side table select AIX 5.2 : IY48657 plugin ID 14606.
  7. Specify the target on the Settings tab and click to Save the scan.
  8. Run the scan.

Here are a few examples of how to run the plugin in the command line. Note that the examples below demonstrate the usage on the Linux / Unix platform.

Basic usage:

/opt/nessus/bin/nasl aix_IY48657.nasl -t <IP/HOST>

Run the plugin with audit trail message on the console:

/opt/nessus/bin/nasl -a aix_IY48657.nasl -t <IP/HOST>

Run the plugin with trace script execution written to the console (useful for debugging):

/opt/nessus/bin/nasl -T - aix_IY48657.nasl -t <IP/HOST>

Run the plugin with using a state file for the target and updating it (useful for running multiple plugins on the target):

/opt/nessus/bin/nasl -K /tmp/state aix_IY48657.nasl -t <IP/HOST>

Go back to menu.

References


See also: Similar and related Nessus plugins:
  • 14619 - AIX 5.1 : IY48658
  • 15221 - Debian DSA-384-1 : sendmail - buffer overflows
  • 16855 - HP-UX PHNE_29912 : HP-UX sendmail, Remote Unauthorized Privileged Access (HPSBUX00281 SSRT3631 rev.11)
  • 16704 - HP-UX PHNE_30224 : HP-UX sendmail, Remote Unauthorized Privileged Access (HPSBUX00281 SSRT3631 rev.11)
  • 26133 - HP-UX PHNE_35483 : s700_800 11.00 sendmail(1M) 8.9.3 patch
  • 26134 - HP-UX PHNE_35484 : s700_800 11.11 sendmail(1M) 8.9.3 patch
  • 26135 - HP-UX PHNE_35485 : s700_800 11.23 sendmail(1M) 8.11.1 patch
  • 14074 - Mandrake Linux Security Advisory : sendmail (MDKSA-2003:092)
  • 12422 - RHEL 2.1 : sendmail (RHSA-2003:284)
  • 11838 - Sendmail < 8.12.10 prescan() Function Remote Overflow
  • 13808 - SUSE-SA:2003:040: sendmail, sendmail-tls

Version


This page has been produced using Nessus Professional 10.1.2 (#68) LINUX, Plugin set 202205072148.
Plugin file aix_IY48657.nasl version 1.13. For more plugins, visit the Nessus Plugin Library.

Go back to menu.