Skip to content

Commit 677ced9

Browse files
authored
Merge pull request #1215 from jasnow/aug-16a-advs
Updated jmespatch advisory with new data Thanks
2 parents 9d01bf6 + 3b59a6d commit 677ced9

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

gems/jmespath/CVE-2022-32511.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,27 @@
22
gem: jmespath
33
cve: 2022-32511
44
ghsa: 5c5f-7vfq-3732
5-
url: https://github.com/jmespath/jmespath.rb/pull/55
5+
url: https://nvd.nist.gov/vuln/detail/CVE-2022-32511
66
title: JMESPath for Ruby using JSON.load instead of JSON.parse
77
date: 2022-06-07
88
description: |
99
jmespath.rb (aka JMESPath for Ruby) before 1.6.1 uses JSON.load in a
1010
situation where JSON.parse is preferable.
11+
cvss_v2: 7.5
1112
cvss_v3: 9.8
1213
patched_versions:
1314
- ">= 1.6.1"
1415
related:
1516
url:
17+
- https://nvd.nist.gov/vuln/detail/CVE-2022-32511
18+
- https://github.com/jmespath/jmespath.rb/blob/main/CHANGELOG.md#161-2022-03-07
1619
- https://github.com/jmespath/jmespath.rb/compare/v1.6.0...v1.6.1
20+
- https://github.com/jmespath/jmespath.rb/pull/55
21+
- https://github.com/jmespath/jmespath.rb/commit/e8841280053a9d9a0c90f36223f926c8b9e4ec49
1722
- https://stackoverflow.com/a/30050571/580231
23+
- https://github.com/advisories/GHSA-5c5f-7vfq-3732
24+
notes: |
25+
- cvss_v3 from GHSA and nvd.nist.gov
26+
- cvss_v2 from nvd.nist.gov
27+
- This is under the AWS/Amazon Security policy
28+
- Release 1.6.2 (2022-11-25) was last release.

0 commit comments

Comments
 (0)