CVE-2025-39880
BaseFortify
Publication date: 2025-09-23
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.153 |
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 invalid accesses to the ceph_connection_v1_info structure. Specifically, generic code reads and writes to a union member without verifying if that member is active. On 64-bit systems, overlapping fields in the union can cause reads to return incorrect values and writes to potentially cause more serious issues, although these are rare. The main side effect is invalidation of the authorizer and repeated fetching of new tickets.
How can this vulnerability impact me? :
The impact is generally limited. The invalid read causes the authorizer to be invalidated, leading to successive fetching of new tickets, which may affect performance or cause minor disruptions. The write overlap could cause more serious consequences, but this is infrequent. Overall, the vulnerability is fairly benign.