CVE-2023-53491
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
If this vulnerability is present, it can cause the Linux kernel to panic during early boot due to stack canary mismatches, potentially leading to system crashes and denial of service.
Can you explain this vulnerability to me?
This vulnerability relates to the Linux kernel's early boot process where a function attribute called __no_stack_protector was added to control the omission of stack protectors on a per-function basis. Without this attribute, callers of boot_init_stack_canary may have mismatched stack canaries, causing a call to __stack_chk_fail() and resulting in a kernel panic.