PatchSiren

PatchSiren cyber security CVE debrief

CVE-2025-68787 Linux CVE debrief

A memory leak vulnerability was found in the Linux kernel's netrom component. The vulnerability occurs in the nr_sendmsg() function, where a memory leak can occur when the sock_alloc_send_skb() function returns NULL. This can cause the system to run out of memory, leading to a denial of service. The vulnerability was reported by syzbot and fixed by freeing the skb before returning from the nr_sendmsg() function.

Vendor
Linux
Product
Unknown
CVSS
MEDIUM 5.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-14
Original CVE updated
2026-07-28
Advisory published
2026-07-14
Advisory updated
2026-07-28

Who should care

Linux kernel developers and users who rely on the netrom component should be aware of this vulnerability and take steps to mitigate it. This includes reviewing and applying patches, monitoring system memory usage, and implementing additional security measures.

Technical summary

The vulnerability is caused by a memory leak in the nr_sendmsg() function. When the sock_alloc_send_skb() function returns NULL, the original skb is not freed, leading to a memory leak. This can be fixed by freeing the skb before returning from the function. The fix ensures that the system memory is not exhausted due to the leak. Linux kernel developers and users who rely on the netrom component should review and apply patches, monitor system memory usage, and implement additional security measures to mitigate this vulnerability. Evidence from syzbot indicates that this fix prevents potential denial of service attacks by avoiding memory exhaustion.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the patch to fix the memory leak vulnerability
  • Monitor system memory usage to detect potential denial of service attacks
  • Consider implementing additional security measures to prevent exploitation
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up

Evidence notes

The vulnerability was reported by syzbot and fixed by freeing the skb before returning from the nr_sendmsg() function. The fix was applied to prevent memory leaks. Evidence limits suggest that further review may be necessary to ensure complete mitigation.

Sources and references

Verified primary and authoritative sources

  • CVE-2025-68787 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2025-68787

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2025-68787 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2025-68787

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/09efbf54eeaecebe882af603c9939a4b1bb9567e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/156a0f6341dce634a825db49ca20b48b1ae9bcc1

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/51f5fbc1681bdcffcc7d18bf3dfdb2b1278d3977

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/613d12dd794e078be8ff3cf6b62a6b9acf7f4619

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/73839497bbde5cd4fd02bbd9c8bc2640780ae65d

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8d1ccba4b171cd504ecfa47349cb9864fc9d687c

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/f77e538ac4e3adb1882d5bccb7bfdc111b5963d3

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.