Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Malicious content can be delivered remotely (AV:N) but requires the victim to open it (UI:R); no auth needed (PR:N) and command injection yields full user-context compromise (C/I/A:H).
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
5DescriptionCVE.org
Improper neutralization of special elements used in an OS command ('OS command injection') vulnerability in TUBITAK BILGEM Software Technologies Research Institute Pardus OS My Computer allows OS Command Injection.
This issue affects Pardus OS My Computer: from <=0.7.5 before 0.8.0.
AnalysisAI
OS command injection in Pardus OS "My Computer" (versions up to and including 0.7.5, fixed in 0.8.0) lets an attacker execute arbitrary operating-system commands when a victim interacts with attacker-controlled input, inheriting the privileges of the file-manager process. Reported by Turkey's national CERT (TR-CERT) with a vendor patch available; there is no public exploit identified at time of analysis and EPSS exploitation probability is low (0.10%).
Technical ContextAI
Pardus is a Debian-based Linux distribution developed by TÜBİTAK BİLGEM, and "My Computer" is its bundled file-manager/system component (CPE cpe:2.3:a:tubitak_bilgem_software_technologies_research_institute:pardus_os_my_computer). The flaw is CWE-78 (improper neutralization of special elements used in an OS command), meaning user- or file-supplied data is passed into a shell/command interpreter without sanitizing metacharacters (e.g., ; | & $() backticks), so injected elements are executed as additional OS commands. Root cause is typically a component invoking a shell to act on filenames, paths, mount points, or device/URI handlers rather than using argument-safe process execution.
RemediationAI
Vendor-released patch: upgrade Pardus OS My Computer to version 0.8.0 or later, which addresses the command injection; all builds up to and including 0.7.5 are affected. Apply via the Pardus package repositories/system updates and consult the TR-CERT advisory at https://www.usom.gov.tr/bildirim/tr-26-0131 (mirror: https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0131). Until 0.8.0 can be deployed, reduce exposure by not opening untrusted files, archives, network shares, or links through the My Computer component and by restricting which untrusted file types reach it; because the trigger is user interaction, security-awareness guidance to avoid untrusted content is a meaningful interim control, though it does not eliminate the underlying flaw and should not be treated as a substitute for the patch.
Same weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26249