forked from rubysec/ruby-advisory-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
012e244
commit a34617b
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |