DEBIAN-CVE-2024-49872

Source
https://security-tracker.debian.org/tracker/DEBIAN-CVE-2024-49872
Import Source
https://storage.googleapis.com/osv-test-debian-osv/debian-cve-osv/DEBIAN-CVE-2024-49872.json
JSON Data
https://api.test.osv.dev/v1/vulns/DEBIAN-CVE-2024-49872
Upstream
Published
2024-10-21T18:15:08Z
Modified
2025-09-17T14:02:15Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved: mm/gup: fix memfdpinfolios alloc race panic If memfdpinfolios tries to create a hugetlb page, but someone else already did, then folio gets the value -EEXIST here: folio = memfdallocfolio(memfd, startidx); if (ISERR(folio)) { ret = PTRERR(folio); if (ret != -EEXIST) goto err; then on the next trip through the "while startidx" loop we panic here: if (folio) { folio_put(folio); To fix, set the folio to NULL on error.

References

Affected packages

Debian:13 / linux

Package

Name
linux
Purl
pkg:deb/debian/linux?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.11.4-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}

Debian:14 / linux

Package

Name
linux
Purl
pkg:deb/debian/linux?arch=source

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.11.4-1

Ecosystem specific

{
    "urgency": "not yet assigned"
}