easyconnect-cas

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

This PKGBUILD downloads and installs a prebuilt proprietary binary (EasyConnect_x64.deb) from download.sangfor.com.cn, a Chinese vendor's domain. While sangfor.com is the legitimate vendor for EasyConnect VPN software, the package installs a closed-source VPN client binary that runs with elevated privileges (VPN software typically requires root/setuid), and the source is a direct vendor download rather than a verified release. The MD5 checksum is present but MD5 is cryptographically weak and insufficient for supply-chain integrity. Additionally, the package builds and installs an older version of pango (1.42.4) from a GNOME FTP mirror into a non-standard path to satisfy the binary's library requirements, which is a legitimate but unusual pattern. The main concern is the prebuilt proprietary VPN binary from a vendor host with only MD5 verification — if the vendor's download server were compromised or the URL redirected, the installed binary would have full network access as a VPN client. This is a genuine medium-severity supply-chain concern, not a false positive.

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:12 source=("http://download.sangfor.com.cn/download/product/sslvpn/pkg/linux_01/EasyConnect_x64.deb"
  • PKGBUILD:13 "http://ftp.acc.umu.se/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz")
Medium AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): This PKGBUILD downloads and installs a prebuilt proprietary binary (EasyConnect_x64.deb) from download.sangfor.com.cn, a Chinese vendor's domain. While sangfor.com is the legitimate vendor for EasyConnect VPN software, the package installs a closed-source VPN client binary that runs with elevated privileges (VPN software typically requires root/setuid), and the source is a direct vendor download rather than a verified release. The MD5 checksum is present but MD5 is cryptographically weak and insufficient for supply-chain integrity. Additionally, the package builds and installs an older version of pango (1.42.4) from a GNOME FTP mirror into a non-standard path to satisfy the binary's library requirements, which is a legitimate but unusual pattern. The main concern is the prebuilt proprietary VPN binary from a vendor host with only MD5 verification — if the vendor's download server were compromised or the URL redirected, the installed binary would have full network access as a VPN client. This is a genuine medium-severity supply-chain concern, not a false positive.

PKGBUILD

2 offending line(s) highlighted
1# Maintainer: huj13k4n9 <huj13k4n9@qq.com>
2
3pkgname=easyconnect-cas
4pkgver=7.6.3.0.86415
5pkgrel=2
6pkgdesc="Accessing CAS's network resources over vpn connection."
7arch=('x86_64')
8url="https://newvpn.arp.cn/com/installClient.html"
9license=('custom')
10conflicts=('easyconnect')
11install=${pkgname}.install
12source=("http://download.sangfor.com.cn/download/product/sslvpn/pkg/linux_01/EasyConnect_x64.deb"
13 "http://ftp.acc.umu.se/pub/GNOME/sources/pango/1.42/pango-1.42.4.tar.xz")
14md5sums=('3d8c1adaf61b01ab49f68e331b0ec0d5'
15 'deb171a31a3ad76342d5195a1b5bbc7c')
16
17depends=('dbus' 'dbus-glib' 'libxrender' 'bash' 'nss' 'libxext' 'glibc' 'libxcursor' 'expat' 'sqlite' 'gtk2' 'harfbuzz' 'libxi' 'libcups' \
18 'libx11' 'cairo' 'at-spi2-core' 'libxcomposite' 'fontconfig' 'pango' 'fribidi' 'libxtst' 'libxrandr' 'libxdamage' 'gdk-pixbuf2' 'libxft' \
19 'libxcb' 'gcc-libs' 'libxfixes' 'zlib' 'nspr' 'alsa-lib' 'libthai' 'glib2' 'freetype2')
20makedepends=('gobject-introspection' 'help2man' 'git' 'meson' 'gi-docgen')
21
22package(){
23 tar xzf data.tar.gz -C "${pkgdir}"
24 tar xf ${srcdir}/pango-1.42.4.tar.xz
25 cd pango-1.42.4
26 ./configure --prefix=/usr
27 make -j$(nproc) && make DESTDIR=${pkgdir}"/usr/share/sangfor/EasyConnect/oldlib/pango" install
28 cd ${pkgdir}
29 sed -i 's/Exec=/Exec=env LD_LIBRARY_PATH=\/usr\/share\/sangfor\/EasyConnect\/oldlib\/pango\/usr\/lib /g' "${pkgdir}/usr/share/applications/EasyConnect.desktop"
30 install -D -m644 "${pkgdir}/usr/share/sangfor/EasyConnect/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
31}
32

Scan history

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

Report a package

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

0 / 4000
Your suggestion