CVE-2012-2054: Medium severity Redmine Redmine vulnerability
Redmine before 1.3.2 does not properly restrict the use of a hash to provide values for a model's attributes, which allows remote attackers to set attributes in the (1) Comment, (2) Document, (3) IssueCategory, (4) MembersController, (5) Message, (6) News, (7) TimeEntry, (8) Version, (9) Wiki, (10) UserPreference, or (11) Board model via a modified URL, related to a "mass assignment" vulnerability, a different vulnerability than CVE-2012-0327.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2012-2054?
CVE-2012-2054 has a moderate severity level as it allows remote attackers to manipulate model attributes in Redmine.
How do I fix CVE-2012-2054?
To fix CVE-2012-2054, upgrade Redmine to version 1.3.2 or later.
Which versions of Redmine are affected by CVE-2012-2054?
CVE-2012-2054 affects Redmine versions prior to 1.3.2, including 0.1.0 through 1.3.1.
What types of attributes can be manipulated due to CVE-2012-2054?
CVE-2012-2054 allows manipulation of attributes including Comment, Document, IssueCategory, Message, and more.
Is there any validation issue related to CVE-2012-2054?
Yes, CVE-2012-2054 is caused by insufficient validation of attributes being set via a hash.