[GHSA-93m7-c69f-5cfj] Updating Confidentiality and Integrity of CVSS 3.x Rating #5207
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
The CIA triad of CVE-2020-25614 / GHSA-93m7-c69f-5cfj should be updated from
C:H/I:H/A:H
toC:N/I:N/A:H
. While the description explicitly identifies a Denial of Service (DoS) scenario, justifyingA:H
, the inability to parse XML as described does not result in the exposure of sensitive information or unauthorized file modifications.Supporting Examples
For reference, other CVEs that describe XML parsing failures have consistently been rated as
C:N/I:N/A:H
:CVE-2022-23476 / GHSA-qv4q-mr5r-qprj (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)
CVE-2020-7711 / GHSA-mqqv-chpx-vq25 (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H)
CVE-2021-3537 / GHSA-286v-pcf5-25rc (CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H)