GHSA-X77X-7MMH-CXV3
Vulnerability from github – Published: 2025-10-22 17:08 – Updated: 2025-10-22 17:08
VLAI?
Summary
ncurses exposes uninitialized memory in string reading functions
Details
Multiple string reading functions expose uninitialized memory by setting length to capacity when no null terminator is found.
This allows reading uninitialized memory which may contain sensitive data from previous allocations.
The ncurses-rs repository is archived and unmaintained.
Severity ?
{
"affected": [
{
"package": {
"ecosystem": "crates.io",
"name": "ncurses"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"last_affected": "6.0.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [],
"database_specific": {
"cwe_ids": [
"CWE-125"
],
"github_reviewed": true,
"github_reviewed_at": "2025-10-22T17:08:50Z",
"nvd_published_at": null,
"severity": "MODERATE"
},
"details": "Multiple string reading functions expose uninitialized memory by setting length to capacity when no null terminator is found.\n\nThis allows reading uninitialized memory which may contain sensitive data from previous allocations.\n\nThe ncurses-rs repository is archived and unmaintained.",
"id": "GHSA-x77x-7mmh-cxv3",
"modified": "2025-10-22T17:08:50Z",
"published": "2025-10-22T17:08:50Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/RustSec/advisory-db/pull/2427"
},
{
"type": "PACKAGE",
"url": "https://github.com/jeaye/ncurses-rs"
},
{
"type": "WEB",
"url": "https://rustsec.org/advisories/RUSTSEC-2025-0108.html"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P",
"type": "CVSS_V4"
}
],
"summary": "ncurses exposes uninitialized memory in string reading functions"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…