CVE-2026-43256
Awaiting Analysis Awaiting Analysis - Queue
Out-of-Bounds Access in Linux Kernel Qualcomm CAMSS VFE

Publication date: 2026-05-06

Last updated on: 2026-05-06

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: media: qcom: camss: vfe: Fix out-of-bounds access in vfe_isr_reg_update() vfe_isr() iterates using MSM_VFE_IMAGE_MASTERS_NUM(7) as the loop bound and passes the index to vfe_isr_reg_update(). However, vfe->line[] array is defined with VFE_LINE_NUM_MAX(4): struct vfe_line line[VFE_LINE_NUM_MAX]; When index is 4, 5, 6, the access to vfe->line[line_id] exceeds the array bounds and resulting in out-of-bounds memory access. Fix this by using separate loops for output lines and write masters.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-05-06
Generated
2026-05-07
AI Q&A
2026-05-06
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's media component for Qualcomm cameras (qcom: camss: vfe). The issue is an out-of-bounds memory access in the function vfe_isr_reg_update(). Specifically, the function vfe_isr() loops using a bound of 7 (MSM_VFE_IMAGE_MASTERS_NUM), but accesses an array vfe->line[] that only has 4 elements (VFE_LINE_NUM_MAX). When the index is 4, 5, or 6, the code accesses memory beyond the array's limits, causing an out-of-bounds access.

The fix involved separating the loops for output lines and write masters to prevent accessing beyond the array bounds.


How can this vulnerability impact me? :

An out-of-bounds memory access vulnerability can lead to undefined behavior in the affected system. This may include system crashes, data corruption, or potential exploitation by attackers to execute arbitrary code or escalate privileges.

Since this vulnerability occurs in the Linux kernel's camera subsystem, it could impact devices using Qualcomm camera hardware, potentially affecting system stability or security.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart