This CPE summary could be partial or incomplete. Please contact us for a detailed listing.

Summary

Detail
Vendor Gnu First view 2002-06-18
Product Mailman Last view 2023-04-15
Version 2.0.8 Type Application
Update *  
Edition *  
Language *  
Sofware Edition *  
Target Software *  
Target Hardware *  
Other *  
 
CPE Product cpe:2.3:a:gnu:mailman

Activity : Overall

Related : CVE

This CPE have more than 25 Relations. If you want to see a complete summary for this CPE, please contact us.
  Date Alert Description
6.3 2023-04-15 CVE-2021-34337

An issue was discovered in Mailman Core before 3.3.5. An attacker with access to the REST API could use timing attacks to determine the value of the configured REST API password and then make arbitrary REST API calls. The REST API is bound to localhost by default, limiting the ability for attackers to exploit this, but can optionally be made to listen on other interfaces.

8.8 2021-12-02 CVE-2021-44227

In GNU Mailman before 2.1.38, a list member or moderator can get a CSRF token and craft an admin request (using that token) to set a new admin password or make other changes.

6.5 2021-11-12 CVE-2021-43332

In GNU Mailman before 2.1.36, the CSRF token for the Cgi/admindb.py admindb page contains an encrypted version of the list admin password. This could potentially be cracked by a moderator via an offline brute-force attack.

6.1 2021-11-12 CVE-2021-43331

In GNU Mailman before 2.1.36, a crafted URL to the Cgi/options.py user options page can execute arbitrary JavaScript for XSS.

8 2021-10-21 CVE-2021-42097

GNU Mailman before 2.1.35 may allow remote Privilege Escalation. A csrf_token value is not specific to a single user account. An attacker can obtain a value within the context of an unprivileged user account, and then use that value in a CSRF attack against an admin (e.g., for account takeover).

4.3 2021-10-21 CVE-2021-42096

GNU Mailman before 2.1.35 may allow remote Privilege Escalation. A certain csrf_token value is derived from the admin password, and may be useful in conducting a brute-force attack against that password.

4.3 2020-06-24 CVE-2020-15011

GNU Mailman before 2.1.33 allows arbitrary content injection via the Cgi/private.py private archive login page.

6.5 2020-05-06 CVE-2020-12108

/options/mailman in GNU Mailman before 2.1.31 allows Arbitrary Content Injection.

6.1 2020-04-24 CVE-2020-12137

GNU Mailman 2.x before 2.1.30 uses the .obj extension for scrubbed application/octet-stream MIME parts. This behavior may contribute to XSS attacks against list-archive visitors, because an HTTP reply from an archive web server may lack a MIME type, and a web browser may perform MIME sniffing, conclude that the MIME type should have been text/html, and execute JavaScript code.

5.4 2018-07-26 CVE-2018-0618

Cross-site scripting vulnerability in Mailman 2.1.26 and earlier allows remote authenticated attackers to inject arbitrary web script or HTML via unspecified vectors.

6.5 2018-07-12 CVE-2018-13796

An issue was discovered in GNU Mailman before 2.1.28. A crafted URL can cause arbitrary text to be displayed on a web page from a trusted site.

6.1 2018-01-23 CVE-2018-5950

Cross-site scripting (XSS) vulnerability in the web UI in Mailman before 2.1.26 allows remote attackers to inject arbitrary web script or HTML via a user-options URL.

8.8 2016-09-02 CVE-2016-7123

Cross-site request forgery (CSRF) vulnerability in the admin web interface in GNU Mailman before 2.1.15 allows remote attackers to hijack the authentication of administrators.

7.6 2015-04-13 CVE-2015-2775

Directory traversal vulnerability in GNU Mailman before 2.1.20, when not using a static alias, allows remote attackers to execute arbitrary files via a .. (dot dot) in a list name.

4.3 2011-02-22 CVE-2011-0707

Multiple cross-site scripting (XSS) vulnerabilities in Cgi/confirm.py in GNU Mailman 2.1.14 and earlier allow remote attackers to inject arbitrary web script or HTML via the (1) full name or (2) username field in a confirmation message.

3.5 2010-09-15 CVE-2010-3089

