
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-1272 is a security vulnerability in the Linux kernel affecting Fedora Linux, where kernel lockdown mode is silently disabled for kernel versions 6.12 and above. This misconfiguration means that Secure Boot does not automatically enable kernel lockdown, exposing systems without any warning to users or administrators. The vulnerability is classified under CWE-306 (Missing Authentication for Critical Function) and carries a CVSS v3.1 base score of 7.7 (High) (Feedly, Red Hat Bugzilla). It was reported on February 13, 2025, and affects only Fedora Linux; other distributions are not impacted (Red Hat Bugzilla).
The root cause is that the Linux kernel (version 6.12 and above) on Fedora Linux fails to automatically enable lockdown mode when Secure Boot is active, classified as CWE-306 (Missing Authentication for Critical Function) (Feedly). Kernel lockdown mode is a security feature that restricts access to kernel internals from userspace; when disabled, it removes a critical layer of protection that Secure Boot is designed to enforce. An attacker with local access and elevated privileges can exploit this gap to access sensitive kernel resources — including kernel memory mappings, I/O ports, BPF subsystem, and kprobes — and load unsigned kernel modules, effectively bypassing Secure Boot protections (Red Hat Bugzilla, SecurityOnline). The attack vector is local, requires high privileges, low attack complexity, and user interaction (CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:H) (Feedly).
Successful exploitation allows an attacker to access sensitive kernel internals such as memory mappings, I/O ports, BPF programs, and kprobes, resulting in high confidentiality, integrity, and availability impact with a changed scope (Feedly). Critically, the ability to load unsigned kernel modules undermines the entire Secure Boot chain of trust, potentially enabling persistent rootkits or other malicious code to execute at the kernel level (Red Hat Bugzilla). The vulnerability is scoped to Fedora Linux systems running kernel 6.12 or later, and does not affect other Linux distributions or Fedora systems running older kernels (SecurityOnline).
/sys/kernel/security/lockdown — on a vulnerable system, this will show none even when Secure Boot is enabled in firmware.dd to read /dev/mem for kernel memory mappings, access I/O ports via /dev/port, or use BPF and kprobe interfaces to inspect or modify kernel behavior.insmod or modprobe to load a custom unsigned kernel module (e.g., a rootkit or persistence mechanism), bypassing the Secure Boot enforcement that lockdown mode would normally provide (Red Hat Bugzilla, SecurityOnline)./lib/modules/$(uname -r)/ or loaded via lsmod that are not part of the standard Fedora kernel package.Lockdown: ... entries in dmesg or /var/log/kern.log) on a system with Secure Boot enabled, indicating lockdown was not activated.cat /sys/kernel/security/lockdown returning none on a Fedora 6.12+ system with Secure Boot active.insmod or modprobe invocations in audit logs (/var/log/audit/audit.log) for modules not signed by a trusted key.bpftool prog list) that were not deployed by administrators.Red Hat addressed this vulnerability for Red Hat Enterprise Linux 9 via security advisory RHSA-2025:6966, released on May 13, 2025 (Red Hat Errata). Fedora Linux users should apply the latest kernel updates from the Fedora update repositories, which include the fix for the lockdown mode regression in kernel 6.12+ (LinuxSecurity). As a workaround, administrators can manually enforce kernel lockdown by adding lockdown=confidentiality or lockdown=integrity to the kernel boot parameters in the GRUB configuration. Additionally, restricting physical and remote access to privileged accounts reduces the practical risk, given the local/high-privilege attack vector.
The vulnerability received moderate coverage in the security community following its disclosure in February 2025. Security news outlets including CyberSecurityNews, GBHackers, and SecurityOnline published articles highlighting the risk of Secure Boot protections being silently bypassed on Fedora systems (CyberSecurityNews, GBHackers, SecurityOnline). Social media discussion was noted on X (formerly Twitter) and Bluesky, with security researchers sharing the advisory (Feedly). LinuxSecurity.com published a dedicated analysis on the threat of Fedora's lockdown mode being disabled by default (LinuxSecurity).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."