Skip to content

Commit c7d8ed0

Browse files
committed
Sync with GitHub Security Advisories
* Add publify_core/CVE-2022-1812 * Add missing CVSSv3 scores to various other entries
1 parent c9cf6ea commit c7d8ed0

File tree

6 files changed

+26
-5
lines changed

6 files changed

+26
-5
lines changed

gems/chartkick/CVE-2019-18841.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ date: 2019-11-09
88
description: |
99
A specially crafted response in data loaded via URL
1010
can cause prototype pollution in JavaScript.
11+
cvss_v3: 7.3
1112
unaffected_versions:
12-
- < 3.1.0
13+
- "< 3.1.0"
1314
patched_versions:
14-
- '>= 3.3.0'
15+
- ">= 3.3.0"

gems/paperclip/CVE-2017-0889.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ description: |
1616
against Server Side Request Forgery (SSRF) exploits by default. This may allow
1717
a remote attacker to access information about internal network resources.
1818
cvss_v2: 7.5
19+
cvss_v3: 9.8
1920
patched_versions:
20-
- '>= 5.2.0'
21+
- ">= 5.2.0"
2122
related:
2223
url:
2324
- https://nvd.nist.gov/vuln/detail/CVE-2017-0889

gems/publify_core/CVE-2022-1812.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
gem: publify_core
3+
cve: 2022-1812
4+
ghsa: rc42-jghf-vr8f
5+
url: https://github.com/publify/publify/commit/29a5837c29620e33857d7a5afce01384e3f8e41a
6+
title: Integer overflow in publify_core
7+
date: 2023-01-14
8+
description: |
9+
Integer Overflow or Wraparound in GitHub repository publify/publify prior
10+
to 9.2.10 due to an unlimited length user name field.
11+
cvss_v3: 9.8
12+
patched_versions:
13+
- ">= 9.2.10"
14+
related:
15+
url:
16+
- https://huntr.dev/bounties/17d86a50-265c-4ec8-9592-0bd909ddc8f3

gems/publify_core/CVE-2023-0299.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ date: 2023-01-14
88
description: |
99
Improper Input Validation in GitHub repository publify/publify prior
1010
to 9.2.10.
11+
cvss_v3: 9.8
1112
patched_versions:
1213
- ">= 9.2.10"
1314
related:

gems/qiita-markdown/CVE-2021-28796.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ url: https://github.com/advisories/GHSA-f2c9-5jqw-3xh3
66
title: Cross-Site Scripting in Qiita::Markdown
77
date: 2021-08-02
88
description: Increments Qiita::Markdown before 0.33.0 allows XSS in transformers.
9+
cvss_v3: 6.1
910
patched_versions:
10-
- '>= 0.33.0'
11+
- ">= 0.33.0"

gems/safemode/CVE-2017-7540.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ description: |
1010
to bypassing safe mode limitations via special Ruby syntax. This can
1111
lead to deletion of objects for which the user does not have delete
1212
permissions or possibly to privilege escalation.
13+
cvss_v3: 9.8
1314
patched_versions:
14-
- '>= 1.3.3'
15+
- ">= 1.3.3"
1516
related:
1617
url:
1718
- https://github.com/svenfuchs/safemode/pull/23

0 commit comments

Comments
 (0)