LiveActive security incident?Get immediate response
CVE Record

CVE-2014-6274: S3 and Glacier remotes creds embedded in the git repo were not encrypted

git-annex had a bug in the S3 and Glacier remotes where if embedcreds=yes was set, and the remote used encryption=pubkey or encryption=hybrid, the embedded AWS credentials were stored in the git repository in (effectively) plaintext, not encrypted as they were supposed to be. This issue affects git-annex: from 3.20121126 before 5.20140919.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This issue means some git-annex repositories could have stored embedded AWS S3 or Glacier credentials in readable form when users expected them to be encrypted. The main business risk is credential disclosure from anyone who can access the affected repository or its history.

Executive priority

Prioritize review where git-annex repositories are shared broadly, mirrored externally, or tied to sensitive AWS storage. The urgency is high for confidentiality, but evidence of exploitation is not supplied.

Technical view

CVE-2014-6274 affects git-annex versions from 3.20121126 before 5.20140919 when S3 or Glacier remotes used embedcreds=yes with encryption=pubkey or encryption=hybrid. The embedded AWS credentials were effectively plaintext in the git repository, causing confidentiality exposure under CWE-311.

Likely exposure

Exposure is limited to organizations using affected git-annex versions with S3 or Glacier remotes, embedcreds=yes, and pubkey or hybrid encryption. Repositories, mirrors, backups, and clones may preserve the exposed credentials in history.

Exploitation context

The supplied sources do not show CISA KEV listing or active exploitation. Practical risk depends on whether unauthorized users can read affected repositories or their historical objects containing embedded credentials.

Researcher notes

The CVE record names git-annex as the affected product and narrows the condition to S3 and Glacier remotes with specific embedded credential and encryption settings. Evidence is incomplete on real-world exploitation, prevalence, and exact vendor cleanup steps beyond the upgrade advisory.

Mitigation direction

  • Upgrade affected git-annex installations to 5.20140919 or later.
  • Follow the git-annex insecure embedded credentials upgrade guidance.
  • Identify AWS credentials that may have been embedded and exposed.
  • Rotate any exposed AWS credentials through normal credential-management processes.
  • Review repository clones, mirrors, and backups for retained exposed credentials.

Validation and detection

  • Inventory git-annex versions used with S3 or Glacier remotes.
  • Check whether affected remotes used embedcreds=yes.
  • Confirm whether encryption was set to pubkey or hybrid.
  • Review repository history for embedded credential exposure.
  • Verify upgraded git-annex behavior before re-embedding credentials.
Prepared
Confidence
high
Sources
3

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-311: 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-2014-6274 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/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
2Source 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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2014-6274Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/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
git-annexgit-annex3.20121126unaffected
Weakness

CWE details

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

CWE-311 · source CWE mapping

Missing Encryption of Sensitive Data

Missing Encryption of Sensitive Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.