CVE-2022-50624 (GCVE-0-2022-50624)
Vulnerability from cvelistv5
Published
2025-12-08 01:16
Modified
2025-12-08 01:16
Severity ?
VLAI Severity ?
EPSS score ?
Summary
In the Linux kernel, the following vulnerability has been resolved:
net: netsec: fix error handling in netsec_register_mdio()
If phy_device_register() fails, phy_device_free() need be called to
put refcount, so memory of phy device and device name can be freed
in callback function.
If get_phy_device() fails, mdiobus_unregister() need be called,
or it will cause warning in mdiobus_free() and kobject is leaked.
References
Impacted products
| Vendor | Product | Version | ||
|---|---|---|---|---|
| Linux | Linux |
Version: 533dd11a12f698c571a12271b20f235792d3e148 Version: 533dd11a12f698c571a12271b20f235792d3e148 Version: 533dd11a12f698c571a12271b20f235792d3e148 Version: 533dd11a12f698c571a12271b20f235792d3e148 Version: 533dd11a12f698c571a12271b20f235792d3e148 Version: 533dd11a12f698c571a12271b20f235792d3e148 |
||
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"drivers/net/ethernet/socionext/netsec.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "728884b22d83148a330b23f9472f1e118b589211",
"status": "affected",
"version": "533dd11a12f698c571a12271b20f235792d3e148",
"versionType": "git"
},
{
"lessThan": "fda2d07234a21be4d71ebfe97a45f499726902d6",
"status": "affected",
"version": "533dd11a12f698c571a12271b20f235792d3e148",
"versionType": "git"
},
{
"lessThan": "62f0a08e82a6312efd7df7f595c0b11d4ffde610",
"status": "affected",
"version": "533dd11a12f698c571a12271b20f235792d3e148",
"versionType": "git"
},
{
"lessThan": "1e0bee973ef6fc3c1e3acb014515eaea37c8fa17",
"status": "affected",
"version": "533dd11a12f698c571a12271b20f235792d3e148",
"versionType": "git"
},
{
"lessThan": "846e677daf51220d7975c61a20e440a88473951e",
"status": "affected",
"version": "533dd11a12f698c571a12271b20f235792d3e148",
"versionType": "git"
},
{
"lessThan": "94423589689124e8cd145b38a1034be7f25835b2",
"status": "affected",
"version": "533dd11a12f698c571a12271b20f235792d3e148",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"drivers/net/ethernet/socionext/netsec.c"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "4.16"
},
{
"lessThan": "4.16",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "4.19.*",
"status": "unaffected",
"version": "4.19.264",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.4.*",
"status": "unaffected",
"version": "5.4.223",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.10.*",
"status": "unaffected",
"version": "5.10.153",
"versionType": "semver"
},
{
"lessThanOrEqual": "5.15.*",
"status": "unaffected",
"version": "5.15.77",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.0.*",
"status": "unaffected",
"version": "6.0.7",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.1",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "4.19.264",
"versionStartIncluding": "4.16",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.4.223",
"versionStartIncluding": "4.16",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.10.153",
"versionStartIncluding": "4.16",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "5.15.77",
"versionStartIncluding": "4.16",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.0.7",
"versionStartIncluding": "4.16",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.1",
"versionStartIncluding": "4.16",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: netsec: fix error handling in netsec_register_mdio()\n\nIf phy_device_register() fails, phy_device_free() need be called to\nput refcount, so memory of phy device and device name can be freed\nin callback function.\n\nIf get_phy_device() fails, mdiobus_unregister() need be called,\nor it will cause warning in mdiobus_free() and kobject is leaked."
}
],
"providerMetadata": {
"dateUpdated": "2025-12-08T01:16:38.357Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/728884b22d83148a330b23f9472f1e118b589211"
},
{
"url": "https://git.kernel.org/stable/c/fda2d07234a21be4d71ebfe97a45f499726902d6"
},
{
"url": "https://git.kernel.org/stable/c/62f0a08e82a6312efd7df7f595c0b11d4ffde610"
},
{
"url": "https://git.kernel.org/stable/c/1e0bee973ef6fc3c1e3acb014515eaea37c8fa17"
},
{
"url": "https://git.kernel.org/stable/c/846e677daf51220d7975c61a20e440a88473951e"
},
{
"url": "https://git.kernel.org/stable/c/94423589689124e8cd145b38a1034be7f25835b2"
}
],
"title": "net: netsec: fix error handling in netsec_register_mdio()",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2022-50624",
"datePublished": "2025-12-08T01:16:38.357Z",
"dateReserved": "2025-12-08T01:14:55.190Z",
"dateUpdated": "2025-12-08T01:16:38.357Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2022-50624\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-12-08T02:15:48.377\",\"lastModified\":\"2025-12-08T18:26:19.900\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: netsec: fix error handling in netsec_register_mdio()\\n\\nIf phy_device_register() fails, phy_device_free() need be called to\\nput refcount, so memory of phy device and device name can be freed\\nin callback function.\\n\\nIf get_phy_device() fails, mdiobus_unregister() need be called,\\nor it will cause warning in mdiobus_free() and kobject is leaked.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1e0bee973ef6fc3c1e3acb014515eaea37c8fa17\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/62f0a08e82a6312efd7df7f595c0b11d4ffde610\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/728884b22d83148a330b23f9472f1e118b589211\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/846e677daf51220d7975c61a20e440a88473951e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/94423589689124e8cd145b38a1034be7f25835b2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fda2d07234a21be4d71ebfe97a45f499726902d6\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…