MB-R053
If patches are not yet available, temporary mitigations (e.g., disabling a feature, adding firewall rules) should be documented and applied. This ensures critical vulnerabilities are managed proactively, reducing risk while awaiting vendor-supplied fixes.
Sometimes a vulnerable extension cannot be upgraded immediately — due to compatibility issues, vendor delays, or release freezes. In these cases, teams may apply temporary mitigations such as firewall rules, input filtering, or disabling a feature. If these mitigations are undocumented, they can be forgotten and bypassed later, leaving the store exposed.
Documenting temporary mitigations ensures everyone knows the risk is only partially reduced, tracks who applied the workaround, and records when it must be replaced by a proper fix.
SECURITY_MITIGATIONS.md or Jira board)
to record all temporary fixes.# SECURITY_MITIGATIONS.md
- CVE-2025-1234
- Mitigation: Disabled file upload feature in module
- Applied by: Alice, 2025-09-10
- Expiry: Replace with upgrade by 2025-10-01