Skip to content

Commit 6706614

Browse files
jasnowRubySec CI
authored and
RubySec CI
committed
Updated advisory posts against rubysec/ruby-advisory-db@0fa2cbc
1 parent 1cbb352 commit 6706614

File tree

3 files changed

+118
-0
lines changed

3 files changed

+118
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: advisory
3+
title: 'CVE-2024-43795 (openc3): OpenC3 Cross-site Scripting in Login functionality
4+
(`GHSL-2024-128`)'
5+
comments: false
6+
categories:
7+
- openc3
8+
advisory:
9+
gem: openc3
10+
cve: 2024-43795
11+
ghsa: vfj8-5pj7-2f9g
12+
url: https://github.com/OpenC3/cosmos/security/advisories/GHSA-vfj8-5pj7-2f9g
13+
title: OpenC3 Cross-site Scripting in Login functionality (`GHSL-2024-128`)
14+
date: 2024-10-02
15+
description: |
16+
### Summary
17+
18+
The login functionality contains a reflected cross-site scripting
19+
(XSS) vulnerability.
20+
21+
Note: This CVE only affects Open Source Edition, and not
22+
OpenC3 COSMOS Enterprise Edition
23+
24+
### Impact
25+
This issue may lead up to Remote Code Execution (RCE).
26+
27+
**NOTE:** The complete advisory with much more information is added as
28+
[comment](https://github.com/OpenC3/cosmos/security/advisories/GHSA-vfj8-5pj7-2f9g#advisory-comment-104904).
29+
cvss_v4: 5.1
30+
patched_versions:
31+
- ">= 5.19.0"
32+
related:
33+
url:
34+
- https://nvd.nist.gov/vuln/detail/CVE-2024-43795
35+
- https://github.com/OpenC3/cosmos/security/advisories/GHSA-vfj8-5pj7-2f9g
36+
- https://github.com/OpenC3/cosmos/commit/762d7e0e93bdc2f340b1e42acccedc78994a576e
37+
- https://github.com/advisories/GHSA-vfj8-5pj7-2f9g
38+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: advisory
3+
title: 'CVE-2024-46977 (openc3): OpenC3 Path Traversal via screen controller (`GHSL-2024-127`)'
4+
comments: false
5+
categories:
6+
- openc3
7+
advisory:
8+
gem: openc3
9+
cve: 2024-46977
10+
ghsa: 8jxr-mccc-mwg8
11+
url: https://github.com/OpenC3/cosmos/security/advisories/GHSA-8jxr-mccc-mwg8
12+
title: OpenC3 Path Traversal via screen controller (`GHSL-2024-127`)
13+
date: 2024-10-02
14+
description: |
15+
### Summary
16+
17+
A path traversal vulnerability inside of `LocalMode`'s
18+
`open_local_file` method allows an authenticated user with
19+
adequate permissions to download any `.txt` via the
20+
`ScreensController#show` on the web server COSMOS is running
21+
on (depending on the file permissions).
22+
23+
Note: This CVE affects all OpenC3 COSMOS Editions
24+
25+
### Impact
26+
27+
This issue may lead to Information Disclosure.
28+
29+
**NOTE:** The complete advisory with much more information is added as
30+
[comment](https://github.com/OpenC3/cosmos/security/advisories/GHSA-8jxr-mccc-mwg8#advisory-comment-104903).
31+
cvss_v4: 5.3
32+
patched_versions:
33+
- ">= 5.19.0"
34+
related:
35+
url:
36+
- https://nvd.nist.gov/vuln/detail/CVE-2024-46977
37+
- https://github.com/OpenC3/cosmos/security/advisories/GHSA-8jxr-mccc-mwg8
38+
- https://github.com/OpenC3/cosmos/commit/a34e61aea5a465f0ab3e57d833ae7ff4cafd710b
39+
- https://github.com/advisories/GHSA-8jxr-mccc-mwg8
40+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
layout: advisory
3+
title: 'CVE-2024-47529 (openc3): OpenC3 stores passwords in clear text (`GHSL-2024-129`)'
4+
comments: false
5+
categories:
6+
- openc3
7+
advisory:
8+
gem: openc3
9+
cve: 2024-47529
10+
ghsa: 4xqv-47rm-37mm
11+
url: https://github.com/OpenC3/cosmos/security/advisories/GHSA-4xqv-47rm-37mm
12+
title: OpenC3 stores passwords in clear text (`GHSL-2024-129`)
13+
date: 2024-10-02
14+
description: |
15+
### Summary
16+
17+
OpenC3 COSMOS stores the password of a user unencrypted in the
18+
LocalStorage of a web browser. This makes the user password
19+
susceptible to exfiltration via Cross-site scripting (see GHSL-2024-128).
20+
21+
Note: This CVE only affects Open Source edition, and not
22+
OpenC3 COSMOS Enterprise Edition
23+
24+
### Impact
25+
26+
This issue may lead to Information Disclosure.
27+
28+
**NOTE:** The complete advisory with much more information is added as
29+
[comment](https://github.com/OpenC3/cosmos/security/advisories/GHSA-4xqv-47rm-37mm#advisory-comment-104905).
30+
cvss_v3: 5.9
31+
cvss_v4: 4.8
32+
patched_versions:
33+
- ">= 5.19.0"
34+
related:
35+
url:
36+
- https://nvd.nist.gov/vuln/detail/CVE-2024-47529
37+
- https://github.com/OpenC3/cosmos/security/advisories/GHSA-4xqv-47rm-37mm
38+
- https://github.com/OpenC3/cosmos/commit/b5ab34fe7fa54c0c8171c4aa3caf4e03d6f63bd7
39+
- https://github.com/advisories/GHSA-4xqv-47rm-37mm
40+
---

0 commit comments

Comments
 (0)