ID DEBIAN_DSA-2044.NASL Type nessus Reporter This script is Copyright (C) 2010-2021 and is owned by Tenable, Inc. or an Affiliate thereof. Modified 2010-05-12T00:00:00
Description
tixxDZ (DZCORE labs) discovered a vulnerability in the mplayer movie
player. Missing data validation in mplayer's real data transport (RDT)
implementation enable an integer underflow and consequently an
unbounded buffer operation. A maliciously crafted stream could thus
enable an attacker to execute arbitrary code.
No Common Vulnerabilities and Exposures project identifier is
available for this issue.
#%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-2044. The text
# itself is copyright (C) Software in the Public Interest, Inc.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(46315);
script_version("1.10");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/04");
script_xref(name:"DSA", value:"2044");
script_name(english:"Debian DSA-2044-1 : mplayer - integer overflow");
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:
"tixxDZ (DZCORE labs) discovered a vulnerability in the mplayer movie
player. Missing data validation in mplayer's real data transport (RDT)
implementation enable an integer underflow and consequently an
unbounded buffer operation. A maliciously crafted stream could thus
enable an attacker to execute arbitrary code.
No Common Vulnerabilities and Exposures project identifier is
available for this issue."
);
script_set_attribute(
attribute:"see_also",
value:"https://www.debian.org/security/2010/dsa-2044"
);
script_set_attribute(
attribute:"solution",
value:
"Upgrade the mplayer packages.
For the stable distribution (lenny), this problem has been fixed in
version 1.0~rc2-17+lenny3.2."
);
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:debian:debian_linux:mplayer");
script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:5.0");
script_set_attribute(attribute:"patch_publication_date", value:"2010/05/11");
script_set_attribute(attribute:"plugin_publication_date", value:"2010/05/12");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2010-2021 and is owned by Tenable, Inc. or an Affiliate thereof.");
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:"5.0", prefix:"mplayer", reference:"1.0~rc2-17+lenny3.2")) flag++;
if (deb_check(release:"5.0", prefix:"mplayer-dbg", reference:"1.0~rc2-17+lenny3.2")) flag++;
if (deb_check(release:"5.0", prefix:"mplayer-doc", reference:"1.0~rc2-17+lenny3.2")) 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-2044.NASL", "bulletinFamily": "scanner", "title": "Debian DSA-2044-1 : mplayer - integer overflow", "description": "tixxDZ (DZCORE labs) discovered a vulnerability in the mplayer movie\nplayer. Missing data validation in mplayer's real data transport (RDT)\nimplementation enable an integer underflow and consequently an\nunbounded buffer operation. A maliciously crafted stream could thus\nenable an attacker to execute arbitrary code.\n\nNo Common Vulnerabilities and Exposures project identifier is\navailable for this issue.", "published": "2010-05-12T00:00:00", "modified": "2010-05-12T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/46315", "reporter": "This script is Copyright (C) 2010-2021 and is owned by Tenable, Inc. or an Affiliate thereof.", "references": ["https://www.debian.org/security/2010/dsa-2044"], "cvelist": [], "type": "nessus", "lastseen": "2021-01-06T09:45:59", "edition": 25, "viewCount": 1, "enchantments": {"dependencies": {"references": [], "modified": "2021-01-06T09:45:59", "rev": 2}, "score": {"value": 0.7, "vector": "NONE", "modified": "2021-01-06T09:45:59", "rev": 2}, "vulnersScore": 0.7}, "sourceData": "#%NASL_MIN_LEVEL 70300\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-2044. 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(46315);\n script_version(\"1.10\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/04\");\n\n script_xref(name:\"DSA\", value:\"2044\");\n\n script_name(english:\"Debian DSA-2044-1 : mplayer - integer overflow\");\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\"tixxDZ (DZCORE labs) discovered a vulnerability in the mplayer movie\nplayer. Missing data validation in mplayer's real data transport (RDT)\nimplementation enable an integer underflow and consequently an\nunbounded buffer operation. A maliciously crafted stream could thus\nenable an attacker to execute arbitrary code.\n\nNo Common Vulnerabilities and Exposures project identifier is\navailable for this issue.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://www.debian.org/security/2010/dsa-2044\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\n\"Upgrade the mplayer packages.\n\nFor the stable distribution (lenny), this problem has been fixed in\nversion 1.0~rc2-17+lenny3.2.\"\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:debian:debian_linux:mplayer\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:debian:debian_linux:5.0\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2010/05/11\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2010/05/12\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2010-2021 and is owned by Tenable, Inc. or an Affiliate thereof.\");\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:\"5.0\", prefix:\"mplayer\", reference:\"1.0~rc2-17+lenny3.2\")) flag++;\nif (deb_check(release:\"5.0\", prefix:\"mplayer-dbg\", reference:\"1.0~rc2-17+lenny3.2\")) flag++;\nif (deb_check(release:\"5.0\", prefix:\"mplayer-doc\", reference:\"1.0~rc2-17+lenny3.2\")) 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": "46315", "cpe": ["p-cpe:/a:debian:debian_linux:mplayer", "cpe:/o:debian:debian_linux:5.0"], "scheme": null}