ghsa-x952-wmpf-82wc
Vulnerability from github
Published
2025-09-07 18:31
Modified
2025-09-07 18:31
VLAI Severity ?
Details
In the Linux kernel, the following vulnerability has been resolved:
mm: swap: fix potential buffer overflow in setup_clusters()
In setup_swap_map(), we only ensure badpages are in range (0, last_page]. As maxpages might be < last_page, setup_clusters() will encounter a buffer overflow when a badpage is >= maxpages.
Only call inc_cluster_info_page() for badpage which is < maxpages to fix the issue.
{ "affected": [], "aliases": [ "CVE-2025-39727" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-09-07T16:15:46Z", "severity": null }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm: swap: fix potential buffer overflow in setup_clusters()\n\nIn setup_swap_map(), we only ensure badpages are in range (0, last_page]. \nAs maxpages might be \u003c last_page, setup_clusters() will encounter a buffer\noverflow when a badpage is \u003e= maxpages.\n\nOnly call inc_cluster_info_page() for badpage which is \u003c maxpages to fix\nthe issue.", "id": "GHSA-x952-wmpf-82wc", "modified": "2025-09-07T18:31:26Z", "published": "2025-09-07T18:31:26Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39727" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/152c1339dc13ad46f1b136e8693de15980750835" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/815c528b13f2bb9b3130c13bedeabf2351a68129" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/91b370800b3f2b3dda244c0ab06719c4971190a5" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/9b01ada580ee84fb319e7ecb5fb5b1f54a9eb799" } ], "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.
- 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…