VYPR
Unrated severityNVD Advisory· Published Dec 24, 2025· Updated Apr 15, 2026

CVE-2022-50741

CVE-2022-50741

Description

In the Linux kernel, the following vulnerability has been resolved:

media: imx-jpeg: Disable useless interrupt to avoid kernel panic

There is a hardware bug that the interrupt STMBUF_HALF may be triggered after or when disable interrupt. It may led to unexpected kernel panic. And interrupt STMBUF_HALF and STMBUF_RTND have no other effect. So disable them and the unused interrupts.

meanwhile clear the interrupt status when disable interrupt.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

In the Linux kernel's imx-jpeg driver, a hardware bug causes a spurious interrupt that can lead to kernel panic; the fix disables these useless interrupts.

Vulnerability

The Linux kernel's imx-jpeg driver contains a hardware bug where the interrupt STMBUF_HALF may be triggered after or during the disabling of interrupts. This spurious interrupt can cause an unexpected kernel panic, leading to a denial of service.

Exploitation

No special attack vector is required; the bug manifests during normal operation of the JPEG hardware encoder/decoder. The vulnerability is triggered when the driver disables interrupts, and a residual STMBUF_HALF interrupt fires, corrupting kernel state. No authentication or specific privileges are needed beyond access to the hardware, making it a local denial-of-service issue.

Impact

A successful trigger of this bug results in a kernel panic, crashing the system. The interrupts STMBUF_HALF and STMBUF_RTND are reported to have no other functional effect, so disabling them does not impact device operation.

Mitigation

The fix disables the STMBUF_HALF and STMBUF_RTND interrupts and clears any pending interrupt status during disable. The patch has been applied to stable kernel branches [1][2]. Users should update their kernels to the latest stable release.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

4

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

4

News mentions

0

No linked articles in our index yet.