CVE-2025-37825

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-37825
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-37825.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-37825
Downstream
Published
2025-05-08T07:15:53Z
Modified
2025-07-29T11:23:02.524941Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

nvmet: fix out-of-bounds access in nvmetenableport

When trying to enable a port that has no transport configured yet, nvmetenableport() uses NVMFTRTYPEMAX (255) to query the transports array, causing an out-of-bounds access:

[ 106.058694] BUG: KASAN: global-out-of-bounds in nvmetenableport+0x42/0x1da [ 106.058719] Read of size 8 at addr ffffffff89dafa58 by task ln/632 [...] [ 106.076026] nvmet: transport type 255 not supported

Since commit 200adac75888, NVMFTRTYPEMAX is the default state as configured by nvmetportsmake(). Avoid this by checking for NVMFTRTYPEMAX before proceeding.

References

Affected packages

Debian:13 / linux

Package

Name
linux
Purl
pkg:deb/debian/linux?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

6.*

6.12.38-1
6.13~rc6-1~exp1
6.13~rc7-1~exp1
6.13.2-1~exp1
6.13.3-1~exp1
6.13.4-1~exp1
6.13.5-1~exp1
6.13.6-1~exp1
6.13.7-1~exp1
6.13.8-1~exp1
6.13.9-1~exp1
6.13.10-1~exp1
6.13.11-1~exp1
6.14.3-1~exp1
6.14.5-1~exp1
6.14.6-1~exp1
6.15~rc7-1~exp1
6.15-1~exp1
6.15.1-1~exp1
6.15.2-1~exp1
6.15.3-1~exp1
6.15.4-1~exp1
6.15.5-1~exp1
6.15.6-1~exp1
6.16~rc7-1~exp1

Ecosystem specific

{
    "urgency": "not yet assigned"
}