Last updated: August 19, 2026 at 1:47 AM UTC
All 741 Vulnerability 286 Breach 129 Threat 319 Defense 7
Tag: idor (3 articles)Clear

SafePal order-tracking flaw exposed data of nearly 40,000 wallet buyers

Cryptocurrency wallet maker SafePal disclosed that an authorization flaw in a third-party order-tracking plug-in exposed personal data of about 39,798 customers, and a threat actor is now selling it. The flaw worked like a parcel tracker that lets one customer see another's order simply by changing the order number, exposing names, email addresses, shipping addresses, phone numbers, and purchase details for orders placed between March 2025 and April 2026. Seed phrases, private keys, wallet passwords, and payment data were not affected. SafePal warned customers to expect phishing and impersonation, and noted that a fake firmware-update lure had already been seen. It has taken down more than 30 fraudulent sites.

Check
Affected SafePal customers should be alert to phishing and calls impersonating the company, never enter a seed phrase or approve a firmware update prompted by an unsolicited message, and verify notices independently.
Affected
About 39,798 SafePal customers whose names, emails, phone numbers, and shipping addresses were exposed; wallets and keys are safe, but the data supports convincing phishing, including fake firmware-update scams already observed.
Fix
Anyone who shared a seed phrase or keys through a scam should move funds to a new wallet now; organizations should audit third-party plug-ins for authorization flaws limiting customer data.

Lone operator exploited Langflow flaws to steal AI and cloud keys across tenants

Sysdig detailed a financially motivated operator who chained two Langflow vulnerabilities to raid the AI orchestration platform for credentials, part of why CISA just added one of them to its exploited-vulnerabilities catalog. Using a cross-tenant access flaw (CVE-2026-55255), the attacker ran flows belonging to other tenants to steal their large language model provider keys and AWS keys, while a separate unauthenticated code-execution flaw (CVE-2026-33017) took over the host itself. The activity, observed in late June against an internet-exposed Langflow instance, followed a methodical pattern of reconnaissance, flow enumeration, and credential theft. It underscores that AI orchestration platforms concentrate valuable secrets and are increasingly a direct target once left exposed online.

Check
Identify any internet-exposed Langflow instances, confirm they are patched against the recent flaws, restrict them from public access, and review logs for cross-tenant flow access and unexpected outbound connections.
Affected
Organizations running exposed or unpatched Langflow (CVE-2026-55255, CVE-2026-33017); attackers can execute other tenants' flows to steal AI and cloud keys and run code on the host, harvesting concentrated credentials.
Fix
Patch Langflow, keep it off the public internet, rotate any potentially exposed AI provider and cloud keys, apply least privilege and short-lived credentials, and monitor for cross-tenant access and credential-harvesting behavior.

Nightclub operator RCI breach exposes 40,000 records via website IDOR flaw

RCI Hospitality, one of the largest US adult-nightclub operators, has confirmed that a breach exposed the personal data of 40,178 people, mostly independent contractors. Attackers got in through an insecure direct object reference (IDOR) flaw on one of the company's IIS web servers, a common web bug where simply changing an ID number in a web address lets you pull up someone else's record. The intrusion began March 19 and was spotted four days later. Stolen data includes names, dates of birth, Social Security numbers, and driver's license numbers. RCI says no customer or financial systems were touched, and the data has not yet appeared publicly.

Check
If you received an RCI breach notice or worked with RCI, watch for identity fraud. Developers should test their own web apps for IDOR by altering record IDs in authenticated requests.
Affected
Roughly 40,178 people, mostly independent contractors of RCI Hospitality, whose names, birth dates, Social Security numbers, and driver's license numbers sat in the breached IIS web server.
Fix
Affected individuals should enroll in any offered credit monitoring and freeze their credit. Similar orgs should add server-side authorization checks on every object reference and pen-test for IDOR.