LiveActive security incident?Get immediate response
CVE Record

CVE-2024-1435: WordPress Tainacan plugin <= 0.20.6 - Sensitive Data Exposure via Log File vulnerability

Insertion of Sensitive Information Into Sent Data vulnerability in tainacan Tainacan tainacan.This issue affects Tainacan: from n/a through <= 0.20.6.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2024-1435 is a medium-severity information exposure issue in the WordPress Tainacan plugin through version 0.20.6. The reported risk is sensitive data being sent or exposed through a log file. It does not indicate system takeover, but leaked data could still create business risk depending on what the site stores or logs.

Executive priority

Treat this as a near-term hygiene fix for affected WordPress sites, especially public sites handling member, collection, or administrative data. It is not rated critical, but unattended log exposure can create downstream credential, privacy, or reputational issues.

Technical view

The vulnerability is CWE-201, insertion of sensitive information into sent data, affecting Tainacan for WordPress through 0.20.6. The CVSS 3.1 score is 5.3 with network access, low attack complexity, no privileges, and no user interaction required. Reported impact is limited to confidentiality.

Likely exposure

Exposure is limited to WordPress sites using the Tainacan plugin at version 0.20.6 or older. The source bundle does not identify specific exposed fields, default log paths, or a confirmed fixed version.

Exploitation context

CISA KEV is false, and the provided sources do not state active exploitation. The CVSS vector suggests a remotely reachable, unauthenticated information disclosure condition, but the source bundle does not provide exploit details or observed attacks.

Researcher notes

Evidence is sparse. The record names Tainacan through 0.20.6, CWE-201, CVSS 5.3, and Patchstack references, but does not provide a fixed version, exposed data examples, exploit status, or detailed technical preconditions.

Mitigation direction

  • Inventory WordPress sites for the Tainacan plugin and record installed versions.
  • Prioritize upgrading or disabling Tainacan installations at or below 0.20.6.
  • Review vendor or Patchstack guidance for a confirmed fixed version or workaround.
  • Restrict public access to exposed log files where server controls allow it.
  • Audit logs for sensitive data and rotate any exposed secrets.

Validation and detection

  • Confirm whether each site runs Tainacan and whether its version is 0.20.6 or older.
  • Check web-accessible paths for unintended log file exposure without retrieving sensitive contents.
  • Review plugin and web server logs for sensitive values already written.
  • Verify updated or disabled instances no longer expose the affected log data.
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 · medium confidence lookup

CWE-201: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-2024-1435 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-2024-1435Attack 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
tainacanTainacantainacan, 0unaffected
Weakness

CWE details

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

CWE-201 · source CWE mapping

Insertion of Sensitive Information Into Sent Data

Insertion of Sensitive Information Into Sent Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.