Lucene search

K

CentOS 4 : mailman (CESA-2007:0779)

Updated mailman packages fix spoofing and URL security issue and various bugs for Red Hat Enterprise Linux 4[CVE-2006-4624]

Show more
Related
Refs
Code
ReporterTitlePublishedViews
Family
Cvelist
CVE-2006-4624
7 Sep 200619:00
cvelist
Debian CVE
CVE-2006-4624
7 Sep 200619:04
debiancve
Veracode
Phishing Attacks
10 Apr 202000:20
veracode
OSV
Red Hat Security Advisory: mailman security and bug fix update
15 Sep 202416:51
osv
OSV
mailman
4 Oct 200600:00
osv
CVE
CVE-2006-4624
7 Sep 200619:04
cve
Tenable Nessus
RHEL 4 : mailman (RHSA-2007:0779)
16 Nov 200700:00
nessus
Tenable Nessus
Mailman Utils.py Spoofed Log Entry Injection
5 Sep 200600:00
nessus
Tenable Nessus
Scientific Linux Security Update : mailman on SL4.x i386/x86_64
1 Aug 201200:00
nessus
Tenable Nessus
Debian DSA-1188-1 : mailman - format string
14 Oct 200600:00
nessus
Rows per page
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were  
# extracted from Red Hat Security Advisory RHSA-2007:0779 and 
# CentOS Errata and Security Advisory 2007:0779 respectively.
#

include('deprecated_nasl_level.inc');
include('compat.inc');

if (description)
{
  script_id(67057);
  script_version("1.7");
  script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/04");

  script_cve_id("CVE-2006-4624");
  script_xref(name:"RHSA", value:"2007:0779");

  script_name(english:"CentOS 4 : mailman (CESA-2007:0779)");
  script_summary(english:"Checks rpm output for the updated package");

  script_set_attribute(
    attribute:"synopsis", 
    value:"The remote CentOS host is missing a security update."
  );
  script_set_attribute(
    attribute:"description", 
    value:
"Updated mailman packages that fix a security issue and various bugs
are now available for Red Hat Enterprise Linux 4.

This update has been rated as having low security impact by the Red
Hat Security Response Team.

Mailman is a program used to help manage email discussion lists.

A flaw was found in Mailman. A remote attacker could spoof messages in
the error log, and possibly trick the administrator into visiting
malicious URLs via a carriage return/line feed sequence in the URI.
(CVE-2006-4624)

As well, these updated packages fix the following bugs :

* canceling a subscription on the confirm subscription request page
caused mailman to crash.

* editing the sender filter caused all spam filter rules to be
deleted.

* the migrate-fhs script was not included.

* the mailman init script returned a zero (success) exit code even
when an incorrect command was given. For example, the 'mailman foo'
command returned a zero exit code. In these updated packages the
mailmain init script returns the correct exit codes.

Users of Mailman are advised to upgrade to these updated packages,
which resolve these issues."
  );
  # https://lists.centos.org/pipermail/centos-announce/2007-November/014423.html
  script_set_attribute(
    attribute:"see_also",
    value:"http://www.nessus.org/u?25fd5100"
  );
  script_set_attribute(
    attribute:"solution", 
    value:"Update the affected mailman package."
  );
  script_set_cvss_base_vector("CVSS2#AV:N/AC:H/Au:N/C:N/I:P/A:N");
  script_cwe_id(94);

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:mailman");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:centos:centos:4");

  script_set_attribute(attribute:"vuln_publication_date", value:"2006/09/07");
  script_set_attribute(attribute:"patch_publication_date", value:"2007/11/15");
  script_set_attribute(attribute:"plugin_publication_date", value:"2013/06/29");
  script_set_attribute(attribute:"generated_plugin", value:"current");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_copyright(english:"This script is Copyright (C) 2013-2021 and is owned by Tenable, Inc. or an Affiliate thereof.");
  script_family(english:"CentOS Local Security Checks");

  script_dependencies("ssh_get_info.nasl");
  script_require_keys("Host/local_checks_enabled", "Host/CentOS/release", "Host/CentOS/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/CentOS/release");
if (isnull(release) || "CentOS" >!< release) audit(AUDIT_OS_NOT, "CentOS");
os_ver = pregmatch(pattern: "CentOS(?: Linux)? release ([0-9]+)", string:release);
if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "CentOS");
os_ver = os_ver[1];
if (! preg(pattern:"^4([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "CentOS 4.x", "CentOS " + os_ver);

if (!get_kb_item("Host/CentOS/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);


cpu = get_kb_item("Host/cpu");
if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
if ("x86_64" >!< cpu && "ia64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "CentOS", cpu);


flag = 0;
if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"mailman-2.1.5.1-34.rhel4.6")) flag++;


if (flag)
{
  security_report_v4(
    port       : 0,
    severity   : SECURITY_NOTE,
    extra      : rpm_report_get()
  );
  exit(0);
}
else
{
  tested = pkg_tests_get();
  if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
  else audit(AUDIT_PACKAGE_NOT_INSTALLED, "mailman");
}

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
29 Jun 2013 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS22.6
EPSS0.013
21
.json
Report