View Issue Details

IDProjectCategoryView StatusLast Update
0017889mantisbtsecuritypublic2015-02-13 16:46
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.13 
Target Version1.2.18Fixed in Version1.2.18 
Summary0017889: CVE-2014-8986: adm_config_report.php filtering does not check config option is valid
Description

This is created to document a change that was implemented via pull requests

TagsNo tags attached.

Relationships

related to 0019301 closeddregad CVE-2015-2046 : XSS in adm_config_report.php (FG-VD-15-008) 

Activities

dregad

dregad

2014-11-15 09:33

developer   ~0041859

Backported the master branch commits to 1.2.x branch

Related Changesets

MantisBT: master cabacdc2

2014-05-31 14:59

Paul Richards


Details Diff
Fix: adm_config_report.php filtering does not check config option is valid

I've left this throwing ERROR_GENERIC as the only time this should be able
to be hit is if we have invalid input to start with.
Affected Issues
0017889
mod - adm_config_report.php Diff File

MantisBT: master 3d0625d8

2014-08-08 14:48

dregad


Details Diff
adm_config_report: improve invalid config handling

When receiving an invalid config_id, the page will default the select to
[any] (META_FILTER_NONE) instead of adding the invalid config to the
list.

Improvement over cabacdc291c251bfde0dc2a2c945c02cef41bf40, we don't
really need to trigger an error here, it's more user-friendly to fall
back to a sensible default, similar to what we do when given an invalid
project.
Affected Issues
0017889
mod - adm_config_report.php Diff File

MantisBT: master-1.2.x e326b73a

2014-11-15 04:29

dregad


Details Diff
adm_config_report: invalid config handling

When receiving an invalid config_id, the page will default the select to
[any] (META_FILTER_NONE) instead of adding the invalid config to the
list.

This is a backport of cabacdc291c251bfde0dc2a2c945c02cef41bf40 and
3d0625d84d5d08a998673713df1711e1d46b0b86 from master.

Fixes 0017889
Affected Issues
0017889
mod - adm_config_report.php Diff File