ID FEDORA_2005-276.NASL Type nessus Reporter This script is Copyright (C) 2005-2019 Tenable Network Security, Inc. Modified 2019-11-02T00:00:00
Description
Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com>
7:2.5.STABLE9-1.FC3.4
Add more upstream patches.
add the -libbind patch, to avoid picking up a new
dependency on libbind.
Remove references to /etc/squid/errors from this spec,
since squid now uses {_datadir}/squid/errors/English/
by default (overridable in /etc/squid/squid.conf, as
always)
mark {_datadir}/squid/errors as config(noreplace) so
custom error messages won
#%NASL_MIN_LEVEL 80502
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from Fedora Security Advisory 2005-276.
#
include("compat.inc");
if (description)
{
script_id(19643);
script_version ("1.12");
script_cvs_date("Date: 2019/08/02 13:32:24");
script_xref(name:"FEDORA", value:"2005-276");
script_name(english:"Fedora Core 3 : squid-2.5.STABLE9-1.FC3.4 (2005-276)");
script_summary(english:"Checks rpm output for the updated packages.");
script_set_attribute(
attribute:"synopsis",
value:"The remote Fedora Core host is missing a security update."
);
script_set_attribute(
attribute:"description",
value:
" - Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com>
7:2.5.STABLE9-1.FC3.4
- Add more upstream patches.
- add the -libbind patch, to avoid picking up a new
dependency on libbind.
- Remove references to /etc/squid/errors from this spec,
since squid now uses {_datadir}/squid/errors/English/
by default (overridable in /etc/squid/squid.conf, as
always)
- mark {_datadir}/squid/errors as config(noreplace) so
custom error messages won't get stomped on.
- Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>
7:2.5.STABLE9-1.FC3.3
- Actually apply the -date patch.
- Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>
7:2.5.STABLE9-1.FC3.2
- New upstream version, with 14 patches. Includes fix for
bz#150234 cookie leak in squid
Note that Tenable Network Security has extracted the preceding
description block directly from the Fedora security advisory. Tenable
has attempted to automatically clean and format it as much as possible
without introducing additional issues."
);
# https://lists.fedoraproject.org/pipermail/announce/2005-March/000821.html
script_set_attribute(
attribute:"see_also",
value:"http://www.nessus.org/u?10c96790"
);
script_set_attribute(
attribute:"solution",
value:"Update the affected squid and / or squid-debuginfo packages."
);
script_set_attribute(attribute:"risk_factor", value:"High");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:squid");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:squid-debuginfo");
script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora_core:3");
script_set_attribute(attribute:"patch_publication_date", value:"2005/03/30");
script_set_attribute(attribute:"plugin_publication_date", value:"2005/09/12");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2005-2019 Tenable Network Security, Inc.");
script_family(english:"Fedora Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("rpm.inc");
if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
release = get_kb_item("Host/RedHat/release");
if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora");
os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release);
if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora");
os_ver = os_ver[1];
if (! ereg(pattern:"^3([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 3.x", "Fedora " + os_ver);
if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
cpu = get_kb_item("Host/cpu");
if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Fedora", cpu);
flag = 0;
if (rpm_check(release:"FC3", reference:"squid-2.5.STABLE9-1.FC3.4")) flag++;
if (rpm_check(release:"FC3", reference:"squid-debuginfo-2.5.STABLE9-1.FC3.4")) flag++;
if (flag)
{
if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
else security_hole(0);
exit(0);
}
else
{
tested = pkg_tests_get();
if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
else audit(AUDIT_PACKAGE_NOT_INSTALLED, "squid / squid-debuginfo");
}
{"id": "FEDORA_2005-276.NASL", "bulletinFamily": "scanner", "title": "Fedora Core 3 : squid-2.5.STABLE9-1.FC3.4 (2005-276)", "description": " - Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.4\n\n - Add more upstream patches.\n\n - add the -libbind patch, to avoid picking up a new\n dependency on libbind.\n\n - Remove references to /etc/squid/errors from this spec,\n since squid now uses {_datadir}/squid/errors/English/\n by default (overridable in /etc/squid/squid.conf, as\n always)\n\n - mark {_datadir}/squid/errors as config(noreplace) so\n custom error messages won", "published": "2005-09-12T00:00:00", "modified": "2019-11-02T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/19643", "reporter": "This script is Copyright (C) 2005-2019 Tenable Network Security, Inc.", "references": ["http://www.nessus.org/u?10c96790"], "cvelist": [], "type": "nessus", "lastseen": "2019-11-01T02:26:29", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:fedoraproject:fedora_core:3", "p-cpe:/a:fedoraproject:fedora:squid", "p-cpe:/a:fedoraproject:fedora:squid-debuginfo"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "- Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.4\n\n - Add more upstream patches.\n\n - add the -libbind patch, to avoid picking up a new\n dependency on libbind.\n\n - Remove references to /etc/squid/errors from this spec,\n since squid now uses {_datadir}/squid/errors/English/\n by default (overridable in /etc/squid/squid.conf, as\n always)\n\n - mark {_datadir}/squid/errors as config(noreplace) so\n custom error messages won't get stomped on.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.3\n\n - Actually apply the -date patch.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.2\n\n - New upstream version, with 14 patches. Includes fix for\n bz#150234 cookie leak in squid\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.", "edition": 4, "enchantments": {"dependencies": {"modified": "2019-01-16T20:06:19", "references": []}, "score": {"value": 2.1, "vector": "NONE"}}, "hash": "57f59863f0bb1d79579eb04d3dbb4df17223470d099ea48e76b5c91018e2ce69", "hashmap": [{"hash": "18d596dcf73043e0c8a6e3bfef2a0731", "key": "pluginID"}, {"hash": "e2914120514a29eeccc01e381df164d8", "key": "modified"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "466740ff5cef47df083d1f9735738d40", "key": "title"}, {"hash": "5abefe18f454974f3d8847be28386951", "key": "sourceData"}, {"hash": "a38b4d79979f5898d640f486385c587d", "key": "description"}, {"hash": "7f0bd5afbc1980a9fa6649f99320bf71", "key": "published"}, {"hash": "459f5cc65cf553ad802833f75c983c13", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "f98bdfa696da53a3c6ea69cab4d81abb", "key": "cpe"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "1c453ffba485144c814de053f844cf6f", "key": "references"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=19643", "id": "FEDORA_2005-276.NASL", "lastseen": "2019-01-16T20:06:19", "modified": "2018-07-19T00:00:00", "naslFamily": "Fedora Local Security Checks", "objectVersion": "1.3", "pluginID": "19643", "published": "2005-09-12T00:00:00", "references": ["http://www.nessus.org/u?10c96790"], "reporter": "Tenable", "sourceData": "#%NASL_MIN_LEVEL 70103\n\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2005-276.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(19643);\n script_version (\"1.11\");\n script_cvs_date(\"Date: 2018/07/19 23:19:04\");\n\n script_xref(name:\"FEDORA\", value:\"2005-276\");\n\n script_name(english:\"Fedora Core 3 : squid-2.5.STABLE9-1.FC3.4 (2005-276)\");\n script_summary(english:\"Checks rpm output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora Core host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\" - Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.4\n\n - Add more upstream patches.\n\n - add the -libbind patch, to avoid picking up a new\n dependency on libbind.\n\n - Remove references to /etc/squid/errors from this spec,\n since squid now uses {_datadir}/squid/errors/English/\n by default (overridable in /etc/squid/squid.conf, as\n always)\n\n - mark {_datadir}/squid/errors as config(noreplace) so\n custom error messages won't get stomped on.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.3\n\n - Actually apply the -date patch.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.2\n\n - New upstream version, with 14 patches. Includes fix for\n bz#150234 cookie leak in squid\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n # https://lists.fedoraproject.org/pipermail/announce/2005-March/000821.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?10c96790\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected squid and / or squid-debuginfo packages.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:squid\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:squid-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora_core:3\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/03/30\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2005/09/12\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2005-2018 Tenable Network Security, Inc.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^3([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 3.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC3\", reference:\"squid-2.5.STABLE9-1.FC3.4\")) flag++;\nif (rpm_check(release:\"FC3\", reference:\"squid-debuginfo-2.5.STABLE9-1.FC3.4\")) 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 tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"squid / squid-debuginfo\");\n}\n", "title": "Fedora Core 3 : squid-2.5.STABLE9-1.FC3.4 (2005-276)", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 4, "lastseen": "2019-01-16T20:06:19"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:fedoraproject:fedora_core:3", "p-cpe:/a:fedoraproject:fedora:squid", "p-cpe:/a:fedoraproject:fedora:squid-debuginfo"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": " - Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.4\n\n - Add more upstream patches.\n\n - add the -libbind patch, to avoid picking up a new\n dependency on libbind.\n\n - Remove references to /etc/squid/errors from this spec,\n since squid now uses {_datadir}/squid/errors/English/\n by default (overridable in /etc/squid/squid.conf, as\n always)\n\n - mark {_datadir}/squid/errors as config(noreplace) so\n custom error messages won", "edition": 6, "enchantments": {"dependencies": {"modified": "2019-10-28T20:10:54", "references": [{"idList": ["SUSE-SA:2006:022", "SUSE-SA:2006:004"], "type": "suse"}]}, "score": {"modified": "2019-10-28T20:10:54", "value": 1.2, "vector": "NONE"}}, "hash": "e54f44e59d61de5d0be24bf3844415fdee30d842dd68a576aa2bd16c54456006", "hashmap": [{"hash": "18d596dcf73043e0c8a6e3bfef2a0731", "key": "pluginID"}, {"hash": "466740ff5cef47df083d1f9735738d40", "key": "title"}, {"hash": "7f0bd5afbc1980a9fa6649f99320bf71", "key": "published"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "dd93577b99da1fedad61d4288798932b", "key": "href"}, {"hash": "f98bdfa696da53a3c6ea69cab4d81abb", "key": "cpe"}, {"hash": "12e736ec3cfe5404bee2082c7a206d64", "key": "sourceData"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "0bafb6325bcaf483a25404f785191cc5", "key": "modified"}, {"hash": "1c453ffba485144c814de053f844cf6f", "key": "references"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "e2c18b2dace2400d9ee4cbd11df4a988", "key": "description"}, {"hash": "507c1dcbb71af7a074b2f9898d9bcebb", "key": "reporter"}], "history": [], "href": "https://www.tenable.com/plugins/nessus/19643", "id": "FEDORA_2005-276.NASL", "lastseen": "2019-10-28T20:10:54", "modified": "2019-10-02T00:00:00", "naslFamily": "Fedora Local Security Checks", "objectVersion": "1.3", "pluginID": "19643", "published": "2005-09-12T00:00:00", "references": ["http://www.nessus.org/u?10c96790"], "reporter": "This script is Copyright (C) 2005-2019 Tenable Network Security, Inc.", "sourceData": "#%NASL_MIN_LEVEL 80502\n\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2005-276.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(19643);\n script_version (\"1.12\");\n script_cvs_date(\"Date: 2019/08/02 13:32:24\");\n\n script_xref(name:\"FEDORA\", value:\"2005-276\");\n\n script_name(english:\"Fedora Core 3 : squid-2.5.STABLE9-1.FC3.4 (2005-276)\");\n script_summary(english:\"Checks rpm output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora Core host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\" - Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.4\n\n - Add more upstream patches.\n\n - add the -libbind patch, to avoid picking up a new\n dependency on libbind.\n\n - Remove references to /etc/squid/errors from this spec,\n since squid now uses {_datadir}/squid/errors/English/\n by default (overridable in /etc/squid/squid.conf, as\n always)\n\n - mark {_datadir}/squid/errors as config(noreplace) so\n custom error messages won't get stomped on.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.3\n\n - Actually apply the -date patch.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.2\n\n - New upstream version, with 14 patches. Includes fix for\n bz#150234 cookie leak in squid\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n # https://lists.fedoraproject.org/pipermail/announce/2005-March/000821.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?10c96790\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected squid and / or squid-debuginfo packages.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:squid\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:squid-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora_core:3\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/03/30\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2005/09/12\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2005-2019 Tenable Network Security, Inc.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^3([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 3.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC3\", reference:\"squid-2.5.STABLE9-1.FC3.4\")) flag++;\nif (rpm_check(release:\"FC3\", reference:\"squid-debuginfo-2.5.STABLE9-1.FC3.4\")) 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 tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"squid / squid-debuginfo\");\n}\n", "title": "Fedora Core 3 : squid-2.5.STABLE9-1.FC3.4 (2005-276)", "type": "nessus", "viewCount": 0}, "differentElements": ["modified"], "edition": 6, "lastseen": "2019-10-28T20:10:54"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "- Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com> 7:2.5.STABLE9-1.FC3.4\n\n - Add more upstream patches.\n\n - add the -libbind patch, to avoid picking up a new dependency on libbind.\n\n - Remove references to /etc/squid/errors from this spec, since squid now uses {_datadir}/squid/errors/English/ by default (overridable in /etc/squid/squid.conf, as always)\n\n - mark {_datadir}/squid/errors as config(noreplace) so custom error messages won't get stomped on.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com> 7:2.5.STABLE9-1.FC3.3\n\n - Actually apply the -date patch.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com> 7:2.5.STABLE9-1.FC3.2\n\n - New upstream version, with 14 patches. Includes fix for bz#150234 cookie leak in squid\n\nNote that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.", "edition": 1, "enchantments": {}, "hash": "68ea2cbc6f971bd85c667b996915c44dfae57d399f5ef7680d66aa581fbaad13", "hashmap": [{"hash": "18d596dcf73043e0c8a6e3bfef2a0731", "key": "pluginID"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "466740ff5cef47df083d1f9735738d40", "key": "title"}, {"hash": "792699e3e141bc53ae243229e9ba75e2", "key": "sourceData"}, {"hash": "7f0bd5afbc1980a9fa6649f99320bf71", "key": "published"}, {"hash": "459f5cc65cf553ad802833f75c983c13", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "1c453ffba485144c814de053f844cf6f", "key": "references"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "87919728b62d9b5a9d45c7c8ca88c473", "key": "description"}, {"hash": "55c15b2ee014f410bc35a2ea45f82539", "key": "modified"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=19643", "id": "FEDORA_2005-276.NASL", "lastseen": "2016-09-26T17:25:50", "modified": "2015-10-21T00:00:00", "naslFamily": "Fedora Local Security Checks", "objectVersion": "1.2", "pluginID": "19643", "published": "2005-09-12T00:00:00", "references": ["http://www.nessus.org/u?10c96790"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2005-276.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(19643);\n script_version (\"$Revision: 1.10 $\");\n script_cvs_date(\"$Date: 2015/10/21 21:38:04 $\");\n\n script_xref(name:\"FEDORA\", value:\"2005-276\");\n\n script_name(english:\"Fedora Core 3 : squid-2.5.STABLE9-1.FC3.4 (2005-276)\");\n script_summary(english:\"Checks rpm output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora Core host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\" - Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.4\n\n - Add more upstream patches.\n\n - add the -libbind patch, to avoid picking up a new\n dependency on libbind.\n\n - Remove references to /etc/squid/errors from this spec,\n since squid now uses {_datadir}/squid/errors/English/\n by default (overridable in /etc/squid/squid.conf, as\n always)\n\n - mark {_datadir}/squid/errors as config(noreplace) so\n custom error messages won't get stomped on.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.3\n\n - Actually apply the -date patch.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.2\n\n - New upstream version, with 14 patches. Includes fix for\n bz#150234 cookie leak in squid\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n # https://lists.fedoraproject.org/pipermail/announce/2005-March/000821.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?10c96790\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected squid and / or squid-debuginfo packages.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:squid\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:squid-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora_core:3\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/03/30\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2005/09/12\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2005-2015 Tenable Network Security, Inc.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^3([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 3.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC3\", reference:\"squid-2.5.STABLE9-1.FC3.4\")) flag++;\nif (rpm_check(release:\"FC3\", reference:\"squid-debuginfo-2.5.STABLE9-1.FC3.4\")) 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 tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"squid / squid-debuginfo\");\n}\n", "title": "Fedora Core 3 : squid-2.5.STABLE9-1.FC3.4 (2005-276)", "type": "nessus", "viewCount": 0}, "differentElements": ["cpe"], "edition": 1, "lastseen": "2016-09-26T17:25:50"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:fedoraproject:fedora_core:3", "p-cpe:/a:fedoraproject:fedora:squid", "p-cpe:/a:fedoraproject:fedora:squid-debuginfo"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "- Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com> 7:2.5.STABLE9-1.FC3.4\n\n - Add more upstream patches.\n\n - add the -libbind patch, to avoid picking up a new dependency on libbind.\n\n - Remove references to /etc/squid/errors from this spec, since squid now uses {_datadir}/squid/errors/English/ by default (overridable in /etc/squid/squid.conf, as always)\n\n - mark {_datadir}/squid/errors as config(noreplace) so custom error messages won't get stomped on.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com> 7:2.5.STABLE9-1.FC3.3\n\n - Actually apply the -date patch.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com> 7:2.5.STABLE9-1.FC3.2\n\n - New upstream version, with 14 patches. Includes fix for bz#150234 cookie leak in squid\n\nNote that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.", "edition": 2, "enchantments": {"score": {"value": 2.1, "vector": "NONE"}}, "hash": "2519822f1f87180318d800e83851a68ff4936b1f72f1e059b7578637210a9399", "hashmap": [{"hash": "18d596dcf73043e0c8a6e3bfef2a0731", "key": "pluginID"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "466740ff5cef47df083d1f9735738d40", "key": "title"}, {"hash": "792699e3e141bc53ae243229e9ba75e2", "key": "sourceData"}, {"hash": "7f0bd5afbc1980a9fa6649f99320bf71", "key": "published"}, {"hash": "459f5cc65cf553ad802833f75c983c13", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "f98bdfa696da53a3c6ea69cab4d81abb", "key": "cpe"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "1c453ffba485144c814de053f844cf6f", "key": "references"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "87919728b62d9b5a9d45c7c8ca88c473", "key": "description"}, {"hash": "55c15b2ee014f410bc35a2ea45f82539", "key": "modified"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=19643", "id": "FEDORA_2005-276.NASL", "lastseen": "2017-10-29T13:42:37", "modified": "2015-10-21T00:00:00", "naslFamily": "Fedora Local Security Checks", "objectVersion": "1.3", "pluginID": "19643", "published": "2005-09-12T00:00:00", "references": ["http://www.nessus.org/u?10c96790"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2005-276.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(19643);\n script_version (\"$Revision: 1.10 $\");\n script_cvs_date(\"$Date: 2015/10/21 21:38:04 $\");\n\n script_xref(name:\"FEDORA\", value:\"2005-276\");\n\n script_name(english:\"Fedora Core 3 : squid-2.5.STABLE9-1.FC3.4 (2005-276)\");\n script_summary(english:\"Checks rpm output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora Core host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\" - Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.4\n\n - Add more upstream patches.\n\n - add the -libbind patch, to avoid picking up a new\n dependency on libbind.\n\n - Remove references to /etc/squid/errors from this spec,\n since squid now uses {_datadir}/squid/errors/English/\n by default (overridable in /etc/squid/squid.conf, as\n always)\n\n - mark {_datadir}/squid/errors as config(noreplace) so\n custom error messages won't get stomped on.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.3\n\n - Actually apply the -date patch.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.2\n\n - New upstream version, with 14 patches. Includes fix for\n bz#150234 cookie leak in squid\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n # https://lists.fedoraproject.org/pipermail/announce/2005-March/000821.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?10c96790\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected squid and / or squid-debuginfo packages.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:squid\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:squid-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora_core:3\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/03/30\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2005/09/12\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2005-2015 Tenable Network Security, Inc.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^3([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 3.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC3\", reference:\"squid-2.5.STABLE9-1.FC3.4\")) flag++;\nif (rpm_check(release:\"FC3\", reference:\"squid-debuginfo-2.5.STABLE9-1.FC3.4\")) 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 tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"squid / squid-debuginfo\");\n}\n", "title": "Fedora Core 3 : squid-2.5.STABLE9-1.FC3.4 (2005-276)", "type": "nessus", "viewCount": 0}, "differentElements": ["modified", "sourceData"], "edition": 2, "lastseen": "2017-10-29T13:42:37"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:fedoraproject:fedora_core:3", "p-cpe:/a:fedoraproject:fedora:squid", "p-cpe:/a:fedoraproject:fedora:squid-debuginfo"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "- Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com> 7:2.5.STABLE9-1.FC3.4\n\n - Add more upstream patches.\n\n - add the -libbind patch, to avoid picking up a new dependency on libbind.\n\n - Remove references to /etc/squid/errors from this spec, since squid now uses {_datadir}/squid/errors/English/ by default (overridable in /etc/squid/squid.conf, as always)\n\n - mark {_datadir}/squid/errors as config(noreplace) so custom error messages won't get stomped on.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com> 7:2.5.STABLE9-1.FC3.3\n\n - Actually apply the -date patch.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com> 7:2.5.STABLE9-1.FC3.2\n\n - New upstream version, with 14 patches. Includes fix for bz#150234 cookie leak in squid\n\nNote that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.", "edition": 5, "enchantments": {"dependencies": {"modified": "2019-02-21T01:08:46", "references": []}, "score": {"modified": "2019-02-21T01:08:46", "value": -0.4, "vector": "NONE"}}, "hash": "bee17ad15d2e01db199fcf0b1d19df0bd55360a1a097e3c755e1243ec6bffc85", "hashmap": [{"hash": "18d596dcf73043e0c8a6e3bfef2a0731", "key": "pluginID"}, {"hash": "e2914120514a29eeccc01e381df164d8", "key": "modified"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "466740ff5cef47df083d1f9735738d40", "key": "title"}, {"hash": "5abefe18f454974f3d8847be28386951", "key": "sourceData"}, {"hash": "7f0bd5afbc1980a9fa6649f99320bf71", "key": "published"}, {"hash": "459f5cc65cf553ad802833f75c983c13", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "f98bdfa696da53a3c6ea69cab4d81abb", "key": "cpe"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "1c453ffba485144c814de053f844cf6f", "key": "references"}, {"hash": "be931514784f88df80712740ad2723e7", "key": "naslFamily"}, {"hash": "87919728b62d9b5a9d45c7c8ca88c473", "key": "description"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=19643", "id": "FEDORA_2005-276.NASL", "lastseen": "2019-02-21T01:08:46", "modified": "2018-07-19T00:00:00", "naslFamily": "Fedora Local Security Checks", "objectVersion": "1.3", "pluginID": "19643", "published": "2005-09-12T00:00:00", "references": ["http://www.nessus.org/u?10c96790"], "reporter": "Tenable", "sourceData": "#%NASL_MIN_LEVEL 70103\n\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2005-276.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(19643);\n script_version (\"1.11\");\n script_cvs_date(\"Date: 2018/07/19 23:19:04\");\n\n script_xref(name:\"FEDORA\", value:\"2005-276\");\n\n script_name(english:\"Fedora Core 3 : squid-2.5.STABLE9-1.FC3.4 (2005-276)\");\n script_summary(english:\"Checks rpm output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora Core host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\" - Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.4\n\n - Add more upstream patches.\n\n - add the -libbind patch, to avoid picking up a new\n dependency on libbind.\n\n - Remove references to /etc/squid/errors from this spec,\n since squid now uses {_datadir}/squid/errors/English/\n by default (overridable in /etc/squid/squid.conf, as\n always)\n\n - mark {_datadir}/squid/errors as config(noreplace) so\n custom error messages won't get stomped on.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.3\n\n - Actually apply the -date patch.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.2\n\n - New upstream version, with 14 patches. Includes fix for\n bz#150234 cookie leak in squid\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n # https://lists.fedoraproject.org/pipermail/announce/2005-March/000821.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?10c96790\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected squid and / or squid-debuginfo packages.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:squid\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:squid-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora_core:3\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/03/30\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2005/09/12\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2005-2018 Tenable Network Security, Inc.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^3([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 3.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC3\", reference:\"squid-2.5.STABLE9-1.FC3.4\")) flag++;\nif (rpm_check(release:\"FC3\", reference:\"squid-debuginfo-2.5.STABLE9-1.FC3.4\")) 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 tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"squid / squid-debuginfo\");\n}\n", "title": "Fedora Core 3 : squid-2.5.STABLE9-1.FC3.4 (2005-276)", "type": "nessus", "viewCount": 0}, "differentElements": ["description", "reporter", "modified", "sourceData", "href"], "edition": 5, "lastseen": "2019-02-21T01:08:46"}], "edition": 7, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "f98bdfa696da53a3c6ea69cab4d81abb"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "e2c18b2dace2400d9ee4cbd11df4a988"}, {"key": "href", "hash": "dd93577b99da1fedad61d4288798932b"}, {"key": "modified", "hash": "abcf9266f425f12dda38f529cd4a94bc"}, {"key": "naslFamily", "hash": "be931514784f88df80712740ad2723e7"}, {"key": "pluginID", "hash": "18d596dcf73043e0c8a6e3bfef2a0731"}, {"key": "published", "hash": "7f0bd5afbc1980a9fa6649f99320bf71"}, {"key": "references", "hash": "1c453ffba485144c814de053f844cf6f"}, {"key": "reporter", "hash": "507c1dcbb71af7a074b2f9898d9bcebb"}, {"key": "sourceData", "hash": "12e736ec3cfe5404bee2082c7a206d64"}, {"key": "title", "hash": "466740ff5cef47df083d1f9735738d40"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "b72013adc2af9e3c724f14adca4bc2aa003606320e80cc4551615584525ea054", "viewCount": 0, "enchantments": {"dependencies": {"references": [{"type": "suse", "idList": ["SUSE-SA:2006:022", "SUSE-SA:2006:004"]}], "modified": "2019-11-01T02:26:29"}, "score": {"value": 1.2, "vector": "NONE", "modified": "2019-11-01T02:26:29"}, "vulnersScore": 1.2}, "objectVersion": "1.3", "sourceData": "#%NASL_MIN_LEVEL 80502\n\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Fedora Security Advisory 2005-276.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(19643);\n script_version (\"1.12\");\n script_cvs_date(\"Date: 2019/08/02 13:32:24\");\n\n script_xref(name:\"FEDORA\", value:\"2005-276\");\n\n script_name(english:\"Fedora Core 3 : squid-2.5.STABLE9-1.FC3.4 (2005-276)\");\n script_summary(english:\"Checks rpm output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Fedora Core host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\" - Wed Mar 23 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.4\n\n - Add more upstream patches.\n\n - add the -libbind patch, to avoid picking up a new\n dependency on libbind.\n\n - Remove references to /etc/squid/errors from this spec,\n since squid now uses {_datadir}/squid/errors/English/\n by default (overridable in /etc/squid/squid.conf, as\n always)\n\n - mark {_datadir}/squid/errors as config(noreplace) so\n custom error messages won't get stomped on.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.3\n\n - Actually apply the -date patch.\n\n - Wed Mar 16 2005 Jay Fenlason <fenlason at redhat.com>\n 7:2.5.STABLE9-1.FC3.2\n\n - New upstream version, with 14 patches. Includes fix for\n bz#150234 cookie leak in squid\n\nNote that Tenable Network Security has extracted the preceding\ndescription block directly from the Fedora security advisory. Tenable\nhas attempted to automatically clean and format it as much as possible\nwithout introducing additional issues.\"\n );\n # https://lists.fedoraproject.org/pipermail/announce/2005-March/000821.html\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.nessus.org/u?10c96790\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"Update the affected squid and / or squid-debuginfo packages.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:squid\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:fedoraproject:fedora:squid-debuginfo\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:fedoraproject:fedora_core:3\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/03/30\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2005/09/12\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2005-2019 Tenable Network Security, Inc.\");\n script_family(english:\"Fedora Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/RedHat/release\", \"Host/RedHat/rpm-list\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"rpm.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nrelease = get_kb_item(\"Host/RedHat/release\");\nif (isnull(release) || \"Fedora\" >!< release) audit(AUDIT_OS_NOT, \"Fedora\");\nos_ver = eregmatch(pattern: \"Fedora.*release ([0-9]+)\", string:release);\nif (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Fedora\");\nos_ver = os_ver[1];\nif (! ereg(pattern:\"^3([^0-9]|$)\", string:os_ver)) audit(AUDIT_OS_NOT, \"Fedora 3.x\", \"Fedora \" + os_ver);\n\nif (!get_kb_item(\"Host/RedHat/rpm-list\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\ncpu = get_kb_item(\"Host/cpu\");\nif (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);\nif (\"x86_64\" >!< cpu && cpu !~ \"^i[3-6]86$\") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, \"Fedora\", cpu);\n\nflag = 0;\nif (rpm_check(release:\"FC3\", reference:\"squid-2.5.STABLE9-1.FC3.4\")) flag++;\nif (rpm_check(release:\"FC3\", reference:\"squid-debuginfo-2.5.STABLE9-1.FC3.4\")) 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 tested = pkg_tests_get();\n if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n else audit(AUDIT_PACKAGE_NOT_INSTALLED, \"squid / squid-debuginfo\");\n}\n", "naslFamily": "Fedora Local Security Checks", "pluginID": "19643", "cpe": ["cpe:/o:fedoraproject:fedora_core:3", "p-cpe:/a:fedoraproject:fedora:squid", "p-cpe:/a:fedoraproject:fedora:squid-debuginfo"], "scheme": null}
{"suse": [{"lastseen": "2016-09-04T12:43:03", "bulletinFamily": "unix", "description": "Various security bugs have been fixed in Mozilla Thunderbird, bringing it up to bugfix level of version 1.0.8.\n#### Solution\nThere is no known workaround, please install the update packages.", "modified": "2006-04-25T13:15:04", "published": "2006-04-25T13:15:04", "id": "SUSE-SA:2006:022", "href": "http://lists.opensuse.org/opensuse-security-announce/2006-04/msg00008.html", "type": "suse", "title": "remote code execution in MozillaThunderbird", "cvss": {"score": 9.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}, {"lastseen": "2016-09-04T11:36:35", "bulletinFamily": "unix", "description": "Stefan Esser discovered a bug in in the register_globals emulation of phpMyAdmin that allowes to overwrite variables. An attacker could exploit the bug to ultimately execute code (CVE-2005-4079). Additionally several cross-site-scripting bugs were discovered (CVE-2005-3787, CVE-2005-3665). We have released a version update to phpMyAdmin-2.7.0-pl2 which addresses the issues mentioned above.\n#### Solution\nThere is no known workaround, please install the update packages.", "modified": "2006-01-26T13:53:52", "published": "2006-01-26T13:53:52", "id": "SUSE-SA:2006:004", "href": "http://lists.opensuse.org/opensuse-security-announce/2006-01/msg00012.html", "title": "remote code execution in phpMyAdmin", "type": "suse", "cvss": {"score": 9.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}]}