ID DEBIAN_DSA-420.NASL Type nessus Reporter This script is Copyright (C) 2004-2021 Tenable Network Security, Inc. Modified 2004-09-29T00:00:00
Description
Steve Kemp discovered a security related problem in jitterbug, a
simple CGI based bug tracking and reporting tool. Unfortunately the
program executions do not properly sanitize input, which allows an
attacker to execute arbitrary commands on the server hosting the bug
database. As mitigating factors these attacks are only available to
non-guest users, and accounts for these people must be setup by the
administrator making them 'trusted'.
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from Debian Security Advisory DSA-420. The text
# itself is copyright (C) Software in the Public Interest, Inc.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(15257);
script_version("1.22");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/04");
script_cve_id("CVE-2004-0028");
script_bugtraq_id(9397);
script_xref(name:"DSA", value:"420");
script_name(english:"Debian DSA-420-1 : jitterbug - improperly sanitised input");
script_summary(english:"Checks dpkg output for the updated package");
script_set_attribute(
attribute:"synopsis",
value:"The remote Debian host is missing a security-related update."
);
script_set_attribute(
attribute:"description",
value:
"Steve Kemp discovered a security related problem in jitterbug, a
simple CGI based bug tracking and reporting tool. Unfortunately the
program executions do not properly sanitize input, which allows an
attacker to execute arbitrary commands on the server hosting the bug
database. As mitigating factors these attacks are only available to
non-guest users, and accounts for these people must be setup by the
administrator making them 'trusted'."
);
script_set_attribute(
attribute:"see_also",
value:"http://www.debian.org/security/2004/dsa-420"
);
script_set_attribute(
attribute:"solution",
value:
"Upgrade the jitterbug package.
For the stable distribution (woody) this problem has been fixed in
version 1.6.2-4.2woody2."
);
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
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_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:jitterbug");
script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:3.0");
script_set_attribute(attribute:"patch_publication_date", value:"2004/01/12");
script_set_attribute(attribute:"plugin_publication_date", value:"2004/09/29");
script_set_attribute(attribute:"vuln_publication_date", value:"2004/01/13");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2004-2021 Tenable Network Security, Inc.");
script_family(english:"Debian Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/local_checks_enabled", "Host/Debian/release", "Host/Debian/dpkg-l");
exit(0);
}
include("audit.inc");
include("debian_package.inc");
if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
if (!get_kb_item("Host/Debian/release")) audit(AUDIT_OS_NOT, "Debian");
if (!get_kb_item("Host/Debian/dpkg-l")) audit(AUDIT_PACKAGE_LIST_MISSING);
flag = 0;
if (deb_check(release:"3.0", prefix:"jitterbug", reference:"1.6.2-4.2woody2")) flag++;
if (flag)
{
if (report_verbosity > 0) security_hole(port:0, extra:deb_report_get());
else security_hole(0);
exit(0);
}
else audit(AUDIT_HOST_NOT, "affected");
{"id": "DEBIAN_DSA-420.NASL", "bulletinFamily": "scanner", "title": "Debian DSA-420-1 : jitterbug - improperly sanitised input", "description": "Steve Kemp discovered a security related problem in jitterbug, a\nsimple CGI based bug tracking and reporting tool. Unfortunately the\nprogram executions do not properly sanitize input, which allows an\nattacker to execute arbitrary commands on the server hosting the bug\ndatabase. As mitigating factors these attacks are only available to\nnon-guest users, and accounts for these people must be setup by the\nadministrator making them 'trusted'.", "published": "2004-09-29T00:00:00", "modified": "2004-09-29T00:00:00", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}, "href": "https://www.tenable.com/plugins/nessus/15257", "reporter": "This script is Copyright (C) 2004-2021 Tenable Network Security, Inc.", "references": ["http://www.debian.org/security/2004/dsa-420"], "cvelist": ["CVE-2004-0028"], "type": "nessus", "lastseen": "2021-01-06T09:52:36", "edition": 26, "viewCount": 1, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2004-0028"]}, {"type": "osvdb", "idList": ["OSVDB:3429"]}, {"type": "openvas", "idList": ["OPENVAS:53120"]}, {"type": "securityvulns", "idList": ["SECURITYVULNS:DOC:5623"]}, {"type": "debian", "idList": ["DEBIAN:DSA-420-1:8B13B"]}], "modified": "2021-01-06T09:52:36", "rev": 2}, "score": {"value": 7.4, "vector": "NONE", "modified": "2021-01-06T09:52:36", "rev": 2}, "vulnersScore": 7.4}, "sourceData": "#%NASL_MIN_LEVEL 70300\n\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from Debian Security Advisory DSA-420. The text \n# itself is copyright (C) Software in the Public Interest, Inc.\n#\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(15257);\n script_version(\"1.22\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/04\");\n\n script_cve_id(\"CVE-2004-0028\");\n script_bugtraq_id(9397);\n script_xref(name:\"DSA\", value:\"420\");\n\n script_name(english:\"Debian DSA-420-1 : jitterbug - improperly sanitised input\");\n script_summary(english:\"Checks dpkg output for the updated package\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Debian host is missing a security-related update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"Steve Kemp discovered a security related problem in jitterbug, a\nsimple CGI based bug tracking and reporting tool. Unfortunately the\nprogram executions do not properly sanitize input, which allows an\nattacker to execute arbitrary commands on the server hosting the bug\ndatabase. As mitigating factors these attacks are only available to\nnon-guest users, and accounts for these people must be setup by the\nadministrator making them 'trusted'.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://www.debian.org/security/2004/dsa-420\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"Upgrade the jitterbug package.\n\nFor the stable distribution (woody) this problem has been fixed in\nversion 1.6.2-4.2woody2.\"\n );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P\");\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\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:debian:debian_linux:jitterbug\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:debian:debian_linux:3.0\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2004/01/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2004/09/29\");\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2004/01/13\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2004-2021 Tenable Network Security, Inc.\");\n script_family(english:\"Debian Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/Debian/release\", \"Host/Debian/dpkg-l\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"debian_package.inc\");\n\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\nif (!get_kb_item(\"Host/Debian/release\")) audit(AUDIT_OS_NOT, \"Debian\");\nif (!get_kb_item(\"Host/Debian/dpkg-l\")) audit(AUDIT_PACKAGE_LIST_MISSING);\n\n\nflag = 0;\nif (deb_check(release:\"3.0\", prefix:\"jitterbug\", reference:\"1.6.2-4.2woody2\")) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:deb_report_get());\n else security_hole(0);\n exit(0);\n}\nelse audit(AUDIT_HOST_NOT, \"affected\");\n", "naslFamily": "Debian Local Security Checks", "pluginID": "15257", "cpe": ["cpe:/o:debian:debian_linux:3.0", "p-cpe:/a:debian:debian_linux:jitterbug"], "scheme": null}
{"cve": [{"lastseen": "2020-10-03T11:33:38", "description": "jitterbug 1.6.2 does not properly sanitize inputs, which allows remote authenticated users to execute arbitrary commands.", "edition": 3, "cvss3": {}, "published": "2004-02-03T05:00:00", "title": "CVE-2004-0028", "type": "cve", "cwe": ["NVD-CWE-Other"], "bulletinFamily": "NVD", "cvss2": {"severity": "HIGH", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": true, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "PARTIAL", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 7.5, "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 6.4, "obtainUserPrivilege": false}, "cvelist": ["CVE-2004-0028"], "modified": "2017-10-10T01:30:00", "cpe": ["cpe:/a:samba:jitterbug:1.6.2"], "id": "CVE-2004-0028", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2004-0028", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}, "cpe23": ["cpe:2.3:a:samba:jitterbug:1.6.2:*:*:*:*:*:*:*"]}], "osvdb": [{"lastseen": "2017-04-28T13:19:58", "bulletinFamily": "software", "cvelist": ["CVE-2004-0028"], "edition": 1, "description": "# No description provided by the source\n\n## References:\nVendor URL: http://samba.anu.edu.au/jitterbug/\n[Vendor Specific Advisory URL](http://www.debian.org/security/2004/dsa-420)\n[Secunia Advisory ID:10598](https://secuniaresearch.flexerasoftware.com/advisories/10598/)\n[CVE-2004-0028](https://vulners.com/cve/CVE-2004-0028)\n", "modified": "2004-01-13T03:31:31", "published": "2004-01-13T03:31:31", "id": "OSVDB:3429", "href": "https://vulners.com/osvdb/OSVDB:3429", "title": "JitterBug Arbitrary Command Execution ", "type": "osvdb", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}], "openvas": [{"lastseen": "2017-07-24T12:50:03", "bulletinFamily": "scanner", "cvelist": ["CVE-2004-0028"], "description": "The remote host is missing an update to jitterbug\nannounced via advisory DSA 420-1.", "modified": "2017-07-07T00:00:00", "published": "2008-01-17T00:00:00", "id": "OPENVAS:53120", "href": "http://plugins.openvas.org/nasl.php?oid=53120", "type": "openvas", "title": "Debian Security Advisory DSA 420-1 (jitterbug)", "sourceData": "# OpenVAS Vulnerability Test\n# $Id: deb_420_1.nasl 6616 2017-07-07 12:10:49Z cfischer $\n# Description: Auto-generated from advisory DSA 420-1\n#\n# Authors:\n# Thomas Reinke <reinke@securityspace.com>\n#\n# Copyright:\n# Copyright (c) 2007 E-Soft Inc. http://www.securityspace.com\n# Text descriptions are largerly excerpted from the referenced\n# advisory, and are Copyright (c) the respective author(s)\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# 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_insight = \"Steve Kemp discovered a security related problem in jitterbug, a\nsimple CGI based bug tracking and reporting tool. Unfortunately not\nprogram executions use properly sanitized input which allows an\nattacker to execute arbitrary commands on the server hosting the bug\ndatabase. As mitigating factors these attacks are only available to\nnon-guest users, and accounts for these people must be setup by the\nadministrator making them trusted.\n\nFor the stable distribution (woody) this problem has been fixed in\nversion 1.6.2-4.2woody2.\n\nFor the unstable distribution (sid) this problem has been fixed in\nversion 1.6.2-4.5.\n\nWe recommend that you upgrade your jitterbug package.\";\ntag_summary = \"The remote host is missing an update to jitterbug\nannounced via advisory DSA 420-1.\";\n\ntag_solution = \"https://secure1.securityspace.com/smysecure/catid.html?in=DSA%20420-1\";\n\nif(description)\n{\n script_id(53120);\n script_version(\"$Revision: 6616 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-07-07 14:10:49 +0200 (Fri, 07 Jul 2017) $\");\n script_tag(name:\"creation_date\", value:\"2008-01-17 22:41:51 +0100 (Thu, 17 Jan 2008)\");\n script_bugtraq_id(9397);\n script_cve_id(\"CVE-2004-0028\");\n script_tag(name:\"cvss_base\", value:\"7.5\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:P/A:P\");\n script_name(\"Debian Security Advisory DSA 420-1 (jitterbug)\");\n\n\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"Copyright (c) 2005 E-Soft Inc. http://www.securityspace.com\");\n script_family(\"Debian Local Security Checks\");\n script_dependencies(\"gather-package-list.nasl\");\n script_mandatory_keys(\"ssh/login/debian_linux\", \"ssh/login/packages\");\n script_tag(name : \"solution\" , value : tag_solution);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n exit(0);\n}\n\n#\n# The script code starts here\n#\n\ninclude(\"pkg-lib-deb.inc\");\n\nres = \"\";\nreport = \"\";\nif ((res = isdpkgvuln(pkg:\"jitterbug\", ver:\"1.6.2-4.2woody2\", rls:\"DEB3.0\")) != NULL) {\n report += res;\n}\n\nif (report != \"\") {\n security_message(data:report);\n} else if (__pkg_match) {\n exit(99); # Not vulnerable.\n}\n", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}], "securityvulns": [{"lastseen": "2018-08-31T11:10:09", "bulletinFamily": "software", "cvelist": ["CVE-2004-0028"], "description": "-----BEGIN PGP SIGNED MESSAGE-----\r\nHash: SHA1\r\n\r\n- --------------------------------------------------------------------------\r\nDebian Security Advisory DSA 420-1 security@debian.org\r\nhttp://www.debian.org/security/ Martin Schulze\r\nJanuary 12th, 2004 http://www.debian.org/security/faq\r\n- --------------------------------------------------------------------------\r\n\r\nPackage : jitterbug\r\nVulnerability : improperly sanitised input\r\nProblem-Type : remote\r\nDebian-specific: no\r\nCVE ID : CAN-2004-0028\r\n\r\nSteve Kemp discovered a security related problem in jitterbug, a\r\nsimple CGI based bug tracking and reporting tool. Unfortunately not\r\nprogram executions use properly sanitized input which allows an\r\nattacker to execute arbitary commands on the server hosting the bug\r\ndatabase. As mitigating factors these attacks are only available to\r\nnon-guest users, and accounts for these people must be setup by the\r\nadministrator making them "trusted".\r\n\r\nFor the stable distribution (woody) this problem has been fixed in\r\nversion 1.6.2-4.2woody2.\r\n\r\nFor the unstable distribution (sid) this problem has been fixed in\r\nversion 1.6.2-4.5.\r\n\r\nWe recommend that you upgrade your jitterbug package.\r\n\r\n\r\nUpgrade Instructions\r\n- --------------------\r\n\r\nwget url\r\n will fetch the file for you\r\ndpkg -i file.deb\r\n will install the referenced file.\r\n\r\nIf you are using the apt-get package manager, use the line for\r\nsources.list as given below:\r\n\r\napt-get update\r\n will update the internal database\r\napt-get upgrade\r\n will install corrected packages\r\n\r\nYou may use an automated update by adding the resources from the\r\nfooter to the proper configuration.\r\n\r\n\r\nDebian GNU/Linux 3.0 alias woody\r\n- --------------------------------\r\n\r\n Source archives:\r\n\r\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2.dsc\r\n Size/MD5 checksum: 571 4e0233377310dd6e6be3a84dc9af2546\r\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2.diff.gz\r\n Size/MD5 checksum: 9041 3dcc5a0298fe3156985d288adcf99228\r\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2.orig.tar.gz\r\n Size/MD5 checksum: 98728 a01f5807ff53c2ebcf1915fa9c472236\r\n\r\n Alpha architecture:\r\n\r\n \r\nhttp://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_alpha.deb\r\n Size/MD5 checksum: 86078 cf2d3fa20f41c8845e61e3cddd3cb523\r\n\r\n ARM architecture:\r\n\r\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_arm.deb\r\n Size/MD5 checksum: 66738 93b31f56f2842bcb1d9b25d688ee92e1\r\n\r\n Intel IA-32 architecture:\r\n\r\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_i386.deb\r\n Size/MD5 checksum: 64176 fa35766c7a3f1cacf1dd39ed2f882f7a\r\n\r\n Intel IA-64 architecture:\r\n\r\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_ia64.deb\r\n Size/MD5 checksum: 104642 59022d10531b84b51a690d3ceca4d130\r\n\r\n HP Precision architecture:\r\n\r\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_hppa.deb\r\n Size/MD5 checksum: 76812 2309c4c0b08e1dfd209d4ef69adc8235\r\n\r\n Motorola 680x0 architecture:\r\n\r\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_m68k.deb\r\n Size/MD5 checksum: 59724 373da5359f2b116febdb7c1c6ad7a6ef\r\n\r\n Big endian MIPS architecture:\r\n\r\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_mips.deb\r\n Size/MD5 checksum: 75288 e965f3557f6f04bd6714e09bc38065a8\r\n\r\n Little endian MIPS architecture:\r\n\r\n \r\nhttp://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_mipsel.deb\r\n Size/MD5 checksum: 75714 8946620e10acff501947b2eba8a9f5e5\r\n\r\n PowerPC architecture:\r\n\r\n \r\nhttp://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_powerpc.deb\r\n Size/MD5 checksum: 73198 1226719649e70f50893062820c816451\r\n\r\n IBM S/390 architecture:\r\n\r\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_s390.deb\r\n Size/MD5 checksum: 68558 473a239367357b5f248d566a6dfc5861\r\n\r\n Sun Sparc architecture:\r\n\r\n \r\nhttp://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_sparc.deb\r\n Size/MD5 checksum: 74510 367db813a3074d58726fdadf78d9171f\r\n\r\n\r\n These files will probably be moved into the stable distribution on\r\n its next revision.\r\n\r\n- ---------------------------------------------------------------------------------\r\nFor apt-get: deb http://security.debian.org/ stable/updates main\r\nFor dpkg-ftp: ftp://security.debian.org/debian-security dists/stable/updates/main\r\nMailing list: debian-security-announce@lists.debian.org\r\nPackage info: `apt-cache show <pkg>' and http://packages.debian.org/<pkg>\r\n\r\n-----BEGIN PGP SIGNATURE-----\r\nVersion: GnuPG v1.2.3 (GNU/Linux)\r\n\r\niD8DBQFAAnmaW5ql+IAeqTIRAiypAKCcfK6kYnVaT29R1idrmntl3GfqaQCeKqx5\r\nPIaAReRlphb9EN9AAaMbbUo=\r\n=2Ozl\r\n-----END PGP SIGNATURE-----\r\n\r\n_______________________________________________\r\nFull-Disclosure - We believe in it.\r\nCharter: http://lists.netsys.com/full-disclosure-charter.html", "edition": 1, "modified": "2004-01-12T00:00:00", "published": "2004-01-12T00:00:00", "id": "SECURITYVULNS:DOC:5623", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:5623", "title": "[Full-Disclosure] [SECURITY] [DSA 420-1] New jitterbug packages fix arbitrary command execution", "type": "securityvulns", "cvss": {"score": 7.5, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}], "debian": [{"lastseen": "2019-05-30T02:21:42", "bulletinFamily": "unix", "cvelist": ["CVE-2004-0028"], "description": "- --------------------------------------------------------------------------\nDebian Security Advisory DSA 420-1 security@debian.org\nhttp://www.debian.org/security/ Martin Schulze\nJanuary 12th, 2004 http://www.debian.org/security/faq\n- --------------------------------------------------------------------------\n\nPackage : jitterbug\nVulnerability : improperly sanitised input\nProblem-Type : remote\nDebian-specific: no\nCVE ID : CAN-2004-0028\n\nSteve Kemp discovered a security related problem in jitterbug, a\nsimple CGI based bug tracking and reporting tool. Unfortunately not\nprogram executions use properly sanitized input which allows an\nattacker to execute arbitary commands on the server hosting the bug\ndatabase. As mitigating factors these attacks are only available to\nnon-guest users, and accounts for these people must be setup by the\nadministrator making them "trusted".\n\nFor the stable distribution (woody) this problem has been fixed in\nversion 1.6.2-4.2woody2.\n\nFor the unstable distribution (sid) this problem has been fixed in\nversion 1.6.2-4.5.\n\nWe recommend that you upgrade your jitterbug package.\n\n\nUpgrade Instructions\n- --------------------\n\nwget url\n will fetch the file for you\ndpkg -i file.deb\n will install the referenced file.\n\nIf you are using the apt-get package manager, use the line for\nsources.list as given below:\n\napt-get update\n will update the internal database\napt-get upgrade\n will install corrected packages\n\nYou may use an automated update by adding the resources from the\nfooter to the proper configuration.\n\n\nDebian GNU/Linux 3.0 alias woody\n- --------------------------------\n\n Source archives:\n\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2.dsc\n Size/MD5 checksum: 571 4e0233377310dd6e6be3a84dc9af2546\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2.diff.gz\n Size/MD5 checksum: 9041 3dcc5a0298fe3156985d288adcf99228\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2.orig.tar.gz\n Size/MD5 checksum: 98728 a01f5807ff53c2ebcf1915fa9c472236\n\n Alpha architecture:\n\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_alpha.deb\n Size/MD5 checksum: 86078 cf2d3fa20f41c8845e61e3cddd3cb523\n\n ARM architecture:\n\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_arm.deb\n Size/MD5 checksum: 66738 93b31f56f2842bcb1d9b25d688ee92e1\n\n Intel IA-32 architecture:\n\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_i386.deb\n Size/MD5 checksum: 64176 fa35766c7a3f1cacf1dd39ed2f882f7a\n\n Intel IA-64 architecture:\n\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_ia64.deb\n Size/MD5 checksum: 104642 59022d10531b84b51a690d3ceca4d130\n\n HP Precision architecture:\n\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_hppa.deb\n Size/MD5 checksum: 76812 2309c4c0b08e1dfd209d4ef69adc8235\n\n Motorola 680x0 architecture:\n\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_m68k.deb\n Size/MD5 checksum: 59724 373da5359f2b116febdb7c1c6ad7a6ef\n\n Big endian MIPS architecture:\n\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_mips.deb\n Size/MD5 checksum: 75288 e965f3557f6f04bd6714e09bc38065a8\n\n Little endian MIPS architecture:\n\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_mipsel.deb\n Size/MD5 checksum: 75714 8946620e10acff501947b2eba8a9f5e5\n\n PowerPC architecture:\n\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_powerpc.deb\n Size/MD5 checksum: 73198 1226719649e70f50893062820c816451\n\n IBM S/390 architecture:\n\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_s390.deb\n Size/MD5 checksum: 68558 473a239367357b5f248d566a6dfc5861\n\n Sun Sparc architecture:\n\n http://security.debian.org/pool/updates/main/j/jitterbug/jitterbug_1.6.2-4.2woody2_sparc.deb\n Size/MD5 checksum: 74510 367db813a3074d58726fdadf78d9171f\n\n\n These files will probably be moved into the stable distribution on\n its next revision.\n\n- ---------------------------------------------------------------------------------\nFor apt-get: deb http://security.debian.org/ stable/updates main\nFor dpkg-ftp: ftp://security.debian.org/debian-security dists/stable/updates/main\nMailing list: debian-security-announce@lists.debian.org\nPackage info: `apt-cache show <pkg>' and http://packages.debian.org/<pkg>\n\n", "edition": 2, "modified": "2004-01-12T00:00:00", "published": "2004-01-12T00:00:00", "id": "DEBIAN:DSA-420-1:8B13B", "href": "https://lists.debian.org/debian-security-announce/debian-security-announce-2004/msg00016.html", "title": "[SECURITY] [DSA 420-1] New jitterbug packages fix arbitrary command execution", "type": "debian", "cvss": {"score": 7.5, "vector": "AV:N/AC:L/Au:N/C:P/I:P/A:P"}}]}