- Description
- Kitty is a cross-platform GPU based terminal. In versions prior to 0.47.2, a local privilege escalation vulnerability exists in kitty's file transmission protocol where a child process running in the terminal can write to arbitrary files on the filesystem by exploiting a TOCTOU (Time-of-Check-Time-of-Use) race condition between symlink validation and file creation. The `os.open()` call used to create files does not use `O_NOFOLLOW`, allowing an attacker to create a symlink between the initial stat check and the actual file open, causing the write to follow the symlink to an arbitrary destination. Version 0.47.2 fixes the issue.
- Source
- security-advisories@github.com
- NVD status
- Analyzed
- Products
- kitty
CVSS 3.1
- Type
- Secondary
- Base score
- 5
- Impact score
- 4.2
- Exploitability score
- 0.8
- Vector string
- CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:L
- Severity
- MEDIUM
- security-advisories@github.com
- CWE-59
- Hype score
- Not currently trending
[
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:kovidgoyal:kitty:*:*:*:*:*:*:*:*",
"matchCriteriaId": "5667270C-3C0A-48E0-B817-5B753E6952AC",
"versionEndExcluding": "0.47.2",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
]