connect-tunnel

maintainer dcordonu · 5 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
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

Changes since previous scan

--- PKGBUILD @ 2026-06-19 19:07
+++ PKGBUILD @ 2026-08-03 00:08
@@ -2,7 +2,7 @@
# Maintainer: Christian Kohlstedde <christian+archlinux@kohlsted.de>
pkgname=connect-tunnel
-pkgver=12.50.00221
+pkgver=12.50.00247
pkgrel=1
pkgdesc="SonicWALL Connect Tunnel VPN Client"
arch=('x86_64')
@@ -14,7 +14,7 @@
"https://software.sonicwall.com/CT-NX-VPNClients/CT-$(sed 's/[0-9]$/.&/' <<<"${pkgver%.*}")/ConnectTunnel_Linux64-${pkgver}.tar"
"https://www.sonicwall.com/legal/general-product-agreement"
)
-md5sums=('70a87fdc32b910c064a94f9988b5d6f9'
+md5sums=('c7d3aa2f0cfe725bb2d28eeef434ca8c'
'SKIP')
prepare() {

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 3
2026-08-02 00:16:08 MEDIUM 3
2026-08-01 00:11:18 MEDIUM 3
2026-07-31 00:14:10 MEDIUM 3
2026-07-30 00:17:23 MEDIUM 3
2026-07-29 00:25:53 MEDIUM 3
2026-07-28 00:07:28 MEDIUM 3
2026-07-27 00:24:32 MEDIUM 3
2026-07-26 00:07:32 MEDIUM 3
2026-07-25 00:13:44 MEDIUM 3
2026-07-24 00:02:28 MEDIUM 3
2026-07-23 00:14:47 MEDIUM 3
2026-07-22 00:29:32 MEDIUM 3
2026-07-21 00:24:15 MEDIUM 3
2026-07-20 00:19:49 MEDIUM 3
2026-07-19 00:17:08 MEDIUM 3
2026-07-18 23:59:51 MEDIUM 3
2026-06-19 19:07:35 CLEAN 2
2026-06-18 16:11:54 MEDIUM 1

Report a package

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

0 / 4000
Your suggestion