feat: add detection patterns from original CVE-2025-55182 PoC#2
Conversation
Add 4 new detection patterns based on Lachlan Davidson's original PoC: - chunk_reference: Detects $@ Chunk object reference notation - formdata_gadget: Detects _formData gadget chain access - constructor_chain: Detects constructor:constructor traversal - setprototypeof_access: Detects setPrototypeOf manipulation Also updated README acknowledgments with link to original PoC repository.
|
Caution Review failedThe pull request is closed. WalkthroughDocumentation text in the README.md Acknowledgments section is shortened. Four new exploit detection patterns (chunk_reference, formdata_gadget, constructor_chain, setprototypeof_access) are added to the EXPLOIT_PATTERNS array in src/middleware/detector.ts, expanding security detection capability without altering existing control flow. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Possibly related PRs
Poem
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
New Detection Patterns
chunk_reference$@Chunk object reference notationformdata_gadget_formDatagadget chain accessconstructor_chainconstructor:constructortraversalsetprototypeof_accesssetPrototypeOfmanipulationTest plan
Summary by CodeRabbit
Documentation
New Features
✏️ Tip: You can customize this high-level summary in your review settings.