ultravnc-viewer
The package downloads a prebuilt Windows PE binary (vncviewer.exe) from uvnc.com via a Joomla download redirect URL rather than a direct, versioned release artifact. While uvnc.com is the official UltraVNC vendor site, the download URL uses a Joomla component redirect (/component/jdownloads/send/...) which is not a stable, content-addressed release URL — it could silently serve a different binary over time. The binary is then installed and executed via Wine on the user's system. The sha256sum does provide integrity verification, which mitigates the worst supply-chain risk, but the indirect/redirect URL means the checksum could become stale or mismatched without obvious indication. This is a real medium concern: an executed binary from an indirect/non-canonical URL, even if from the official vendor domain. Not high because there is no evidence of malice, the domain is the official vendor, and a checksum is present.
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:11
source=("${pkgname}-${pkgver}.zip"::"https://uvnc.com/component/jdownloads/send/0-/452-ultravnc-${pkgver//./-}-bin-zip.html?Itemid=0"
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The package downloads a prebuilt Windows PE binary (vncviewer.exe) from uvnc.com via a Joomla download redirect URL rather than a direct, versioned release artifact. While uvnc.com is the official UltraVNC vendor site, the download URL uses a Joomla component redirect (/component/jdownloads/send/...) which is not a stable, content-addressed release URL — it could silently serve a different binary over time. The binary is then installed and executed via Wine on the user's system. The sha256sum does provide integrity verification, which mitigates the worst supply-chain risk, but the indirect/redirect URL means the checksum could become stale or mismatched without obvious indication. This is a real medium concern: an executed binary from an indirect/non-canonical URL, even if from the official vendor domain. Not high because there is no evidence of malice, the domain is the official vendor, and a checksum is present.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Muflone http://www.muflone.com/contacts/english/
pkgname=ultravnc-viewer
pkgver=1.4.31
pkgrel=1
pkgdesc="A powerful VNC Client with a lot of features, compatible with Windows' UltraVNC servers"
arch=('any')
url="http://www.uvnc.com"
license=('GPL')
depends=('wine' 'hicolor-icon-theme')
source=("${pkgname}-${pkgver}.zip"::"https://uvnc.com/component/jdownloads/send/0-/452-ultravnc-${pkgver//./-}-bin-zip.html?Itemid=0"
"${pkgname}"
"${pkgname}-16.png"
"${pkgname}-24.png"
"${pkgname}-32.png"
"${pkgname}-48.png"
"${pkgname}-256.png"
"${pkgname}.desktop"
"${pkgname}-listen.desktop")
sha256sums=('ae5598b8bce93535ec0d7eae30dbc324d1b29311953fc07c4aa0a5e42489e8d1'
'1738d173c1cb89e46207c70fda6a36b7eeea9ba31b469a0cce10bbd9e8deb9b0'
'5386feaf65fff389db4e4e30950f97d64803815b1e1a219d45bf41c2bde45e21'
'098876231f8006bb89fc54986175ec6d938fae2c9e4a6dafe9b5c9d36f7fb3a2'
'48025bb333be1ab9ebf875ced00d98b5701bbd81bad361d34712bc00b2e3c0df'
'26b29f4a99cc40e3c119eae0f3ae9195d41f57cb2377f1add3e4c771f752aaa2'
'1106710eab5b5603c15a1c216ad181e60110e8dc17f6442985e24f631b6f5f1b'
'c2a3cb12b9fdbd06fc9faf9907a591d7988233dd5e0046ccba625f5f8b3b367d'
'6eefe94d1dacc0ca414a1e2ff5cc0fb2c272d3743b39240247000e5d03e6d9f2')
package() {
# Install binary files
install -m 644 -D "${srcdir}/x86/vncviewer.exe" "${pkgdir}/usr/lib/${pkgname}/vncviewer.exe"
# Install startup script
install -m 755 -D "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
# Install icons
for _size in 16 24 32 48 256
do
install -m 644 -D ${pkgname}-${_size}.png "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/${pkgname}.png"
done
# Install desktop files
install -m 755 -d "${pkgdir}/usr/share/applications"
install -m 755 -t "${pkgdir}/usr/share/applications" "${pkgname}.desktop" "${pkgname}-listen.desktop"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |