CVE-2026-43284 (GCVE-0-2026-43284)

Vulnerability from cvelistv5 – Published: 2026-05-08 07:21 – Updated: 2026-05-09 03:55
VLAI?
Title
xfrm: esp: avoid in-place decrypt on shared skb frags
Summary
In the Linux kernel, the following vulnerability has been resolved: xfrm: esp: avoid in-place decrypt on shared skb frags MSG_SPLICE_PAGES can attach pages from a pipe directly to an skb. TCP marks such skbs with SKBFL_SHARED_FRAG after skb_splice_from_iter(), so later paths that may modify packet data can first make a private copy. The IPv4/IPv6 datagram append paths did not set this flag when splicing pages into UDP skbs. That leaves an ESP-in-UDP packet made from shared pipe pages looking like an ordinary uncloned nonlinear skb. ESP input then takes the no-COW fast path for uncloned skbs without a frag_list and decrypts in place over data that is not owned privately by the skb. Mark IPv4/IPv6 datagram splice frags with SKBFL_SHARED_FRAG, matching TCP. Also make ESP input fall back to skb_cow_data() when the flag is present, so ESP does not decrypt externally backed frags in place. Private nonlinear skb frags still use the existing fast path. This intentionally does not change ESP output. In esp_output_head(), the path that appends the ESP trailer to existing skb tailroom without calling skb_cow_data() is not reachable for nonlinear skbs: skb_tailroom() returns zero when skb->data_len is nonzero, while ESP tailen is positive. Thus ESP output will either use the separate destination-frag path or fall back to skb_cow_data().
CWE
  • CWE-123 - Write-what-where Condition
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: cac2661c53f35cbe651bef9b07026a5a05ab8ce0 , < a6cb440f274a22456ef3e86b457344f1678f38f9 (git)
Affected: cac2661c53f35cbe651bef9b07026a5a05ab8ce0 , < ab8b995323e5237041472d07e5055f5f7dcdf15b (git)
Affected: cac2661c53f35cbe651bef9b07026a5a05ab8ce0 , < fe785bb3a8096dffcc4048a85cd0c83337eeecad (git)
Affected: cac2661c53f35cbe651bef9b07026a5a05ab8ce0 , < 5d55c7336f8032d434adcc5fab987ccc93a44aec (git)
Affected: cac2661c53f35cbe651bef9b07026a5a05ab8ce0 , < 8253aab4659ca16116b522203c2a6b18dccacea7 (git)
Affected: cac2661c53f35cbe651bef9b07026a5a05ab8ce0 , < 50ed1e7873100f77abad20fd31c51029bc49cd03 (git)
Affected: cac2661c53f35cbe651bef9b07026a5a05ab8ce0 , < b54edf1e9a3fd3491bdcb82a21f8d21315271e0d (git)
Affected: cac2661c53f35cbe651bef9b07026a5a05ab8ce0 , < 71a1d9d985d26716f74d21f18ee8cac821b06e97 (git)
Affected: cac2661c53f35cbe651bef9b07026a5a05ab8ce0 , < 52646cbd00e765a6db9c3afe9535f26218276034 (git)
Create a notification for this product.
    Linux Linux Affected: 4.11
