LiveActive security incident?Get immediate response
CVE Record

CVE-2021-44854: An issue was discovered in MediaWiki before 1.35.5, 1.36.x before 1.36.3, and 1.37.x before 1.37.1.

An issue was discovered in MediaWiki before 1.35.5, 1.36.x before 1.36.3, and 1.37.x before 1.37.1. The REST API publicly caches results from private wikis.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

MediaWiki private wiki content could be exposed because REST API responses were publicly cached. The issue affects versions before 1.35.5, 1.36.3, and 1.37.1. Business impact is mainly unintended disclosure of private wiki data, not system takeover or service disruption.

Executive priority

Treat this as a prompt privacy and information-disclosure fix for private MediaWiki deployments. It is not described as a takeover risk, but exposed private wiki content can create business, compliance, and operational risk.

Technical view

CVE-2021-44854 is a CWE-524 caching weakness in MediaWiki. REST API output from private wikis could be cached publicly, allowing unauthenticated access to content that should remain private. CVSS 3.1 is 5.3, with network access, low complexity, no privileges, no user interaction, and low confidentiality impact.

Likely exposure

Organizations running private MediaWiki instances below 1.35.5, 1.36.3, or 1.37.1 are the likely exposure group, especially where REST API responses can pass through public or shared caches.

Exploitation context

The provided sources do not show CISA KEV listing or confirmed active exploitation. The weakness is remotely reachable and low complexity, but the documented impact is limited to confidentiality exposure through caching behavior.

Researcher notes

The source bundle identifies the issue and fixed version boundaries but provides limited technical detail. Avoid assuming broader product impact beyond MediaWiki. Focus validation on private wiki REST API caching and whether shared caches retained protected responses.

Mitigation direction

  • Upgrade MediaWiki to 1.35.5, 1.36.3, 1.37.1, or later supported releases.
  • Apply vendor or distribution security guidance, including Gentoo GLSA-202305-24 where relevant.
  • Review shared, proxy, and CDN cache handling for private wiki REST API responses.
  • Purge exposed public or shared caches after applying fixes.
  • Restrict access to private wiki REST endpoints until fixed, where operationally feasible.

Validation and detection

  • Inventory all MediaWiki private wiki deployments and record exact versions.
  • Confirm deployed versions are at or above the fixed release lines.
  • Review cache configuration for REST API responses from private wikis.
  • Check whether shared caches contain private wiki REST responses.
  • Verify unauthenticated users cannot receive cached private REST API content.
Prepared
Confidence
medium
Sources
4

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-524: 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
cve · low confidence lookup

CVE-2021-44854 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
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/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
3Source 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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/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-524 · source CWE mapping

Use of Cache Containing Sensitive Information

Use of Cache Containing Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.