-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11afe6a
commit 39e9f54
Showing
2 changed files
with
76 additions
and
35 deletions.
There are no files selected for viewing
76 changes: 76 additions & 0 deletions
76
advisories/github-reviewed/2022/05/GHSA-j2r4-2cr6-h3r3/GHSA-j2r4-2cr6-h3r3.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"schema_version": "1.4.0", | ||
"id": "GHSA-j2r4-2cr6-h3r3", | ||
"modified": "2024-01-10T23:18:37Z", | ||
"published": "2022-05-24T17:21:49Z", | ||
"aliases": [ | ||
"CVE-2020-9588" | ||
], | ||
"summary": "Magento Signature verification bypass", | ||
"details": "Magento versions 2.3.4 and earlier, 2.2.11 and earlier (see note), 1.14.4.4 and earlier, and 1.9.4.4 and earlier have an observable timing discrepancy vulnerability. Successful exploitation could lead to signature verification bypass.", | ||
"severity": [ | ||
{ | ||
"type": "CVSS_V3", | ||
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H" | ||
} | ||
], | ||
"affected": [ | ||
{ | ||
"package": { | ||
"ecosystem": "Packagist", | ||
"name": "magento/community-edition" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "2.3.4-p2" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"package": { | ||
"ecosystem": "Packagist", | ||
"name": "magento/core" | ||
}, | ||
"ranges": [ | ||
{ | ||
"type": "ECOSYSTEM", | ||
"events": [ | ||
{ | ||
"introduced": "0" | ||
}, | ||
{ | ||
"fixed": "1.9.4.5" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"type": "ADVISORY", | ||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-9588" | ||
}, | ||
{ | ||
"type": "WEB", | ||
"url": "https://helpx.adobe.com/security/products/magento/apsb20-22.html" | ||
} | ||
], | ||
"database_specific": { | ||
"cwe_ids": [ | ||
"CWE-203" | ||
], | ||
"severity": "HIGH", | ||
"github_reviewed": true, | ||
"github_reviewed_at": "2024-01-10T23:18:37Z", | ||
"nvd_published_at": "2020-06-26T21:15:00Z" | ||
} | ||
} |
35 changes: 0 additions & 35 deletions
35
advisories/unreviewed/2022/05/GHSA-j2r4-2cr6-h3r3/GHSA-j2r4-2cr6-h3r3.json
This file was deleted.
Oops, something went wrong.