ID OPENVAS:835184 Type openvas Reporter Copyright (C) 2009 Greenbone Networks GmbH Modified 2017-07-06T00:00:00
Description
Check for the Version of DCE
###############################################################################
# OpenVAS Vulnerability Test
#
# HP-UX Update for DCE HPSBUX02393
#
# Authors:
# System Generated Check
#
# Copyright:
# Copyright (c) 2009 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
include("revisions-lib.inc");
tag_impact = "Remote Denial of Service (DoS)";
tag_affected = "DCE on
HP-UX B.11.31, B.11.23, B.11.11 running DCE";
tag_insight = "A potential security vulnerability has been identified with HP-UX running
DCE. The vulnerability could be exploited remotely to create a Denial of
Service (DoS).";
tag_solution = "Please Install the Updated Packages.";
if(description)
{
script_xref(name : "URL" , value : "http://www11.itrc.hp.com/service/cki/docDisplay.do?docId=emr_na-c01623009-1");
script_id(835184);
script_version("$Revision: 6584 $");
script_tag(name:"last_modification", value:"$Date: 2017-07-06 16:13:23 +0200 (Thu, 06 Jul 2017) $");
script_tag(name:"creation_date", value:"2009-05-05 12:14:23 +0200 (Tue, 05 May 2009)");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:C");
script_xref(name: "HPSBUX", value: "02393");
script_cve_id("CVE-2008-4418");
script_name( "HP-UX Update for DCE HPSBUX02393");
script_summary("Check for the Version of DCE");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("HP-UX Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/hp_hp-ux", "ssh/login/release");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("pkg-lib-hpux.inc");
release = get_kb_item("ssh/login/release");
res = "";
if(release == NULL){
exit(0);
}
if(release == "HPUX11.31")
{
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-CORE-DTS", patch_list:['PHSS_38259'], rls:"HPUX11.31")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-COR-64SLIB", patch_list:['PHSS_38259'], rls:"HPUX11.31")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-CORE-SHLIB", patch_list:['PHSS_38259'], rls:"HPUX11.31")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-IA64-SHLIB", patch_list:['PHSS_38259'], rls:"HPUX11.31")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-CORE-RUN", patch_list:['PHSS_38259'], rls:"HPUX11.31")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
if(release == "HPUX11.23")
{
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-CORE-DTS", patch_list:['PHSS_38258'], rls:"HPUX11.23")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-CORE-RUN", patch_list:['PHSS_38258'], rls:"HPUX11.23")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-COR-PA-RUN", patch_list:['PHSS_38258'], rls:"HPUX11.23")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-COR-IA-RUN", patch_list:['PHSS_38258'], rls:"HPUX11.23")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-COR-64SLIB", patch_list:['PHSS_38258'], rls:"HPUX11.23")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-CORE-SHLIB", patch_list:['PHSS_38258'], rls:"HPUX11.23")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-IA64-SHLIB", patch_list:['PHSS_38258'], rls:"HPUX11.23")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
if(release == "HPUX11.11")
{
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-CORE-DTS", patch_list:['PHSS_38183'], rls:"HPUX11.11")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-COR-64SLIB", patch_list:['PHSS_38183'], rls:"HPUX11.11")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-CORE-SHLIB", patch_list:['PHSS_38183'], rls:"HPUX11.11")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = ishpuxpkgvuln(pkg:"DCE-Core.DCE-CORE-RUN", patch_list:['PHSS_38183'], rls:"HPUX11.11")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99); # Not vulnerable.
exit(0);
}
{"id": "OPENVAS:835184", "type": "openvas", "bulletinFamily": "scanner", "title": "HP-UX Update for DCE HPSBUX02393", "description": "Check for the Version of DCE", "published": "2009-05-05T00:00:00", "modified": "2017-07-06T00:00:00", "cvss": {"score": 7.8, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:NONE/A:COMPLETE/"}, "href": "http://plugins.openvas.org/nasl.php?oid=835184", "reporter": "Copyright (C) 2009 Greenbone Networks GmbH", "references": ["http://www11.itrc.hp.com/service/cki/docDisplay.do?docId=emr_na-c01623009-1", "02393"], "cvelist": ["CVE-2008-4418"], "lastseen": "2017-07-24T12:56:32", "viewCount": 0, "enchantments": {"score": {"value": 5.4, "vector": "NONE", "modified": "2017-07-24T12:56:32", "rev": 2}, "dependencies": {"references": [{"type": "cve", "idList": ["CVE-2008-4418"]}, {"type": "openvas", "idList": ["OPENVAS:1361412562310835184"]}, {"type": "securityvulns", "idList": ["SECURITYVULNS:VULN:8452", "SECURITYVULNS:DOC:21019"]}, {"type": "nessus", "idList": ["HPUX_PHSS_38259.NASL", "HPUX_PHSS_38183.NASL", "HPUX_PHSS_38258.NASL"]}], "modified": "2017-07-24T12:56:32", "rev": 2}, "vulnersScore": 5.4}, "pluginID": "835184", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# HP-UX Update for DCE HPSBUX02393\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2009 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\ntag_impact = \"Remote Denial of Service (DoS)\";\ntag_affected = \"DCE on\n HP-UX B.11.31, B.11.23, B.11.11 running DCE\";\ntag_insight = \"A potential security vulnerability has been identified with HP-UX running \n DCE. The vulnerability could be exploited remotely to create a Denial of \n Service (DoS).\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://www11.itrc.hp.com/service/cki/docDisplay.do?docId=emr_na-c01623009-1\");\n script_id(835184);\n script_version(\"$Revision: 6584 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-06 16:13:23 +0200 (Thu, 06 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2009-05-05 12:14:23 +0200 (Tue, 05 May 2009)\");\n script_tag(name:\"cvss_base\", value:\"7.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:N/A:C\");\n script_xref(name: \"HPSBUX\", value: \"02393\");\n script_cve_id(\"CVE-2008-4418\");\n script_name( \"HP-UX Update for DCE HPSBUX02393\");\n\n script_summary(\"Check for the Version of DCE\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2009 Greenbone Networks GmbH\");\n script_family(\"HP-UX Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/hp_hp-ux\", \"ssh/login/release\");\n script_tag(name : \"impact\" , value : tag_impact);\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-hpux.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"HPUX11.31\")\n{\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-DTS\", patch_list:['PHSS_38259'], rls:\"HPUX11.31\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-COR-64SLIB\", patch_list:['PHSS_38259'], rls:\"HPUX11.31\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-SHLIB\", patch_list:['PHSS_38259'], rls:\"HPUX11.31\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-IA64-SHLIB\", patch_list:['PHSS_38259'], rls:\"HPUX11.31\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-RUN\", patch_list:['PHSS_38259'], rls:\"HPUX11.31\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n\n\nif(release == \"HPUX11.23\")\n{\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-DTS\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-RUN\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-COR-PA-RUN\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-COR-IA-RUN\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-COR-64SLIB\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-SHLIB\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-IA64-SHLIB\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n\n\nif(release == \"HPUX11.11\")\n{\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-DTS\", patch_list:['PHSS_38183'], rls:\"HPUX11.11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-COR-64SLIB\", patch_list:['PHSS_38183'], rls:\"HPUX11.11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-SHLIB\", patch_list:['PHSS_38183'], rls:\"HPUX11.11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-RUN\", patch_list:['PHSS_38183'], rls:\"HPUX11.11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}", "naslFamily": "HP-UX Local Security Checks"}
{"cve": [{"lastseen": "2020-10-03T11:51:02", "description": "Unspecified vulnerability in DCE in HP HP-UX B.11.11, B.11.23, and B.11.31 allows remote attackers to cause a denial of service via unknown vectors.\nhttp://marc.info/?l=bugtraq&m=122893704624601&w=2\r\n\r\nHP has made the following software patches available to resolve the vulnerabilities.\r\n\r\nThe patches can be downloaded from http://itrc.hp.com \r\n \r\nOS/Product Version - HP-UX B.11.31 running DCE\r\nAction - Install PHSS_38259 or subsequent\r\n \r\nOS/Product Version - HP-UX B.11.23 running DCE\r\nAction - Install PHSS_38258 or subsequent\r\n \r\nOS/Product Version - HP-UX B.11.11 running DCE\r\nAction - Install PHSS_38183 or subsequent\r\n", "edition": 3, "cvss3": {}, "published": "2008-12-11T15:30:00", "title": "CVE-2008-4418", "type": "cve", "cwe": ["NVD-CWE-noinfo"], "bulletinFamily": "NVD", "cvss2": {"severity": "HIGH", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "NONE", "availabilityImpact": "COMPLETE", "integrityImpact": "NONE", "baseScore": 7.8, "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:C", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "acInsufInfo": true, "impactScore": 6.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2008-4418"], "modified": "2011-03-08T03:12:00", "cpe": ["cpe:/o:hp:hp-ux:b.11.11", "cpe:/o:hp:hp-ux:b.11.23", "cpe:/o:hp:hp-ux:b.11.31"], "id": "CVE-2008-4418", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-4418", "cvss": {"score": 7.8, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:C"}, "cpe23": ["cpe:2.3:o:hp:hp-ux:b.11.31:*:*:*:*:*:*:*", "cpe:2.3:o:hp:hp-ux:b.11.23:*:*:*:*:*:*:*", "cpe:2.3:o:hp:hp-ux:b.11.11:*:*:*:*:*:*:*"]}], "openvas": [{"lastseen": "2018-04-09T11:39:52", "bulletinFamily": "scanner", "cvelist": ["CVE-2008-4418"], "description": "Check for the Version of DCE", "modified": "2018-04-06T00:00:00", "published": "2009-05-05T00:00:00", "id": "OPENVAS:1361412562310835184", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310835184", "type": "openvas", "title": "HP-UX Update for DCE HPSBUX02393", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# HP-UX Update for DCE HPSBUX02393\n#\n# Authors:\n# System Generated Check\n#\n# Copyright:\n# Copyright (c) 2009 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ninclude(\"revisions-lib.inc\");\ntag_impact = \"Remote Denial of Service (DoS)\";\ntag_affected = \"DCE on\n HP-UX B.11.31, B.11.23, B.11.11 running DCE\";\ntag_insight = \"A potential security vulnerability has been identified with HP-UX running \n DCE. The vulnerability could be exploited remotely to create a Denial of \n Service (DoS).\";\ntag_solution = \"Please Install the Updated Packages.\";\n\n\n\nif(description)\n{\n script_xref(name : \"URL\" , value : \"http://www11.itrc.hp.com/service/cki/docDisplay.do?docId=emr_na-c01623009-1\");\n script_oid(\"1.3.6.1.4.1.25623.1.0.835184\");\n script_version(\"$Revision: 9370 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-04-06 10:53:14 +0200 (Fri, 06 Apr 2018) $\");\n script_tag(name:\"creation_date\", value:\"2009-05-05 12:14:23 +0200 (Tue, 05 May 2009)\");\n script_tag(name:\"cvss_base\", value:\"7.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:N/I:N/A:C\");\n script_xref(name: \"HPSBUX\", value: \"02393\");\n script_cve_id(\"CVE-2008-4418\");\n script_name( \"HP-UX Update for DCE HPSBUX02393\");\n\n script_tag(name:\"summary\", value:\"Check for the Version of DCE\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2009 Greenbone Networks GmbH\");\n script_family(\"HP-UX Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/hp_hp-ux\", \"ssh/login/release\");\n script_tag(name : \"impact\" , value : tag_impact);\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n\ninclude(\"pkg-lib-hpux.inc\");\n\nrelease = get_kb_item(\"ssh/login/release\");\n\n\nres = \"\";\nif(release == NULL){\n exit(0);\n}\n\nif(release == \"HPUX11.31\")\n{\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-DTS\", patch_list:['PHSS_38259'], rls:\"HPUX11.31\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-COR-64SLIB\", patch_list:['PHSS_38259'], rls:\"HPUX11.31\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-SHLIB\", patch_list:['PHSS_38259'], rls:\"HPUX11.31\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-IA64-SHLIB\", patch_list:['PHSS_38259'], rls:\"HPUX11.31\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-RUN\", patch_list:['PHSS_38259'], rls:\"HPUX11.31\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n\n\nif(release == \"HPUX11.23\")\n{\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-DTS\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-RUN\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-COR-PA-RUN\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-COR-IA-RUN\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-COR-64SLIB\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-SHLIB\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-IA64-SHLIB\", patch_list:['PHSS_38258'], rls:\"HPUX11.23\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}\n\n\nif(release == \"HPUX11.11\")\n{\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-DTS\", patch_list:['PHSS_38183'], rls:\"HPUX11.11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-COR-64SLIB\", patch_list:['PHSS_38183'], rls:\"HPUX11.11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-SHLIB\", patch_list:['PHSS_38183'], rls:\"HPUX11.11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if ((res = ishpuxpkgvuln(pkg:\"DCE-Core.DCE-CORE-RUN\", patch_list:['PHSS_38183'], rls:\"HPUX11.11\")) != NULL)\n {\n security_message(data:res);\n exit(0);\n }\n\n if (__pkg_match) exit(99); # Not vulnerable.\n exit(0);\n}", "cvss": {"score": 7.8, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:NONE/A:COMPLETE/"}}], "securityvulns": [{"lastseen": "2018-08-31T11:10:28", "bulletinFamily": "software", "cvelist": ["CVE-2008-4418"], "description": "-----BEGIN PGP SIGNED MESSAGE-----\r\nHash: SHA1\r\n\r\nSUPPORT COMMUNICATION - SECURITY BULLETIN\r\n\r\nDocument ID: c01623009\r\nVersion: 1\r\n\r\nHPSBUX02393 SSRT080057 rev.1 - HP-UX Running DCE, Remote Denial of Service (DoS)\r\n\r\nNOTICE: The information in this Security Bulletin should be acted upon as soon as possible.\r\n\r\nRelease Date: 2008-12-10\r\nLast Updated: 2008-12-10\r\n\r\nPotential Security Impact: Remote Denial of Service (DoS)\r\n\r\nSource: Hewlett-Packard Company, HP Software Security Response Team\r\n\r\nVULNERABILITY SUMMARY\r\nA potential security vulnerability has been identified with HP-UX running DCE. The vulnerability could be exploited remotely to create a Denial of Service (DoS).\r\n\r\nReferences: CVE-2008-4418\r\n\r\nSUPPORTED SOFTWARE VERSIONS*: ONLY impacted versions are listed.\r\nHP-UX B.11.31, B.11.23, B.11.11 running DCE\r\n\r\nBACKGROUND\r\n\r\nCVSS 2.0 Base Metrics \r\n===============================================\r\nReference Base Vector Base Score \r\nCVE-2008-4418 (AV:N/AC:L/Au:N/C:N/I:N/A:P) 5.0\r\n===============================================\r\nInformation on CVSS is documented in HP Customer Notice: HPSN-2008-002.\r\n \r\nRESOLUTION\r\n\r\nHP has made the following software patches available to resolve the vulnerabilities.\r\n\r\nThe patches can be downloaded from http://itrc.hp.com \r\n \r\nOS/Product Version - HP-UX B.11.31 running DCE\r\nAction - Install PHSS_38259 or subsequent\r\n \r\nOS/Product Version - HP-UX B.11.23 running DCE\r\nAction - Install PHSS_38258 or subsequent\r\n \r\nOS/Product Version - HP-UX B.11.11 running DCE\r\nAction - Install PHSS_38183 or subsequent\r\n \r\nMANUAL ACTIONS: No \r\n\r\nPRODUCT SPECIFIC INFORMATION \r\n\r\nHP-UX Software Assistant: HP-UX Software Assistant is an enhanced application that replaces HP-UX Security Patch Check. It analyzes all Security Bulletins issued by HP and lists recommended actions that may apply to a specific HP-UX system. It can also download patches and create a depot automatically. For more information see: https://www.hp.com/go/swa \r\n\r\nThe following text is for use by the HP-UX Software Assistant.\r\n\r\nAFFECTED VERSIONS\r\n\r\nHP-UX B.11.31 \r\n============= \r\nDCE-Core.DCE-CORE-DTS \r\nDCE-Core.DCE-COR-64SLIB \r\nDCE-Core.DCE-CORE-SHLIB \r\nDCE-Core.DCE-IA64-SHLIB \r\nDCE-Core.DCE-CORE-RUN \r\naction: install PHSS_38259 or subsequent \r\nURL: http://itrc.hp.com \r\n\r\nHP-UX B.11.23 \r\n============= \r\nDCE-Core.DCE-CORE-DTS \r\nDCE-Core.DCE-CORE-RUN \r\nDCE-Core.DCE-COR-PA-RUN \r\nDCE-Core.DCE-COR-IA-RUN \r\nDCE-Core.DCE-COR-64SLIB \r\nDCE-Core.DCE-CORE-SHLIB \r\nDCE-Core.DCE-IA64-SHLIB \r\naction: install PHSS_38258 or subsequent \r\nURL: http://itrc.hp.com \r\n\r\nHP-UX B.11.11 \r\n============= \r\nDCE-Core.DCE-CORE-DTS \r\nDCE-Core.DCE-COR-64SLIB \r\nDCE-Core.DCE-CORE-SHLIB \r\nDCE-Core.DCE-CORE-RUN \r\naction: install PHSS_38183 or subsequent \r\nURL: http://itrc.hp.com \r\n\r\nEND AFFECTED VERSIONS\r\n\r\nHISTORY \r\nVersion:1 (rev.1) - 10 December 2008 Initial release \r\n\r\nThird Party Security Patches: Third party security patches that are to be installed on systems running HP software products should be applied in accordance with the customer's patch management policy. \r\n\r\nSupport: For further information, contact normal HP Services support channel.\r\n\r\nReport: To report a potential security vulnerability with any HP supported product, send Email to: security-alert@hp.com \r\nIt is strongly recommended that security related information being communicated to HP be encrypted using PGP, especially exploit information. \r\nTo get the security-alert PGP key, please send an e-mail message as follows:\r\n To: security-alert@hp.com \r\n Subject: get key\r\n\r\nSubscribe: To initiate a subscription to receive future HP Security Bulletins via Email: \r\nhttp://h30046.www3.hp.com/driverAlertProfile.php?regioncode=NA&langcode=USENG&jumpid=in_SC-GEN__driverITRC&topiccode=ITRC \r\nOn the web page: ITRC security bulletins and patch sign-up \r\nUnder Step1: your ITRC security bulletins and patches \r\n - check ALL categories for which alerts are required and continue.\r\nUnder Step2: your ITRC operating systems \r\n - verify your operating system selections are checked and save.\r\n\r\n\r\nTo update an existing subscription: http://h30046.www3.hp.com/subSignIn.php \r\nLog in on the web page: Subscriber's choice for Business: sign-in. \r\nOn the web page: Subscriber's Choice: your profile summary - use Edit Profile to update appropriate sections.\r\n\r\n\r\nTo review previously published Security Bulletins visit: http://www.itrc.hp.com/service/cki/secBullArchive.do \r\n\r\n\r\n* The Software Product Category that this Security Bulletin relates to is represented by the 5th and 6th characters of the Bulletin number in the title: \r\n\r\nGN = HP General SW\r\nMA = HP Management Agents\r\nMI = Misc. 3rd Party SW\r\nMP = HP MPE/iX\r\nNS = HP NonStop Servers\r\nOV = HP OpenVMS\r\nPI = HP Printing & Imaging\r\nST = HP Storage SW\r\nTL = HP Trusted Linux\r\nTU = HP Tru64 UNIX\r\nUX = HP-UX\r\nVV = HP VirtualVault\r\n \r\nSystem management and security procedures must be reviewed frequently to maintain system integrity. HP is continually reviewing and enhancing the security features of software products to provide customers with current secure solutions.\r\n\r\n\r\n"HP is broadly distributing this Security Bulletin in order to bring to the attention of users of the affected HP products the important security information contained in this Bulletin. HP recommends that all users determine the applicability of this information to their individual situations and take appropriate action. HP does not warrant that this information is necessarily accurate or complete for all user situations and, consequently, HP will not be responsible for any damages resulting from user's use or disregard of the information provided in this Bulletin. To the extent permitted by law, HP disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose, title and non-infringement."\r\n\r\n\u00a9Copyright 2008 Hewlett-Packard Development Company, L.P. \r\n\r\nHewlett-Packard Company shall not be liable for technical or editorial errors or omissions contained herein. The information provided is provided "as is" without warranty of any kind. To the extent permitted by law, neither HP or its affiliates, subcontractors or suppliers will be liable for incidental, special or consequential damages including downtime cost; lost profits; damages relating to the procurement of substitute products or services; or damages for loss of data, or software restoration. The information in this document is subject to change without notice. Hewlett-Packard Company and the names of Hewlett-Packard products referenced herein are trademarks of Hewlett-Packard Company in the United States and other countries. Other product and company names mentioned herein may be trademarks of their respective owners.\r\n-----BEGIN PGP SIGNATURE-----\r\nVersion: PGP 8.1\r\n\r\niQA/AwUBST+sIuAfOvwtKn1ZEQJTJgCfUpAv/MXMU7qBxTmbmD/C0j+g5ZAAoJRY\r\nUB2UhN9KB86yj3K+0Ngmr8f+\r\n=KyFr\r\n-----END PGP SIGNATURE-----", "edition": 1, "modified": "2008-12-14T00:00:00", "published": "2008-12-14T00:00:00", "id": "SECURITYVULNS:DOC:21019", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:21019", "title": "[security bulletin] HPSBUX02393 SSRT080057 rev.1 - HP-UX Running DCE, Remote Denial of Service (DoS)", "type": "securityvulns", "cvss": {"score": 7.8, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:NONE/I:NONE/A:COMPLETE/"}}, {"lastseen": "2018-08-31T11:09:27", "bulletinFamily": "software", "cvelist": ["CVE-2007-6195", "CVE-2008-4418"], "description": "No description provided", "edition": 1, "modified": "2008-12-14T00:00:00", "published": "2008-12-14T00:00:00", "id": "SECURITYVULNS:VULN:8452", "href": "https://vulners.com/securityvulns/SECURITYVULNS:VULN:8452", "title": "HP-UX DCE DoS", "type": "securityvulns", "cvss": {"score": 10.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}], "nessus": [{"lastseen": "2021-01-12T11:32:17", "description": "s700_800 11.31 HP DCE 2.0 client cumulative patch : \n\nA potential security vulnerability has been identified with HP-UX\nrunning DCE. The vulnerability could be exploited remotely to create a\nDenial of Service (DoS).", "edition": 24, "published": "2008-12-16T00:00:00", "title": "HP-UX PHSS_38259 : HP-UX Running DCE, Remote Denial of Service (DoS) (HPSBUX02393 SSRT080057 rev.1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2008-4418"], "modified": "2008-12-16T00:00:00", "cpe": ["cpe:/o:hp:hp-ux"], "id": "HPUX_PHSS_38259.NASL", "href": "https://www.tenable.com/plugins/nessus/35177", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and patch checks in this plugin were \n# extracted from HP patch PHSS_38259. The text itself is\n# copyright (C) Hewlett-Packard Development Company, L.P.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(35177);\n script_version(\"1.23\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2008-4418\");\n script_xref(name:\"HP\", value:\"emr_na-c01623009\");\n script_xref(name:\"HP\", value:\"HPSBUX02393\");\n script_xref(name:\"HP\", value:\"SSRT080057\");\n\n script_name(english:\"HP-UX PHSS_38259 : HP-UX Running DCE, Remote Denial of Service (DoS) (HPSBUX02393 SSRT080057 rev.1)\");\n script_summary(english:\"Checks for the patch in the swlist output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote HP-UX host is missing a security-related patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"s700_800 11.31 HP DCE 2.0 client cumulative patch : \n\nA potential security vulnerability has been identified with HP-UX\nrunning DCE. The vulnerability could be exploited remotely to create a\nDenial of Service (DoS).\"\n );\n # http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01623009\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?89d25b9f\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Install patch PHSS_38259 or subsequent.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:hp:hp-ux\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2008/12/10\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2008/12/16\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2008-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"HP-UX Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/HP-UX/version\", \"Host/HP-UX/swlist\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"hpux.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/HP-UX/version\")) audit(AUDIT_OS_NOT, \"HP-UX\");\nif (!get_kb_item(\"Host/HP-UX/swlist\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nif (!hpux_check_ctx(ctx:\"11.31\"))\n{\n exit(0, \"The host is not affected since PHSS_38259 applies to a different OS release.\");\n}\n\npatches = make_list(\"PHSS_38259\", \"PHSS_39122\", \"PHSS_40201\", \"PHSS_43173\", \"PHSS_43701\", \"PHSS_44173\");\nforeach patch (patches)\n{\n if (hpux_installed(app:patch))\n {\n exit(0, \"The host is not affected because patch \"+patch+\" is installed.\");\n }\n}\n\n\nflag = 0;\nif (hpux_check_patch(app:\"DCE-Core.DCE-COR-64SLIB\", version:\"B.11.31\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCE-CORE-DTS\", version:\"B.11.31\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCE-CORE-RUN\", version:\"B.11.31\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCE-CORE-SHLIB\", version:\"B.11.31\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCE-IA64-SHLIB\", version:\"B.11.31\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCEC-ENG-A-MAN\", version:\"B.11.31\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:hpux_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 7.8, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:C"}}, {"lastseen": "2021-01-12T11:32:17", "description": "s700_800 11.11 HP DCE/9000 1.8 DCE Client IPv6 patch : \n\nA potential security vulnerability has been identified with HP-UX\nrunning DCE. The vulnerability could be exploited remotely to create a\nDenial of Service (DoS).", "edition": 24, "published": "2008-12-16T00:00:00", "title": "HP-UX PHSS_38183 : HP-UX Running DCE, Remote Denial of Service (DoS) (HPSBUX02393 SSRT080057 rev.1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2008-4418"], "modified": "2008-12-16T00:00:00", "cpe": ["cpe:/o:hp:hp-ux"], "id": "HPUX_PHSS_38183.NASL", "href": "https://www.tenable.com/plugins/nessus/35175", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and patch checks in this plugin were \n# extracted from HP patch PHSS_38183. The text itself is\n# copyright (C) Hewlett-Packard Development Company, L.P.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(35175);\n script_version(\"1.18\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2008-4418\");\n script_xref(name:\"HP\", value:\"emr_na-c01623009\");\n script_xref(name:\"HP\", value:\"HPSBUX02393\");\n script_xref(name:\"HP\", value:\"SSRT080057\");\n\n script_name(english:\"HP-UX PHSS_38183 : HP-UX Running DCE, Remote Denial of Service (DoS) (HPSBUX02393 SSRT080057 rev.1)\");\n script_summary(english:\"Checks for the patch in the swlist output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote HP-UX host is missing a security-related patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"s700_800 11.11 HP DCE/9000 1.8 DCE Client IPv6 patch : \n\nA potential security vulnerability has been identified with HP-UX\nrunning DCE. The vulnerability could be exploited remotely to create a\nDenial of Service (DoS).\"\n );\n # http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01623009\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?89d25b9f\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Install patch PHSS_38183 or subsequent.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:hp:hp-ux\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2008/12/10\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2008/12/16\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2008-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"HP-UX Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/HP-UX/version\", \"Host/HP-UX/swlist\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"hpux.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/HP-UX/version\")) audit(AUDIT_OS_NOT, \"HP-UX\");\nif (!get_kb_item(\"Host/HP-UX/swlist\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nif (!hpux_check_ctx(ctx:\"11.11\"))\n{\n exit(0, \"The host is not affected since PHSS_38183 applies to a different OS release.\");\n}\n\npatches = make_list(\"PHSS_38183\", \"PHSS_42852\");\nforeach patch (patches)\n{\n if (hpux_installed(app:patch))\n {\n exit(0, \"The host is not affected because patch \"+patch+\" is installed.\");\n }\n}\n\n\nflag = 0;\nif (hpux_check_patch(app:\"DCE-Core.DCE-COR-64SLIB\", version:\"B.11.11\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCE-CORE-DTS\", version:\"B.11.11\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCE-CORE-RUN\", version:\"B.11.11\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCE-CORE-SHLIB\", version:\"B.11.11\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCEC-ENG-A-MAN\", version:\"B.11.11\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:hpux_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 7.8, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:C"}}, {"lastseen": "2021-01-12T11:32:17", "description": "s700_800 11.23 HP DCE 1.9 client cumulative patch : \n\nA potential security vulnerability has been identified with HP-UX\nrunning DCE. The vulnerability could be exploited remotely to create a\nDenial of Service (DoS).", "edition": 24, "published": "2008-12-16T00:00:00", "title": "HP-UX PHSS_38258 : HP-UX Running DCE, Remote Denial of Service (DoS) (HPSBUX02393 SSRT080057 rev.1)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2008-4418"], "modified": "2008-12-16T00:00:00", "cpe": ["cpe:/o:hp:hp-ux"], "id": "HPUX_PHSS_38258.NASL", "href": "https://www.tenable.com/plugins/nessus/35176", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and patch checks in this plugin were \n# extracted from HP patch PHSS_38258. The text itself is\n# copyright (C) Hewlett-Packard Development Company, L.P.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(35176);\n script_version(\"1.16\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_cve_id(\"CVE-2008-4418\");\n script_xref(name:\"HP\", value:\"emr_na-c01623009\");\n script_xref(name:\"HP\", value:\"HPSBUX02393\");\n script_xref(name:\"HP\", value:\"SSRT080057\");\n\n script_name(english:\"HP-UX PHSS_38258 : HP-UX Running DCE, Remote Denial of Service (DoS) (HPSBUX02393 SSRT080057 rev.1)\");\n script_summary(english:\"Checks for the patch in the swlist output\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote HP-UX host is missing a security-related patch.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"s700_800 11.23 HP DCE 1.9 client cumulative patch : \n\nA potential security vulnerability has been identified with HP-UX\nrunning DCE. The vulnerability could be exploited remotely to create a\nDenial of Service (DoS).\"\n );\n # http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01623009\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?89d25b9f\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Install patch PHSS_38258 or subsequent.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:hp:hp-ux\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2008/12/10\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2008/12/16\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2008-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n script_family(english:\"HP-UX Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/HP-UX/version\", \"Host/HP-UX/swlist\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"hpux.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/HP-UX/version\")) audit(AUDIT_OS_NOT, \"HP-UX\");\nif (!get_kb_item(\"Host/HP-UX/swlist\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\nif (!hpux_check_ctx(ctx:\"11.23\"))\n{\n exit(0, \"The host is not affected since PHSS_38258 applies to a different OS release.\");\n}\n\npatches = make_list(\"PHSS_38258\", \"PHSS_42853\");\nforeach patch (patches)\n{\n if (hpux_installed(app:patch))\n {\n exit(0, \"The host is not affected because patch \"+patch+\" is installed.\");\n }\n}\n\n\nflag = 0;\nif (hpux_check_patch(app:\"DCE-Core.DCE-COR-64SLIB\", version:\"B.11.23\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCE-COR-IA-RUN\", version:\"B.11.23\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCE-COR-PA-RUN\", version:\"B.11.23\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCE-CORE-DTS\", version:\"B.11.23\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCE-CORE-RUN\", version:\"B.11.23\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCE-CORE-SHLIB\", version:\"B.11.23\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCE-IA64-SHLIB\", version:\"B.11.23\")) flag++;\nif (hpux_check_patch(app:\"DCE-Core.DCEC-ENG-A-MAN\", version:\"B.11.23\")) flag++;\nif (hpux_check_patch(app:\"DCE-CoreTools.DCE-BPRG\", version:\"B.11.23\")) flag++;\nif (hpux_check_patch(app:\"DCE-CoreTools.DCEP-ENG-A-MAN\", version:\"B.11.23\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:hpux_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "cvss": {"score": 7.8, "vector": "AV:N/AC:L/Au:N/C:N/I:N/A:C"}}]}