connect-tunnel

MEDIUM
maintainer dcordonu 5 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a prebuilt binary from an official but non-whitelisted vendor host, which is a supply-chain risk if the source were swapped; it also installs a setuid binary (AvConnect), which is a potential privilege escalation vector if compromised.

Triggered rules

Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:14 "https://software.sonicwall.com/CT-NX-VPNClients/CT-$(sed 's/[0-9]$/.&/' <<<"${pkgver%.*}")/ConnectTunnel_Linux64-${pkgver}.tar"
  • PKGBUILD:15 "https://www.sonicwall.com/legal/general-product-agreement"
Medium Privileged / out-of-pacman install (sudoers, setuid, or self-update) privileged_install

The package grants elevated privileges or installs an update path outside pacman: a /etc/sudoers.d rule (often passwordless), a setuid/setgid binary, or a self-update script/service that can fetch and run future code with no checksum verification. The initial install may be verified, but the ongoing privilege + update surface is a real supply-chain / privilege-escalation risk.

  • PKGBUILD:35 chmod 4755 "${pkgdir}"/usr/local/Aventail/AvConnect
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 85%): The package downloads a prebuilt binary from an official but non-whitelisted vendor host, which is a supply-chain risk if the source were swapped; it also installs a setuid binary (AvConnect), which is a potential privilege escalation vector if compromised.

PKGBUILD

3 offending line(s) highlighted
1# Maintainer: dcordonu
2# Maintainer: Christian Kohlstedde <christian+archlinux@kohlsted.de>
3
4pkgname=connect-tunnel
5pkgver=12.50.00247
6pkgrel=1
7pkgdesc="SonicWALL Connect Tunnel VPN Client"
8arch=('x86_64')
9url="https://www.sonicwall.com/products/remote-access/vpn-clients/"
10depends=('java-runtime' 'perl')
11makedepends=('tar' 'gendesk')
12license=('custom')
13source=(
14 "https://software.sonicwall.com/CT-NX-VPNClients/CT-$(sed 's/[0-9]$/.&/' <<<"${pkgver%.*}")/ConnectTunnel_Linux64-${pkgver}.tar"
15 "https://www.sonicwall.com/legal/general-product-agreement"
16)
17md5sums=('c7d3aa2f0cfe725bb2d28eeef434ca8c'
18 'SKIP')
19
20prepare() {
21 tar -xf ConnectTunnel-Linux64-${pkgver}.tar.bz2
22 gendesk -n -f --pkgname ${pkgname} --pkgdesc "${pkgdesc}" --name "Connect Tunnel" --exec startctui
23
24 cd usr/local/Aventail
25 rm certs.tar.bz2
26 rm uninstall.sh
27}
28
29package() {
30 install -dm 0755 "${pkgdir}"/usr/local
31 cp -r usr/local/Aventail "${pkgdir}"/usr/local
32
33 chmod 0755 "${pkgdir}"/usr/local/Aventail/startct.sh
34 chmod 0755 "${pkgdir}"/usr/local/Aventail/startctui.sh
35 chmod 4755 "${pkgdir}"/usr/local/Aventail/AvConnect
36
37 install -Dm 0644 version "${pkgdir}"/usr/local/Aventail/version
38
39 install -dm 0755 "${pkgdir}"/usr/bin
40 ln -s /usr/local/Aventail/startct.sh "${pkgdir}"/usr/bin/startct
41 ln -s /usr/local/Aventail/startctui.sh "${pkgdir}"/usr/bin/startctui
42 ln -s /etc/ca-certificates/extracted/tls-ca-bundle.pem "${pkgdir}"/usr/local/Aventail/cert.pem
43
44 install -Dm 0644 general-product-agreement "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
45
46 install -Dm 0644 usr/local/Aventail/ui/logo.png "${pkgdir}"/usr/share/pixmaps/connect-tunnel.png
47 install -Dm 0644 ${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop
48}
49

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Medium 3
2026-09-16 00:03:17 Medium 3
2026-09-15 00:25:31 Medium 3
2026-09-14 00:27:57 Medium 3
2026-09-13 00:19:54 Medium 3
2026-09-12 00:25:17 Medium 3
2026-09-11 00:19:22 Medium 3
2026-09-10 00:22:44 Medium 3
2026-09-09 00:04:09 Medium 3
2026-09-08 00:18:08 Medium 3
2026-09-07 00:30:15 Medium 3
2026-09-06 00:17:06 Medium 3
2026-09-05 00:16:27 Medium 3
2026-09-04 00:03:13 Medium 3
2026-09-03 00:15:47 Medium 3
2026-09-02 00:02:31 Medium 3
2026-09-01 00:11:19 Medium 3
2026-08-31 00:19:57 Medium 3
2026-08-30 00:04:14 Medium 3
2026-08-29 00:29:17 Medium 3

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion