LiveActive security incident?Get immediate response
CVE Record

CVE-2025-37879: 9p/net: fix improper handling of bogus negative read/write replies

In the Linux kernel, the following vulnerability has been resolved: 9p/net: fix improper handling of bogus negative read/write replies In p9_client_write() and p9_client_read_once(), if the server incorrectly replies with success but a negative write/read count then we would consider written (negative) <= rsize (positive) because both variables were signed. Make variables unsigned to avoid this problem. The reproducer linked below now fails with the following error instead of a null pointer deref: 9pnet: bogus RWRITE count (4294967295 > 3)

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

A Linux 9p client can mishandle a server response that reports success with a negative byte count. The malformed reply may trigger a null-pointer dereference and crash the affected system. Risk is concentrated where Linux systems use 9p file sharing and connect to a faulty or hostile 9p server.

Executive priority

Treat patching as urgent for systems using 9p with remotely controlled or untrusted servers. Other Linux systems have lower immediate exposure because the vulnerable path depends on 9p use. Do not infer confirmed compromise from severity alone; no active exploitation is established in the supplied evidence.

Technical view

The affected p9_client_write() and p9_client_read_once() paths compared signed read or write counts with positive response sizes. A negative count could incorrectly pass validation, leading to unsafe processing and a null-pointer dereference. The kernel fix makes the relevant variables unsigned, causing the bogus count to be rejected.

Likely exposure

Exposure requires use of the Linux 9p client and receipt of a crafted or erroneous reply from a 9p server. The supplied affected-version list is ambiguous and should not be interpreted as a complete version range. Confirm exposure through kernel commit ancestry and distribution advisories.

Exploitation context

The supplied CVSS is 9.8 and describes network-reachable exploitation without privileges or user interaction. However, the public description demonstrates a null-pointer dereference, not confidentiality or integrity impact. CISA KEV status is false, and the supplied sources provide no evidence of active exploitation. A reproducer is mentioned only as validation evidence.

Researcher notes

The key condition is a nominally successful RREAD or RWRITE carrying a negative count. Signed comparison allowed that value to appear within a positive response size. After conversion to unsigned, -1 becomes 4294967295 and fails validation. Evidence directly supports crash potential; broader confidentiality and integrity consequences remain unsubstantiated by the supplied sources.

Mitigation direction

  • Install a vendor-supported kernel update containing the applicable cited stable fix.
  • Consult the Linux distribution advisory to map the fix to packaged kernel versions.
  • Prioritize systems that mount or communicate with untrusted 9p servers.
  • Until updated, reduce unnecessary 9p server connectivity where operationally feasible.

Validation and detection

  • Inventory systems using the Linux 9p client or mounted 9p filesystems.
  • Compare running kernel builds with vendor advisories and cited stable commits.
  • Confirm the installed kernel package includes the signed-count handling fix.
  • Review kernel logs for 9p errors, crashes, or null-pointer dereferences.
  • Verify patched systems reject bogus negative counts without crashing.
Prepared
Confidence
medium
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2025-37879 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
7Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Linux

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2025-37879Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux070b3656cf228eaaef7b28b59264c5c7cdbdd0fb, 070b3656cf228eaaef7b28b59264c5c7cdbdd0fb, 070b3656cf228eaaef7b28b59264c5c7cdbdd0fb, 070b3656cf228eaaef7b28b59264c5c7cdbdd0fb, 070b3656cf228eaaef7b28b59264c5c7cdbdd0fbunaffected
LinuxLinux4.1, 0, 6.1.136, 6.6.89, 6.12.26, 6.14.5, 6.15affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.