July 24, 2026Closed
Skin Manifest RCE & Credentials Export — Closure
An early design decision stored skin metadata as executable PHP. A simple question — what happens if a submitted skin puts code in its manifest? — exposed the unnecessary trust boundary: loading the metadata could execute arbitrary code with the web server's privileges. There is no evidence it was exploited. Every skin now uses strictly parsed JSON metadata, official packages require signatures, unsafe ZIP paths are rejected, and the temporary transition bridge is gone now that the whole fleet has migrated.
The same review removed a redundant USER CREDENTIALS download that exported the complete user table even though the protected Recovery Kit already contained it. A closure pass found the credential-only mode still available through the authenticated SUYB export endpoint, so that second route and the shared engine capability were removed too. Recovery remains intact; the extra attack surface does not.
Read the full report →
July 15, 2026Closed
SMACKVERSE Federation Client — Attack Surface
SMACKVERSE is SnapSmack's fully integrated, Pixelfed-compatible single-user server — your blog's own instance on the Fediverse, speaking the ActivityPub protocol so it can follow, like, comment on, boost, and message people right across the network, and be followed back. Because it is fully interactive, it shows content written by people on other servers, so this audit walked that entire trust boundary. The engine room held up well: requests arriving from other servers are cryptographically verified before they are allowed to change anything, nobody can pose as someone they aren't, and the software is fenced off from reaching back into your own network.
Two medium findings were in the browser display code, where a hostile profile or post could have slipped a booby-trapped link into a page you were viewing. Both are closed — links coming from other servers are now checked to be ordinary web links before they are shown, and the profile-bio display was rebuilt to permit only safe formatting. A low-risk hardening item on an internal search request was tightened for good measure, and two informational notes were reviewed and accepted. Closed in 0.7.405.
Read the full report →
July 4, 2026Closed
SMACKVERSE Piggyback Search — Token Isolation
SMACKVERSE can borrow a login token you hold on a friendly Fediverse instance so your blog can run authenticated searches out across the network. This review checked how that token is stored and used. The one finding: the key protecting the stored token was falling back to a shared default value instead of a per-site secret. Fixed — every install now generates its own dedicated, random search key, so no two sites share protection.
A second item flagged around form security turned out to be a false alarm: every admin form on SnapSmack already carries automatic cross-site-request protection. Everything else passed — the outbound requests are guarded against server-side request forgery, results render without script injection, adding an account is gated behind password + two-factor, and the token is never exposed to the browser. Closed in 0.7.376.
Read the full report →
June 27, 2026Closed
Cross-Site Request Forgery — Closed Site-Wide
Cross-Site Request Forgery (CSRF) is a trick where a booby-trapped web page quietly gets your browser to fire a real action on a site you're already logged into — without you clicking anything that means to. The defence is a per-session token that proves a request genuinely came from your own admin screens and not from somewhere else.
Across our early-2026 review series, site-wide CSRF protection was the one item we flagged and deliberately deferred while higher-severity findings were closed first. It's now done: every admin form and every background request in SnapSmack carries and checks that token automatically, with no per-page switch anyone can forget to flip. That closes the single open thread carried through reports 001 to 008.
Read the closure record →
Underlying reviews:
001,
002,
003,
005,
006,
007,
008.
June 25, 2026Closed
Son of a Batch — Batch Poster Review
A security review of the batch-posting pipeline that pushes large image sets to your site. Findings fixed or mitigated; desktop-side encryption of stored keys at rest is noted as a tracked follow-up rather than a live exposure.
Read the full report →
June 20, 2026Closed
Dev-File Leak & SMACKBACK Blind Spot
Closed a path where development-only files could be swept into a release package, plus a SMACKBACK blind spot around the release-staging directory. The integrity monitor now flags leaked central code if it ever lands on a normal install. Closed in 0.7.317.
Read the full report →
June 20, 2026Closed
Auto File-Deletion Attack Surface
A pre-emptive review of the attack surface around automatic file deletion. Confirmed the dangerous capability was never actually shipped; the review closed with no exploitable exposure on any live site.
Read the full report →
June 19, 2026Closed
SMACKBACK Unknown-File & Cron-Verify Gap
Two SMACKBACK gaps — how it handles unexpected files, and a timing gap in the scheduled verification pass. Both addressed; the only residual was a low-sensitivity information item handled operationally.
Read the full report →
June 18, 2026Closed
Installer Constants & Skin Attack Surface
An installer self-breach around how configuration constants were written, alongside a review of the skin attack surface. Remediated, with the skin-side hardening folded into the manifest-only JavaScript policy.
Read the full report →
June 17, 2026Closed
Skin Inline-Script Manifest Bypass
Skins could ship an inline script tag that slipped past the manifest-only JavaScript policy — the rule that keeps every install's scripts reviewed and accounted for. The last remaining carrier, Photogram's landing feed, was moved to a manifest-loaded engine file. Closed in 0.7.317.
Read the full report →
June 15, 2026Closed
Mesh Roster Key Broadcast
A review of the multisite mesh-roster key broadcast. The UI key exposure was fixed — keys now show once, then are hidden — and encryption of those keys at rest is a documented, accepted residual rather than a live hole.
Read the full report →
June 12, 2026Closed
Imported-Caption XSS — Remediation
The remediation record for a cross-site-scripting risk in captions brought in during import — confirming the fix landed and imported caption text is properly sanitized before it is ever displayed.
Read the full report →
June 12, 2026Closed
SYBU Recovery & Unzucker Captions
A review of the backup-recovery flows and Unzucker's caption handling. Findings resolved; the caption cross-site-scripting item is closed out in its own remediation addendum (024A above).
Read the full report →
June 7, 2026Closed
Unzucker Attack Surface
A full review of the Unzucker desktop importer's attack surface. The transport-layer findings are now moot: Unzucker moved to HTTPS with Bearer-token auth, removing the old FTP and cross-site-request surfaces entirely.
Read the full report →
June 7, 2026Closed
Canonical-Schema Fetch Hardening
Closed a gap where a remote database schema could be applied without verifying its signature first. The fetch path now checks the signature before anything touches your database. Fixed in 0.7.214, with no residual open items.
Read the full report →
June 5, 2026Closed
SMACKBACK False-Positive Fix Review (0.7.209)
A review tied to the 0.7.209 fix for SMACKBACK false-positive breach alerts. The release deliverables shipped clean; two follow-ups were flagged at the time, and the one that mattered for public installs — denying direct web access to the integrity manifest — is closed in 0.7.317.
Read the full report →
June 4, 2026Closed
Hub/Spoke Attack Surface — Resolution
The closing record for a deep review of the multisite hub-and-spoke attack surface — the machinery that lets one install manage a fleet of others. Every finding resolved, the bulk of them in 0.7.203.
Read the full report →
Underlying review: 021.
May 31, 2026Closed
PUSH IT Hub-Controls Attack Surface
A review of the PUSH IT hub controls — the fleet-wide action buttons that let a hub act on every spoke at once. Findings closed, with one accepted low-risk item documented.
Read the full report →
May 26, 2026Closed
Deep Review: 0.7.184
A deep review of the large 0.7.184 feature drop — mandatory 2FA, self-sealing breach lockdown, the skin JS scanner, and more. All five findings closed: fixed, or confirmed safe by design.
Read the full report →
May 23, 2026Closed
Hub-Initiated Maintenance Mode
A review of the new multisite feature that lets a hub put its spokes into maintenance mode. Closed with no security findings requiring remediation — it shipped clean in 0.7.171.
Read the full report →
May 22, 2026Closed
SMACKBACK File-Integrity Monitoring
A design review of SMACKBACK, the file-tamper monitor that watches your install for unexpected changes. Items addressed in 0.7.170; no exploitable issues left open.
Read the full report →
May 22, 2026Closed
Maintenance-Mode Session & Parse Error
Two minor defects in maintenance mode — a session-handling issue and a parse error. Both fixed in 0.7.169.
Read the full report →
May 19, 2026Closed
2FA Cookie Flags & Recovery Policy
Tightened the security flags on the two-factor verification cookie and firmed up the recovery-code policy, so the second factor stays a real second factor. Fixed in 0.7.159.
Read the full report →
May 19, 2026Closed
Orphaned login.php at a Predictable URL
A duplicate login page was sitting at a guessable path, quietly bypassing the configurable login-slug protection that's supposed to hide your front door from bots. Removed and fixed in 0.7.155.
Read the full report →
May 19, 2026Closed
Installer Admin-Creation Bypass
A leftover installer could be used to create a brand-new admin account on an already-installed site, sidestepping two-factor auth entirely. Closed in 0.7.157.
Read the full report →
May 18, 2026Closed
Installer Step-5 CSRF Bypass
A cross-site-request-forgery bypass in step 5 of the installer. Closed as part of the site-wide CSRF work recorded in the closure at the top of this page.
Read the full report →
May 18, 2026Closed
Post-Remediation Verification
A second pass confirming the previous review's fixes were actually applied correctly — because "we fixed it" should be something you can check. All seven items verified resolved or confirmed clean.
Read the full report →
May 18, 2026Closed
Delta Review: 0.7.147–0.7.152
A routine review of everything that changed across half a dozen releases. Two low-severity housekeeping items found and resolved; no exploitable vulnerabilities.
Read the full report →
May 10, 2026Closed
Multisite Remote-Admin Surface
A full review of the new hub-and-spoke remote-admin features before they went out. All five findings were remediated in 0.7.102 ahead of release — nothing reached a live site unfixed.
Read the full report →