ID DEBIAN_DLA-1594.NASL Type nessus Reporter This script is Copyright (C) 2018-2021 and is owned by Tenable, Inc. or an Affiliate thereof. Modified 2018-11-26T00:00:00
Description
A vulnerability in xml-security-c, a library for the XML Digital
Security specification, has been found. Different KeyInfo
combinations, like signatures without public key, result in incomplete
DSA structures that crash openssl during verification.
This vulnerability does not have a CVE identifier yet.
For Debian 8 'Jessie', this problem has been fixed in version
1.7.2-3+deb8u2.
We recommend that you upgrade your xml-security-c packages.
NOTE: Tenable Network Security has extracted the preceding description
block directly from the DLA security advisory. Tenable has attempted
to automatically clean and format it as much as possible without
introducing additional issues.
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from Debian Security Advisory DLA-1594-1. The text
# itself is copyright (C) Software in the Public Interest, Inc.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(119122);
script_version("1.3");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/11");
script_name(english:"Debian DLA-1594-1 : xml-security-c security update");
script_summary(english:"Checks dpkg output for the updated packages.");
script_set_attribute(
attribute:"synopsis",
value:"The remote Debian host is missing a security update."
);
script_set_attribute(
attribute:"description",
value:
"A vulnerability in xml-security-c, a library for the XML Digital
Security specification, has been found. Different KeyInfo
combinations, like signatures without public key, result in incomplete
DSA structures that crash openssl during verification.
This vulnerability does not have a CVE identifier yet.
For Debian 8 'Jessie', this problem has been fixed in version
1.7.2-3+deb8u2.
We recommend that you upgrade your xml-security-c packages.
NOTE: Tenable Network Security has extracted the preceding description
block directly from the DLA security advisory. Tenable has attempted
to automatically clean and format it as much as possible without
introducing additional issues."
);
script_set_attribute(
attribute:"see_also",
value:"https://lists.debian.org/debian-lts-announce/2018/11/msg00030.html"
);
script_set_attribute(
attribute:"see_also",
value:"https://packages.debian.org/source/jessie/xml-security-c"
);
script_set_attribute(attribute:"solution", value:"Upgrade the affected 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:debian:debian_linux:libxml-security-c-dev");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:libxml-security-c17");
script_set_attribute(attribute:"cpe", value:"p-cpe:/a:debian:debian_linux:xml-security-c-utils");
script_set_attribute(attribute:"cpe", value:"cpe:/o:debian:debian_linux:8.0");
script_set_attribute(attribute:"patch_publication_date", value:"2018/11/24");
script_set_attribute(attribute:"plugin_publication_date", value:"2018/11/26");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2018-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:"8.0", prefix:"libxml-security-c-dev", reference:"1.7.2-3+deb8u2")) flag++;
if (deb_check(release:"8.0", prefix:"libxml-security-c17", reference:"1.7.2-3+deb8u2")) flag++;
if (deb_check(release:"8.0", prefix:"xml-security-c-utils", reference:"1.7.2-3+deb8u2")) 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_DLA-1594.NASL", "bulletinFamily": "scanner", "title": "Debian DLA-1594-1 : xml-security-c security update", "description": "A vulnerability in xml-security-c, a library for the XML Digital\nSecurity specification, has been found. Different KeyInfo\ncombinations, like signatures without public key, result in incomplete\nDSA structures that crash openssl during verification.\n\nThis vulnerability does not have a CVE identifier yet.\n\nFor Debian 8 'Jessie', this problem has been fixed in version\n1.7.2-3+deb8u2.\n\nWe recommend that you upgrade your xml-security-c packages.\n\nNOTE: Tenable Network Security has extracted the preceding description\nblock directly from the DLA security advisory. Tenable has attempted\nto automatically clean and format it as much as possible without\nintroducing additional issues.", "published": "2018-11-26T00:00:00", "modified": "2018-11-26T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/nessus/119122", "reporter": "This script is Copyright (C) 2018-2021 and is owned by Tenable, Inc. or an Affiliate thereof.", "references": ["https://packages.debian.org/source/jessie/xml-security-c", "https://lists.debian.org/debian-lts-announce/2018/11/msg00030.html"], "cvelist": [], "type": "nessus", "lastseen": "2021-01-12T09:40:08", "edition": 18, "viewCount": 1, "enchantments": {"dependencies": {"references": [], "modified": "2021-01-12T09:40:08", "rev": 2}, "score": {"value": -0.6, "vector": "NONE", "modified": "2021-01-12T09:40:08", "rev": 2}, "vulnersScore": -0.6}, "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 DLA-1594-1. 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(119122);\n script_version(\"1.3\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n\n script_name(english:\"Debian DLA-1594-1 : xml-security-c security update\");\n script_summary(english:\"Checks dpkg output for the updated packages.\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote Debian host is missing a security update.\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"A vulnerability in xml-security-c, a library for the XML Digital\nSecurity specification, has been found. Different KeyInfo\ncombinations, like signatures without public key, result in incomplete\nDSA structures that crash openssl during verification.\n\nThis vulnerability does not have a CVE identifier yet.\n\nFor Debian 8 'Jessie', this problem has been fixed in version\n1.7.2-3+deb8u2.\n\nWe recommend that you upgrade your xml-security-c packages.\n\nNOTE: Tenable Network Security has extracted the preceding description\nblock directly from the DLA security advisory. Tenable has attempted\nto automatically clean and format it as much as possible without\nintroducing additional issues.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://lists.debian.org/debian-lts-announce/2018/11/msg00030.html\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://packages.debian.org/source/jessie/xml-security-c\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Upgrade the affected packages.\");\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:libxml-security-c-dev\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:debian:debian_linux:libxml-security-c17\");\n script_set_attribute(attribute:\"cpe\", value:\"p-cpe:/a:debian:debian_linux:xml-security-c-utils\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:debian:debian_linux:8.0\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2018/11/24\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/11/26\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018-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:\"8.0\", prefix:\"libxml-security-c-dev\", reference:\"1.7.2-3+deb8u2\")) flag++;\nif (deb_check(release:\"8.0\", prefix:\"libxml-security-c17\", reference:\"1.7.2-3+deb8u2\")) flag++;\nif (deb_check(release:\"8.0\", prefix:\"xml-security-c-utils\", reference:\"1.7.2-3+deb8u2\")) 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": "119122", "cpe": ["cpe:/o:debian:debian_linux:8.0", "p-cpe:/a:debian:debian_linux:libxml-security-c17", "p-cpe:/a:debian:debian_linux:libxml-security-c-dev", "p-cpe:/a:debian:debian_linux:xml-security-c-utils"], "scheme": null}