01 — Overview

E-commerce surfaces worth pressure-testing

Acorn MFG is a US-based manufacturing and e-commerce platform selling industrial supplies, hardware, and specialty tools at acornmfg.com. The site handles customer accounts, wholesale ordering, payment processing, admin backoffice panels, CMS product management, and file upload workflows — fertile ground for admin access escalation, shell/RCE, XSS-to-file-upload chains, and database extraction if any boundary slips.

In scope materially: every HTTP(S) origin answering for acornmfg.com and delegated subdomains, admin and staff portals, CMS and product management interfaces, customer database and order records, checkout and payment processing flows, file upload endpoints, API integrations, staging or preview environments.
Civil exclusions only: mass harassment, ransomware, laundering.

Minimum evidence bar — non-negotiable:
1️⃣ Narrative kill chain tying root cause → exploit steps → observable impact  2️⃣ Proof the attack succeeds (replayable scripts, Burp/HAR with matched responses).
02 — Why this matters

Why probe Acorn MFG?

Flat $5K critical payouts

Validated critical exploits earn exactly $5,000 USD.

Admin access blast radius

Admin and staff portals control B2B and wholesale product catalogs, pricing, and customer data.

File upload & XSS chains

Product images, spec sheets, and technical document uploads are common XSS and web shell vectors.

03 — Critical reward

$5,000 per validated critical

Critical$5,000 USD

One flat tier. Multiple criticals from the same researcher are paid independently.

Special bounty uplift: Shell/RCE + database extraction of customer PII qualifies for $10,000+ special bounty.
04 — Scope

What's in scope

Everything Acorn MFG operates at acornmfg.com and its subdomains.

  • Admin and staff backoffice panels — authentication bypass, privilege escalation
  • File upload endpoints — unrestricted upload, path traversal, web shell deployment
  • XSS vectors — stored, reflected, DOM-based chaining to session theft
  • Shell/RCE — command injection, template injection, SSRF-to-RCE
  • Customer database — SQL injection, data extraction of PII and order records
  • Checkout and payment flows — price manipulation, order tampering
  • CMS and product management — content injection, media library abuse
  • API endpoints — REST and GraphQL surfaces, authentication flaws, IDOR
  • Staging / dev environments — dev-, staging-, test- subdomains
05 — Full-scope policy

No discretionary carve-outs

Every endpoint, parameter, and admin interface is eligible when a critical impact is reproducible.

  • Every hostname routing through Acorn MFG edge
  • Third-party integrations when the vulnerability originates from Acorn MFG
  • Admin subdomains — admin, dashboard, backoffice
06 — Rules

Rules of engagement

  1. Prove exploitation success. Replayable curl flows, Burp/HAR exports, web shell access logs.
  2. Articulate kill chain. Number each hop: initial vector → escalation → admin access → data exfiltration.
  3. Document blast radius. Quantify users or records affected.
  4. Encrypt & ship privately. Sanctioned intake before broadcasting.
  5. Duplicate fairness. First fully qualifying chain wins.
07 — Submit

How to submit a report

Start from the security contact on acornmfg.com.

Report Template
# Title
[Critical][Exploit-Proven] <tight title>
## Attack chain narrative
1. Preconditions
2. Entry primitive — exact HTTP verb/path/query/body
3. Pivot(s) chaining trust escalation
4. Final hop → admin access / data exfiltration / shell
## Successful exploitation evidence
• Replayable script + truncated responses
• HAR / Burp with unauthorized state change
## Reproduction package
Commands + fixtures + pinned SHAs
08 — Example

SQL injection in product search

Unsanitized search parameter passed directly to SQL query — extract customer data via UNION-based injection.

PHP · illustrative vulnerability
// BUGGY: unsanitized search input in SQL query
<?php
$search = $_GET['q'];
$results = $db->query("SELECT * FROM products WHERE name LIKE '%$search%'");

// No prepared statement — UNION injection extracts customer table
// GET /search?q=' UNION SELECT id,email,password,cc FROM customers --
09 — FAQ

Frequently asked questions

Out of scope besides illegal stuff?

No discretionary carve-outs — only universal legal/ethical lines.

Write-ups without exploit get paid?

No. Both narrative and evidence required.

Staging environments?

Yes, when Acorn MFG labels or operates them.

Duplicates?

First validated chain + reproducible exploitation wins.

Lower severities?

Not under this $5K-flat critical playbook.

Critical chain + working exploit = $5,000

Document the attack, prove it lands, file privately.