GHSA-57RG-9QX8-7V7G
Vulnerability from github – Published: 2026-08-15 06:32 – Updated: 2026-08-15 06:32
VLAI
Details
In the Linux kernel, the following vulnerability has been resolved:
net: lan743x: Initialize eth_syslock spinlock before use
lan743x_hardware_init() calls pci11x1x_strap_get_status() during the PCI11x1x probe sequence. That helper acquires the Ethernet subsystem hardware lock via lan743x_hs_syslock_acquire(), which relies on adapter->eth_syslock_spinlock to serialize access.
The spinlock is currently initialized only after the strap status is read. With CONFIG_DEBUG_SPINLOCK enabled, taking the zeroed initialized spinlock can trip the spinlock debug check.
Fix by initializing adapter->eth_syslock_spinlock before reading the strap status so the probe path never attempts to lock an uninitialized spinlock.
{
"affected": [],
"aliases": [
"CVE-2026-72037"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-08-15T06:21:12Z",
"severity": null
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: lan743x: Initialize eth_syslock spinlock before use\n\nlan743x_hardware_init() calls pci11x1x_strap_get_status() during the\nPCI11x1x probe sequence. That helper acquires the Ethernet subsystem\nhardware lock via lan743x_hs_syslock_acquire(), which relies on\nadapter-\u003eeth_syslock_spinlock to serialize access.\n\nThe spinlock is currently initialized only after the strap status is\nread. With CONFIG_DEBUG_SPINLOCK enabled, taking the zeroed initialized\nspinlock can trip the spinlock debug check.\n\nFix by initializing adapter-\u003eeth_syslock_spinlock before reading the\nstrap status so the probe path never attempts to lock an uninitialized\nspinlock.",
"id": "GHSA-57rg-9qx8-7v7g",
"modified": "2026-08-15T06:32:10Z",
"published": "2026-08-15T06:32:09Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72037"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/39139b1c1c2b614096519b526112c726adb12ff0"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/6523daa6852b1bfef32ec7a105b0217e8a115687"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/99a6f37b113c46815deb160c5012073563679ef4"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/b6a93a42e0e61f0ba0005a942ee3bffb16c0574e"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/b99e890e6b32ffa11c145a16fefcf2c7137a9578"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/dfaefd9a7808736fcd2ed0de108f55c4badc15cc"
}
],
"schema_version": "1.4.0",
"severity": []
}
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…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Loading…
Loading…