Skip to content

Commit d3a7fe0

Browse files
committed
Add four more CVEs courtesy of the new GHSA sync script
1 parent 002e918 commit d3a7fe0

File tree

4 files changed

+71
-0
lines changed

4 files changed

+71
-0
lines changed

gems/chloride/CVE-2018-6517.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
gem: chloride
3+
cve: 2018-6517
4+
url: https://puppet.com/security/cve/CVE-2018-6517
5+
date: 2019-03-08
6+
title: Improper handling of ssh known_hosts file with Chloride
7+
8+
description: |
9+
Prior to version 0.3.0, chloride's use of net-ssh resulted in host fingerprints
10+
for previously unknown hosts getting added to the user's known_hosts file without
11+
confirmation. In version 0.3.0 this is updated so that the user's known_hosts file
12+
is not updated by chloride.
13+
14+
cvss_v3: 5.0
15+
16+
patched_versions:
17+
- ">= 0.3.0"
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
gem: fat_free_crm
3+
cve: 2018-1000842
4+
url: https://github.com/fatfreecrm/fat_free_crm/wiki/XSS-Vulnerability-%282018-10-27%29
5+
date: 2018-10-27
6+
title: fat_free_crm gem XSS vulnerability via query parameter
7+
description: |
8+
FatFreeCRM version <=0.14.1, >=0.15.0 <=0.15.1, >=0.16.0 <=0.16.3, >=0.17.0
9+
<=0.17.2, ==0.18.0 contains a Cross Site Scripting (XSS) vulnerability in commit
10+
6d60bc8ed010c4eda05d6645c64849f415f68d65 that can result in Javascript execution.
11+
This attack appear to be exploitable via Content with Javascript payload will be
12+
executed on end user browsers when they visit the page. This vulnerability appears
13+
to have been fixed in 0.18.1, 0.17.3, 0.16.4, 0.15.2, 0.14.2.
14+
15+
cvss_v3: 6.1
16+
cvss_v2: 4.3
17+
18+
patched_versions:
19+
- ">= 0.18.1"
20+
- ~> 0.17.3
21+
- ~> 0.16.4
22+
- ~> 0.15.2
23+
- ~> 0.14.2

gems/radiant/CVE-2018-7261.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
gem: radiant
3+
cve: 2018-7261
4+
url: https://github.com/radiant/radiant/issues/412
5+
date: 2018-02-19
6+
title: Multiple persistent XSS vulnerabilities in Radiant CMS
7+
description: |
8+
There are multiple Persistent XSS vulnerabilities in Radiant CMS.
9+
They affect Personal Preferences (Name and Username) and Configuration (Site Title,
10+
Dev Site Domain, Page Parts, and Page Fields).
11+
12+
cvss_v3: 5.4
13+
cvss_v2: 3.5
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
gem: smart_proxy_dynflow
3+
cve: 2018-14643
4+
url: https://github.com/theforeman/smart_proxy_dynflow/pull/54
5+
date: 2018-09-14
6+
title: smart_proxy_dynflow gem authentication bypass in Foreman remote execution feature
7+
description: |
8+
An authentication bypass flaw was found in the smart_proxy_dynflow component
9+
used by Foreman. A malicious attacker can use this flaw to remotely execute arbitrary
10+
commands on machines managed by vulnerable Foreman instances, in a highly privileged
11+
context.
12+
13+
cvss_v3: 9.8
14+
cvss_v2: 10.0
15+
16+
patched_versions:
17+
- ~> 0.1.11
18+
- ">= 0.2.1"

0 commit comments

Comments
 (0)