ID AIX_IZ68231.NASL Type nessus Reporter This script is Copyright (C) 2013-2021 Tenable Network Security, Inc. Modified 2013-01-30T00:00:00
Description
There is a buffer overflow vulnerability in the qosmod command. A
locally authenticated attacker can exploit this vulnerability if they
have they have been assigned the aix.network.config.no role-based
access control authorization.
The successful exploitation of this vulnerability allows a local
attacker to execute arbitrary code with the innate privileges of the
qosmod command.
The following executable is vulnerable :
/usr/sbin/qosmod.
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The text in the description was extracted from AIX Security
# Advisory qosmod_advisory.asc.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(64354);
script_version("1.4");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/04");
script_cve_id("CVE-2010-0960");
script_name(english:"AIX 6.1 TL 4 : qosmod (IZ68231)");
script_summary(english:"Check for APAR IZ68231");
script_set_attribute(
attribute:"synopsis",
value:"The remote AIX host is missing a security patch."
);
script_set_attribute(
attribute:"description",
value:
"There is a buffer overflow vulnerability in the qosmod command. A
locally authenticated attacker can exploit this vulnerability if they
have they have been assigned the aix.network.config.no role-based
access control authorization.
The successful exploitation of this vulnerability allows a local
attacker to execute arbitrary code with the innate privileges of the
qosmod command.
The following executable is vulnerable :
/usr/sbin/qosmod."
);
script_set_attribute(
attribute:"see_also",
value:"http://aix.software.ibm.com/aix/efixes/security/qosmod_advisory.asc"
);
script_set_attribute(
attribute:"solution",
value:"Install the appropriate interim fix."
);
script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/o:ibm:aix:6.1");
script_set_attribute(attribute:"vuln_publication_date", value:"2010/03/05");
script_set_attribute(attribute:"patch_publication_date", value:"2010/03/05");
script_set_attribute(attribute:"plugin_publication_date", value:"2013/01/30");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2013-2021 Tenable Network Security, Inc.");
script_family(english:"AIX Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/AIX/lslpp", "Host/local_checks_enabled", "Host/AIX/version");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("aix.inc");
include("misc_func.inc");
if ( ! get_kb_item("Host/local_checks_enabled") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
if ( ! get_kb_item("Host/AIX/version") ) audit(AUDIT_OS_NOT, "AIX");
if ( ! get_kb_item("Host/AIX/lslpp") ) audit(AUDIT_PACKAGE_LIST_MISSING);
if ( get_kb_item("Host/AIX/emgr_failure" ) ) exit(0, "This iFix check is disabled because : "+get_kb_item("Host/AIX/emgr_failure") );
flag = 0;
if (aix_check_ifix(release:"6.1", ml:"04", patch:"IZ68231_04", package:"bos.net.tcp.server", minfilesetver:"6.1.4.0", maxfilesetver:"6.1.4.1") < 0) flag++;
if (flag)
{
if (report_verbosity > 0) security_hole(port:0, extra:aix_report_get());
else security_hole(0);
exit(0);
}
else audit(AUDIT_HOST_NOT, "affected");
{"id": "AIX_IZ68231.NASL", "bulletinFamily": "scanner", "title": "AIX 6.1 TL 4 : qosmod (IZ68231)", "description": "There is a buffer overflow vulnerability in the qosmod command. A\nlocally authenticated attacker can exploit this vulnerability if they\nhave they have been assigned the aix.network.config.no role-based\naccess control authorization.\n\nThe successful exploitation of this vulnerability allows a local\nattacker to execute arbitrary code with the innate privileges of the\nqosmod command.\n\nThe following executable is vulnerable :\n\n/usr/sbin/qosmod.", "published": "2013-01-30T00:00:00", "modified": "2013-01-30T00:00:00", "cvss": {"score": 7.2, "vector": "AV:L/AC:L/Au:N/C:C/I:C/A:C"}, "href": "https://www.tenable.com/plugins/nessus/64354", "reporter": "This script is Copyright (C) 2013-2021 Tenable Network Security, Inc.", "references": ["http://aix.software.ibm.com/aix/efixes/security/qosmod_advisory.asc"], "cvelist": ["CVE-2010-0960"], "type": "nessus", "lastseen": "2021-01-06T09:17:56", "edition": 23, "viewCount": 0, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2010-0960"]}, {"type": "nessus", "idList": ["AIX_IZ71555.NASL", "AIX_IZ71627.NASL", "AIX_IZ71870.NASL"]}], "modified": "2021-01-06T09:17:56", "rev": 2}, "score": {"value": 7.1, "vector": "NONE", "modified": "2021-01-06T09:17:56", "rev": 2}, "vulnersScore": 7.1}, "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The text in the description was extracted from AIX Security\n# Advisory qosmod_advisory.asc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(64354);\n script_version(\"1.4\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/04\");\n\n script_cve_id(\"CVE-2010-0960\");\n\n script_name(english:\"AIX 6.1 TL 4 : qosmod (IZ68231)\");\n script_summary(english:\"Check for APAR IZ68231\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote AIX host is missing a security patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"There is a buffer overflow vulnerability in the qosmod command. A\nlocally authenticated attacker can exploit this vulnerability if they\nhave they have been assigned the aix.network.config.no role-based\naccess control authorization.\n\nThe successful exploitation of this vulnerability allows a local\nattacker to execute arbitrary code with the innate privileges of the\nqosmod command.\n\nThe following executable is vulnerable :\n\n/usr/sbin/qosmod.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://aix.software.ibm.com/aix/efixes/security/qosmod_advisory.asc\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Install the appropriate interim fix.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:ibm:aix:6.1\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2010/03/05\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2010/03/05\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/01/30\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2021 Tenable Network Security, Inc.\");\n script_family(english:\"AIX Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/AIX/lslpp\", \"Host/local_checks_enabled\", \"Host/AIX/version\");\n\n exit(0);\n}\n\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"aix.inc\");\ninclude(\"misc_func.inc\");\n\nif ( ! get_kb_item(\"Host/local_checks_enabled\") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif ( ! get_kb_item(\"Host/AIX/version\") ) audit(AUDIT_OS_NOT, \"AIX\");\nif ( ! get_kb_item(\"Host/AIX/lslpp\") ) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nif ( get_kb_item(\"Host/AIX/emgr_failure\" ) ) exit(0, \"This iFix check is disabled because : \"+get_kb_item(\"Host/AIX/emgr_failure\") );\n\nflag = 0;\n\nif (aix_check_ifix(release:\"6.1\", ml:\"04\", patch:\"IZ68231_04\", package:\"bos.net.tcp.server\", minfilesetver:\"6.1.4.0\", maxfilesetver:\"6.1.4.1\") < 0) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:aix_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "naslFamily": "AIX Local Security Checks", "pluginID": "64354", "cpe": ["cpe:/o:ibm:aix:6.1"], "scheme": null}
{"cve": [{"lastseen": "2020-10-03T11:57:23", "description": "Buffer overflow in qosmod in bos.net.tcp.server in IBM AIX 6.1 and VIOS 2.1 allows local users to gain privileges via unspecified vectors.", "edition": 3, "cvss3": {}, "published": "2010-03-10T22:30:00", "title": "CVE-2010-0960", "type": "cve", "cwe": ["CWE-119"], "bulletinFamily": "NVD", "cvss2": {"severity": "HIGH", "exploitabilityScore": 3.9, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 7.2, "vectorString": "AV:L/AC:L/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "LOCAL", "authentication": "NONE"}, "impactScore": 10.0, "obtainUserPrivilege": false}, "cvelist": ["CVE-2010-0960"], "modified": "2017-09-19T01:30:00", "cpe": ["cpe:/o:ibm:aix:6.1", "cpe:/o:ibm:aix:6.1.0", "cpe:/a:ibm:vios:2.1"], "id": "CVE-2010-0960", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-0960", "cvss": {"score": 7.2, "vector": "AV:L/AC:L/Au:N/C:C/I:C/A:C"}, "cpe23": ["cpe:2.3:a:ibm:vios:2.1:*:*:*:*:*:*:*", "cpe:2.3:o:ibm:aix:6.1:*:*:*:*:*:*:*", "cpe:2.3:o:ibm:aix:6.1.0:*:*:*:*:*:*:*"]}], "nessus": [{"lastseen": "2021-01-06T09:17:57", "description": "There is a buffer overflow vulnerability in the qosmod command. A\nlocally authenticated attacker can exploit this vulnerability if they\nhave they have been assigned the aix.network.config.no role-based\naccess control authorization.\n\nThe successful exploitation of this vulnerability allows a local\nattacker to execute arbitrary code with the innate privileges of the\nqosmod command.\n\nThe following executable is vulnerable :\n\n/usr/sbin/qosmod.", "edition": 23, "published": "2013-01-30T00:00:00", "title": "AIX 6.1 TL 1 : qosmod (IZ71870)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-0960"], "modified": "2013-01-30T00:00:00", "cpe": ["cpe:/o:ibm:aix:6.1"], "id": "AIX_IZ71870.NASL", "href": "https://www.tenable.com/plugins/nessus/64360", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The text in the description was extracted from AIX Security\n# Advisory qosmod_advisory.asc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(64360);\n script_version(\"1.4\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/04\");\n\n script_cve_id(\"CVE-2010-0960\");\n\n script_name(english:\"AIX 6.1 TL 1 : qosmod (IZ71870)\");\n script_summary(english:\"Check for APAR IZ71870\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote AIX host is missing a security patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"There is a buffer overflow vulnerability in the qosmod command. A\nlocally authenticated attacker can exploit this vulnerability if they\nhave they have been assigned the aix.network.config.no role-based\naccess control authorization.\n\nThe successful exploitation of this vulnerability allows a local\nattacker to execute arbitrary code with the innate privileges of the\nqosmod command.\n\nThe following executable is vulnerable :\n\n/usr/sbin/qosmod.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://aix.software.ibm.com/aix/efixes/security/qosmod_advisory.asc\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Install the appropriate interim fix.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:ibm:aix:6.1\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2010/03/05\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2010/03/05\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/01/30\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2021 Tenable Network Security, Inc.\");\n script_family(english:\"AIX Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/AIX/lslpp\", \"Host/local_checks_enabled\", \"Host/AIX/version\");\n\n exit(0);\n}\n\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"aix.inc\");\ninclude(\"misc_func.inc\");\n\nif ( ! get_kb_item(\"Host/local_checks_enabled\") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif ( ! get_kb_item(\"Host/AIX/version\") ) audit(AUDIT_OS_NOT, \"AIX\");\nif ( ! get_kb_item(\"Host/AIX/lslpp\") ) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nif ( get_kb_item(\"Host/AIX/emgr_failure\" ) ) exit(0, \"This iFix check is disabled because : \"+get_kb_item(\"Host/AIX/emgr_failure\") );\n\nflag = 0;\n\nif (aix_check_ifix(release:\"6.1\", ml:\"01\", patch:\"IZ71870_01\", package:\"bos.net.tcp.server\", minfilesetver:\"6.1.1.0\", maxfilesetver:\"6.1.1.7\") < 0) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:aix_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 7.2, "vector": "AV:L/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-06T09:17:56", "description": "There is a buffer overflow vulnerability in the qosmod command. A\nlocally authenticated attacker can exploit this vulnerability if they\nhave they have been assigned the aix.network.config.no role-based\naccess control authorization.\n\nThe successful exploitation of this vulnerability allows a local\nattacker to execute arbitrary code with the innate privileges of the\nqosmod command.\n\nThe following executable is vulnerable :\n\n/usr/sbin/qosmod.", "edition": 23, "published": "2013-01-30T00:00:00", "title": "AIX 6.1 TL 3 : qosmod (IZ71555)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-0960"], "modified": "2013-01-30T00:00:00", "cpe": ["cpe:/o:ibm:aix:6.1"], "id": "AIX_IZ71555.NASL", "href": "https://www.tenable.com/plugins/nessus/64356", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The text in the description was extracted from AIX Security\n# Advisory qosmod_advisory.asc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(64356);\n script_version(\"1.4\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/04\");\n\n script_cve_id(\"CVE-2010-0960\");\n\n script_name(english:\"AIX 6.1 TL 3 : qosmod (IZ71555)\");\n script_summary(english:\"Check for APAR IZ71555\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote AIX host is missing a security patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"There is a buffer overflow vulnerability in the qosmod command. A\nlocally authenticated attacker can exploit this vulnerability if they\nhave they have been assigned the aix.network.config.no role-based\naccess control authorization.\n\nThe successful exploitation of this vulnerability allows a local\nattacker to execute arbitrary code with the innate privileges of the\nqosmod command.\n\nThe following executable is vulnerable :\n\n/usr/sbin/qosmod.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://aix.software.ibm.com/aix/efixes/security/qosmod_advisory.asc\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Install the appropriate interim fix.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:ibm:aix:6.1\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2010/03/05\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2010/03/05\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/01/30\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2021 Tenable Network Security, Inc.\");\n script_family(english:\"AIX Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/AIX/lslpp\", \"Host/local_checks_enabled\", \"Host/AIX/version\");\n\n exit(0);\n}\n\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"aix.inc\");\ninclude(\"misc_func.inc\");\n\nif ( ! get_kb_item(\"Host/local_checks_enabled\") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif ( ! get_kb_item(\"Host/AIX/version\") ) audit(AUDIT_OS_NOT, \"AIX\");\nif ( ! get_kb_item(\"Host/AIX/lslpp\") ) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nif ( get_kb_item(\"Host/AIX/emgr_failure\" ) ) exit(0, \"This iFix check is disabled because : \"+get_kb_item(\"Host/AIX/emgr_failure\") );\n\nflag = 0;\n\nif (aix_check_ifix(release:\"6.1\", ml:\"03\", patch:\"IZ71555_03\", package:\"bos.net.tcp.server\", minfilesetver:\"6.1.3.0\", maxfilesetver:\"6.1.3.2\") < 0) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:aix_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 7.2, "vector": "AV:L/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-06T09:17:57", "description": "There is a buffer overflow vulnerability in the qosmod command. A\nlocally authenticated attacker can exploit this vulnerability if they\nhave they have been assigned the aix.network.config.no role-based\naccess control authorization.\n\nThe successful exploitation of this vulnerability allows a local\nattacker to execute arbitrary code with the innate privileges of the\nqosmod command.\n\nThe following executable is vulnerable :\n\n/usr/sbin/qosmod.", "edition": 23, "published": "2013-01-30T00:00:00", "title": "AIX 6.1 TL 2 : qosmod (IZ71627)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2010-0960"], "modified": "2013-01-30T00:00:00", "cpe": ["cpe:/o:ibm:aix:6.1"], "id": "AIX_IZ71627.NASL", "href": "https://www.tenable.com/plugins/nessus/64358", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The text in the description was extracted from AIX Security\n# Advisory qosmod_advisory.asc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(64358);\n script_version(\"1.4\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/04\");\n\n script_cve_id(\"CVE-2010-0960\");\n\n script_name(english:\"AIX 6.1 TL 2 : qosmod (IZ71627)\");\n script_summary(english:\"Check for APAR IZ71627\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote AIX host is missing a security patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"There is a buffer overflow vulnerability in the qosmod command. A\nlocally authenticated attacker can exploit this vulnerability if they\nhave they have been assigned the aix.network.config.no role-based\naccess control authorization.\n\nThe successful exploitation of this vulnerability allows a local\nattacker to execute arbitrary code with the innate privileges of the\nqosmod command.\n\nThe following executable is vulnerable :\n\n/usr/sbin/qosmod.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://aix.software.ibm.com/aix/efixes/security/qosmod_advisory.asc\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Install the appropriate interim fix.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:ibm:aix:6.1\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2010/03/05\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2010/03/05\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/01/30\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2013-2021 Tenable Network Security, Inc.\");\n script_family(english:\"AIX Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/AIX/lslpp\", \"Host/local_checks_enabled\", \"Host/AIX/version\");\n\n exit(0);\n}\n\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"aix.inc\");\ninclude(\"misc_func.inc\");\n\nif ( ! get_kb_item(\"Host/local_checks_enabled\") ) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif ( ! get_kb_item(\"Host/AIX/version\") ) audit(AUDIT_OS_NOT, \"AIX\");\nif ( ! get_kb_item(\"Host/AIX/lslpp\") ) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nif ( get_kb_item(\"Host/AIX/emgr_failure\" ) ) exit(0, \"This iFix check is disabled because : \"+get_kb_item(\"Host/AIX/emgr_failure\") );\n\nflag = 0;\n\nif (aix_check_ifix(release:\"6.1\", ml:\"02\", patch:\"IZ71627_02\", package:\"bos.net.tcp.server\", minfilesetver:\"6.1.2.0\", maxfilesetver:\"6.1.2.4\") < 0) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:aix_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 7.2, "vector": "AV:L/AC:L/Au:N/C:C/I:C/A:C"}}]}