From 6552a7adb12961105cff2beb29287f9ed3e895e1 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Thu, 21 May 2026 20:24:31 -0400 Subject: [PATCH] Add CVSS 3.1 score for CVE-2026-27820 The NVD updated their record for CVE-2026-27820 today and assigned a CVSS 3.1 score of "9.8". This commit replaces the `N/A` value in the release notes with this published score. Signed-off-by: Charlie Sharpsteen --- docs/_openvox_8x/release_notes.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_openvox_8x/release_notes.markdown b/docs/_openvox_8x/release_notes.markdown index 41bcf7fae..cba9f6e5e 100644 --- a/docs/_openvox_8x/release_notes.markdown +++ b/docs/_openvox_8x/release_notes.markdown @@ -74,7 +74,7 @@ All bug fixes, new features and other changes are provided on the [project's git | Identifier | CVSS 3.1 Score | Resolved By | | ----------------------------------------------------------------- | :------------: | ----------------------------------- | -| [CVE-2026-27820](https://nvd.nist.gov/vuln/detail/CVE-2026-27820) | N/A | `pkg:gem/zlib@3.0.1` | +| [CVE-2026-27820](https://nvd.nist.gov/vuln/detail/CVE-2026-27820) | 9.8 | `pkg:gem/zlib@3.0.1` | | [CVE-2026-3805](https://nvd.nist.gov/vuln/detail/CVE-2026-3805) | 7.5 | `pkg:github/curl/curl@8.19.0` | | [CVE-2026-1965](https://nvd.nist.gov/vuln/detail/CVE-2026-1965) | 6.5 | `pkg:github/curl/curl@8.19.0` | | [CVE-2026-3784](https://nvd.nist.gov/vuln/detail/CVE-2026-3784) | 6.5 | `pkg:github/curl/curl@8.19.0` |