CVE-2024-46832: MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installed
In the Linux kernel, the following vulnerability has been resolved:
MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installed
This avoids warning:
[ 0.118053] BUG: sleeping function called from invalid context at kernel/locking/mutex.c:283
Caused by get_c0_compare_int on secondary CPU.
We also skipped saving IRQ number to struct clock_event_device *cd as
it's never used by clockevent core, as per comments it's only meant
for "non CPU local devices".
Security readout for executives and security teams
Plain-English summary
CVE-2024-46832 is a Linux kernel issue in MIPS timer handling. The sources describe a kernel warning from calling a sleeping function in an invalid context on a secondary CPU. They do not describe remote exploitation, privilege escalation, or data exposure.
Executive priority
Treat this as a targeted kernel maintenance item for MIPS environments. It is not supported by the provided evidence as an emergency internet-wide threat, but affected production platforms should be patched through normal kernel update processes.
Technical view
In MIPS cevt-r4k clock event code, get_c0_compare_int could be called even when the timer IRQ was already installed, causing a mutex-related invalid-context warning. The stable fixes avoid that call path and skip storing an unused IRQ number for CPU-local clock event devices.
Likely exposure
Exposure appears limited to affected Linux kernel builds running on MIPS systems. The bundle does not identify affected user applications, cloud services, x86/ARM systems, or internet-facing attack surface.
Exploitation context
CISA KEV status is false, and the provided sources do not report active exploitation or a public exploit. Evidence points to a kernel correctness and reliability issue rather than a documented attacker workflow.
Researcher notes
The source bundle lacks CVSS, CWE, and exploitability analysis. Analysis should stay close to the kernel commit rationale: invalid-context warning in MIPS cevt-r4k timer IRQ handling, fixed across stable branches and referenced by Debian LTS.
Mitigation direction
Identify MIPS Linux systems and appliances in asset inventory.
Apply kernel updates containing the referenced stable fixes.
For Debian LTS systems, review the Debian advisory and update packages.
Use vendor or distribution guidance for backported kernel versions.
Prioritize production MIPS platforms where kernel warnings affect availability.
Validation and detection
Confirm each system architecture is MIPS before scoping impact.
Record running kernel versions and distribution package revisions.
Check vendor changelogs for CVE-2024-46832 or referenced stable commits.
After updating, reboot and monitor kernel logs for the reported warning.
Validate normal timer, CPU startup, and workload behavior after patching.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-46832 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.