ID MANDRIVA_MDVA-2009-033.NASL Type nessus Reporter Tenable Modified 2018-07-19T00:00:00
Description
The synchronization feature in Tomboy would sometimes delete the wrong note.
This update fixes the synchronization logic.
#%NASL_MIN_LEVEL 70103
#%NASL_MIN_LEVEL 99999
# @DEPRECATED@
#
# This script has been deprecated as the associated patch is not
# currently a security fix.
#
# Disabled on 2012/09/06.
#
#
# (C) Tenable Network Security, Inc.
#
# This script was automatically generated from
# Mandriva Linux Security Advisory MDVA-2009:033.
#
if (!defined_func("bn_random")) exit(0);
include("compat.inc");
if (description)
{
script_id(36351);
script_version ("1.9");
script_cvs_date("Date: 2018/07/19 20:59:15");
script_name(english:"MDVA-2009:033 : tomboy");
script_summary(english:"Checks for patch(es) in 'rpm -qa' output");
script_set_attribute(attribute:"synopsis", value:
"The remote Mandriva host is missing one or more security-related
patches.");
script_set_attribute(attribute:"description", value:
"The synchronization feature in Tomboy would sometimes delete the
wrong note.
This update fixes the synchronization logic.");
script_set_attribute(attribute:"see_also", value:"http://www.mandriva.com/security/advisories?name=MDVA-2009:033");
script_set_attribute(attribute:"solution", value:"Update the affected package(s).");
script_set_attribute(attribute:"risk_factor", value:"High");
script_set_attribute(attribute:"patch_publication_date", value:"2009/03/05");
script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:linux");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"plugin_publication_date", value: "2009/04/23");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Mandriva Local Security Checks");
script_copyright(english:"This script is Copyright (C) 2009-2018 Tenable Network Security, Inc.");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/Mandrake/release", "Host/Mandrake/rpm-list");
exit(0);
}
# Deprecated.
exit(0, "The associated patch is not currently a security fix.");
include("global_settings.inc");
include("rpm.inc");
if (!get_kb_item("Host/local_checks_enabled")) exit(0, "Local checks are not enabled.");
if (!get_kb_item("Host/Mandrake/release")) exit(0, "The host is not running Mandrake Linux.");
if (!get_kb_item("Host/Mandrake/rpm-list")) exit(1, "Could not get the list of packages.");
flag = 0;
if (rpm_check(reference:"tomboy-0.12.2-1.1mdv2009.0", release:"MDK2009.0", cpu:"i386", yank:"mdv")) flag++;
if (rpm_check(reference:"tomboy-0.12.2-1.1mdv2009.0", release:"MDK2009.0", cpu:"x86_64", yank:"mdv")) flag++;
if (flag)
{
if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
else security_hole(0);
exit(0);
}
else
{
exit(0, "The host is not affected.");
}
{"id": "MANDRIVA_MDVA-2009-033.NASL", "bulletinFamily": "scanner", "title": "MDVA-2009:033 : tomboy", "description": "The synchronization feature in Tomboy would sometimes delete the wrong note.\n\nThis update fixes the synchronization logic.", "published": "2009-04-23T00:00:00", "modified": "2018-07-19T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/index.php?view=single&id=36351", "reporter": "Tenable", "references": ["http://www.mandriva.com/security/advisories?name=MDVA-2009:033"], "cvelist": [], "type": "nessus", "lastseen": "2019-02-21T01:11:38", "edition": 3, "viewCount": 0, "enchantments": {"dependencies": {"references": [{"type": "nessus", "idList": ["MANDRIVA_MDVA-2008-033.NASL"]}], "modified": "2019-02-21T01:11:38", "rev": 2}, "score": {"value": -0.4, "vector": "NONE", "modified": "2019-02-21T01:11:38", "rev": 2}, "vulnersScore": -0.4}, "sourceData": "#%NASL_MIN_LEVEL 70103\n\n#%NASL_MIN_LEVEL 99999\n# @DEPRECATED@\n#\n# This script has been deprecated as the associated patch is not\n# currently a security fix.\n#\n# Disabled on 2012/09/06.\n#\n\n#\n# (C) Tenable Network Security, Inc.\n#\n# This script was automatically generated from\n# Mandriva Linux Security Advisory MDVA-2009:033.\n#\n\nif (!defined_func(\"bn_random\")) exit(0);\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(36351);\n script_version (\"1.9\");\n script_cvs_date(\"Date: 2018/07/19 20:59:15\");\n\n script_name(english:\"MDVA-2009:033 : tomboy\");\n script_summary(english:\"Checks for patch(es) in 'rpm -qa' output\");\n\n script_set_attribute(attribute:\"synopsis\", value: \n\"The remote Mandriva host is missing one or more security-related\npatches.\");\n script_set_attribute(attribute:\"description\", value:\n\"The synchronization feature in Tomboy would sometimes delete the\nwrong note.\n\nThis update fixes the synchronization logic.\");\n script_set_attribute(attribute:\"see_also\", value:\"http://www.mandriva.com/security/advisories?name=MDVA-2009:033\");\n script_set_attribute(attribute:\"solution\", value:\"Update the affected package(s).\");\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2009/03/05\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:mandriva:linux\");\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2009/04/23\");\n script_end_attributes();\n \n script_category(ACT_GATHER_INFO);\n script_family(english:\"Mandriva Local Security Checks\");\n \n script_copyright(english:\"This script is Copyright (C) 2009-2018 Tenable Network Security, Inc.\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/Mandrake/release\", \"Host/Mandrake/rpm-list\");\n\n exit(0);\n}\n\n# Deprecated.\nexit(0, \"The associated patch is not currently a security fix.\");\n\n\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) exit(0, \"Local checks are not enabled.\");\nif (!get_kb_item(\"Host/Mandrake/release\")) exit(0, \"The host is not running Mandrake Linux.\");\nif (!get_kb_item(\"Host/Mandrake/rpm-list\")) exit(1, \"Could not get the list of packages.\");\n\nflag = 0;\n\nif (rpm_check(reference:\"tomboy-0.12.2-1.1mdv2009.0\", release:\"MDK2009.0\", cpu:\"i386\", yank:\"mdv\")) flag++;\n\nif (rpm_check(reference:\"tomboy-0.12.2-1.1mdv2009.0\", release:\"MDK2009.0\", cpu:\"x86_64\", yank:\"mdv\")) flag++;\n\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());\n else security_hole(0);\n exit(0);\n}\nelse \n{\n exit(0, \"The host is not affected.\");\n}\n", "naslFamily": "Mandriva Local Security Checks", "pluginID": "36351", "cpe": ["cpe:/o:mandriva:linux"], "scheme": null}