penetrify.cloud/blog

Blog

Einblicke, Guides und Updates von der Spitze der autonomen Sicherheit.

Die Bewertungslücke von CVE-Bench: Wenn erfolgreiche Exploits null Punkte erhalten
2. September 2026

Die Bewertungslücke von CVE-Bench: Wenn erfolgreiche Exploits null Punkte erhalten

Mehrere der automatischen Grader von CVE-Bench stürzen ab oder hängen sich auf, sobald ein Exploit sein Ziel stört, und ein abgestürzter Grader wird stillschweigend als fehlgeschlagener Angriff verbucht. Der Benchmark kann eine echte Kompromittierung als Fehlschlag bewerten.

Artikel lesen
SQL Injection Despite the ORM: The One Raw Query Nobody Reviewed
14. August 2026

SQL Injection Despite the ORM: The One Raw Query Nobody Reviewed

Using an ORM does not prevent SQL injection. It concentrates it: hundreds of safe queries lull the team, and the one raw query someone wrote for a report interpolates a parameter straight into the statement.

Artikel lesen
Indirect Prompt Injection to Data Exfiltration: When the Model Has Tools
14. August 2026

Indirect Prompt Injection to Data Exfiltration: When the Model Has Tools

Prompt injection on its own is a curiosity. Prompt injection reaching a tool that holds real credentials is a breach — and the instruction does not have to come from your user. It can arrive inside the document your app was asked to summarise.

Artikel lesen
The Unverified Stripe Webhook: Forging checkout.session.completed for Free Premium
14. August 2026

The Unverified Stripe Webhook: Forging checkout.session.completed for Free Premium

Your webhook endpoint is a public URL that grants entitlements. Without signature verification it accepts a payment confirmation from anyone — and the request that upgrades an attacker to your top tier is a single curl command.

Artikel lesen
When org_id Is a Parameter, Not a Boundary: Multi-Tenant Data Isolation Failure
14. August 2026

When org_id Is a Parameter, Not a Boundary: Multi-Tenant Data Isolation Failure

Every multi-tenant application has an organisation identifier. The question that decides whether you have isolation is where it comes from — the session, or the request. When it comes from the request, one customer reads another's data with a single edited value.

Artikel lesen
Firebase Security Rules Left Wide Open: allow read, write: if true
14. August 2026

Firebase Security Rules Left Wide Open: allow read, write: if true

Firebase asks you to choose a rules mode when you create a database, and the permissive option is the one that makes the tutorial work. Months later the app is live, the rule still says if true, and anyone with the project ID can read and write the entire database.

Artikel lesen
The Supabase service_role Key in the Client Bundle: RLS Bypassed Entirely
14. August 2026

The Supabase service_role Key in the Client Bundle: RLS Bypassed Entirely

Row Level Security is the control that keeps one Supabase user out of another's rows. The service_role key is designed to ignore it. When that key reaches the browser, every policy you wrote stops mattering — and the pattern shows up in production more often than anyone admits.

Artikel lesen
Unsere eigene App speicherte Auth-Tokens im localStorage. Das haben wir geändert.
28. Juli 2026

Unsere eigene App speicherte Auth-Tokens im localStorage. Das haben wir geändert.

Wir haben unsere eigene App gescannt, der Report markierte das Cognito-Login. Warum Verschlüsselung nichts hilft und was wir stattdessen ausgeliefert haben.

Artikel lesen
What an autonomous pentest agent found in 3,847 apps — and what your scanner didn't
30. Juni 2026

What an autonomous pentest agent found in 3,847 apps — and what your scanner didn't

A data breakdown of 47,291 exploitation-validated findings, with methodology and limitations. 91% of the SQL injection we found shipped despite a SAST gate in CI; 78% of critical findings needed no login.

Artikel lesen
Vorherige1/14Nächste