Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHSA Sync: 1 brand new advisory: gems/activeadmin/CVE-2023-50448.yml #725

Merged
merged 1 commit into from
Dec 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions gems/activeadmin/CVE-2023-50448.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
gem: activeadmin
cve: 2023-50448
ghsa: 356j-hg45-x525
url: https://github.com/activeadmin/activeadmin/security/advisories/GHSA-356j-hg45-x525
title: Potential CSV export data leak
date: 2023-12-15
description: |

### Impact

In ActiveAdmin versions prior to 2.12.0, a concurrency issue was
found that could allow a malicious actor to be able to access
potentially private data that belongs to another user.

The bug affects the functionality to export data as CSV files, and
was caused by a variable holding the collection to be exported being
shared across threads and not properly synchronized.

The attacker would need access to the same ActiveAdmin application
as the victim, and could exploit the issue by timing their request
immediately before when they know someone else will request a CSV
(e.g. via phishing) or request CSVs frequently and hope someone
else makes a concurrent request.

### Patches

Versions 2.12.0 and above fixed the problem by completely
removing the shared state.
cvss_v3: 8.4
patched_versions:
- ">= 2.12.0"
related:
url:
- https://github.com/activeadmin/activeadmin/security/advisories/GHSA-356j-hg45-x525
- https://github.com/advisories/GHSA-356j-hg45-x525
notes: "No NVD or mention in repo for this CVE."