Bug 2383443 (CVE-2025-38381) - CVE-2025-38381 kernel: Input: cs40l50-vibra - fix potential NULL dereference in cs40l50_upload_owt()
Summary: CVE-2025-38381 kernel: Input: cs40l50-vibra - fix potential NULL dereference ...
Keywords:
Status: NEW
Alias: CVE-2025-38381
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-07-25 14:05 UTC by OSIDB Bzimport
Modified: 2025-07-25 18:17 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-07-25 14:05:01 UTC
In the Linux kernel, the following vulnerability has been resolved:

Input: cs40l50-vibra - fix potential NULL dereference in cs40l50_upload_owt()

The cs40l50_upload_owt() function allocates memory via kmalloc()
without checking for allocation failure, which could lead to a
NULL pointer dereference.

Return -ENOMEM in case allocation fails.


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