nullra/blog
search →
Application security analysis
8 posts · 6 categories
The invisible payload in your clipboard
Tooling & Automation The invisible payload in your clipboard

A paragraph copied from a LinkedIn post carried something the eye never sees: a run of Unicode tag characters encoding a prompt-injection instruction. Pasted into a frontier model, it halted the session. The visible text was clean; the clipboard was not. This is a known bug class -- invisible tag-character smuggling into LLM contex -- and what follows is a clean field observation of it on a major platform, the byte-level proof, and the mitigation. The part the bytes can't prove is marked as such and left open.

Authorization
Tenant isolation failures in multi-tenant SaaS: a pattern catalogue

Tenant isolation failures are authorization failures. Not configuration failures, not framework failures, not database failures. This is a catalogue of how they happen, why they're hard to see coming, and what the underlying patterns actually look like.

Org & Culture
The trust problem in AppSec isn't technical. It's political.

Most AppSec programs don't fail because the tools stopped working. They fail because the people stopped listening. Here's what that actually looks like, and what you do about it.

Before you write a rule, read the code
Tooling & Automation
Before you write a rule, read the code

Most SAST implementations fail not because the tool is wrong, but because the rules weren't written for the codebase they're running against. Generic rulesets generate noise. Noise gets ignored. Ignored findings don't get fixed. Here's how to build rules that match how your organization actually writes code.