CVE-2025-68799
Last modified
CVE-2025-68799 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. 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.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b482cd2053e3b90a7b33a78c63cdb6badf2ec383, < f407f1c9f45bbf5c99fd80b3f3f4a94fdbe35691; >= b482cd2053e3b90a7b33a78c63cdb6badf2ec383, < c54091eec6fed19e94182aa05dd6846600a642f7; >= b482cd2053e3b90a7b33a78c63cdb6badf2ec383, < 785c7be6361630070790f6235b696da156ac71b3; >= b482cd2053e3b90a7b33a78c63cdb6badf2ec383, < f818cd472565f8b0c2c409b040e0121c5cf8592c; >= b482cd2053e3b90a7b33a78c63cdb6badf2ec383, < 4ec29714aa4e0601ea29d2f02b461fc0ac92c2c3; >= b482cd2053e3b90a7b33a78c63cdb6badf2ec383, < 21fdcc00656a60af3c7aae2dea8dd96abd35519c; >= b482cd2053e3b90a7b33a78c63cdb6badf2ec383, < 8a11ff0948b5ad09b71896b7ccc850625f9878d1 |
| Linux | Linux | 2.6.35 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68799?
How severe is CVE-2025-68799?
How do I fix CVE-2025-68799?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-68793In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68794In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-68795In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68796In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68797In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68798In the Linux kernel, the following vulnerability has been re…
- CVE-2025-6880A vulnerability classified as critical has been found in Sou…8.8
- CVE-2025-68800In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68801In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68802In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68803In the Linux kernel, the following vulnerability has been re…8
- CVE-2025-68804In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-68799?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
