ID AIX_IZ15479.NASL Type nessus Reporter This script is Copyright (C) 2013-2021 Tenable Network Security, Inc. Modified 2013-01-24T00:00:00
Description
The reboot command contains a stack based buffer overflow. A local
attacker in the shutdown group may exploit this overflow to execute
arbitrary code with root privileges because the command is setuid
root.
The following files are vulnerable :
/usr/sbin/reboot.
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The text in the description was extracted from AIX Security
# Advisory reboot_advisory.asc.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(63756);
script_version("1.4");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/04");
script_cve_id("CVE-2008-1601");
script_name(english:"AIX 5.2 TL 0 : reboot (IZ15479)");
script_summary(english:"Check for APAR IZ15479");
script_set_attribute(
attribute:"synopsis",
value:"The remote AIX host is missing a security patch."
);
script_set_attribute(
attribute:"description",
value:
"The reboot command contains a stack based buffer overflow. A local
attacker in the shutdown group may exploit this overflow to execute
arbitrary code with root privileges because the command is setuid
root.
The following files are vulnerable :
/usr/sbin/reboot."
);
script_set_attribute(
attribute:"see_also",
value:"http://aix.software.ibm.com/aix/efixes/security/reboot_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_cwe_id(119);
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/o:ibm:aix:5.2");
script_set_attribute(attribute:"vuln_publication_date", value:"2008/03/11");
script_set_attribute(attribute:"patch_publication_date", value:"2008/03/11");
script_set_attribute(attribute:"plugin_publication_date", value:"2013/01/24");
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:"5.2", ml:"00", patch:"IZ15479_08", package:"bos.rte.control", minfilesetver:"5.2.0.85", maxfilesetver:"5.2.0.86") < 0) flag++;
if (aix_check_ifix(release:"5.2", ml:"00", patch:"IZ15479_08", package:"bos.rte.control", minfilesetver:"5.2.0.95", maxfilesetver:"5.2.0.96") < 0) flag++;
if (aix_check_ifix(release:"5.2", ml:"00", patch:"IZ15479_08", package:"bos.rte.control", minfilesetver:"5.2.0.105", maxfilesetver:"5.2.0.107") < 0) flag++;
if (aix_check_ifix(release:"5.2", ml:"00", patch:"IZ15479_09", package:"bos.rte.control", minfilesetver:"5.2.0.85", maxfilesetver:"5.2.0.86") < 0) flag++;
if (aix_check_ifix(release:"5.2", ml:"00", patch:"IZ15479_09", package:"bos.rte.control", minfilesetver:"5.2.0.95", maxfilesetver:"5.2.0.96") < 0) flag++;
if (aix_check_ifix(release:"5.2", ml:"00", patch:"IZ15479_09", package:"bos.rte.control", minfilesetver:"5.2.0.105", maxfilesetver:"5.2.0.107") < 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_IZ15479.NASL", "bulletinFamily": "scanner", "title": "AIX 5.2 TL 0 : reboot (IZ15479)", "description": "The reboot command contains a stack based buffer overflow. A local\nattacker in the shutdown group may exploit this overflow to execute\narbitrary code with root privileges because the command is setuid\nroot.\n\nThe following files are vulnerable :\n\n/usr/sbin/reboot.", "published": "2013-01-24T00:00:00", "modified": "2013-01-24T00: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/63756", "reporter": "This script is Copyright (C) 2013-2021 Tenable Network Security, Inc.", "references": ["http://aix.software.ibm.com/aix/efixes/security/reboot_advisory.asc"], "cvelist": ["CVE-2008-1601"], "type": "nessus", "lastseen": "2021-01-06T09:17:55", "edition": 23, "viewCount": 1, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2008-1601"]}, {"type": "nessus", "idList": ["AIX_U815015.NASL", "AIX_U816674.NASL", "AIX_IZ15480.NASL"]}], "modified": "2021-01-06T09:17:55", "rev": 2}, "score": {"value": 6.8, "vector": "NONE", "modified": "2021-01-06T09:17:55", "rev": 2}, "vulnersScore": 6.8}, "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 reboot_advisory.asc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(63756);\n script_version(\"1.4\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/04\");\n\n script_cve_id(\"CVE-2008-1601\");\n\n script_name(english:\"AIX 5.2 TL 0 : reboot (IZ15479)\");\n script_summary(english:\"Check for APAR IZ15479\");\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\"The reboot command contains a stack based buffer overflow. A local\nattacker in the shutdown group may exploit this overflow to execute\narbitrary code with root privileges because the command is setuid\nroot.\n\nThe following files are vulnerable :\n\n/usr/sbin/reboot.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://aix.software.ibm.com/aix/efixes/security/reboot_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 script_cwe_id(119);\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:ibm:aix:5.2\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2008/03/11\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2008/03/11\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/01/24\");\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:\"5.2\", ml:\"00\", patch:\"IZ15479_08\", package:\"bos.rte.control\", minfilesetver:\"5.2.0.85\", maxfilesetver:\"5.2.0.86\") < 0) flag++;\nif (aix_check_ifix(release:\"5.2\", ml:\"00\", patch:\"IZ15479_08\", package:\"bos.rte.control\", minfilesetver:\"5.2.0.95\", maxfilesetver:\"5.2.0.96\") < 0) flag++;\nif (aix_check_ifix(release:\"5.2\", ml:\"00\", patch:\"IZ15479_08\", package:\"bos.rte.control\", minfilesetver:\"5.2.0.105\", maxfilesetver:\"5.2.0.107\") < 0) flag++;\nif (aix_check_ifix(release:\"5.2\", ml:\"00\", patch:\"IZ15479_09\", package:\"bos.rte.control\", minfilesetver:\"5.2.0.85\", maxfilesetver:\"5.2.0.86\") < 0) flag++;\nif (aix_check_ifix(release:\"5.2\", ml:\"00\", patch:\"IZ15479_09\", package:\"bos.rte.control\", minfilesetver:\"5.2.0.95\", maxfilesetver:\"5.2.0.96\") < 0) flag++;\nif (aix_check_ifix(release:\"5.2\", ml:\"00\", patch:\"IZ15479_09\", package:\"bos.rte.control\", minfilesetver:\"5.2.0.105\", maxfilesetver:\"5.2.0.107\") < 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": "63756", "cpe": ["cpe:/o:ibm:aix:5.2"], "scheme": null}
{"cve": [{"lastseen": "2020-10-03T11:50:58", "description": "Stack-based buffer overflow in the reboot program on IBM AIX 5.2 and 5.3 allows local users in the shutdown group to gain privileges.", "edition": 3, "cvss3": {}, "published": "2008-03-31T23:44:00", "title": "CVE-2008-1601", "type": "cve", "cwe": ["CWE-119"], "bulletinFamily": "NVD", "cvss2": {"severity": "HIGH", "exploitabilityScore": 3.9, "obtainAllPrivilege": true, "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-2008-1601"], "modified": "2017-09-29T01:30:00", "cpe": ["cpe:/o:ibm:aix:5.2", "cpe:/o:ibm:aix:5.3"], "id": "CVE-2008-1601", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-1601", "cvss": {"score": 7.2, "vector": "AV:L/AC:L/Au:N/C:C/I:C/A:C"}, "cpe23": ["cpe:2.3:o:ibm:aix:5.2:*:*:*:*:*:*:*", "cpe:2.3:o:ibm:aix:5.3:*:*:*:*:*:*:*"]}], "nessus": [{"lastseen": "2021-01-06T09:17:55", "description": "The reboot command contains a stack based buffer overflow. A local\nattacker in the shutdown group may exploit this overflow to execute\narbitrary code with root privileges because the command is setuid\nroot.\n\nThe following files are vulnerable :\n\n/usr/sbin/reboot.", "edition": 23, "published": "2013-01-24T00:00:00", "title": "AIX 5.3 TL 0 : reboot (IZ15480)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2008-1601"], "modified": "2013-01-24T00:00:00", "cpe": ["cpe:/o:ibm:aix:5.3"], "id": "AIX_IZ15480.NASL", "href": "https://www.tenable.com/plugins/nessus/63757", "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 reboot_advisory.asc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(63757);\n script_version(\"1.4\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/04\");\n\n script_cve_id(\"CVE-2008-1601\");\n\n script_name(english:\"AIX 5.3 TL 0 : reboot (IZ15480)\");\n script_summary(english:\"Check for APAR IZ15480\");\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\"The reboot command contains a stack based buffer overflow. A local\nattacker in the shutdown group may exploit this overflow to execute\narbitrary code with root privileges because the command is setuid\nroot.\n\nThe following files are vulnerable :\n\n/usr/sbin/reboot.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://aix.software.ibm.com/aix/efixes/security/reboot_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 script_cwe_id(119);\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:ibm:aix:5.3\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2008/03/11\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2008/03/11\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/01/24\");\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:\"5.3\", ml:\"00\", patch:\"IZ15480_05\", package:\"bos.rte.control\", minfilesetver:\"5.3.0.50\", maxfilesetver:\"5.3.0.51\") < 0) flag++;\nif (aix_check_ifix(release:\"5.3\", ml:\"00\", patch:\"IZ15480_05\", package:\"bos.rte.control\", minfilesetver:\"5.3.0.60\", maxfilesetver:\"5.3.0.65\") < 0) flag++;\nif (aix_check_ifix(release:\"5.3\", ml:\"00\", patch:\"IZ15480_06\", package:\"bos.rte.control\", minfilesetver:\"5.3.0.50\", maxfilesetver:\"5.3.0.51\") < 0) flag++;\nif (aix_check_ifix(release:\"5.3\", ml:\"00\", patch:\"IZ15480_06\", package:\"bos.rte.control\", minfilesetver:\"5.3.0.60\", maxfilesetver:\"5.3.0.65\") < 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:18:06", "description": "The remote host is missing AIX PTF U816674, which is related to the\nsecurity of the package bos.rte.control.\n\nThe reboot command contains a stack based buffer overflow. A local\nattacker in the shutdown group may exploit this overflow to execute\narbitrary code with root privileges because the command is setuid\nroot.\n\nThe following files are vulnerable :\n\n/usr/sbin/reboot.", "edition": 23, "published": "2013-03-13T00:00:00", "title": "AIX 5.3 TL 6 : bos.rte.control (U816674)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2008-1601"], "modified": "2013-03-13T00:00:00", "cpe": ["cpe:/o:ibm:aix:5.3"], "id": "AIX_U816674.NASL", "href": "https://www.tenable.com/plugins/nessus/65392", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were extracted\n# from AIX Security PTF U816674. The text itself is copyright (C)\n# International Business Machines Corp.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(65392);\n script_version(\"1.3\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/04\");\n\n script_cve_id(\"CVE-2008-1601\");\n\n script_name(english:\"AIX 5.3 TL 6 : bos.rte.control (U816674)\");\n script_summary(english:\"Check for PTF U816674\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote AIX host is missing a vendor-supplied security patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"The remote host is missing AIX PTF U816674, which is related to the\nsecurity of the package bos.rte.control.\n\nThe reboot command contains a stack based buffer overflow. A local\nattacker in the shutdown group may exploit this overflow to execute\narbitrary code with root privileges because the command is setuid\nroot.\n\nThe following files are vulnerable :\n\n/usr/sbin/reboot.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www-01.ibm.com/support/docview.wss?uid=isg1IZ15480\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Install the appropriate missing security-related fix.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C\");\n script_cwe_id(119);\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:ibm:aix:5.3\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2008/02/13\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2008/02/13\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/03/13\");\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/local_checks_enabled\", \"Host/AIX/oslevel\", \"Host/AIX/version\", \"Host/AIX/lslpp\");\n\n exit(0);\n}\n\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"aix.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\nflag = 0;\n\nif ( aix_check_patch(ml:\"530006\", patch:\"U816674\", package:\"bos.rte.control.5.3.0.66\") < 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:18:05", "description": "The remote host is missing AIX PTF U815015, which is related to the\nsecurity of the package bos.rte.control.\n\nThe reboot command contains a stack based buffer overflow. A local\nattacker in the shutdown group may exploit this overflow to execute\narbitrary code with root privileges because the command is setuid\nroot.\n\nThe following files are vulnerable :\n\n/usr/sbin/reboot.", "edition": 23, "published": "2013-03-13T00:00:00", "title": "AIX 5.2 TL 10 : bos.rte.control (U815015)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2008-1601"], "modified": "2013-03-13T00:00:00", "cpe": ["cpe:/o:ibm:aix:5.2"], "id": "AIX_U815015.NASL", "href": "https://www.tenable.com/plugins/nessus/65366", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were extracted\n# from AIX Security PTF U815015. The text itself is copyright (C)\n# International Business Machines Corp.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(65366);\n script_version(\"1.3\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/04\");\n\n script_cve_id(\"CVE-2008-1601\");\n\n script_name(english:\"AIX 5.2 TL 10 : bos.rte.control (U815015)\");\n script_summary(english:\"Check for PTF U815015\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote AIX host is missing a vendor-supplied security patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"The remote host is missing AIX PTF U815015, which is related to the\nsecurity of the package bos.rte.control.\n\nThe reboot command contains a stack based buffer overflow. A local\nattacker in the shutdown group may exploit this overflow to execute\narbitrary code with root privileges because the command is setuid\nroot.\n\nThe following files are vulnerable :\n\n/usr/sbin/reboot.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www-01.ibm.com/support/docview.wss?uid=isg1IZ15479\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Install the appropriate missing security-related fix.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C\");\n script_cwe_id(119);\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:ibm:aix:5.2\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2008/02/13\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2008/02/13\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/03/13\");\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/local_checks_enabled\", \"Host/AIX/oslevel\", \"Host/AIX/version\", \"Host/AIX/lslpp\");\n\n exit(0);\n}\n\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"aix.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\nflag = 0;\n\nif ( aix_check_patch(ml:\"520010\", patch:\"U815015\", package:\"bos.rte.control.5.2.0.108\") < 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"}}]}