{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:12",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:13",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    },
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  remoteproc: fix OOB read via signed offset in rsc_table_for_each_entry()  table-\u003eoffset[i] is a u32 from firmware, but was stored into a signed int.  A crafted offset like 0xFFFFFFF0 becomes -16, placing hdr 16 bytes before the table buffer.  The subsequent avail check was bypassed because the negative int was promoted to a large size_t in the expression \"table_sz - offset - sizeof(*hdr)\", yielding a large positive avail and letting the out-of-bounds hdr-\u003etype read proceed undetected.  Store the offset as u32 and validate it with unsigned comparisons before any pointer arithmetic.",
  "id": "DEBIAN-CVE-2026-90314",
  "modified": "2026-09-18T04:47:25.228478817Z",
  "published": "2026-09-17T17:17:29.203Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-90314"
    }
  ],
  "upstream": [
    "CVE-2026-90314"
  ]
}