LiveActive security incident?Get immediate response
CVE Record

CVE-2021-34337: An issue was discovered in Mailman Core before 3.3.5.

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.

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Mailman Core before 3.3.5 could leak its REST API password through timing differences if an attacker can already reach the REST API. Successful abuse could let them make arbitrary REST API calls. The default localhost-only binding limits typical internet exposure, but custom network bindings may raise urgency.

Executive priority

Treat this as a medium-priority remediation unless the REST API is exposed beyond trusted localhost boundaries. Prioritize upgrades for shared hosts, container platforms, or deployments with custom REST bindings because successful abuse could enable unauthorized administration through the API.

Technical view

CVE-2021-34337 is a CWE-208 timing side-channel in Mailman Core’s REST API password handling before 3.3.5. The CVSS vector requires local access, high attack complexity, and low privileges, but confidentiality and integrity impact are rated high because the REST API password may enable arbitrary API actions.

Likely exposure

Exposure is most likely in Mailman Core deployments before 3.3.5 where the REST API is reachable by untrusted local users, containers, services, or non-local networks. Default localhost binding lowers broad remote risk, unless administrators configured the API to listen on other interfaces.

Exploitation context

The source bundle does not show known active exploitation, and the CVE is not listed as KEV. Exploitation requires access to the REST API and a timing attack, making broad opportunistic exploitation less likely than targeted abuse of exposed or shared-host deployments.

Researcher notes

Evidence supports a timing side-channel in REST API password verification fixed after affected pre-3.3.5 versions. The provided data does not identify active exploitation, weaponized public exploit status, or affected packaged distributions. Validate reachability before ranking operational risk.

Mitigation direction

  • Upgrade Mailman Core to 3.3.5 or later where supported.
  • Keep the REST API bound to localhost unless a trusted architecture requires otherwise.
  • Restrict REST API reachability with host, firewall, and network segmentation controls.
  • Rotate the REST API password if exposure is suspected.
  • Check Mailman vendor guidance before applying environment-specific workarounds.

Validation and detection

  • Inventory Mailman Core versions and flag anything before 3.3.5.
  • Review REST API listen address and confirm it is not broadly exposed.
  • Verify only trusted local users and services can reach the REST API.
  • Review logs for unexpected REST API activity or configuration changes.
  • Confirm upgrade status against the Mailman release tags or package metadata.
Prepared
Confidence
high
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-208: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-34337 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.3CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N15.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.3Medium
CVSS 3.1 vector shape for CVE-2021-34337Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-208 · source CWE mapping

Observable Timing Discrepancy

Observable Timing Discrepancy represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.