Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Symlink planting needs local access (AV:L) and a low-priv account (PR:L); the follow requires a race/timing and victim action so AC:H and UI:R, with full local file impact.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
3DescriptionCVE.org
Improper link resolution before file access ('link following') vulnerability in TUBITAK BILGEM Software Technologies Research Institute Pardus About allows Symlink Attack.
This issue affects Pardus About: before v1.2.1.
AnalysisAI
Local file tampering via symlink following in Pardus About (the 'About this system' utility of the TÜBİTAK BİLGEM Pardus Linux distribution) before v1.2.1 lets an attacker abuse improper link resolution (CWE-59) so that a privileged file operation is redirected to an attacker-chosen path. Reported by TR-CERT with SSVC technical impact rated 'total' and CVSS 8.8, though there is no public exploit identified at time of analysis and EPSS is very low (0.05%, 14th percentile). Note a signal conflict: the published vector is network (AV:N) yet a symlink attack in a local desktop utility strongly implies local access, which should be verified with the vendor.
Technical ContextAI
Pardus About is the system-information ('About') application shipped with Pardus, a Debian-based Linux distribution developed by TÜBİTAK BİLGEM Software Technologies Research Institute for Turkish public-sector use (CPE cpe:2.3:a:tubitak_bilgem_software_technologies_research_institute:pardus_about). The root cause is CWE-59, Improper Link Resolution Before File Access ('link following'): the application accesses a file by path without verifying that the path (or an intermediate directory component) is not an attacker-controlled symbolic link. If the operation runs with elevated privileges or targets a shared/predictable location, an attacker can pre-place a symlink so the read or write is silently redirected to a sensitive target file, defeating the intended access boundary.
RemediationAI
Vendor-released patch: v1.2.1 - upgrade Pardus About to v1.2.1 or later via the standard Pardus/APT package channels, which is the primary and authoritative fix. 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) and https://vuldb.com/vuln/360159 for vendor details. Where immediate patching is not possible, apply compensating controls specific to symlink abuse: restrict write permissions on any directory the application reads from or writes to so untrusted local users cannot pre-place symlinks (trade-off: may break workflows that rely on shared temp/config paths), ensure the application is not run with unnecessary elevated privileges, and enable the kernel's protected-symlinks hardening (fs.protected_symlinks=1, and fs.protected_hardlinks=1) which blocks the classic sticky-directory symlink-follow pattern with minimal side effects on normal desktop use.
More in Pardus About
View allSame weakness CWE-59 – Improper Link Resolution Before File Access
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26236