RedHat Update for mailman RHSA-2015:1417-01
🗓️ 23 Jul 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType
openvas🔗 plugins.openvas.org👁 36 Views
| Reporter | Title | Published | Views | Family All 87 |
|---|---|---|---|---|
| Security fix for the ALT Linux 9 package mailman version 5:2.1.21-alt0.1.rc2 | 5 Feb 201600:00 | – | altlinux | |
| mailman -- path traversal vulnerability | 27 Mar 201500:00 | – | freebsd | |
| Medium: mailman | 17 Aug 201500:00 | – | amazon | |
| Amazon Linux AMI : mailman (ALAS-2015-582) | 18 Aug 201500:00 | – | nessus | |
| CentOS 7 : mailman (CESA-2015:1153) | 24 Jun 201500:00 | – | nessus | |
| CentOS 6 : mailman (CESA-2015:1417) | 28 Jul 201500:00 | – | nessus | |
| Debian DLA-186-1 : mailman security update | 7 Apr 201500:00 | – | nessus | |
| Debian DSA-3214-1 : mailman - security update | 8 Apr 201500:00 | – | nessus | |
| Fedora 21 : mailman-2.1.20-1.fc21 (2015-5216) | 4 May 201500:00 | – | nessus | |
| Fedora 22 : mailman-2.1.20-1.fc22 (2015-5333) | 22 Apr 201500:00 | – | nessus |
10
| Source | Link |
|---|---|
| redhat | www.redhat.com/archives/rhsa-announce/2015-July/msg00029.html |
# SPDX-FileCopyrightText: 2015 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.871400");
script_version("2024-03-21T05:06:54+0000");
script_cve_id("CVE-2002-0389", "CVE-2015-2775");
script_tag(name:"cvss_base", value:"7.6");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:C/I:C/A:C");
script_tag(name:"last_modification", value:"2024-03-21 05:06:54 +0000 (Thu, 21 Mar 2024)");
script_tag(name:"creation_date", value:"2015-07-23 06:25:14 +0200 (Thu, 23 Jul 2015)");
script_tag(name:"qod_type", value:"package");
script_name("RedHat Update for mailman RHSA-2015:1417-01");
script_tag(name:"summary", value:"The remote host is missing an update for the 'mailman'
package(s) announced via the referenced advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Mailman is a program used to help manage e-mail discussion lists.
It was found that mailman did not sanitize the list name before passing it
to certain MTAs. A local attacker could use this flaw to execute arbitrary
code as the user running mailman. (CVE-2015-2775)
It was found that mailman stored private email messages in a world-readable
directory. A local user could use this flaw to read private mailing list
archives. (CVE-2002-0389)
This update also fixes the following bugs:
* Previously, it was impossible to configure Mailman in a way that
Domain-based Message Authentication, Reporting & Conformance (DMARC) would
recognize Sender alignment for Domain Key Identified Mail (DKIM)
signatures. Consequently, Mailman list subscribers that belonged to a mail
server with a 'reject' policy for DMARC, such as yahoo.com or AOL.com, were
unable to receive Mailman forwarded messages from senders residing in any
domain that provided DKIM signatures. With this update, domains with a
'reject' DMARC policy are recognized correctly, and Mailman list
administrators are able to configure the way these messages are handled.
As a result, after a proper configuration, subscribers now correctly
receive Mailman forwarded messages in this scenario. (BZ#1095359)
* Mailman used a console encoding when generating a subject for a 'welcome
email' when new mailing lists were created by the 'newlist' command.
Consequently, when the console encoding did not match the encoding used by
Mailman for that particular language, characters in the 'welcome email'
could be displayed incorrectly. Mailman has been fixed to use the correct
encoding, and characters in the 'welcome email' are now displayed properly.
(BZ#1056366)
* The 'rmlist' command used a hardcoded path to list data based on the
VAR_PREFIX configuration variable. As a consequence, when the list was
created outside of VAR_PREFIX, it was impossible to remove it using the
'rmlist' command. With this update, the 'rmlist' command uses the correct
LIST_DATA_DIR value instead of VAR_PREFIX, and it is now possible to remove
the list in described situation. (BZ#1008139)
* Due to an incompatibility between Python and Mailman in Red Hat
Enterprise Linux 6, when moderators were approving a moderated message to a
mailing list and checked the 'Preserve messages for the site administrator'
checkbox, Mailman failed to approve the message and returned an error.
This incompatibility has been fixed, and Mailman now approves messages as
expected in this scenario. (BZ#765807)
* When Mailman was set to no ...
Description truncated, please see the referenced URL(s) for more information.");
script_tag(name:"affected", value:"mailman on Red Hat Enterprise Linux Server (v. 6),
Red Hat Enterprise Linux Workstation (v. 6)");
script_tag(name:"solution", value:"Please Install the Updated Packages.");
script_xref(name:"RHSA", value:"2015:1417-01");
script_xref(name:"URL", value:"https://www.redhat.com/archives/rhsa-announce/2015-July/msg00029.html");
script_tag(name:"solution_type", value:"VendorFix");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2015 Greenbone AG");
script_family("Red Hat Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/rhel", "ssh/login/rpms", re:"ssh/login/release=RHENT_6");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-rpm.inc");
release = rpm_get_ssh_release();
if(!release) exit(0);
res = "";
if(release == "RHENT_6")
{
if ((res = isrpmvuln(pkg:"mailman", rpm:"mailman~2.1.12~25.el6", rls:"RHENT_6")) != NULL)
{
security_message(data:res);
exit(0);
}
if ((res = isrpmvuln(pkg:"mailman-debuginfo", rpm:"mailman-debuginfo~2.1.12~25.el6", rls:"RHENT_6")) != NULL)
{
security_message(data:res);
exit(0);
}
if (__pkg_match) exit(99);
exit(0);
}
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
21 Mar 2024 00:00Current
8.8High risk
Vulners AI Score8.8
CVSS 27.6
EPSS0.07908