File tree Expand file tree Collapse file tree 6 files changed +26
-5
lines changed Expand file tree Collapse file tree 6 files changed +26
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ date: 2019-11-09
8
8
description : |
9
9
A specially crafted response in data loaded via URL
10
10
can cause prototype pollution in JavaScript.
11
+ cvss_v3 : 7.3
11
12
unaffected_versions :
12
- - < 3.1.0
13
+ - " < 3.1.0"
13
14
patched_versions :
14
- - ' >= 3.3.0'
15
+ - " >= 3.3.0"
Original file line number Diff line number Diff line change @@ -16,8 +16,9 @@ description: |
16
16
against Server Side Request Forgery (SSRF) exploits by default. This may allow
17
17
a remote attacker to access information about internal network resources.
18
18
cvss_v2 : 7.5
19
+ cvss_v3 : 9.8
19
20
patched_versions :
20
- - ' >= 5.2.0'
21
+ - " >= 5.2.0"
21
22
related :
22
23
url :
23
24
- https://nvd.nist.gov/vuln/detail/CVE-2017-0889
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ date: 2023-01-14
8
8
description : |
9
9
Improper Input Validation in GitHub repository publify/publify prior
10
10
to 9.2.10.
11
+ cvss_v3 : 9.8
11
12
patched_versions :
12
13
- " >= 9.2.10"
13
14
related :
Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ url: https://github.com/advisories/GHSA-f2c9-5jqw-3xh3
6
6
title : Cross-Site Scripting in Qiita::Markdown
7
7
date : 2021-08-02
8
8
description : Increments Qiita::Markdown before 0.33.0 allows XSS in transformers.
9
+ cvss_v3 : 6.1
9
10
patched_versions :
10
- - ' >= 0.33.0'
11
+ - " >= 0.33.0"
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ description: |
10
10
to bypassing safe mode limitations via special Ruby syntax. This can
11
11
lead to deletion of objects for which the user does not have delete
12
12
permissions or possibly to privilege escalation.
13
+ cvss_v3 : 9.8
13
14
patched_versions :
14
- - ' >= 1.3.3'
15
+ - " >= 1.3.3"
15
16
related :
16
17
url :
17
18
- https://github.com/svenfuchs/safemode/pull/23
You can’t perform that action at this time.
0 commit comments