Skip to content

Commit 2780bcd

Browse files
jasnowpostmodern
authored andcommitted
GHSA SYNC: 3 brand new advisories
1 parent a49ad8b commit 2780bcd

File tree

3 files changed

+101
-0
lines changed

3 files changed

+101
-0
lines changed

gems/decidim-admin/CVE-2024-32034.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
gem: decidim-admin
3+
cve: 2024-32034
4+
ghsa: rx9f-5ggv-5rh6
5+
url: https://github.com/decidim/decidim/security/advisories/GHSA-rx9f-5ggv-5rh6
6+
title: Decidim::Admin vulnerable to cross-site scripting (XSS) in the admin activity
7+
log
8+
date: 2024-09-16
9+
description: |
10+
### Impact
11+
The admin panel is subject to potential XSS attach in case an admin
12+
assigns a valuator to a proposal, or does any other action that
13+
generates an admin activity log where one of the resources has an
14+
XSS crafted.
15+
16+
### Patches
17+
N/A
18+
19+
### Workarounds
20+
Redirect the pages /admin and /admin/logs to other admin pages
21+
to prevent this access (i.e. `/admin/organization/edit`)
22+
23+
### References
24+
OWASP ASVS v4.0.3-5.1.3
25+
cvss_v3: 6.8
26+
patched_versions:
27+
- "~> 0.27.7"
28+
- ">= 0.28.2"
29+
related:
30+
url:
31+
- https://nvd.nist.gov/vuln/detail/CVE-2024-32034
32+
- https://github.com/decidim/decidim/security/advisories/GHSA-rx9f-5ggv-5rh6
33+
- https://github.com/decidim/decidim/commit/23fc8d702a4976727f78617f5e42353d67931645
34+
- https://github.com/decidim/decidim/commit/9d79f09a2d38c87feb28725670d6cc1f55c22072
35+
- https://github.com/decidim/decidim/commit/e494235d559be13dd1f8694345e6f6bba762d1c0
36+
- https://github.com/decidim/decidim/commit/ff755e23814aeb56e9089fc08006a5d3faee47b6
37+
- https://github.com/advisories/GHSA-rx9f-5ggv-5rh6

gems/decidim/CVE-2024-39910.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
gem: decidim
3+
cve: 2024-39910
4+
ghsa: vvqw-fqwx-mqmm
5+
url: https://github.com/decidim/decidim/security/advisories/GHSA-vvqw-fqwx-mqmm
6+
title: Decidim::Admin vulnerable to cross-site scripting (XSS) in
7+
the admin panel with QuillJS WYSWYG editor
8+
date: 2024-09-16
9+
description: |
10+
### Impact
11+
The WYSWYG editor QuillJS is subject to potential XSS attach in
12+
case the attacker manages to modify the HTML before being
13+
uploaded to the server.
14+
15+
The attacker is able to change e.g. to <svg onload=alert('XSS')>
16+
if they know how to craft these requests themselves.
17+
18+
### Patches
19+
N/A
20+
21+
### Workarounds
22+
Review the user accounts that have access to the admin panel (i.e.
23+
general Administrators, and participatory space's Administrators)
24+
and remove access to them if they don't need it.
25+
26+
Disable the "Enable rich text editor for participants" setting in
27+
the admin dashboard.
28+
29+
### References
30+
OWASP ASVS v4.0.3-5.1.3
31+
cvss_v3: 5.4
32+
patched_versions:
33+
- ">= 0.27.7"
34+
related:
35+
url:
36+
- https://nvd.nist.gov/vuln/detail/CVE-2024-39910
37+
- https://github.com/decidim/decidim/security/advisories/GHSA-vvqw-fqwx-mqmm
38+
- https://github.com/decidim/decidim/commit/47adca81cabea898005ec07b130b008f2a2be99f
39+
- https://github.com/advisories/GHSA-vvqw-fqwx-mqmm
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
gem: sidekiq-unique-jobs
3+
cve: 2023-46950
4+
ghsa: fhx8-5c23-x7x5
5+
url: https://github.com/mhenrixon/sidekiq-unique-jobs/security/advisories/GHSA-cmh9-rx85-xj38
6+
title: Cross Site Scripting vulnerability in Contribsys Sidekiq
7+
date: 2024-03-01
8+
description: |
9+
Cross Site Scripting vulnerability in Contribsys Sidekiq v.6.5.8
10+
allows a remote attacker to obtain sensitive information via a
11+
crafted URL to the filter functions.
12+
cvss_v3: 6.1
13+
patched_versions:
14+
- "~> 7.1.33"
15+
- ">= 8.0.7"
16+
related:
17+
url:
18+
- https://nvd.nist.gov/vuln/detail/CVE-2023-46950
19+
- https://github.com/mhenrixon/sidekiq-unique-jobs/security/advisories/GHSA-cmh9-rx85-xj38
20+
- https://github.com/mhenrixon/sidekiq-unique-jobs/releases/tag/v8.0.7
21+
- https://www.mgm-sp.com/cve/sidekiq-unique-jobs-reflected-xss-cve-2023-46950-cve-2023-46951
22+
- https://github.com/mhenrixon/sidekiq-unique-jobs/pull/829
23+
- https://github.com/mhenrixon/sidekiq-unique-jobs/commit/cd09ba6108f98973b6649a6149790c3d4502b4cc
24+
- https://github.com/mhenrixon/sidekiq-unique-jobs/commit/ec3afd920c1b55843c72f748a87baac7f8be82ed
25+
- https://github.com/advisories/GHSA-fhx8-5c23-x7x5

0 commit comments

Comments
 (0)