Loading...
Skip to main content

CVE-2024-32034

MEDIUM

Decidim::Admin vulnerable to cross-site scripting (XSS) in the admin activity log

Published September 16, 2024Updated September 17, 2024Source: osv

Summary

### Impact The admin panel is subject to potential XSS attach in case an admin assigns a valuator to a proposal, or does any other action that generates an admin activity log where one of the resources has an XSS crafted. ### Patches N/A ### Workarounds Redirect the pages /admin and /admin/logs to other admin pages to prevent this access (i.e. `/admin/organization/edit`) ### References OWASP ASVS v4.0.3-5.1.3

Remediation

Upgrade to the fixed version using your package manager.

Bundler
Update decidim-admin to 0.28.2 or later
gem install decidim-admin -v 0.28.2
Bundler
Update decidim-admin to 0.27.7 or later
gem install decidim-admin -v 0.27.7

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (2)

PackageEcosystemAffectedFixed In
decidim-admin
rubygems
0.28.0, 0.28.10.28.2
decidim-admin
rubygems
0.0.1, 0.0.1.alpha3, 0.0.1.alpha4, 0.0.1.alpha5 (+119 more)0.27.7

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-79
    Cross-site Scripting (XSS)MITRE

CVSS Score Breakdown

What the CVSS (Common Vulnerability Scoring System) 6.8 score means for each attack dimension.

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
Required
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N

Frequently Asked Questions

What is CVE-2024-32034?
Decidim::Admin vulnerable to cross-site scripting (XSS) in the admin activity log This vulnerability has been assigned a severity rating of MEDIUM (CVSS score: 6.8/10).
How do I check if my project is affected by CVE-2024-32034?
CVE-2024-32034 affects decidim-admin. Use GeekWala's free vulnerability scanner to check your dependencies against CVE-2024-32034 and 200,000+ other known vulnerabilities.

Severity & Exploitability

CVSS Score
6.8

Exploitation requires specific conditions or has limited impact. Remediate within weeks.

Also Known As

GHSA-rx9f-5ggv-5rh6

Related CVEs

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies