GHSA-H5F4-6RM7-58WM
Vulnerability from github – Published: 2026-05-08 15:31 – Updated: 2026-05-26 15:32
VLAI
Details
In the Linux kernel, the following vulnerability has been resolved:
nfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().
nfsd_nl_listener_set_doit() uses get_current_cred() without put_cred().
As we can see from other callers, svc_xprt_create_from_sa() does not require the extra refcount.
nfsd_nl_listener_set_doit() is always in the process context, sendmsg(), and current->cred does not go away.
Let's use current_cred() in nfsd_nl_listener_set_doit().
Severity
5.5 (Medium)
{
"affected": [],
"aliases": [
"CVE-2026-43394"
],
"database_specific": {
"cwe_ids": [
"CWE-401"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-05-08T15:16:50Z",
"severity": "MODERATE"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: Fix cred ref leak in nfsd_nl_listener_set_doit().\n\nnfsd_nl_listener_set_doit() uses get_current_cred() without\nput_cred().\n\nAs we can see from other callers, svc_xprt_create_from_sa()\ndoes not require the extra refcount.\n\nnfsd_nl_listener_set_doit() is always in the process context,\nsendmsg(), and current-\u003ecred does not go away.\n\nLet\u0027s use current_cred() in nfsd_nl_listener_set_doit().",
"id": "GHSA-h5f4-6rm7-58wm",
"modified": "2026-05-26T15:32:08Z",
"published": "2026-05-08T15:31:27Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43394"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/019debe5851d7355bea9ff0248cc317878924d8f"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/02e87ec0bc706cb93fa47b43d18c4d10102c7d54"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/92978c83bb4eef55d02a6c990c01c423131eefa7"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/cba413765376bb466035c9160fa3130402971e2c"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…