RubySec

Providing security resources for the Ruby community

CVE-2025-2304 (camaleon_cms): Camaleon CMS Vulnerable to Privilege Escalation through a Mass Assignment

Camaleon CMS Vulnerable to Privilege Escalation through a Mass Assignment

Published: March 14, 2025

SECURITY IDENTIFIERS

GEM

camaleon_cms

PATCHED VERSIONS

>= 2.9.1

DESCRIPTION

A Privilege Escalation through a Mass Assignment exists in Camaleon CMS

When a user wishes to change his password, the 'updated_ajax' method of the UsersController is called. The vulnerability stems from the use of the dangerous permit! method, which allows all parameters to pass through without any filtering.

RELATED