fkie_cve-2025-9810
Vulnerability from fkie_nvd
Published
2025-09-01 19:15
Modified
2025-09-02 15:55
Severity ?
Summary
TOCTOU in linenoiseHistorySave in linenoise allows local attackers to overwrite arbitrary files and change permissions via a symlink race between fopen("w") on the history path and subsequent chmod() on the same path.
References
Impacted products
Vendor | Product | Version |
---|
{ "cveTags": [], "descriptions": [ { "lang": "en", "value": "TOCTOU \u00a0in linenoiseHistorySave\u00a0in linenoise\u00a0allows local attackers to overwrite arbitrary files and change permissions via a symlink race between fopen(\"w\")\u00a0on the history path and subsequent chmod()\u00a0on the same path." } ], "id": "CVE-2025-9810", "lastModified": "2025-09-02T15:55:25.420", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 6.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L", "version": "3.1" }, "exploitabilityScore": 2.5, "impactScore": 4.2, "source": "96148269-fe82-4198-b1bf-3a73ce8bc92e", "type": "Secondary" } ] }, "published": "2025-09-01T19:15:32.573", "references": [ { "source": "96148269-fe82-4198-b1bf-3a73ce8bc92e", "url": "https://github.com/antirez/linenoise/blob/master/linenoise.c#L1321" }, { "source": "96148269-fe82-4198-b1bf-3a73ce8bc92e", "url": "https://github.com/antirez/linenoise/pull/202" } ], "sourceIdentifier": "96148269-fe82-4198-b1bf-3a73ce8bc92e", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-367" } ], "source": "96148269-fe82-4198-b1bf-3a73ce8bc92e", "type": "Secondary" } ] }
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…