sundtek

maintainer iarabatista · 7 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads prebuilt binary tarballs (containing executables and shared libraries: opt/bin/mediasrv, opt/lib/*.so) directly from sundtek.de over plain HTTP with SKIP checksums, meaning there is no integrity verification whatsoever. These binaries are then installed into /opt/bin and /opt/lib and will be executed at runtime. sundtek.de is the official vendor website for Sundtek hardware, so the host itself is not suspicious, but: (1) plain HTTP allows MITM substitution of the binaries, (2) SKIP checksums mean any tampered tarball would be accepted silently, and (3) the version is extracted by running 'strings' on the downloaded binary mediasrv, which is a mild concern but not itself dangerous. This is a genuine supply-chain concern — unverified prebuilt binaries from a vendor host over unencrypted HTTP — qualifying as medium risk. It is not high because sundtek.de is the legitimate vendor and there is no evidence of malicious intent, but the lack of any checksum on executed code is a real packaging deficiency.

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 source_x86_64=('installer_64bit.tar.gz::http://sundtek.de/media/netinst/64bit/installer.tar.gz?ARCH')
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads prebuilt binary tarballs (containing executables and shared libraries: opt/bin/mediasrv, opt/lib/*.so) directly from sundtek.de over plain HTTP with SKIP checksums, meaning there is no integrity verification whatsoever. These binaries are then installed into /opt/bin and /opt/lib and will be executed at runtime. sundtek.de is the official vendor website for Sundtek hardware, so the host itself is not suspicious, but: (1) plain HTTP allows MITM substitution of the binaries, (2) SKIP checksums mean any tampered tarball would be accepted silently, and (3) the version is extracted by running 'strings' on the downloaded binary mediasrv, which is a mild concern but not itself dangerous. This is a genuine supply-chain concern — unverified prebuilt binaries from a vendor host over unencrypted HTTP — qualifying as medium risk. It is not high because sundtek.de is the legitimate vendor and there is no evidence of malicious intent, but the lack of any checksum on executed code is a real packaging deficiency.

PKGBUILD

1 offending line(s) highlighted
1# Contributor: Christopher Reimer <mail[at]creimer[dot]net>
2pkgname=sundtek
3pkgver=150728.175535
4pkgrel=1
5pkgdesc='Driver for Sundtek MediaTV Pro'
6arch=('i686' 'x86_64' 'armv6h' 'armv7h')
7url='http://www.sundtek.com'
8license=('custom')
9install="$pkgname.install"
10optdepends=('lib32-gcc-libs: FM Radio' 'libpulse: FM Radio')
11source=('sundtek.rules'
12 'sundtek.service'
13 'sundtek-restart.service')
14source_x86_64=('installer_64bit.tar.gz::http://sundtek.de/media/netinst/64bit/installer.tar.gz?ARCH')
15source_i686=('installer_32bit.tar.gz::http://sundtek.de/media/netinst/32bit/installer.tar.gz?ARCH')
16source_armv6h=('installer_armsysvhf.tar.gz::http://sundtek.de/media/netinst/armsysvhf/installer.tar.gz?ARCH')
17source_armv7h=('installer_armsysvhf.tar.gz::http://sundtek.de/media/netinst/armsysvhf/installer.tar.gz?ARCH')
18sha256sums=('25d285416ca8b050fdd6fb21b70d448500e402767f87ce19a85520eb005da589'
19 'c8c928d5ff8f1ee48ab2eb5c287c172e33c15b4a7d7ec7a0f993e701351c3f9d'
20 '5192c1283b2c117188d265d29f360ff99baeb87bfb703961f9d6d6e692c800db')
21md5sums_i686=('SKIP')
22md5sums_x86_64=('SKIP')
23md5sums_armv6h=('SKIP')
24md5sums_armv7h=('SKIP')
25
26pkgver() {
27 cd "$srcdir"
28
29 # fix broken access rights
30 chmod +r -R *
31
32 strings opt/bin/mediasrv | egrep "[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}" -m1 | sed 's/[:-]//g;s/ /./g' | cut -b3-
33}
34
35package() {
36 cd "$srcdir"
37
38 mkdir -p "$pkgdir/opt/lib"
39 cp -pr opt/bin "$pkgdir/opt/"
40 cp -pr opt/lib/*.so "$pkgdir/opt/lib/"
41
42 install -m644 -D "sundtek.rules" "$pkgdir/usr/lib/udev/rules.d/sundtek.rules"
43 install -m644 -D "sundtek.service" "$pkgdir/usr/lib/systemd/system/sundtek.service"
44 install -m644 -D "sundtek-restart.service" "$pkgdir/usr/lib/systemd/system/sundtek-restart.service"
45 install -m644 -D "opt/doc/README" "$pkgdir/usr/share/licenses/sundtek/README"
46}
47

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 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