Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Local command injection needing a low-privileged account (AV:L, PR:L, AC:L) into a privileged update process yields full C/I/A compromise with no user interaction.
Primary rating from Vendor (TR-CERT).
CVSS VectorVendor: TR-CERT
Lifecycle Timeline
3DescriptionCVE.org
Improper neutralization of special elements used in an OS command ('OS command injection') vulnerability in TUBITAK BILGEM Software Technologies Research Institute pardus-update allows OS Command Injection.
This issue affects pardus-update: from 0.6.6 before 0.7.0.
AnalysisAI
Local privilege-relevant OS command injection in pardus-update (the update manager component of the Turkish national Debian-based distribution Pardus) affects versions 0.6.6 up to but not including 0.7.0, allowing an authenticated local user to inject and execute arbitrary operating system commands via improperly neutralized special characters. Because update tooling typically runs with elevated privileges, successful exploitation can yield full confidentiality, integrity, and availability compromise of the host. Reported by Turkey's national CSIRT (TR-CERT); there is no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
The affected component, pardus-update, is the software update/package management front-end distributed with Pardus, a Debian-derived Linux distribution developed by TÜBİTAK BİLGEM (the informatics and information security research institute of Turkey's national research council). The root cause is CWE-78 (improper neutralization of special elements used in an OS command), meaning user- or context-controlled input is passed into a shell or command interpreter without adequate sanitization or argument separation. The single CPE (cpe:2.3:a:tubitak_bilgem_software_technologies_research_institute:pardus-update) confirms the flaw is in the application layer of this specific update utility rather than an underlying library. Update managers commonly shell out to package tooling (apt/dpkg) and often execute with root or elevated privileges, which is why an injection here maps to high impact across all three security properties.
RemediationAI
Upgrade pardus-update to version 0.7.0 or later, which is the fixed release (the affected range is 0.6.6 before 0.7.0); apply it through the Pardus repositories via the system package manager. Refer to the TR-CERT advisory at https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0609 for vendor guidance. Until the update is applied, restrict local access to trusted administrators only and, on multi-user systems, limit or revoke the ability of unprivileged accounts to invoke pardus-update or supply update parameters/inputs it consumes; the trade-off is that legitimate self-service updating by standard users will be blocked. Avoid running the vulnerable version with elevated privileges in shared environments where untrusted local users have shell access.
Same weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-47933
GHSA-48px-72pc-9gfw