CVE-2025-68284
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's libceph component involves potential out-of-bounds writes in the handle_auth_session_key() function. The issue arises because the 'len' field, which is used during decryption of connection secrets or processing service tickets, comes from untrusted network packets. Without proper boundary checks, this can lead to writing data outside the intended memory area, which has now been fixed by adding boundary checks.
How can this vulnerability impact me? :
The vulnerability could allow an attacker to cause out-of-bounds memory writes, potentially leading to memory corruption, crashes, or execution of arbitrary code within the Linux kernel environment. This can compromise system stability and security.