CVE-2026-46529

NameCVE-2026-46529
DescriptionAtril Document Viewer is the default document reader of the MATE desktop environment for Linux. A single-click remote code execution vulnerability in versions prior to 1.26.3 and 1.28.4 allows an attacker to achieve arbitrary code execution as the user by tricking them into clicking a link inside a malicious PDF document. The PDF can be packaged as a polyglot file that is simultaneously a valid PDF and a valid ELF shared library, making the attack a single-file, single-click, configuration-independent RCE on stock atril installations. The root cause is `shell/ev-application.c:ev_spawn`, which builds a command line from attacker-controlled PDF link-destination fields without applying `g_shell_quote`. The cmdline is then handed to `g_app_info_create_from_commandline`, which shell-parses it back into argv — splitting any embedded `--gtk-module=PATH` into a separate argv element. GTK then `dlopen()`s the path during init, running any `__attribute__((constructor))` it finds. Versions 1.26.3 and 1.28.4 contain a patch for the issue. This is the same defect class as CVE-2023-51698 (CBT `--checkpoint-action` injection in `comics-document.c`, fixed in 1.6.2) but in a different code path (`shell/ev-application.c`) that the original patch did not touch.
SourceCVE (at NVD; CERT, ENISA, LWN, oss-sec, fulldisc, Debian ELTS, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more)
ReferencesDLA-4596-1, DLA-4597-1, DSA-6286-1
Debian Bugs958981, 1139874

Vulnerable and fixed packages

The table below lists information on source packages.

Source PackageReleaseVersionStatus
atril (PTS)bullseye1.24.0-1+deb11u1vulnerable
bullseye (security)1.24.0-1+deb11u2fixed
bookworm, bookworm (security)1.26.0-2+deb12u3vulnerable
trixie1.26.2-4vulnerable
forky, sid1.28.4-1fixed
evince (PTS)bullseye3.38.2-1vulnerable
bullseye (security)3.38.2-1+deb11u1fixed
bookworm43.1-2vulnerable
bookworm (security)43.1-2+deb12u1fixed
trixie48.1-3vulnerable
trixie (security)48.1-3+deb13u1fixed
forky, sid49~alpha.1-1fixed
evince-gtk3 (PTS)forky, sid48.4+dfsg-1fixed
papers (PTS)trixie48.3-1vulnerable
forky49.3-2vulnerable
sid49.3-3fixed

The information below is based on the following data on fixed versions.

PackageTypeReleaseFixed VersionUrgencyOriginDebian Bugs
atrilsourcebullseye1.24.0-1+deb11u2DLA-4597-1
atrilsource(unstable)1.28.4-11139874
evincesourcebullseye3.38.2-1+deb11u1DLA-4596-1
evincesourcebookworm43.1-2+deb12u1DSA-6286-1
evincesourcetrixie48.1-3+deb13u1DSA-6286-1
evincesource(unstable)49~alpha-3
evince-gtk3source(unstable)48.4+dfsg-1unimportant
paperssource(unstable)49.3-3
xreaderITP958981

Notes

[trixie] - papers <no-dsa> (Minor issue; GTK4 does not allow loading GTK plugins via CLI)
https://github.com/mate-desktop/atril/security/advisories/GHSA-vgv2-m826-8f6f
https://gitlab.gnome.org/GNOME/evince/-/work_items/2153
https://www.openwall.com/lists/oss-security/2026/05/19/34
https://www.openwall.com/lists/oss-security/2026/05/21/7
Fixed by: https://gitlab.gnome.org/GNOME/evince/-/commit/970c219e861a5fcc3e7b9e05bedf18cf0de39245 (48.2)
Fixed by: https://github.com/mate-desktop/atril/commit/b989b7922a454ed81f8bb14786a958828513f576 (1.28.4)
Fixed by: https://gitlab.gnome.org/GNOME/papers/-/commit/1b82bf627b4d8b414a57b55a9095e6d361799d6c
No security impact in evince-gtk3 since affected code not built in binary package.

Search for package or bug name: Reporting problems