Multiple cross-site scripting (XSS) vulnerabilities in GNU Mailman before 2.1.14rc1 allow remote authenticated users to inject arbitrary web script or HTML via vectors involving (1) the list information field or (2) the list description field.

7.5 2006-09-19 CVE-2006-2191

Format string vulnerability in Mailman before 2.1.9 allows attackers to execute arbitrary code via unspecified vectors. NOTE: the vendor has disputed this vulnerability, stating that it is "unexploitable.

2.6 2006-09-07 CVE-2006-4624

CRLF injection vulnerability in Utils.py in Mailman before 2.1.9rc1 allows remote attackers to spoof messages in the error log and possibly trick the administrator into visiting malicious URLs via CRLF sequences in the URI.

5 2006-03-31 CVE-2006-0052

The attachment scrubber (Scrubber.py) in Mailman 2.1.5 and earlier, when using Python's library email module 2.5, allows remote attackers to cause a denial of service (mailing list delivery failure) via a multipart MIME message with a single part that has two blank lines between the first boundary and the end boundary.

5 2005-11-16 CVE-2005-3573

Scrubber.py in Mailman 2.1.5-8 does not properly handle UTF8 character encodings in filenames of e-mail attachments, which allows remote attackers to cause a denial of service (application crash).

4.3 2005-01-10 CVE-2004-1177

Cross-site scripting (XSS) vulnerability in the driver script in mailman before 2.1.5 allows remote attackers to inject arbitrary web script or HTML via a URL, which is not properly escaped in the resulting error page.

7.5 2004-12-31 CVE-2004-1143

The password generation in mailman before 2.1.5 generates only 5 million unique passwords, which makes it easier for remote attackers to guess passwords via a brute force attack.

5 2004-06-01 CVE-2004-0182

Mailman before 2.0.13 allows remote attackers to cause a denial of service (crash) via an email message with an empty subject field.

5 2004-03-03 CVE-2003-0991

Unknown vulnerability in the mail command handler in Mailman before 2.0.14 allows remote attackers to cause a denial of service (crash) via malformed e-mail commands.

4.3 2004-02-17 CVE-2003-0992

Cross-site scripting (XSS) vulnerability in the create CGI script for Mailman before 2.1.3 allows remote attackers to steal cookies of other users.

CWE : Common Weakness Enumeration

%idName
37% (6) CWE-79 Failure to Preserve Web Page Structure ('Cross-site Scripting')
18% (3) CWE-352 Cross-Site Request Forgery (CSRF)
12% (2) CWE-74 Failure to Sanitize Data into a Different Plane ('Injection')
6% (1) CWE-522 Insufficiently Protected Credentials
6% (1) CWE-307 Improper Restriction of Excessive Authentication Attempts
6% (1) CWE-94 Failure to Control Generation of Code ('Code Injection')
6% (1) CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path ...
6% (1) CWE-20 Improper Input Validation

CAPEC : Common Attack Pattern Enumeration & Classification

id Name
CAPEC-15 Command Delimiters
CAPEC-34 HTTP Response Splitting
CAPEC-81 Web Logs Tampering
CAPEC-93 Log Injection-Tampering-Forging
CAPEC-106 Cross Site Scripting through Log Files

Open Source Vulnerability Database (OSVDB)

id Description
70936 Mailman Cgi/confirm.py Multiple Parameter XSS
68035 Mailman listinfo.py List Description Field XSS
68032 Mailman HTMLFormatter.py List Description Field XSS
31008 Mailman Unspecified Format String
28436 Mailman Utils.py Spoofed Log Entry Injection
24367 Mailman Scrubber.py Crafted Multipart MIME Message DoS
20819 Mailman Scrubber.py utf8 Filename Processing DoS
15973 Mailman Email Empty Subject Field Remote DoS
14941 Mailman scripts/driver Error Message XSS
12855 Mailman Automatic Password Generation Weakness
12854 Mailman Error Page XSS
11749 Mailman Mail Command Handler Malformed E-mail DoS
9282 Mailman Pipermail List Archive Index XSS
9281 Mailman Administrative Login Page XSS
8351 Mailman create CGI XSS
3305 Mailman Admin Pages XSS

OpenVAS Exploits

