ghsa-vpwm-38qh-r5h8
Vulnerability from github
Published
2025-10-01 12:30
Modified
2025-10-01 12:30
VLAI Severity ?
Details
In the Linux kernel, the following vulnerability has been resolved:
ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()
dev_set_name() in soundbus_add_one() allocates memory for name, it need be freed when of_device_register() fails, call soundbus_dev_put() to give up the reference that hold in device_initialize(), so that it can be freed in kobject_cleanup() when the refcount hit to 0. And other resources are also freed in i2sbus_release_dev(), so it can return 0 directly.
{ "affected": [], "aliases": [ "CVE-2022-50431" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-10-01T12:15:34Z", "severity": null }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev()\n\ndev_set_name() in soundbus_add_one() allocates memory for name, it need be\nfreed when of_device_register() fails, call soundbus_dev_put() to give up\nthe reference that hold in device_initialize(), so that it can be freed in\nkobject_cleanup() when the refcount hit to 0. And other resources are also\nfreed in i2sbus_release_dev(), so it can return 0 directly.", "id": "GHSA-vpwm-38qh-r5h8", "modified": "2025-10-01T12:30:28Z", "published": "2025-10-01T12:30:28Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50431" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/027fee10e3a400cf6f3237374a1248da1082807b" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/4a4c8482e370d697738a78dcd7bf2780832cb712" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/5bdea674534153110b90d70b02f2fbaf48b2c0eb" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/802532a50acf501fdafe38a84ca2aa886d68af68" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/c7524279c8ddc7dbf3463bec70e0289097959944" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/ce6fd1c382a38b75557db85a2fe99d285540a03d" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/e81d7826b8f40430a1ea1b330e24d9a9eb4512c4" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/fd410d24665e4efb3c1796797181265efe553e9c" } ], "schema_version": "1.4.0", "severity": [] }
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…