CVE-2024-32641
BaseFortify
Publication date: 2025-12-03
Last updated on: 2025-12-05
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| masacms | masacms | to 7.2.8 (exc) |
| masacms | masacms | From 7.3 (inc) to 7.3.13 (exc) |
| masacms | masacms | From 7.4.0 (inc) to 7.4.6 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in Masa CMS allows an unauthenticated attacker to execute arbitrary code remotely. It exists in the addParam function, which takes user input through the criteria parameter. This input is then evaluated by the setDynamicContent function via the m tag, enabling remote code execution. The issue affects versions prior to 7.2.8, 7.3.13, and 7.4.6 and has been patched in these versions.
How can this vulnerability impact me? :
The vulnerability can have severe impacts including full system compromise since it allows remote code execution without authentication. An attacker could execute arbitrary code, potentially leading to data theft, service disruption, or complete control over the affected system.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Masa CMS to version 7.2.8, 7.3.13, or 7.4.6 or later, as these versions contain patches that fix the remote code execution vulnerability in the addParam function.