CVE-2026-43336 (GCVE-0-2026-43336)

Vulnerability from cvelistv5 – Published: 2026-05-08 13:31 – Updated: 2026-08-05 12:27
VLAI
Title
lib/crypto: chacha: Zeroize permuted_state before it leaves scope
Summary
In the Linux kernel, the following vulnerability has been resolved: lib/crypto: chacha: Zeroize permuted_state before it leaves scope Since the ChaCha permutation is invertible, the local variable 'permuted_state' is sufficient to compute the original 'state', and thus the key, even after the permutation has been done. While the kernel is quite inconsistent about zeroizing secrets on the stack (and some prominent userspace crypto libraries don't bother at all since it's not guaranteed to work anyway), the kernel does try to do it as a best practice, especially in cases involving the RNG. Thus, explicitly zeroize 'permuted_state' before it goes out of scope.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: c08d0e647305c3f8f640010a56c9e4bafb9488d3 , < e90ee961af515a484f091678ce58a4c3f7b73b02 (git)
Affected: c08d0e647305c3f8f640010a56c9e4bafb9488d3 , < b416a4245f04a450c67a13e6d96056c37c5b33fe (git)
Affected: c08d0e647305c3f8f640010a56c9e4bafb9488d3 , < bd62d9b44464a6c20a34a74068e7a784d0afa04a (git)
Affected: c08d0e647305c3f8f640010a56c9e4bafb9488d3 , < 066c760acead1fb743bae294dbd89f479ae43b9b (git)
Affected: c08d0e647305c3f8f640010a56c9e4bafb9488d3 , < 1d761e5a7340c46479fb2399598f331e4fe2c633 (git)
Affected: c08d0e647305c3f8f640010a56c9e4bafb9488d3 , < 1933249263c3a98df79992f61a566476e4163bcc (git)
Affected: c08d0e647305c3f8f640010a56c9e4bafb9488d3 , < 91999af43ca2125e3b2c18fcfc02912ada02efc3 (git)
Affected: c08d0e647305c3f8f640010a56c9e4bafb9488d3 , < e5046823f8fa3677341b541a25af2fcb99a5b1e0 (git)
Create a notification for this product.
Linux Linux Affected: 4.2
Unaffected: 0 , < 4.2 (semver)
Unaffected: 5.10.253 , ≤ 5.10.* (semver)
Unaffected: 5.15.203 , ≤ 5.15.* (semver)
Unaffected: 6.1.169 , ≤ 6.1.* (semver)
Unaffected: 6.6.135 , ≤ 6.6.* (semver)
Unaffected: 6.12.82 , ≤ 6.12.* (semver)
Unaffected: 6.18.22 , ≤ 6.18.* (semver)
Unaffected: 6.19.12 , ≤ 6.19.* (semver)
Unaffected: 7.0 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "lib/crypto/chacha-block-generic.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "e90ee961af515a484f091678ce58a4c3f7b73b02",
              "status": "affected",
              "version": "c08d0e647305c3f8f640010a56c9e4bafb9488d3",
              "versionType": "git"
            },
            {
              "lessThan": "b416a4245f04a450c67a13e6d96056c37c5b33fe",
              "status": "affected",
              "version": "c08d0e647305c3f8f640010a56c9e4bafb9488d3",
              "versionType": "git"
            },
            {
              "lessThan": "bd62d9b44464a6c20a34a74068e7a784d0afa04a",
              "status": "affected",
              "version": "c08d0e647305c3f8f640010a56c9e4bafb9488d3",
              "versionType": "git"
            },
            {
              "lessThan": "066c760acead1fb743bae294dbd89f479ae43b9b",
              "status": "affected",
              "version": "c08d0e647305c3f8f640010a56c9e4bafb9488d3",
              "versionType": "git"
            },
            {
              "lessThan": "1d761e5a7340c46479fb2399598f331e4fe2c633",
              "status": "affected",
              "version": "c08d0e647305c3f8f640010a56c9e4bafb9488d3",
              "versionType": "git"
            },
            {
              "lessThan": "1933249263c3a98df79992f61a566476e4163bcc",
              "status": "affected",
              "version": "c08d0e647305c3f8f640010a56c9e4bafb9488d3",
              "versionType": "git"
            },
            {
              "lessThan": "91999af43ca2125e3b2c18fcfc02912ada02efc3",
              "status": "affected",
              "version": "c08d0e647305c3f8f640010a56c9e4bafb9488d3",
              "versionType": "git"
            },
            {
              "lessThan": "e5046823f8fa3677341b541a25af2fcb99a5b1e0",
              "status": "affected",
              "version": "c08d0e647305c3f8f640010a56c9e4bafb9488d3",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "lib/crypto/chacha-block-generic.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.2"
            },
            {
              "lessThan": "4.2",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.253",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.203",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.169",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.135",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.82",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.22",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.19.*",
              "status": "unaffected",
              "version": "6.19.12",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.0",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.253",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.203",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.169",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.135",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.82",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.22",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19.12",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0",
                  "versionStartIncluding": "4.2",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nlib/crypto: chacha: Zeroize permuted_state before it leaves scope\n\nSince the ChaCha permutation is invertible, the local variable\n\u0027permuted_state\u0027 is sufficient to compute the original \u0027state\u0027, and thus\nthe key, even after the permutation has been done.\n\nWhile the kernel is quite inconsistent about zeroizing secrets on the\nstack (and some prominent userspace crypto libraries don\u0027t bother at all\nsince it\u0027s not guaranteed to work anyway), the kernel does try to do it\nas a best practice, especially in cases involving the RNG.\n\nThus, explicitly zeroize \u0027permuted_state\u0027 before it goes out of scope."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:N - Network-facing kernel crypto users such as IPsec ESP and WireGuard can drive ChaCha/ChaCha20-Poly1305 from inbound packets into the affected generic block code. This is a reasonable deployment scenario for the affected library crypto code.\nAC:L - Triggering the affected function is deterministic once a configured network crypto endpoint processes a packet; there is no race or fragile heap/layout condition in the bug mechanism. When uncertain, the lower-complexity option is selected.\nPR:N - A remote sender does not need a local account or kernel privilege to send packets to a configured ESP/WireGuard endpoint and cause pre-authentication or authentication-check crypto processing. Local configuration of the endpoint is an environmental precondition, not attacker privilege.\nUI:N - No victim user action is required once the affected kernel subsystem is configured and reachable. The attacker can trigger processing by sending packets or requests directly.\nS:U - The vulnerable component and impacted secrets are within the kernel\u2019s own security authority. This is not a VM escape, IOMMU bypass, or cross-scope boundary violation.\nC:H - The stale `permuted_state` is invertible back to the original ChaCha state and therefore key-equivalent, including for kernel crypto and RNG users. Exposure of that stack data can compromise full cryptographic keys or RNG state, so confidentiality impact is high.\nI:N - The bug is failure to clear sensitive stack data and does not provide a write primitive or data modification path. No integrity impact is directly caused.\nA:N - The issue does not corrupt memory, dereference invalid pointers, deadlock, or otherwise crash the kernel. No availability impact is directly caused."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:27:19.605Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/e90ee961af515a484f091678ce58a4c3f7b73b02"
        },
        {
          "url": "https://git.kernel.org/stable/c/b416a4245f04a450c67a13e6d96056c37c5b33fe"
        },
        {
          "url": "https://git.kernel.org/stable/c/bd62d9b44464a6c20a34a74068e7a784d0afa04a"
        },
        {
          "url": "https://git.kernel.org/stable/c/066c760acead1fb743bae294dbd89f479ae43b9b"
        },
        {
          "url": "https://git.kernel.org/stable/c/1d761e5a7340c46479fb2399598f331e4fe2c633"
        },
        {
          "url": "https://git.kernel.org/stable/c/1933249263c3a98df79992f61a566476e4163bcc"
        },
        {
          "url": "https://git.kernel.org/stable/c/91999af43ca2125e3b2c18fcfc02912ada02efc3"
        },
        {
          "url": "https://git.kernel.org/stable/c/e5046823f8fa3677341b541a25af2fcb99a5b1e0"
        }
      ],
      "title": "lib/crypto: chacha: Zeroize permuted_state before it leaves scope",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-43336",
    "datePublished": "2026-05-08T13:31:22.280Z",
    "dateReserved": "2026-05-01T14:12:56.002Z",
    "dateUpdated": "2026-08-05T12:27:19.605Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-43336",
      "date": "2026-08-05",
      "epss": "0.00425",
      "percentile": "0.34982"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-43336\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-08T14:16:43.383\",\"lastModified\":\"2026-06-17T10:49:24.387\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nlib/crypto: chacha: Zeroize permuted_state before it leaves scope\\n\\nSince the ChaCha permutation is invertible, the local variable\\n\u0027permuted_state\u0027 is sufficient to compute the original \u0027state\u0027, and thus\\nthe key, even after the permutation has been done.\\n\\nWhile the kernel is quite inconsistent about zeroizing secrets on the\\nstack (and some prominent userspace crypto libraries don\u0027t bother at all\\nsince it\u0027s not guaranteed to work anyway), the kernel does try to do it\\nas a best practice, especially in cases involving the RNG.\\n\\nThus, explicitly zeroize \u0027permuted_state\u0027 before it goes out of scope.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"lib/crypto/chacha-block-generic.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"c08d0e647305c3f8f640010a56c9e4bafb9488d3\",\"lessThan\":\"e90ee961af515a484f091678ce58a4c3f7b73b02\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c08d0e647305c3f8f640010a56c9e4bafb9488d3\",\"lessThan\":\"b416a4245f04a450c67a13e6d96056c37c5b33fe\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c08d0e647305c3f8f640010a56c9e4bafb9488d3\",\"lessThan\":\"bd62d9b44464a6c20a34a74068e7a784d0afa04a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c08d0e647305c3f8f640010a56c9e4bafb9488d3\",\"lessThan\":\"066c760acead1fb743bae294dbd89f479ae43b9b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c08d0e647305c3f8f640010a56c9e4bafb9488d3\",\"lessThan\":\"1d761e5a7340c46479fb2399598f331e4fe2c633\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c08d0e647305c3f8f640010a56c9e4bafb9488d3\",\"lessThan\":\"1933249263c3a98df79992f61a566476e4163bcc\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c08d0e647305c3f8f640010a56c9e4bafb9488d3\",\"lessThan\":\"91999af43ca2125e3b2c18fcfc02912ada02efc3\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c08d0e647305c3f8f640010a56c9e4bafb9488d3\",\"lessThan\":\"e5046823f8fa3677341b541a25af2fcb99a5b1e0\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"lib/crypto/chacha-block-generic.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"4.2\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"4.2\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.253\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.203\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.169\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.135\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.82\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.22\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19.12\",\"lessThanOrEqual\":\"6.19.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.2\",\"versionEndExcluding\":\"5.10.253\",\"matchCriteriaId\":\"CC85AD7F-B910-43F1-9A7F-94BC2781DACB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.203\",\"matchCriteriaId\":\"20DDB3E9-AABF-4107-ADB0-5362AA067045\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.169\",\"matchCriteriaId\":\"DBEC0E5D-641C-4E98-A6D9-5799B10CE451\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.135\",\"matchCriteriaId\":\"15C1A1B2-14EE-494C-AF3E-D5A7BA640B39\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.82\",\"matchCriteriaId\":\"02904CAE-71D2-45B3-9EC3-F6A9D18B6307\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.18.22\",\"matchCriteriaId\":\"C9DF8BCE-36D3-475D-9D21-19E4F02F9029\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"6.19.12\",\"matchCriteriaId\":\"0A2B9540-02D5-41B4-B16A-82AF66FD4F36\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"F253B622-8837-4245-BCE5-A7BF8FC76A16\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"4AE85AD8-4641-4E7C-A2F4-305E2CD9EE64\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"F666C8D8-6538-46D4-B318-87610DE64C34\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"02259FDA-961B-47BC-AE7F-93D7EC6E90C2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*\",\"matchCriteriaId\":\"58A9FEFF-C040-420D-8F0A-BFDAAA1DF258\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*\",\"matchCriteriaId\":\"1D2315C0-D46F-4F85-9754-F9E5E11374A6\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/066c760acead1fb743bae294dbd89f479ae43b9b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/1933249263c3a98df79992f61a566476e4163bcc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/1d761e5a7340c46479fb2399598f331e4fe2c633\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/91999af43ca2125e3b2c18fcfc02912ada02efc3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b416a4245f04a450c67a13e6d96056c37c5b33fe\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/bd62d9b44464a6c20a34a74068e7a784d0afa04a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e5046823f8fa3677341b541a25af2fcb99a5b1e0\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/e90ee961af515a484f091678ce58a4c3f7b73b02\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "None",
      "current_release_date": "2026-06-28T11:18:11+00:00",
      "cve": "CVE-2026-43336",
      "id": "CVE-2026-43336",
      "initial_release_date": "2026-05-08T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: lib/crypto: chacha: Zeroize permuted_state before it leaves scope",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-43336.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-07-28T17:16:50Z",
      "cve": "CVE-2026-43336",
      "id": "CVE-2026-43336",
      "initial_release_date": "2026-05-13T03:35:12Z",
      "product_status:first_fixed": "2",
      "product_status:known_affected": "586",
      "product_status:known_not_affected": "4",
      "product_status:recommended": "302",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-43336",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-43336.json",
      "version": "11"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…