NAXXAN ← naxxan.ai Request Verify External

// SAMPLE REPORT · real run · public target

What the evidence looks like when it arrives

This is a real verification run, unchanged, on a target that is public and vulnerable by design (OWASP Juice Shop). Every finding below fired twice, and every negative control — the same probe with the payload removed — came back clean. That differential is the finding.

RUN 6292afd9e448
DATE 2026-08-26
TARGET OWASP Juice Shop (public, vulnerable by design)
DURATION 104 s · full run
SCOPE read-only, no credentials, authorized
HYPOTHESES 9 raised · 3 killed · 6 validated → 5 findings
Report fingerprint — sha256
1461562950059ac28e9f2cc4652a9765133e173760f67bce05e8713cfb287b1f
The report artifact is content-addressed. Each finding cites its own evidence artifact and PoC identifier; reproduction is a property of the run, not a claim about it.

Findings — 5

CRITICALSQL InjectionFL-1c69c670c · CVSS 9.8 · POC-5a86b675
WhereGET /rest/products/search?q= — the search parameter is concatenated directly into the SQL query.
EvidenceThe injection signal (visible SQL error / anomalous results with payload) reproduced 2 times; the benign twin left the response unchanged.
RemediationParameterize the query; never concatenate user input into SQL. Retest included after fix.
fired · negative control clean · hypothesis H-6292afd9-002
CRITICALAuth BypassFL-c8336aca4 · CVSS 9.1 · POC-588d6f2c
WherePOST /rest/user/login — the email field is injectable; a crafted payload returns a valid authentication token.
EvidenceLogin-success response with an authentication token using the injected credential, reproduced 2 times; the benign twin did not authenticate.
RemediationParameterized queries on the login path plus payload validation. Adjudicated against the "public endpoint by design" alternative before shipping.
fired · negative control clean · hypothesis H-6292afd9-004
HIGHSSRF (reflected)FL-1df1261aa · CVSS 8.6 · POC-e39f9ad2
WhereGET /redirect?to= — the parameter is reflected into the response body without validation.
EvidenceThe external control host was reflected in the response, reproduced 2 times; the benign input was reflected identically but carried no external reference.
RemediationAllowlist redirect destinations; reject absolute URLs. Classified honestly: reflection demonstrated, outbound fetch not — the distinction is in the report.
fired · negative control clean · hypothesis H-6292afd9-008
MEDIUMBOLA — readFL-843748f2a · CVSS 6.5 · POC-b1809c27
WhereGET /rest/basket/:id — the endpoint does not verify that the basket belongs to the authenticated user.
EvidenceAnother user's basket content was visible using user A's session, reproduced 2 times; the negative control (own basket) behaved normally.
RemediationEnforce object-level authorization on every request, not at the router.
fired · negative control clean · hypothesis H-6292afd9-005
MEDIUMBOLA — writeFL-f2573682b · CVSS 6.5 · POC-a79227cb
WherePOST /rest/basket/1/checkout — checkout succeeds on a basket that does not belong to the requesting session.
EvidenceCheckout confirmation for another user's basket using a different user's session, reproduced 2 times; the negative control did not confirm.
RemediationOwnership check on the checkout path, server-side, before any state change.
fired · negative control clean · hypothesis H-6292afd9-009

What also ships

A one-file HTML report exactly like this one (no login), the raw request/response evidence per execution, a verified-resistances certificate for what we attacked and could not break, remediation guidance per finding, and the post-fix retest until every finding reads FIXED.

This is the sample. Yours arrives 48 hours from a signed scope.

One authorized external target. No credentials, nothing to install. Findings that reproduce — or they don't ship.

Request Verify External → engagements@naxxan.ai
$995 · first five engagements only · report in 48h from signed scope · full refund before execution