Bug 2350403 (CVE-2024-58082) - CVE-2024-58082 kernel: media: nuvoton: Fix an error check in npcm_video_ece_init()
Summary: CVE-2024-58082 kernel: media: nuvoton: Fix an error check in npcm_video_ece_i...
Keywords:
Status: NEW
Alias: CVE-2024-58082
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: 2025-03-06 17:02 UTC by OSIDB Bzimport
Modified: 2025-03-07 11:08 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-03-06 17:02:00 UTC
In the Linux kernel, the following vulnerability has been resolved:

media: nuvoton: Fix an error check in npcm_video_ece_init()

When function of_find_device_by_node() fails, it returns NULL instead of
an error code. So the corresponding error check logic should be modified
to check whether the return value is NULL and set the error code to be
returned as -ENODEV.

Comment 1 Avinash Hanwate 2025-03-07 05:49:53 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025030610-CVE-2024-58082-3925@gregkh/T

Comment 3 Avinash Hanwate 2025-03-07 11:04:42 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025030610-CVE-2024-58082-3925@gregkh/T


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