connect-tunnel
Triggered rules
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"
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
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# Maintainer: dcordonu
# Maintainer: Christian Kohlstedde <christian+archlinux@kohlsted.de>
pkgname=connect-tunnel
pkgver=12.50.00247
pkgrel=1
pkgdesc="SonicWALL Connect Tunnel VPN Client"
arch=('x86_64')
url="https://www.sonicwall.com/products/remote-access/vpn-clients/"
depends=('java-runtime' 'perl')
makedepends=('tar' 'gendesk')
license=('custom')
source=(
"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=('c7d3aa2f0cfe725bb2d28eeef434ca8c'
'SKIP')
prepare() {
tar -xf ConnectTunnel-Linux64-${pkgver}.tar.bz2
gendesk -n -f --pkgname ${pkgname} --pkgdesc "${pkgdesc}" --name "Connect Tunnel" --exec startctui
cd usr/local/Aventail
rm certs.tar.bz2
rm uninstall.sh
}
package() {
install -dm 0755 "${pkgdir}"/usr/local
cp -r usr/local/Aventail "${pkgdir}"/usr/local
chmod 0755 "${pkgdir}"/usr/local/Aventail/startct.sh
chmod 0755 "${pkgdir}"/usr/local/Aventail/startctui.sh
chmod 4755 "${pkgdir}"/usr/local/Aventail/AvConnect
install -Dm 0644 version "${pkgdir}"/usr/local/Aventail/version
install -dm 0755 "${pkgdir}"/usr/bin
ln -s /usr/local/Aventail/startct.sh "${pkgdir}"/usr/bin/startct
ln -s /usr/local/Aventail/startctui.sh "${pkgdir}"/usr/bin/startctui
ln -s /etc/ca-certificates/extracted/tls-ca-bundle.pem "${pkgdir}"/usr/local/Aventail/cert.pem
install -Dm 0644 general-product-agreement "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
install -Dm 0644 usr/local/Aventail/ui/logo.png "${pkgdir}"/usr/share/pixmaps/connect-tunnel.png
install -Dm 0644 ${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop
}
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) | Severity | Rules |
|---|---|---|
| 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 |