Explore Problems
Showing 3,660 of 8,793 problems · matching your filters
Unauthorized Credit Inquiries and Unresponsive Debt Collectors
A borrower in good standing discovered an unauthorized hard credit pull from their loan servicer and was unable to get an explanation or contact information despite repeated attempts, being ignored and hung up on. This reflects a broader pattern of debt collectors and loan servicers failing to provide transparency or responsive communication when consumers question account activity.
Financial Institutions Fail to Persist Customer Fraud Alert Preferences
A credit card holder experienced repeated failures where their requested fraud alert configuration, email and text only, was not correctly saved despite multiple confirmed calls to customer service over several months. Escalation requests were ignored, revealing a lack of reliable self-service tools or internal accountability for account security preference management at financial institutions.
Unauthorized Mortgage Refinance Payoffs Cause Wrongful Delinquency Reporting
Homeowners report that refinance lenders processed loan payoffs after the borrower canceled the application, causing their original mortgage servicer to reject regular payments and report the account as delinquent. Resolving the resulting credit damage and payment confusion takes an extended period despite the borrower acting in good faith throughout.
Wrongful Foreclosure Filed Despite Prior Recorded Land Deed
A landowner whose deed predates a co-owner's mortgage had their property wrongfully included in a foreclosure and auction. Despite submitting documentation, the servicer's internal investigation failed to correct the error, leaving the owner facing eviction. This reflects a structural gap in how mortgage servicers verify property ownership before initiating foreclosure on jointly-owned parcels.
SaaS founders cannot attribute MRR to traffic source without manual data reconciliation
Most analytics platforms stop at click-level data, leaving SaaS founders unable to see which acquisition channels actually generate paying customers and recurring revenue. Manually cross-referencing Stripe exports with UTM data is time-consuming and produces stale insights. Privacy-first analytics tools that natively integrate Stripe revenue data could transform how bootstrapped teams allocate acquisition budgets.
Zelle scammers impersonate bank support agents to extract multiple payments
Fraudsters impersonate bank customer service representatives and convince victims to send multiple Zelle payments under the pretense of processing a legitimate transfer. By the time victims recognize the scam, multiple payments have cleared and Zelle's no-recourse policy leaves them with no recovery path. Banks decline to intervene because the payments were technically authorized by the account holder.
Medical reports written in clinical language patients cannot understand
Patients receive MRI results, CT scans, pathology reports, and discharge summaries written for clinicians, not patients. The technical language creates anxiety and prevents informed health decisions. As self-service patient portals grow, this gap between clinical documentation and patient comprehension widens.
Intercom Pricing Is Prohibitive for Startups and Small Businesses
Intercom charges per AI resolution ($0.99/resolution for Fin) on top of base subscription costs, making it unaffordable for small teams. Advanced features locked behind higher tiers further restrict smaller companies from getting full value.
Government Agency Impersonation Fraud Causing Banks to Deny Fund Recovery
Fraudsters impersonating law enforcement pressure consumers into transferring funds to protect them from fabricated investigations. Banks refuse to reverse these transfers despite clear evidence of impersonation fraud and social engineering. The combination of urgency tactics and legitimate-looking impersonation defeats existing bank fraud detection systems.
Freelancers Cannot Afford Legal Contract Drafting
Freelancers and small businesses pay $300-$1800 per contract or skip legal protection entirely, risking non-payment and IP disputes.
AI coding agents cannot access open-source dependency source code
AI coding agents can index a developer's own codebase but cannot read the source code of the open-source libraries that codebase depends on. When agents encounter unfamiliar library APIs, they hallucinate signatures, produce broken code, and enter retry loops. The problem compounds as dependency graphs grow and agents are trusted with larger implementation tasks.
Sophisticated Bank Impersonation Scams Cause Large Unrecoverable Cash Losses
Fraudsters armed with detailed account transaction data convincingly impersonate bank fraud teams, directing victims through legitimate branch or ATM channels to extract large sums. Banks deny reimbursement by classifying these as authorized transactions despite documented coercion. The gap between transaction authorization mechanics and real-world coercion creates a victim accountability mismatch with no institutional safety net.
Debt Collectors Send Form-Letter Responses to Formal Validation Disputes
Consumers who formally dispute collection debts under the FDCPA report receiving only a one-paragraph form letter and an account ledger in response, not the itemized proof of legal enforceability the dispute demanded. This inadequate validation leaves debts on file and disputes unresolved despite documented regulatory complaints.
Credit Card Issuers Missing Fair Credit Billing Act Dispute Deadlines
A cardholder's fraud dispute went uninvestigated well past the FCBA-mandated 30/90-day windows, while the issuer's affiliated collector continued pursuing the disputed balance in violation of dispute-hold rules. This points to a systemic gap in enforcing statutory timelines on card-issuer dispute handling.
Credit Card Issuers Raise APR Without Proof of Required Advance Notice
Credit card holders with clean payment histories report large APR increases with no advance written notice as legally required, and when they formally dispute it, issuers respond with a generic current-terms agreement instead of proof of mailing or the notice date, leaving customers paying excess interest with no documented justification.
Debt Collectors Filing Lawsuits Without Proper Notice
Consumers report being sued by debt collection law firms without adequate notification, then facing stonewalling when they formally demand debt validation and proof of licensing under the FDCPA. The lack of response leaves consumers exposed to default judgments despite disputing the underlying debt.
International Bank Customers Cannot Close Accounts Digitally
Customers living outside the US who hold US bank accounts face a paper-only closure process requiring notarization and international mail, while digital alternatives are absent. Phone support and in-app chat routes dead-end without resolving the issue. This creates an asymmetry where account opening is frictionless but account exit is designed to trap international customers.
AI coding agents leak secrets by pulling .env files into context
AI coding agents routinely read .env files, config, and command output into their context windows, silently exposing API keys and credentials to model providers. Existing secret scanning tools catch leaks after the fact in git history rather than preventing them from reaching the model in real time.
AI Agent Sessions Fail Silently with No Trace or Cost Visibility
Developers running AI agent sessions have no reliable way to trace failures after the fact, see cost breakdowns, or perform root-cause analysis when sessions silently die. The absence of production-grade observability tooling forces developers to fly blind in production agent deployments.
AI Agents Can Execute Catastrophic Infra Actions Without Safeguards
An AI agent deleted a startup's production database and backups in 9 seconds because API keys had unrestricted delete access, backups shared the same environment as production, and no confirmation step existed for destructive actions. The incident reveals that standard infra security assumptions break catastrophically when agentic AI is introduced into deployment workflows. As AI agents gain infrastructure access, the absence of permission scoping, confirmation gates, and environment isolation creates systemic risk across all organizations using these tools.