ID LOTUS_SAMETIME_CONNECT_SWG21292938.NASL Type nessus Reporter This script is Copyright (C) 2013-2019 Tenable Network Security, Inc. Modified 2021-03-02T00:00:00
Description
The version of IBM Lotus Sametime Connect installed on the remote
Windows host is 7.5 or 7.5.1. Such versions are potentially affected by
a cross-site scripting vulnerability. By tricking a user into moving
the mouse cursor over specially crafted content, an attacker could
execute arbitrary script code on the remote host subject to the
privileges of the user running the affected application.
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(70072);
script_version("1.5");
script_cvs_date("Date: 2019/09/24 15:02:54");
script_cve_id("CVE-2008-0354");
script_bugtraq_id(27316);
script_name(english:"IBM Lotus Sametime Connect Client Mouseover XSS");
script_summary(english:"Checks version of IBM Lotus Sametime Connect Client");
script_set_attribute(attribute:"synopsis", value:
"The remote Windows host has a chat client installed that is affected by
a cross-site scripting vulnerability.");
script_set_attribute(attribute:"description", value:
"The version of IBM Lotus Sametime Connect installed on the remote
Windows host is 7.5 or 7.5.1. Such versions are potentially affected by
a cross-site scripting vulnerability. By tricking a user into moving
the mouse cursor over specially crafted content, an attacker could
execute arbitrary script code on the remote host subject to the
privileges of the user running the affected application.");
script_set_attribute(attribute:"see_also", value:"http://www-01.ibm.com/support/docview.wss?uid=swg21292938");
script_set_attribute(attribute:"solution", value:"Upgrade to Lotus Sametime Connect Client 7.5.1 CF1 or later.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_cwe_id(79);
script_set_attribute(attribute:"vuln_publication_date", value:"2008/01/16");
script_set_attribute(attribute:"patch_publication_date", value:"2008/01/18");
script_set_attribute(attribute:"plugin_publication_date", value:"2013/09/23");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:ibm:lotus_sametime");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows");
script_copyright(english:"This script is Copyright (C) 2013-2019 Tenable Network Security, Inc.");
script_dependencies("lotus_sametime_connect_installed.nasl");
script_require_keys("SMB/IBM Lotus Sametime Client/Path", "SMB/IBM Lotus Sametime Client/Version");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
version = get_kb_item_or_exit('SMB/IBM Lotus Sametime Client/Version');
path = get_kb_item_or_exit('SMB/IBM Lotus Sametime Client/Path');
if (version =~ '^7\\.5($|[^\\.0-9]|\\.(0([^0-9]|$)|1($|CF1)))')
{
port = get_kb_item('SMB/transport');
if (!port) port = 445;
set_kb_item(name:"www/0/XSS", value:TRUE);
if (report_verbosity > 0)
{
report =
'\n Path : ' + path +
'\n Installed version : ' + version +
'\n Fixed version : 8.0\n';
security_warning(port:port, extra:report);
}
else security_warning(port);
exit(0);
}
audit(AUDIT_INST_PATH_NOT_VULN, 'IBM Lotus Sametime Connect', version, path);
{"id": "LOTUS_SAMETIME_CONNECT_SWG21292938.NASL", "bulletinFamily": "scanner", "title": "IBM Lotus Sametime Connect Client Mouseover XSS", "description": "The version of IBM Lotus Sametime Connect installed on the remote\nWindows host is 7.5 or 7.5.1. Such versions are potentially affected by\na cross-site scripting vulnerability. By tricking a user into moving\nthe mouse cursor over specially crafted content, an attacker could\nexecute arbitrary script code on the remote host subject to the\nprivileges of the user running the affected application.", "published": "2013-09-23T00:00:00", "modified": "2021-03-02T00:00:00", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}, "href": "https://www.tenable.com/plugins/nessus/70072", "reporter": "This script is Copyright (C) 2013-2019 Tenable Network Security, Inc.", "references": ["http://www-01.ibm.com/support/docview.wss?uid=swg21292938"], "cvelist": ["CVE-2008-0354"], "type": "nessus", "lastseen": "2021-03-01T03:36:46", "edition": 25, "viewCount": 0, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2008-0354"]}], "modified": "2021-03-01T03:36:46", "rev": 2}, "score": {"value": 5.2, "vector": "NONE", "modified": "2021-03-01T03:36:46", "rev": 2}, "vulnersScore": 5.2}, "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(70072);\n script_version(\"1.5\");\n script_cvs_date(\"Date: 2019/09/24 15:02:54\");\n\n script_cve_id(\"CVE-2008-0354\");\n script_bugtraq_id(27316);\n\n script_name(english:\"IBM Lotus Sametime Connect Client Mouseover XSS\");\n script_summary(english:\"Checks version of IBM Lotus Sametime Connect Client\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote Windows host has a chat client installed that is affected by\na cross-site scripting vulnerability.\");\n script_set_attribute(attribute:\"description\", value:\n\"The version of IBM Lotus Sametime Connect installed on the remote\nWindows host is 7.5 or 7.5.1. Such versions are potentially affected by\na cross-site scripting vulnerability. By tricking a user into moving\nthe mouse cursor over specially crafted content, an attacker could\nexecute arbitrary script code on the remote host subject to the\nprivileges of the user running the affected application.\");\n script_set_attribute(attribute:\"see_also\", value:\"http://www-01.ibm.com/support/docview.wss?uid=swg21292938\");\n script_set_attribute(attribute:\"solution\", value:\"Upgrade to Lotus Sametime Connect Client 7.5.1 CF1 or later.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n script_cwe_id(79);\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2008/01/16\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2008/01/18\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2013/09/23\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:ibm:lotus_sametime\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows\");\n\n script_copyright(english:\"This script is Copyright (C) 2013-2019 Tenable Network Security, Inc.\");\n\n script_dependencies(\"lotus_sametime_connect_installed.nasl\");\n script_require_keys(\"SMB/IBM Lotus Sametime Client/Path\", \"SMB/IBM Lotus Sametime Client/Version\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\n\nversion = get_kb_item_or_exit('SMB/IBM Lotus Sametime Client/Version');\npath = get_kb_item_or_exit('SMB/IBM Lotus Sametime Client/Path');\n\nif (version =~ '^7\\\\.5($|[^\\\\.0-9]|\\\\.(0([^0-9]|$)|1($|CF1)))')\n{\n port = get_kb_item('SMB/transport');\n if (!port) port = 445;\n\n set_kb_item(name:\"www/0/XSS\", value:TRUE);\n\n if (report_verbosity > 0)\n {\n report =\n '\\n Path : ' + path +\n '\\n Installed version : ' + version +\n '\\n Fixed version : 8.0\\n';\n security_warning(port:port, extra:report);\n }\n else security_warning(port);\n exit(0);\n}\naudit(AUDIT_INST_PATH_NOT_VULN, 'IBM Lotus Sametime Connect', version, path);\n", "naslFamily": "Windows", "pluginID": "70072", "cpe": ["cpe:/a:ibm:lotus_sametime"], "scheme": null}
{"cve": [{"lastseen": "2021-02-02T05:35:11", "description": "Cross-site scripting (XSS) vulnerability in the chat client in IBM Lotus Sametime 7.5 and 7.5.1 allows user-assisted remote attackers to inject arbitrary web script or HTML via a crafted message, which triggers code execution after a mouseover event initiated by the victim.", "edition": 4, "cvss3": {}, "published": "2008-01-18T22:00:00", "title": "CVE-2008-0354", "type": "cve", "cwe": ["CWE-79"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "NONE", "integrityImpact": "PARTIAL", "baseScore": 4.3, "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2008-0354"], "modified": "2017-08-08T01:29:00", "cpe": ["cpe:/a:ibm:lotus_sametime:7.5", "cpe:/a:ibm:lotus_sametime:7.5.1"], "id": "CVE-2008-0354", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-0354", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}, "cpe23": ["cpe:2.3:a:ibm:lotus_sametime:7.5:*:*:*:*:*:*:*", "cpe:2.3:a:ibm:lotus_sametime:7.5.1:*:*:*:*:*:*:*"]}]}