The Debian 'cupsys' package is vulnerable to an off-by-one buffer overflow, allowing for arbitrary code execution. Update to version 1.2.7-4etch1 or higher to fix the issue
Reporter | Title | Published | Views | Family All 90 |
---|---|---|---|---|
![]() | Scientific Linux Security Update : cups on SL5.x i386/x86_64 | 1 Aug 201200:00 | β | nessus |
![]() | CUPS cups/ipp.c ippReadIO Function IPP Tag Handling Overflow | 2 Nov 200700:00 | β | nessus |
![]() | Mandrake Linux Security Advisory : cups (MDKSA-2007:204-1) | 2 Nov 200700:00 | β | nessus |
![]() | Fedora 7 : cups-1.2.12-6.fc7 (2007-2715) | 6 Nov 200700:00 | β | nessus |
![]() | openSUSE 10 Security Update : cups (cups-4598) | 1 Nov 200700:00 | β | nessus |
![]() | Ubuntu 6.06 LTS / 6.10 / 7.04 / 7.10 : cupsys vulnerability (USN-539-1) | 10 Nov 200700:00 | β | nessus |
![]() | Debian DSA-1407-1 : cupsys - buffer overflow | 20 Nov 200700:00 | β | nessus |
![]() | FreeBSD : cups -- off-by-one buffer overflow (8dd9722c-8e97-11dc-b8f6-001c2514716c) | 9 Nov 200700:00 | β | nessus |
![]() | CentOS 5 : cups (CESA-2007:1020) | 6 Jan 201000:00 | β | nessus |
![]() | GLSA-200711-16 : CUPS: Memory corruption | 14 Nov 200700:00 | β | nessus |
Source | Link |
---|---|
security-tracker | www.security-tracker.debian.org/tracker/DSA-1407 |
debian | www.debian.org/security/2007/DSA-1407-1 |
# SPDX-FileCopyrightText: 2008 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.59234");
script_cve_id("CVE-2007-4351");
script_tag(name:"creation_date", value:"2008-01-17 22:23:47 +0000 (Thu, 17 Jan 2008)");
script_version("2024-02-01T14:37:10+0000");
script_tag(name:"last_modification", value:"2024-02-01 14:37:10 +0000 (Thu, 01 Feb 2024)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_name("Debian: Security Advisory (DSA-1407-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2008 Greenbone AG");
script_family("Debian Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/debian_linux", "ssh/login/packages", re:"ssh/login/release=DEB4");
script_xref(name:"Advisory-ID", value:"DSA-1407-1");
script_xref(name:"URL", value:"https://www.debian.org/security/2007/DSA-1407-1");
script_xref(name:"URL", value:"https://security-tracker.debian.org/tracker/DSA-1407");
script_tag(name:"summary", value:"The remote host is missing an update for the Debian 'cupsys' package(s) announced via the DSA-1407-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"Alin Rad Pop discovered that the Common UNIX Printing System is vulnerable to an off-by-one buffer overflow in the code to process IPP packets, which may lead to the execution of arbitrary code.
The cupsys version in the old stable distribution (sarge) is not vulnerable to arbitrary code execution.
For the stable distribution (etch), this problem has been fixed in version 1.2.7-4etch1. Updated packages for the arm architecture will be provided later.
We recommend that you upgrade your cupsys packages.");
script_tag(name:"affected", value:"'cupsys' package(s) on Debian 4.");
script_tag(name:"solution", value:"Please install the updated package(s).");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"package");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-deb.inc");
release = dpkg_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "DEB4") {
if(!isnull(res = isdpkgvuln(pkg:"cupsys", ver:"1.2.7-4etch1", rls:"DEB4"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"cupsys-bsd", ver:"1.2.7-4etch1", rls:"DEB4"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"cupsys-client", ver:"1.2.7-4etch1", rls:"DEB4"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"cupsys-common", ver:"1.2.7-4etch1", rls:"DEB4"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"cupsys-dbg", ver:"1.2.7-4etch1", rls:"DEB4"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"libcupsimage2", ver:"1.2.7-4etch1", rls:"DEB4"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"libcupsimage2-dev", ver:"1.2.7-4etch1", rls:"DEB4"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"libcupsys2", ver:"1.2.7-4etch1", rls:"DEB4"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"libcupsys2-dev", ver:"1.2.7-4etch1", rls:"DEB4"))) {
report += res;
}
if(!isnull(res = isdpkgvuln(pkg:"libcupsys2-gnutls10", ver:"1.2.7-4etch1", rls:"DEB4"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. ContactΒ us for a demo andΒ discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo