From 0a5581589e8adbf06d14a1c32874ea1f5380c867 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:08:28 +0000 Subject: [PATCH] Publish GHSA-r478-c2pc-m7gx --- .../GHSA-r478-c2pc-m7gx.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/advisories/github-reviewed/2022/01/GHSA-r478-c2pc-m7gx/GHSA-r478-c2pc-m7gx.json b/advisories/github-reviewed/2022/01/GHSA-r478-c2pc-m7gx/GHSA-r478-c2pc-m7gx.json index 7aa0a1b20e0..5112e5a1e44 100644 --- a/advisories/github-reviewed/2022/01/GHSA-r478-c2pc-m7gx/GHSA-r478-c2pc-m7gx.json +++ b/advisories/github-reviewed/2022/01/GHSA-r478-c2pc-m7gx/GHSA-r478-c2pc-m7gx.json @@ -1,17 +1,21 @@ { "schema_version": "1.4.0", "id": "GHSA-r478-c2pc-m7gx", - "modified": "2022-01-19T19:58:19Z", + "modified": "2024-09-18T20:06:40Z", "published": "2022-01-12T20:07:10Z", "aliases": [ "CVE-2022-22846" ], - "summary": "DNS reply verification issue in dnslinb", + "summary": "dnslib has DNS reply verification issue", "details": "The dnslib package through 0.9.16 for Python does not verify that the ID value in a DNS reply matches an ID value in a query.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ @@ -48,14 +52,22 @@ "type": "WEB", "url": "https://github.com/paulc/dnslib/commit/76e8677699ed098387d502c57980f58da642aeba" }, + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-r478-c2pc-m7gx" + }, { "type": "WEB", "url": "https://github.com/paulc/dnslib" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/dnslib/PYSEC-2022-4.yaml" } ], "database_specific": { "cwe_ids": [ - + "CWE-345" ], "severity": "HIGH", "github_reviewed": true,