View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0037219 | mantisbt | security | public | 2026-05-31 18:33 | 2026-05-31 19:32 |
| Reporter | xananasx7 | Assigned To | community | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | assigned | Resolution | open | ||
| Summary | 0037219: Security: Add allowed_classes => false to unserialize() calls to prevent PHP Object Injection | ||||
| Description | The following functions call unserialize() without specifying allowed_classes:
This leaves them potentially vulnerable to PHP Object Injection (POI) via gadget Fix: Add ['allowed_classes' => false] as a defence-in-depth hardening measure. GitHub PR with the fix: https://github.com/mantisbt/mantisbt/pull/2229 | ||||
| Tags | No tags attached. | ||||