This CPE have more than 25 Relations. If you want to see a complete summary for this CPE, please contact us.
id Description
2012-07-30 Name : CentOS Update for mailman CESA-2011:0307 centos5 x86_64
File : nvt/gb_CESA-2011_0307_mailman_centos5_x86_64.nasl
2012-07-09 Name : RedHat Update for mailman RHSA-2011:0308-01
File : nvt/gb_RHSA-2011_0308-01_mailman.nasl
2011-10-20 Name : Mac OS X v10.6.8 Multiple Vulnerabilities (2011-006)
File : nvt/gb_macosx_su11-006.nasl
2011-08-26 Name : Mac OS X v10.6.6 Multiple Vulnerabilities (2011-001)
File : nvt/secpod_macosx_su11-001.nasl
2011-08-09 Name : CentOS Update for mailman CESA-2011:0307 centos5 i386
File : nvt/gb_CESA-2011_0307_mailman_centos5_i386.nasl
2011-05-12 Name : FreeBSD Ports: mailman
File : nvt/freebsd_mailman9.nasl
2011-03-24 Name : Fedora Update for mailman FEDORA-2011-2102
File : nvt/gb_fedora_2011_2102_mailman_fc14.nasl
2011-03-24 Name : Fedora Update for mailman FEDORA-2011-2125
File : nvt/gb_fedora_2011_2125_mailman_fc13.nasl
2011-03-09 Name : Debian Security Advisory DSA 2170-1 (mailman)
File : nvt/deb_2170_1.nasl
2011-03-07 Name : RedHat Update for mailman RHSA-2011:0307-01
File : nvt/gb_RHSA-2011_0307-01_mailman.nasl
2011-03-07 Name : CentOS Update for mailman CESA-2011:0307 centos4 i386
File : nvt/gb_CESA-2011_0307_mailman_centos4_i386.nasl
2011-02-28 Name : Mandriva Update for mailman MDVSA-2011:036 (mailman)
File : nvt/gb_mandriva_MDVSA_2011_036.nasl
2011-02-28 Name : Ubuntu Update for mailman vulnerabilities USN-1069-1
File : nvt/gb_ubuntu_USN_1069_1.nasl
2010-12-28 Name : Fedora Update for mailman FEDORA-2010-14877
File : nvt/gb_fedora_2010_14877_mailman_fc13.nasl
2010-12-28 Name : Fedora Update for mailman FEDORA-2010-14834
File : nvt/gb_fedora_2010_14834_mailman_fc14.nasl
2010-11-17 Name : FreeBSD Ports: mailman
File : nvt/freebsd_mailman8.nasl
2010-10-04 Name : Mandriva Update for mailman MDVSA-2010:191 (mailman)
File : nvt/gb_mandriva_MDVSA_2010_191.nasl
2009-10-10 Name : SLES9: Security update for Mailman
File : nvt/sles9p5019648.nasl
2009-10-10 Name : SLES9: Security update for mailman
File : nvt/sles9p5014078.nasl
2009-10-10 Name : SLES9: Security update for mailman
File : nvt/sles9p5018754.nasl
2008-09-24 Name : Gentoo Security Advisory GLSA 200501-29 (mailman)
File : nvt/glsa_200501_29.nasl
2008-09-04 Name : FreeBSD Ports: mailman, ja-mailman, mailman-with-htdig
File : nvt/freebsd_mailman7.nasl
2008-09-04 Name : FreeBSD Ports: mailman, ja-mailman
File : nvt/freebsd_mailman4.nasl
2008-09-04 Name : FreeBSD Ports: mailman
File : nvt/freebsd_mailman2.nasl
2008-09-04 Name : FreeBSD Ports: mailman
File : nvt/freebsd_mailman1.nasl

Snort® IPS/IDS

Date Description
2015-06-03 GNU Mailman listname directory traversal attempt
RuleID : 34301 - Type : SERVER-OTHER - Revision : 2
2014-01-10 utf8 filename transfer attempt
RuleID : 12597 - Type : SERVER-OTHER - Revision : 7

Nessus® Vulnerability Scanner

