CVE-2025-37825
Last modified
CVE-2025-37825 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nvmet: fix out-of-bounds access in nvmet_enable_port When trying to enable a port that has no transport configured yet, nvmet_enable_port() uses NVMF_TRTYPE_MAX (255) to query the transports array, causing an out-of-bounds access: [ 106.058694] BUG: KASAN: global-out-of-bounds in nvmet_enable_port+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, NVMF_TRTYPE_MAX is the default state as configured by nvmet_ports_make(). Avoid this by checking for NVMF_TRTYPE_MAX before proceeding.. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: nvmet: fix out-of-bounds access in nvmet_enable_port When trying to enable a port that has no transport configured yet, nvmet_enable_port() uses NVMF_TRTYPE_MAX (255) to query the transports array, causing an out-of-bounds access: [ 106.058694] BUG: KASAN: global-out-of-bounds in nvmet_enable_port+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, NVMF_TRTYPE_MAX is the default state as configured by nvmet_ports_make(). Avoid this by checking for NVMF_TRTYPE_MAX before proceeding.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.14, < 6.14.5 | — |
| Linux | Linux Kernel | 6.15 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-37825?
How severe is CVE-2025-37825?
How do I fix CVE-2025-37825?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-3782The Cision Block plugin for WordPress is vulnerable to Store…6.4
- CVE-2025-37820In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37821In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37822In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37823In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37824In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37826In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37827In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37828In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37829In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3783A vulnerability classified as critical was found in SourceCo…9.8
- CVE-2025-37830In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-37825?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
