cnijfilter2-mg7500
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
source=(http://gdlp01.c-wss.com/gds/5/0100006265/01/cnijfilter2-${_pkgver}-deb.tar.gz)
llm_review
An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The source is a prebuilt .deb binary package from gdlp01.c-wss.com, which is Canon's official global download server (used across many Canon driver packages in the AUR and elsewhere). The package extracts and installs pre-compiled printer driver binaries directly into the system (usr/bin, usr/lib). While the host is Canon's legitimate CDN, the concern is that: (1) the binaries are closed-source and cannot be audited, (2) they are installed with chmod 0755 into system library paths, and (3) the integrity check is only MD5 (weak). However, this is a well-known pattern for proprietary Canon printer drivers in the AUR, and gdlp01.c-wss.com is Canon's official distribution host. The medium rating is appropriate because executed closed-source binaries from a vendor CDN with only MD5 verification represent a real but not clearly malicious supply-chain concern — the host is official but the binaries are opaque and the checksum algorithm is weak.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Yuto Tokunaga <toku DOT yuuto AT gmail DOT com>
# Based on the PKGBUILD for mg6400 series by Vincenzo Mantova (xworld21)
pkgname=cnijfilter2-mg7500
pkgver=5.00
pkgrel=1
_pkgver=5.00-1
pkgdesc="Canon InkJet Printer Driver (MG7500, MG6600, MG5600, MG2900, MB5300, MB5000, MB2300, MB2000, IP110, IB4000, E460 Series)"
arch=('i686' 'x86_64')
url="http://cweb.canon.jp/drv-upd/ij-mfp/linux-pd-20142h-500.html"
license=('custom')
depends=('libcups' 'libxml2')
provides=("cnijfilter2=$pkgver")
source=(http://gdlp01.c-wss.com/gds/5/0100006265/01/cnijfilter2-${_pkgver}-deb.tar.gz)
md5sums=('433e5d53041067deb90584397daec07d')
package() {
local _pkgarch=$(echo -n "${CARCH}" | sed 's/x86_/amd/' | sed 's/i6/i3/')
local _debdir="${srcdir}/cnijfilter2-${_pkgver}-deb/packages"
cd $pkgdir
ar -x "${_debdir}/cnijfilter2_${_pkgver}_${_pkgarch}.deb" "data.tar.gz"
tar -xzf data.tar.gz && rm -f data.tar.gz
mkdir -p usr/share/licenses/${pkgname}
mv usr/share/doc/cnijfilter2/LICENSE* usr/share/licenses/${pkgname}
# Weird permissions error from namcap
chown root usr/lib/bjlib2/cnnet.ini
chgrp root usr/lib/bjlib2/cnnet.ini
chmod 0755 $(find usr/bin -type f)
chmod 0755 $(find usr/lib -type f)
chmod 0644 $(find usr/share -type f)
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |