LiveActive security incident?Get immediate response
CVE Record

CVE-2017-3215: The Milwaukee ONE-KEY Android mobile application uses bearer tokens with an expiration of one year.

The Milwaukee ONE-KEY Android mobile application uses bearer tokens with an expiration of one year. This bearer token, in combination with a user_id can be used to perform user actions.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

The ONE-KEY Android app kept login bearer tokens valid for one year. If someone obtained a token and the related user_id, they could act as that user for a long time without needing the password. The public record does not state affected versions, exploitation, or a vendor fix.

Executive priority

Treat this as a targeted account-session risk, not a confirmed emergency. Prioritize if the business relies on ONE-KEY for tool tracking or operational access, especially on shared, unmanaged, or lost Android devices.

Technical view

CVE-2017-3215 is CWE-613 in Milwaukee Tool ONE-KEY for Android: long-lived bearer tokens with one-year expiration. The CVE states a token plus user_id can perform user actions. Public metadata lacks CVSS, version boundaries, endpoint details, exploit status, and remediation specifics.

Likely exposure

Exposure is likely limited to users or organizations using the Milwaukee ONE-KEY Android mobile application. The source bundle lists affected versions as unspecified, so teams must verify deployed app versions and whether backend sessions still accept long-lived or legacy tokens.

Exploitation context

No KEV entry and no provided source states active exploitation. Practical abuse would require obtaining a valid bearer token and corresponding user_id. The source bundle does not describe how attackers could obtain those values.

Researcher notes

The public record is sparse: no CVSS, no affected-version range, and no remediation details. Analysis should focus on session lifetime, token revocation behavior, legacy-token acceptance, and whether user actions require only bearer token plus user_id.

Mitigation direction

  • Check Milwaukee ONE-KEY vendor guidance for fixed versions or required account actions.
  • Update the ONE-KEY Android application where managed devices are still using it.
  • Revoke or rotate mobile sessions if the vendor supports session invalidation.
  • Review mobile device controls for token storage, backups, and lost-device handling.
  • Reduce exposure by removing unused ONE-KEY accounts and stale device access.

Validation and detection

  • Inventory managed Android devices for installed Milwaukee ONE-KEY applications.
  • Confirm app version status against Milwaukee Tool or app-store release guidance.
  • Ask the vendor whether one-year bearer tokens are still issued or accepted.
  • Review account activity for unexpected user actions during the relevant exposure period.
  • Document whether legacy sessions can be revoked centrally.
Prepared
Confidence
medium
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-613: 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-2017-3215 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Milwaukee ToolONE-KEYunspecifiedListed
Weakness

CWE details

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

CWE-613 · source CWE mapping

Insufficient Session Expiration

Insufficient Session Expiration represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.