This CPE have more than 25 Relations. If you want to see a complete summary for this CPE, please contact us.
id Description
2019-01-03 Name: The remote Fedora host is missing a security update.
File: fedora_2018-f8fd4c5798.nasl - Type: ACT_GATHER_INFO
2019-01-03 Name: The remote Fedora host is missing a security update.
File: fedora_2018-e071e178f8.nasl - Type: ACT_GATHER_INFO
2018-08-02 Name: The remote FreeBSD host is missing one or more security-related updates.
File: freebsd_pkg_b4f0ad3694a511e89007080027ac955c.nasl - Type: ACT_GATHER_INFO
2018-07-25 Name: The remote Debian host is missing a security update.
File: debian_DLA-1442.nasl - Type: ACT_GATHER_INFO
2018-07-16 Name: The remote Debian host is missing a security-related update.
File: debian_DSA-4246.nasl - Type: ACT_GATHER_INFO
2018-06-26 Name: The remote FreeBSD host is missing one or more security-related updates.
File: freebsd_pkg_739948e378bf11e8b23c080027ac955c.nasl - Type: ACT_GATHER_INFO
2018-05-02 Name: The remote EulerOS host is missing multiple security updates.
File: EulerOS_SA-2018-1086.nasl - Type: ACT_GATHER_INFO
2018-05-02 Name: The remote EulerOS host is missing multiple security updates.
File: EulerOS_SA-2018-1087.nasl - Type: ACT_GATHER_INFO
2018-04-18 Name: The remote Amazon Linux 2 host is missing a security update.
File: al2_ALAS-2018-985.nasl - Type: ACT_GATHER_INFO
2018-04-06 Name: The remote Amazon Linux AMI host is missing a security update.
File: ala_ALAS-2018-985.nasl - Type: ACT_GATHER_INFO
2018-03-19 Name: The remote Fedora host is missing a security update.
File: fedora_2018-55b7018374.nasl - Type: ACT_GATHER_INFO
2018-03-15 Name: The remote CentOS host is missing a security update.
File: centos_RHSA-2018-0505.nasl - Type: ACT_GATHER_INFO
2018-03-15 Name: The remote CentOS host is missing a security update.
File: centos_RHSA-2018-0504.nasl - Type: ACT_GATHER_INFO
2018-02-12 Name: The remote Debian host is missing a security-related update.
File: debian_DSA-4108.nasl - Type: ACT_GATHER_INFO
2018-02-09 Name: The remote FreeBSD host is missing one or more security-related updates.
File: freebsd_pkg_3d0eeef80cf911e899b0d017c2987f9a.nasl - Type: ACT_GATHER_INFO
2018-02-09 Name: The remote Debian host is missing a security update.
File: debian_DLA-1272.nasl - Type: ACT_GATHER_INFO
2016-11-02 Name: The remote Ubuntu host is missing a security-related patch.
File: ubuntu_USN-3118-1.nasl - Type: ACT_GATHER_INFO
2016-09-08 Name: The remote FreeBSD host is missing a security-related update.
File: freebsd_pkg_9e50dcc3740b11e694a2080027ef73ec.nasl - Type: ACT_GATHER_INFO
2015-08-18 Name: The remote Amazon Linux AMI host is missing a security update.
File: ala_ALAS-2015-582.nasl - Type: ACT_GATHER_INFO
2015-08-04 Name: The remote Scientific Linux host is missing one or more security updates.
File: sl_20150722_mailman_on_SL6_x.nasl - Type: ACT_GATHER_INFO
2015-07-30 Name: The remote Oracle Linux host is missing a security update.
File: oraclelinux_ELSA-2015-1417.nasl - Type: ACT_GATHER_INFO
2015-07-28 Name: The remote CentOS host is missing a security update.
File: centos_RHSA-2015-1417.nasl - Type: ACT_GATHER_INFO
2015-07-23 Name: The remote Red Hat host is missing one or more security updates.
File: redhat-RHSA-2015-1417.nasl - Type: ACT_GATHER_INFO
2015-07-06 Name: The remote Scientific Linux host is missing one or more security updates.
File: sl_20150623_mailman_on_SL7_x.nasl - Type: ACT_GATHER_INFO
2015-06-24 Name: The remote Red Hat host is missing one or more security updates.
File: redhat-RHSA-2015-1153.nasl - Type: ACT_GATHER_INFO