{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "03fd3cf5a179da12e6bee5e9d74b648aff68dc4c"
            },
            {
              "fixed": "f6d9a6a9512430b395a1940d7b216394fd02d30b"
            },
            {
              "fixed": "84c850b08fc0d671c245144b619683129b55690a"
            },
            {
              "fixed": "d0eac0ea7cf493e787fd7b4a556e43ef03cb4b50"
            },
            {
              "fixed": "ae588e5b9cc268de1aabf30f939f0870717ca164"
            },
            {
              "fixed": "ad331e26fd213a19fee0de18cdacd67b7ff5b478"
            },
            {
              "fixed": "2ee477e541a6d5e434d6a4041c6b677ab42e1d82"
            },
            {
              "fixed": "808ed899dcf8bdef66894fda5eb7ee4bb0eb8dc1"
            },
            {
              "fixed": "856d6cb04e5407523566b075841dcd6423757d1c"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "2.6.38"
            },
            {
              "fixed": "5.10.265"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.11.0"
            },
            {
              "fixed": "5.15.216"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.16.0"
            },
            {
              "fixed": "6.1.183"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.2.0"
            },
            {
              "fixed": "6.6.151"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.7.0"
            },
            {
              "fixed": "6.12.103"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.44"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.1.8"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80706.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: softing: fw_parse(): validate firmware record spans\n\nfw_parse() reads a fixed record header, a firmware-provided payload,\nand a trailing checksum without knowing the end of the firmware blob. A\ntruncated record can therefore make those reads exceed the blob.\n\nThe same record also supplies addresses and lengths for writes into\nDPRAM. The generic loader uses wrap-prone mixed signed arithmetic for its\nbounds check, while the application loader does not bound the staging\ncopy at all.\n\nPass the firmware end to the parser and validate the full source record.\nUse a signed wide offset for generic DPRAM records and validate the\napplication staging span against the mapped DPRAM before copying.",
  "id": "CVE-2026-80706",
  "modified": "2026-08-30T03:30:49.730443083Z",
  "published": "2026-08-28T06:53:07.640Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/2ee477e541a6d5e434d6a4041c6b677ab42e1d82"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/808ed899dcf8bdef66894fda5eb7ee4bb0eb8dc1"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/84c850b08fc0d671c245144b619683129b55690a"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/856d6cb04e5407523566b075841dcd6423757d1c"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/ad331e26fd213a19fee0de18cdacd67b7ff5b478"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/ae588e5b9cc268de1aabf30f939f0870717ca164"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/d0eac0ea7cf493e787fd7b4a556e43ef03cb4b50"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/f6d9a6a9512430b395a1940d7b216394fd02d30b"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/80xxx/CVE-2026-80706.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-80706"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "can: softing: fw_parse(): validate firmware record spans"
}