Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.3 KB

File metadata and controls

34 lines (27 loc) · 1.3 KB

Standalone exploit retest

  • Date: 2026-07-10
  • Environment: local Docker WordPress laboratory
  • Result: 50/50 PASS
  • Execution logs: 50
  • Setup logs: 50
  • Failed impact postchecks: 0

Helper removal

All current exploit scripts are independent of the former shared helper modules. Both legacy files were deleted after the successful retest. A repository scan found no imports, qualified calls, or other Python references to them.

The WPCargo exploit now contains its own HTTP session and time-based SQL injection validation. During this complete run it measured a 0.05 second baseline and a 5.03 second delayed response for SLEEP(5), confirming the vulnerability with a 4.98 second delta.

The exploit generator was also changed so newly generated scripts embed the required HTTP, authentication, nonce, SQLi, upload, LFI, action, and callback server primitives rather than importing either helper. Generator smoke tests created and compiled all four supported technique templates without helper references.

Verification

  • summary.tsv: 50 PASS rows, 0 failures
  • 50 per-exploit execution logs and 50 setup logs
  • No FAIL, SETUP_FAIL, or negative impact markers
  • Python compilation passed for real-impact, exploits, and scripts
  • Shell syntax validation passed for scripts/retest_real_impact.sh