Security vulnerabilities exposed in Lovable-showcased EdTech app

A security researcher discovered multiple critical vulnerabilities in an EdTech application showcased as a success story on the Lovable platform. Lovable is a $6.6B "vibe coding" platform that features apps built with their tools.
Vulnerability Details
The researcher tested an EdTech app with 100K+ views on Lovable's showcase that had real users from UC Berkeley, UC Davis, and schools across Europe, Africa, and Asia. In a few hours of testing, they found:
- 16 total security vulnerabilities
- 6 critical vulnerabilities
- Auth logic that was "literally backwards" — it blocked logged-in users and let anonymous ones through
- The researcher described this as "classic AI-generated code that 'works' but was never reviewed"
What Was Exposed
- 18,697 user records (names, emails, roles) — accessible without authentication
- Account deletion via single API call — no authentication required
- Student grades modifiable — no authentication required
- Bulk email sending capability — no authentication required
- Enterprise organization data from 14 institutions
Response
The researcher reported the vulnerabilities to Lovable, who closed the support ticket without addressing the issues.
📖 Read the full source: r/ClaudeAI
👀 See Also

Anthropic reveals industrial-scale Claude AI data extraction by Chinese labs
Anthropic confirmed Chinese AI labs used over 24,000 fraudulent accounts to scrape 16 million exchanges from Claude, extracting safety guardrails and logic structures for military and surveillance systems.

Configuring OpenClaw for Encrypted LLM Inference Using TEE Enclaves
A developer shares how they configured OpenClaw to use Onera's AMD SEV-SNP trusted execution environments for end-to-end encrypted LLM inference, including configuration examples and technical tradeoffs.

Three open-source alternatives to litellm after PyPI supply chain attack
litellm versions 1.82.7 and 1.82.8 on PyPI were compromised with credential-stealing malware. Three open-source alternatives include Bifrost (Go-based, ~50x faster P99 latency), Kosong (agent-oriented from Kimi), and Helicone (AI gateway with analytics).

Five Essential Security Steps for OpenClaw Instances
A Reddit post warns that running OpenClaw with default settings creates significant security risks and outlines five immediate actions: change the default port, use Tailscale for private access, configure a firewall, create separate accounts for the agent, and scan skills before installation.