View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0037135 | mantisbt | authentication | public | 2026-05-18 02:27 | 2026-05-18 03:03 |
| Reporter | khushal | Assigned To | community | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.28.2 | ||||
| Target Version | 2.28.4 | Fixed in Version | 2.28.4 | ||
| Summary | 0037135: Fix CSRF validation failure in anonymous login | ||||
| Description | SummaryThe "Login Anonymously" entry point ( Root cause
| ||||
| Tags | No tags attached. | ||||
|
This is another regression introduced by MantisBT master-2.28 75b10b39 (0037011) - see 0037130. |
|
|
MantisBT: master-2.28 75b10b39 2026-04-11 18:49 Details Diff |
Add CSRF protection to login process Improves security, reducing risk of a vulnerability escalating its impact. As recommended by @siunam in Issue 0037011. |
Affected Issues 0037011, 0037130, 0037135 |
|
| mod - login.php | Diff File | ||
| mod - login_page.php | Diff File | ||
| mod - login_password_page.php | Diff File | ||
|
MantisBT: master-2.28 c6ccd554 2026-05-18 03:00 Details Diff |
Fix anonymous login regression caused by CSRF token Merging PR https://github.com/mantisbt/mantisbt/pull/2221, which initially contained 2 fixes. The first one (anonymous login) is merged by this. The second for core/authentication_api.php (auth_reauthenticate()) was reverted by the author following PR review, as the problem was already fixed in Issue 0037130. Keeping the sausage-making in Git history just in case a bug surfaces later on. Fixes 0037135 |
Affected Issues 0037130, 0037135 |
|
| mod - login_anon.php | Diff File | ||