Unaffected: 0 , < 4.11 (semver)
Unaffected: 5.10.255 , ≤ 5.10.* (semver)
Unaffected: 5.15.205 , ≤ 5.15.* (semver)
Unaffected: 5.15.206 , ≤ 5.15.* (semver)
Unaffected: 6.1.171 , ≤ 6.1.* (semver)
Unaffected: 6.1.172 , ≤ 6.1.* (semver)
Unaffected: 6.6.138 , ≤ 6.6.* (semver)
Unaffected: 6.12.87 , ≤ 6.12.* (semver)
Unaffected: 6.18.28 , ≤ 6.18.* (semver)
Unaffected: 7.0.5 , ≤ 7.0.* (semver)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "providerMetadata": {
          "dateUpdated": "2026-05-08T09:32:40.130Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "http://www.openwall.com/lists/oss-security/2026/05/08/7"
          }
        ],
        "title": "CVE Program Container"
      },
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "HIGH",
              "attackVector": "LOCAL",
              "availabilityImpact": "HIGH",
              "baseScore": 7.8,
              "baseSeverity": "HIGH",
              "confidentialityImpact": "HIGH",
              "integrityImpact": "HIGH",
              "privilegesRequired": "LOW",
              "scope": "CHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2026-43284",
                "options": [
                  {
                    "Exploitation": "poc"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "total"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-05-08T00:00:00+00:00",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "cweId": "CWE-123",
                "description": "CWE-123 Write-what-where Condition",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-05-09T03:55:46.272Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "references": [
          {
            "tags": [
              "exploit"
            ],
            "url": "https://github.com/V4bel/dirtyfrag"
          }
        ],
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/ipv4/esp4.c",
            "net/ipv4/ip_output.c",
            "net/ipv6/esp6.c",
            "net/ipv6/ip6_output.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "a6cb440f274a22456ef3e86b457344f1678f38f9",
              "status": "affected",
              "version": "cac2661c53f35cbe651bef9b07026a5a05ab8ce0",
              "versionType": "git"
            },
            {
              "lessThan": "ab8b995323e5237041472d07e5055f5f7dcdf15b",
              "status": "affected",
              "version": "cac2661c53f35cbe651bef9b07026a5a05ab8ce0",
              "versionType": "git"
            },
            {
              "lessThan": "fe785bb3a8096dffcc4048a85cd0c83337eeecad",
              "status": "affected",
              "version": "cac2661c53f35cbe651bef9b07026a5a05ab8ce0",
              "versionType": "git"
            },
            {
              "lessThan": "5d55c7336f8032d434adcc5fab987ccc93a44aec",
              "status": "affected",
              "version": "cac2661c53f35cbe651bef9b07026a5a05ab8ce0",
              "versionType": "git"
            },
            {
              "lessThan": "8253aab4659ca16116b522203c2a6b18dccacea7",
              "status": "affected",
              "version": "cac2661c53f35cbe651bef9b07026a5a05ab8ce0",
              "versionType": "git"
            },
            {
              "lessThan": "50ed1e7873100f77abad20fd31c51029bc49cd03",
              "status": "affected",
              "version": "cac2661c53f35cbe651bef9b07026a5a05ab8ce0",
              "versionType": "git"
            },
            {
              "lessThan": "b54edf1e9a3fd3491bdcb82a21f8d21315271e0d",
              "status": "affected",
              "version": "cac2661c53f35cbe651bef9b07026a5a05ab8ce0",
              "versionType": "git"
            },
            {
              "lessThan": "71a1d9d985d26716f74d21f18ee8cac821b06e97",
              "status": "affected",
              "version": "cac2661c53f35cbe651bef9b07026a5a05ab8ce0",
              "versionType": "git"
            },
            {
              "lessThan": "52646cbd00e765a6db9c3afe9535f26218276034",
              "status": "affected",
              "version": "cac2661c53f35cbe651bef9b07026a5a05ab8ce0",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/ipv4/esp4.c",
            "net/ipv4/ip_output.c",
            "net/ipv6/esp6.c",
            "net/ipv6/ip6_output.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.11"
            },
            {
              "lessThan": "4.11",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.255",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.205",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.206",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.171",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.172",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.138",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.87",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.28",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.5",
              "versionType": "semver"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.255",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.205",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.206",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.171",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.172",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.138",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.87",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.28",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.5",
                  "versionStartIncluding": "4.11",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nxfrm: esp: avoid in-place decrypt on shared skb frags\n\nMSG_SPLICE_PAGES can attach pages from a pipe directly to an skb. TCP\nmarks such skbs with SKBFL_SHARED_FRAG after skb_splice_from_iter(),\nso later paths that may modify packet data can first make a private\ncopy. The IPv4/IPv6 datagram append paths did not set this flag when\nsplicing pages into UDP skbs.\n\nThat leaves an ESP-in-UDP packet made from shared pipe pages looking\nlike an ordinary uncloned nonlinear skb. ESP input then takes the no-COW\nfast path for uncloned skbs without a frag_list and decrypts in place\nover data that is not owned privately by the skb.\n\nMark IPv4/IPv6 datagram splice frags with SKBFL_SHARED_FRAG, matching\nTCP. Also make ESP input fall back to skb_cow_data() when the flag is\npresent, so ESP does not decrypt externally backed frags in place.\nPrivate nonlinear skb frags still use the existing fast path.\n\nThis intentionally does not change ESP output. In esp_output_head(),\nthe path that appends the ESP trailer to existing skb tailroom without\ncalling skb_cow_data() is not reachable for nonlinear skbs:\nskb_tailroom() returns zero when skb-\u003edata_len is nonzero, while ESP\ntailen is positive. Thus ESP output will either use the separate\ndestination-frag path or fall back to skb_cow_data()."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-08T14:57:22.849Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/a6cb440f274a22456ef3e86b457344f1678f38f9"
        },
        {
          "url": "https://git.kernel.org/stable/c/ab8b995323e5237041472d07e5055f5f7dcdf15b"
        },
        {
          "url": "https://git.kernel.org/stable/c/fe785bb3a8096dffcc4048a85cd0c83337eeecad"
        },
        {
          "url": "https://git.kernel.org/stable/c/5d55c7336f8032d434adcc5fab987ccc93a44aec"
        },
        {
          "url": "https://git.kernel.org/stable/c/8253aab4659ca16116b522203c2a6b18dccacea7"
        },
        {
          "url": "https://git.kernel.org/stable/c/50ed1e7873100f77abad20fd31c51029bc49cd03"
        },
        {
          "url": "https://git.kernel.org/stable/c/b54edf1e9a3fd3491bdcb82a21f8d21315271e0d"
        },
        {
          "url": "https://git.kernel.org/stable/c/71a1d9d985d26716f74d21f18ee8cac821b06e97"
        },
        {
          "url": "https://git.kernel.org/stable/c/52646cbd00e765a6db9c3afe9535f26218276034"
        }
      ],
      "title": "xfrm: esp: avoid in-place decrypt on shared skb frags",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-43284",
    "datePublished": "2026-05-08T07:21:47.524Z",
    "dateReserved": "2026-05-01T14:12:55.998Z",
    "dateUpdated": "2026-05-09T03:55:46.272Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-43284",
      "date": "2026-05-09",
      "epss": "8e-05",
      "percentile": "0.00729"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-43284\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-08T08:16:43.827\",\"lastModified\":\"2026-05-08T15:16:45.593\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nxfrm: esp: avoid in-place decrypt on shared skb frags\\n\\nMSG_SPLICE_PAGES can attach pages from a pipe directly to an skb. TCP\\nmarks such skbs with SKBFL_SHARED_FRAG after skb_splice_from_iter(),\\nso later paths that may modify packet data can first make a private\\ncopy. The IPv4/IPv6 datagram append paths did not set this flag when\\nsplicing pages into UDP skbs.\\n\\nThat leaves an ESP-in-UDP packet made from shared pipe pages looking\\nlike an ordinary uncloned nonlinear skb. ESP input then takes the no-COW\\nfast path for uncloned skbs without a frag_list and decrypts in place\\nover data that is not owned privately by the skb.\\n\\nMark IPv4/IPv6 datagram splice frags with SKBFL_SHARED_FRAG, matching\\nTCP. Also make ESP input fall back to skb_cow_data() when the flag is\\npresent, so ESP does not decrypt externally backed frags in place.\\nPrivate nonlinear skb frags still use the existing fast path.\\n\\nThis intentionally does not change ESP output. In esp_output_head(),\\nthe path that appends the ESP trailer to existing skb tailroom without\\ncalling skb_cow_data() is not reachable for nonlinear skbs:\\nskb_tailroom() returns zero when skb-\u003edata_len is nonzero, while ESP\\ntailen is positive. Thus ESP output will either use the separate\\ndestination-frag path or fall back to skb_cow_data().\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.1,\"impactScore\":6.0}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-123\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.11\",\"versionEndExcluding\":\"5.10.255\",\"matchCriteriaId\":\"0018CADA-ADC5-4FF0-B7BA-794AC4D850EB\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.12\",\"versionEndExcluding\":\"5.15.205\",\"matchCriteriaId\":\"7B08EC44-549B-49B9-9948-0A733AC8C06B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.171\",\"matchCriteriaId\":\"3EF61322-DB4E-48AB-A9A0-BD119957C57F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.6.138\",\"matchCriteriaId\":\"307503F7-04E0-4324-AD8F-4220EEE346A8\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.87\",\"matchCriteriaId\":\"B845B730-2DEB-4273-B56F-3B9AD95FD424\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.18.28\",\"matchCriteriaId\":\"F2E5833C-D2B2-43F7-B8D1-037DF94FE0B2\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"7.0\",\"versionEndExcluding\":\"7.0.5\",\"matchCriteriaId\":\"EEF27BB2-A0D7-4E6E-A56A-825F3B1983B1\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/50ed1e7873100f77abad20fd31c51029bc49cd03\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/52646cbd00e765a6db9c3afe9535f26218276034\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/5d55c7336f8032d434adcc5fab987ccc93a44aec\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/71a1d9d985d26716f74d21f18ee8cac821b06e97\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/8253aab4659ca16116b522203c2a6b18dccacea7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/a6cb440f274a22456ef3e86b457344f1678f38f9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/ab8b995323e5237041472d07e5055f5f7dcdf15b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b54edf1e9a3fd3491bdcb82a21f8d21315271e0d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/fe785bb3a8096dffcc4048a85cd0c83337eeecad\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2026/05/08/7\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://github.com/V4bel/dirtyfrag\",\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2026/05/08/7\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2026-05-08T09:32:40.130Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-43284\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-05-08T13:52:05.570311Z\"}}}], \"references\": [{\"url\": \"https://github.com/V4bel/dirtyfrag\", \"tags\": [\"exploit\"]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-123\", \"description\": \"CWE-123 Write-what-where Condition\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-05-08T13:46:24.311Z\"}}], \"cna\": {\"title\": \"xfrm: esp: avoid in-place decrypt on shared skb frags\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"cac2661c53f35cbe651bef9b07026a5a05ab8ce0\", \"lessThan\": \"a6cb440f274a22456ef3e86b457344f1678f38f9\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"cac2661c53f35cbe651bef9b07026a5a05ab8ce0\", \"lessThan\": \"ab8b995323e5237041472d07e5055f5f7dcdf15b\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"cac2661c53f35cbe651bef9b07026a5a05ab8ce0\", \"lessThan\": \"fe785bb3a8096dffcc4048a85cd0c83337eeecad\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"cac2661c53f35cbe651bef9b07026a5a05ab8ce0\", \"lessThan\": \"5d55c7336f8032d434adcc5fab987ccc93a44aec\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"cac2661c53f35cbe651bef9b07026a5a05ab8ce0\", \"lessThan\": \"8253aab4659ca16116b522203c2a6b18dccacea7\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"cac2661c53f35cbe651bef9b07026a5a05ab8ce0\", \"lessThan\": \"50ed1e7873100f77abad20fd31c51029bc49cd03\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"cac2661c53f35cbe651bef9b07026a5a05ab8ce0\", \"lessThan\": \"b54edf1e9a3fd3491bdcb82a21f8d21315271e0d\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"cac2661c53f35cbe651bef9b07026a5a05ab8ce0\", \"lessThan\": \"71a1d9d985d26716f74d21f18ee8cac821b06e97\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"cac2661c53f35cbe651bef9b07026a5a05ab8ce0\", \"lessThan\": \"52646cbd00e765a6db9c3afe9535f26218276034\", \"versionType\": \"git\"}], \"programFiles\": [\"net/ipv4/esp4.c\", \"net/ipv4/ip_output.c\", \"net/ipv6/esp6.c\", \"net/ipv6/ip6_output.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.11\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"4.11\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.10.255\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.205\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.206\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.171\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.172\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.138\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12.87\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.12.*\"}, {\"status\": \"unaffected\", \"version\": \"6.18.28\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.18.*\"}, {\"status\": \"unaffected\", \"version\": \"7.0.5\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"7.0.*\"}], \"programFiles\": [\"net/ipv4/esp4.c\", \"net/ipv4/ip_output.c\", \"net/ipv6/esp6.c\", \"net/ipv6/ip6_output.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/a6cb440f274a22456ef3e86b457344f1678f38f9\"}, {\"url\": \"https://git.kernel.org/stable/c/ab8b995323e5237041472d07e5055f5f7dcdf15b\"}, {\"url\": \"https://git.kernel.org/stable/c/fe785bb3a8096dffcc4048a85cd0c83337eeecad\"}, {\"url\": \"https://git.kernel.org/stable/c/5d55c7336f8032d434adcc5fab987ccc93a44aec\"}, {\"url\": \"https://git.kernel.org/stable/c/8253aab4659ca16116b522203c2a6b18dccacea7\"}, {\"url\": \"https://git.kernel.org/stable/c/50ed1e7873100f77abad20fd31c51029bc49cd03\"}, {\"url\": \"https://git.kernel.org/stable/c/b54edf1e9a3fd3491bdcb82a21f8d21315271e0d\"}, {\"url\": \"https://git.kernel.org/stable/c/71a1d9d985d26716f74d21f18ee8cac821b06e97\"}, {\"url\": \"https://git.kernel.org/stable/c/52646cbd00e765a6db9c3afe9535f26218276034\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nxfrm: esp: avoid in-place decrypt on shared skb frags\\n\\nMSG_SPLICE_PAGES can attach pages from a pipe directly to an skb. TCP\\nmarks such skbs with SKBFL_SHARED_FRAG after skb_splice_from_iter(),\\nso later paths that may modify packet data can first make a private\\ncopy. The IPv4/IPv6 datagram append paths did not set this flag when\\nsplicing pages into UDP skbs.\\n\\nThat leaves an ESP-in-UDP packet made from shared pipe pages looking\\nlike an ordinary uncloned nonlinear skb. ESP input then takes the no-COW\\nfast path for uncloned skbs without a frag_list and decrypts in place\\nover data that is not owned privately by the skb.\\n\\nMark IPv4/IPv6 datagram splice frags with SKBFL_SHARED_FRAG, matching\\nTCP. Also make ESP input fall back to skb_cow_data() when the flag is\\npresent, so ESP does not decrypt externally backed frags in place.\\nPrivate nonlinear skb frags still use the existing fast path.\\n\\nThis intentionally does not change ESP output. In esp_output_head(),\\nthe path that appends the ESP trailer to existing skb tailroom without\\ncalling skb_cow_data() is not reachable for nonlinear skbs:\\nskb_tailroom() returns zero when skb-\u003edata_len is nonzero, while ESP\\ntailen is positive. Thus ESP output will either use the separate\\ndestination-frag path or fall back to skb_cow_data().\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.255\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.205\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.206\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.171\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.172\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.138\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.12.87\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.18.28\", \"versionStartIncluding\": \"4.11\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"7.0.5\", \"versionStartIncluding\": \"4.11\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-05-08T14:57:22.849Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2026-43284\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-09T03:55:46.272Z\", \"dateReserved\": \"2026-05-01T14:12:55.998Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2026-05-08T07:21:47.524Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}


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…