Bug 2373384 (CVE-2025-38077) - CVE-2025-38077 kernel: platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store()
Summary: CVE-2025-38077 kernel: platform/x86: dell-wmi-sysman: Avoid buffer overflow i...
Keywords:
Status: NEW
Alias: CVE-2025-38077
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-06-18 10:04 UTC by OSIDB Bzimport
Modified: 2025-06-20 15:18 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-06-18 10:04:49 UTC
In the Linux kernel, the following vulnerability has been resolved:

platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store()

If the 'buf' array received from the user contains an empty string, the
'length' variable will be zero. Accessing the 'buf' array element with
index 'length - 1' will result in a buffer overflow.

Add a check for an empty string.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Comment 1 Avinash Hanwate 2025-06-20 15:09:59 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025061840-CVE-2025-38077-f53e@gregkh/T


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