LastPass says a supply-chain breach at Klue exposed some customer contact information and support case records from its Salesforce environment, adding a password-manager brand to the expanding list of companies affected by the Klue OAuth incident.
The company disclosed the incident on June 23, after learning on June 12 that Klue, a third-party market intelligence platform used by LastPass go-to-market teams, had suffered a breach involving OAuth tokens. LastPass said its password-manager products, services, and infrastructure were not affected, and that customer vaults were not involved.
That distinction matters, but it does not make the incident harmless. The exposed records reportedly include customer names, emails, phone numbers, addresses, company information, and customer support case content. For a password manager, support histories can be unusually sensitive even when they do not contain vault data, because they may reveal account problems, billing relationships, device issues, administrative contacts, or previous security concerns that make phishing attempts more convincing.
What LastPass says happened
The Klue breach centered on OAuth tokens that Klue held for customer integrations. LastPass said an unauthorized actor obtained tokens for many Klue customers, including LastPass, and used them to access data in connected business systems. In LastPass’s case, the affected systems were Salesforce and Gong integrations used by business teams, not the password-vault infrastructure customers use to store credentials.
Security reporting from BleepingComputer and TechCrunch described the LastPass exposure as customer CRM and support case data accessed through the Klue supply-chain attack. Salesforce had already disabled the Klue Battlecards integration after token abuse exposed customer data across multiple Klue-connected environments, according to earlier reporting from The Hacker News.
The broader Klue incident has affected multiple security and technology companies because the compromised integration sat between Klue and customer-controlled SaaS environments. That is why the blast radius is different from a simple vendor database breach: attackers were able to use trusted integration credentials to query downstream systems such as Salesforce.
Why support case data can still be dangerous
LastPass customers do not need to assume their encrypted vaults were stolen in this incident based on the company’s current disclosure. The more immediate risk is targeted social engineering. A scammer who knows a customer’s name, email address, company, support history, and perhaps the subject of a recent ticket can write a message that looks much more credible than a generic password-reset lure.
That is especially important because LastPass users have already been a recurring phishing target. The company warned earlier this year about campaigns that impersonated LastPass and used fake urgency around account access, vault backups, and unauthorized activity. Fresh support case details could help attackers tailor those themes to specific users or company administrators.
The incident also creates a data-retention question for former customers. If old support records remain in CRM systems, people who no longer use a product can still receive breach notifications and still face targeted scams. That is not unique to LastPass; it is a common weakness in SaaS support, sales, and customer-success systems that keep historical customer records long after the active subscription ends.
What users should do now
For individual LastPass users, the first step is to treat any unexpected LastPass-themed email, call, text, or support message as suspicious, especially if it references a real support issue. Do not use links from an unsolicited message to sign in, approve a device, export a vault, update payment details, or share a master password. Go directly to the LastPass website or app instead.
Users should also review multifactor authentication on their LastPass account and email account, because email compromise can turn a phishing attempt into a broader account-takeover path. LastPass has repeatedly told customers that it will not ask for a master password. Any message that does should be treated as malicious, even if it includes accurate account or support details.
For business customers, help-desk and security teams should warn administrators that attackers may use real support context in phishing attempts. That means verifying unusual LastPass requests through a separate trusted channel, watching for suspicious admin-console activity, and making sure employees know that a realistic support reference is not proof that a message is legitimate.
What SaaS administrators should learn from Klue
The Klue incident is also a warning for companies that connect sales, support, analytics, and competitive-intelligence tools into Salesforce, Gong, Google Workspace, Microsoft 365, or other core business systems. Those integrations often receive long-lived access that outlasts the original business need. When a vendor is compromised, a token that looked like routine plumbing can become a direct path into customer data.
Datadog Security Labs, in detection guidance for Salesforce environments, described the attack pattern as automated API activity using compromised OAuth access. That is the part security teams should generalize beyond Klue: a connected app does not need a user’s password if it already holds a valid token with broad enough permissions.
Administrators should review connected apps, revoke tokens for vendors that no longer need access, limit scopes where possible, and monitor unusual API behavior from integrations. Useful signals include bulk object queries, unexpected source IPs, access outside normal vendor patterns, newly created OAuth apps, permission changes, webhook creation, and unusually large exports from CRM objects that contain contacts, cases, notes, or attachments.
The lesson is not that companies should stop using SaaS integrations. It is that integrations need the same lifecycle controls as employee accounts: owner assignment, scope review, logging, expiration, and a fast revocation path. The LastPass disclosure gives ordinary users a clear phishing warning, but for enterprise teams it points to a wider control problem in the way trusted SaaS tokens are issued and forgotten.