Bug 2334689 (CVE-2024-56705) - CVE-2024-56705 kernel: media: atomisp: Add check for rgby_data memory allocation failure
Summary: CVE-2024-56705 kernel: media: atomisp: Add check for rgby_data memory allocat...
Keywords:
Status: NEW
Alias: CVE-2024-56705
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-12-28 10:02 UTC by OSIDB Bzimport
Modified: 2024-12-29 06:05 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-12-28 10:02:46 UTC
In the Linux kernel, the following vulnerability has been resolved:

media: atomisp: Add check for rgby_data memory allocation failure

In ia_css_3a_statistics_allocate(), there is no check on the allocation
result of the rgby_data memory. If rgby_data is not successfully
allocated, it may trigger the assert(host_stats->rgby_data) assertion in
ia_css_s3a_hmem_decode(). Adding a check to fix this potential issue.

Comment 1 Avinash Hanwate 2024-12-29 06:01:23 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2024122837-CVE-2024-56705-049b@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.