CVE-2026-68179

Source
https://cve.org/CVERecord?id=CVE-2026-68179
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68179.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68179
Downstream
Published
2026-08-10T11:59:50.667Z
Modified
2026-08-14T04:03:56.468562294Z
Severity
  • 8.4 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
misc: nsm: only unlock nsm_dev on post-lock error paths
Details

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

misc: nsm: only unlock nsm_dev on post-lock error paths

nsmdevioctl() jumps to the common out label even when the initial copyfromuser() fails before nsm->lock has been taken. The error path then blindly unlocks a mutex that was never acquired.

This issue was found by our static analysis tool and then manually reviewed against the current tree.

The grounded PoC kept the miscdevice ioctl entry and the pre-lock copyfromuser(&raw, argp, IOCSIZE(cmd)) failure path by issuing NSMIOCTLRAW with an invalid user pointer. That failure reaches the shared out label before mutex_lock(&nsm->lock). Lockdep reported:

WARNING: bad unlock balance detected! exploit/193 is trying to release lock (&globalnsm.lock) at: nsmdevioctl+0x5f/0xcf [vulnmsv] but there are no more locks to release! no locks held by exploit/193.

Return immediately on the pre-lock copyfromuser() failure and keep the common unlock label for the post-lock paths only.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68179.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b9873755a6c8ccfce79094c4dce9efa3ecb1a749
Fixed
4aa3f7d48e91eb74a363c1b4d7dbdd28f5b341fb
Fixed
8f068342096b027181b168d91fef7ac7a2c64b25
Fixed
f318f5a872cb9096536e759b23ae5c9873bb80ed
Fixed
ce1fed11d18e163baf7f875152a33bf80f625c1a

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68179.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.8.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68179.json"