CVE-2025-68799 (GCVE-0-2025-68799)

Vulnerability from cvelistv5 – Published: 2026-01-13 15:29 – Updated: 2026-08-05 12:11
VLAI
Title
caif: fix integer underflow in cffrml_receive()
Summary
In the Linux kernel, the following vulnerability has been resolved: caif: fix integer underflow in cffrml_receive() The cffrml_receive() function extracts a length field from the packet header and, when FCS is disabled, subtracts 2 from this length without validating that len >= 2. If an attacker sends a malicious packet with a length field of 0 or 1 to an interface with FCS disabled, the subtraction causes an integer underflow. This can lead to memory exhaustion and kernel instability, potential information disclosure if padding contains uninitialized kernel memory. Fix this by validating that len >= 2 before performing the subtraction.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: b482cd2053e3b90a7b33a78c63cdb6badf2ec383 , < f407f1c9f45bbf5c99fd80b3f3f4a94fdbe35691 (git)
Affected: b482cd2053e3b90a7b33a78c63cdb6badf2ec383 , < c54091eec6fed19e94182aa05dd6846600a642f7 (git)
Affected: b482cd2053e3b90a7b33a78c63cdb6badf2ec383 , < 785c7be6361630070790f6235b696da156ac71b3 (git)
Affected: b482cd2053e3b90a7b33a78c63cdb6badf2ec383 , < f818cd472565f8b0c2c409b040e0121c5cf8592c (git)
Affected: b482cd2053e3b90a7b33a78c63cdb6badf2ec383 , < 4ec29714aa4e0601ea29d2f02b461fc0ac92c2c3 (git)
Affected: b482cd2053e3b90a7b33a78c63cdb6badf2ec383 , < 21fdcc00656a60af3c7aae2dea8dd96abd35519c (git)
Affected: b482cd2053e3b90a7b33a78c63cdb6badf2ec383 , < 8a11ff0948b5ad09b71896b7ccc850625f9878d1 (git)
Create a notification for this product.
Linux Linux Affected: 2.6.35
Unaffected: 0 , < 2.6.35 (semver)
Unaffected: 5.10.248 , ≤ 5.10.* (semver)
Unaffected: 5.15.198 , ≤ 5.15.* (semver)
Unaffected: 6.1.160 , ≤ 6.1.* (semver)
Unaffected: 6.6.120 , ≤ 6.6.* (semver)
Unaffected: 6.12.64 , ≤ 6.12.* (semver)
Unaffected: 6.18.3 , ≤ 6.18.* (semver)
Unaffected: 6.19 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/caif/cffrml.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "f407f1c9f45bbf5c99fd80b3f3f4a94fdbe35691",
              "status": "affected",
              "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383",
              "versionType": "git"
            },
            {
              "lessThan": "c54091eec6fed19e94182aa05dd6846600a642f7",
              "status": "affected",
              "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383",
              "versionType": "git"
            },
            {
              "lessThan": "785c7be6361630070790f6235b696da156ac71b3",
              "status": "affected",
              "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383",
              "versionType": "git"
            },
            {
              "lessThan": "f818cd472565f8b0c2c409b040e0121c5cf8592c",
              "status": "affected",
              "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383",
              "versionType": "git"
            },
            {
              "lessThan": "4ec29714aa4e0601ea29d2f02b461fc0ac92c2c3",
              "status": "affected",
              "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383",
              "versionType": "git"
            },
            {
              "lessThan": "21fdcc00656a60af3c7aae2dea8dd96abd35519c",
              "status": "affected",
              "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383",
              "versionType": "git"
            },
            {
              "lessThan": "8a11ff0948b5ad09b71896b7ccc850625f9878d1",
              "status": "affected",
              "version": "b482cd2053e3b90a7b33a78c63cdb6badf2ec383",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/caif/cffrml.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.35"
            },
            {
              "lessThan": "2.6.35",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.248",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.198",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.160",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.120",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.64",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.19",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.248",
                  "versionStartIncluding": "2.6.35",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.198",
                  "versionStartIncluding": "2.6.35",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.160",
                  "versionStartIncluding": "2.6.35",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.120",
                  "versionStartIncluding": "2.6.35",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.64",
                  "versionStartIncluding": "2.6.35",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.3",
                  "versionStartIncluding": "2.6.35",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19",
                  "versionStartIncluding": "2.6.35",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ncaif: fix integer underflow in cffrml_receive()\n\nThe cffrml_receive() function extracts a length field from the packet\nheader and, when FCS is disabled, subtracts 2 from this length without\nvalidating that len \u003e= 2.\n\nIf an attacker sends a malicious packet with a length field of 0 or 1\nto an interface with FCS disabled, the subtraction causes an integer\nunderflow.\n\nThis can lead to memory exhaustion and kernel instability, potential\ninformation disclosure if padding contains uninitialized kernel memory.\n\nFix this by validating that len \u003e= 2 before performing the subtraction."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:A - The malicious CAIF frame originates from a directly connected modem or remote processor over a non-routable USB or virtio link. This makes the attacker logically adjacent rather than an arbitrary Internet host.\nAC:L - A length field of 0 or 1 deterministically triggers the underflow on FCS-disabled USB and virtio interfaces. No race, timing, or uncontrolled memory-layout condition is required.\nPR:N - The framing header is parsed before CAIF channel demultiplexing, authentication, or service-level checks. A malicious CAIF peer requires no Linux credentials or capabilities.\nUI:N - Once the CAIF interface is active, the peer can trigger the vulnerability merely by supplying a malformed frame. No victim action is required.\nS:U - The vulnerable framing code and the affected kernel memory and availability remain within the same kernel security authority. No VM, IOMMU, or sandbox boundary is crossed.\nC:H - The underflow can expose approximately 64 KiB of newly allocated, uninitialized kernel heap as skb data, and the fix identifies possible disclosure of this padding. Conservatively, this constitutes a substantial kernel-memory disclosure.\nI:N - The skb helpers allocate sufficient capacity before extending the packet, so the bug does not create an out-of-bounds write, use-after-free, or attacker-controlled overwrite. No integrity impact is established.\nA:H - Each tiny malicious frame can force an approximately 64 KiB atomic skb expansion and unratelimited error logging. Repeated frames can cause memory exhaustion, severe resource pressure, and kernel instability."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:11:33.021Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/f407f1c9f45bbf5c99fd80b3f3f4a94fdbe35691"
        },
        {
          "url": "https://git.kernel.org/stable/c/c54091eec6fed19e94182aa05dd6846600a642f7"
        },
        {
          "url": "https://git.kernel.org/stable/c/785c7be6361630070790f6235b696da156ac71b3"
        },
        {
          "url": "https://git.kernel.org/stable/c/f818cd472565f8b0c2c409b040e0121c5cf8592c"
        },
        {
          "url": "https://git.kernel.org/stable/c/4ec29714aa4e0601ea29d2f02b461fc0ac92c2c3"
        },
        {
          "url": "https://git.kernel.org/stable/c/21fdcc00656a60af3c7aae2dea8dd96abd35519c"
        },
        {
          "url": "https://git.kernel.org/stable/c/8a11ff0948b5ad09b71896b7ccc850625f9878d1"
        }
      ],
      "title": "caif: fix integer underflow in cffrml_receive()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2025-68799",
    "datePublished": "2026-01-13T15:29:09.012Z",
    "dateReserved": "2025-12-24T10:30:51.042Z",
    "dateUpdated": "2026-08-05T12:11:33.021Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2025-68799",
      "date": "2026-08-14",
      "epss": "0.00285",
      "percentile": "0.2093"
    },
    "microsoft_vex": {
      "current_release_date": "2026-02-18T14:43:30.000Z",
      "cve": "CVE-2025-68799",
      "id": "msrc_CVE-2025-68799",
      "initial_release_date": "2026-01-02T00:00:00.000Z",
      "product_status:fixed": "1",
      "product_status:known_affected": "2",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "caif: fix integer underflow in cffrml_receive()",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2025-68799.json",
      "version": "3"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2025-68799\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-01-13T16:16:01.907\",\"lastModified\":\"2026-07-30T06:24:45.387\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ncaif: fix integer underflow in cffrml_receive()\\n\\nThe cffrml_receive() function extracts a length field from the packet\\nheader and, when FCS is disabled, subtracts 2 from this length without\\nvalidating that len \u003e= 2.\\n\\nIf an attacker sends a malicious packet with a length field of 0 or 1\\nto an interface with FCS disabled, the subtraction causes an integer\\nunderflow.\\n\\nThis can lead to memory exhaustion and kernel instability, potential\\ninformation disclosure if padding contains uninitialized kernel memory.\\n\\nFix this by validating that len \u003e= 2 before performing the subtraction.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta:\\n\\ncaif: corrige desbordamiento negativo de enteros en cffrml_receive()\\n\\nLa funci\u00f3n cffrml_receive() extrae un campo de longitud del encabezado del paquete y, cuando FCS est\u00e1 deshabilitado, resta 2 a esta longitud sin validar que len \u0026gt;= 2.\\n\\nSi un atacante env\u00eda un paquete malicioso con un campo de longitud de 0 o 1 a una interfaz con FCS deshabilitado, la resta causa un desbordamiento negativo de enteros.\\n\\nEsto puede llevar a agotamiento de memoria e inestabilidad del kernel, potencial revelaci\u00f3n de informaci\u00f3n si el relleno contiene memoria del kernel no inicializada.\\n\\nSoluciona esto validando que len \u0026gt;= 2 antes de realizar la resta.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"net/caif/cffrml.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"b482cd2053e3b90a7b33a78c63cdb6badf2ec383\",\"lessThan\":\"f407f1c9f45bbf5c99fd80b3f3f4a94fdbe35691\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b482cd2053e3b90a7b33a78c63cdb6badf2ec383\",\"lessThan\":\"c54091eec6fed19e94182aa05dd6846600a642f7\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b482cd2053e3b90a7b33a78c63cdb6badf2ec383\",\"lessThan\":\"785c7be6361630070790f6235b696da156ac71b3\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b482cd2053e3b90a7b33a78c63cdb6badf2ec383\",\"lessThan\":\"f818cd472565f8b0c2c409b040e0121c5cf8592c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b482cd2053e3b90a7b33a78c63cdb6badf2ec383\",\"lessThan\":\"4ec29714aa4e0601ea29d2f02b461fc0ac92c2c3\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b482cd2053e3b90a7b33a78c63cdb6badf2ec383\",\"lessThan\":\"21fdcc00656a60af3c7aae2dea8dd96abd35519c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b482cd2053e3b90a7b33a78c63cdb6badf2ec383\",\"lessThan\":\"8a11ff0948b5ad09b71896b7ccc850625f9878d1\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"net/caif/cffrml.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2.6.35\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"2.6.35\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.248\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.198\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.160\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.120\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.64\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.3\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.19\",\"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:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H\",\"baseScore\":8.1,\"baseSeverity\":\"HIGH\",\"attackVector\":\"ADJACENT_NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.2}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/21fdcc00656a60af3c7aae2dea8dd96abd35519c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/4ec29714aa4e0601ea29d2f02b461fc0ac92c2c3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/785c7be6361630070790f6235b696da156ac71b3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8a11ff0948b5ad09b71896b7ccc850625f9878d1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c54091eec6fed19e94182aa05dd6846600a642f7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f407f1c9f45bbf5c99fd80b3f3f4a94fdbe35691\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f818cd472565f8b0c2c409b040e0121c5cf8592c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Important",
      "current_release_date": "2026-08-13T17:35:01+00:00",
      "cve": "CVE-2025-68799",
      "id": "CVE-2025-68799",
      "initial_release_date": "2025-01-01T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: Linux kernel (caif): Integer underflow leads to memory exhaustion and information disclosure",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2025/cve-2025-68799.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-07-31T00:57:31Z",
      "cve": "CVE-2025-68799",
      "id": "CVE-2025-68799",
      "initial_release_date": "2026-01-15T00:26:05Z",
      "product_status:first_fixed": "2",
      "product_status:known_not_affected": "146",
      "product_status:recommended": "172",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2025-68799",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2025-68799.json",
      "version": "12"
    }
  }
}



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…