Bug 2373328 (CVE-2025-38082) - CVE-2025-38082 kernel: gpio: virtuser: fix potential out-of-bound write
Summary: CVE-2025-38082 kernel: gpio: virtuser: fix potential out-of-bound write
Keywords:
Status: NEW
Alias: CVE-2025-38082
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-06-18 10:01 UTC by OSIDB Bzimport
Modified: 2025-06-21 04:42 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:01:49 UTC
In the Linux kernel, the following vulnerability has been resolved:

gpio: virtuser: fix potential out-of-bound write

If the caller wrote more characters, count is truncated to the max
available space in "simple_write_to_buffer". Check that the input
size does not exceed the buffer size. Write a zero termination
afterwards.

Comment 1 Avinash Hanwate 2025-06-21 04:34:20 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025061845-CVE-2025-38082-7ec8@gregkh/T


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