ghsa-8f93-j3fx-72f3
Vulnerability from github
Published
2025-08-20 15:31
Modified
2025-08-29 20:38
Severity ?
Summary
CRI-O has Potential High Memory Consumption from File Read
Details
There's a vulnerability in the CRI-O application where when container is launched with securityContext.runAsUser specifying a non-existent user, CRI-O attempts to create the user, reading the container's entire /etc/passwd file into memory. If this file is excessively large, it can cause the a high memory consumption leading applications to be killed due to out-of-memory. As a result a denial-of-service can be achieved, possibly disrupting other pods and services running in the same host.
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/cri-o/cri-o" }, "ranges": [ { "events": [ { "introduced": "0" }, { "last_affected": "1.33.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-4437" ], "database_specific": { "cwe_ids": [ "CWE-770" ], "github_reviewed": true, "github_reviewed_at": "2025-08-20T19:10:29Z", "nvd_published_at": "2025-08-20T13:15:28Z", "severity": "MODERATE" }, "details": "There\u0027s a vulnerability in the CRI-O application where when container is launched with securityContext.runAsUser specifying a non-existent user, CRI-O attempts to create the user, reading the container\u0027s entire /etc/passwd file into memory. If this file is excessively large, it can cause the a high memory consumption leading applications to be killed due to out-of-memory. As a result a denial-of-service can be achieved, possibly disrupting other pods and services running in the same host.", "id": "GHSA-8f93-j3fx-72f3", "modified": "2025-08-29T20:38:22Z", "published": "2025-08-20T15:31:41Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4437" }, { "type": "WEB", "url": "https://access.redhat.com/security/cve/CVE-2025-4437" }, { "type": "WEB", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2375084" }, { "type": "PACKAGE", "url": "https://github.com/cri-o/cri-o" }, { "type": "WEB", "url": "https://pkg.go.dev/vuln/GO-2025-3897" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H", "type": "CVSS_V3" } ], "summary": "CRI-O has Potential High Memory Consumption from File Read" }
Loading...
Loading...
- 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.