libximc7
The PKGBUILD downloads prebuilt binary .deb packages from download.ximc.ru, which is the official download server for XIMC (a Russian motion control hardware vendor, Standa/XIMC). The domain is the vendor's own distribution host, not a random personal server. However, the connection is plain HTTP (not HTTPS), meaning the download is vulnerable to MITM substitution of the binary despite the sha256sums providing post-download integrity verification. The package installs a shared library (libximc7) that will be loaded into user processes, so a compromised or substituted binary would result in code execution. There is no source build — only prebuilt binaries are distributed. The combination of: (1) prebuilt binary shared library, (2) plain HTTP transport (no TLS), and (3) no source availability constitutes a genuine medium-severity supply-chain concern. The checksums mitigate the MITM risk somewhat, but only if the PKGBUILD itself has not been tampered with. This is a legitimate vendor package distributed in an insecure manner, not clearly malicious, which fits the medium classification.
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_i686=("http://download.ximc.ru/libximc7/libximc7-${pkgver}-i386.deb")
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 .deb packages from download.ximc.ru, which is the official download server for XIMC (a Russian motion control hardware vendor, Standa/XIMC). The domain is the vendor's own distribution host, not a random personal server. However, the connection is plain HTTP (not HTTPS), meaning the download is vulnerable to MITM substitution of the binary despite the sha256sums providing post-download integrity verification. The package installs a shared library (libximc7) that will be loaded into user processes, so a compromised or substituted binary would result in code execution. There is no source build — only prebuilt binaries are distributed. The combination of: (1) prebuilt binary shared library, (2) plain HTTP transport (no TLS), and (3) no source availability constitutes a genuine medium-severity supply-chain concern. The checksums mitigate the MITM risk somewhat, but only if the PKGBUILD itself has not been tampered with. This is a legitimate vendor package distributed in an insecure manner, not clearly malicious, which fits the medium classification.
PKGBUILD
1 offending line(s) highlightedpkgname=libximc7
pkgver=2.9.7
pkgrel=1
pkgdesc="Library for controlling stepper and other motors.
It provides a simple C interface for controlling and configuring engine and controller.
It uses a common virtual serial port driver embedded in all OS."
arch=('i686' 'x86_64')
url="https://en.xisupport.com/projects/enxisupport/wiki/Software"
depends=('glibc>=2.14')
license=('custom')
source_i686=("http://download.ximc.ru/libximc7/libximc7-${pkgver}-i386.deb")
sha256sums_i686=('68eebf7075ce5466a4db4d522d555aa9f832ad44a0322af3c999931df31caff0')
source_x86_64=("http://download.ximc.ru/libximc7/libximc7-${pkgver}-amd64.deb")
sha256sums_x86_64=('fb69f4cedfc165e6e6f8101933d74fb5058a10c9ae7751b49ba444b0fe764bbc')
package() {
cd "${srcdir}"
tar -xzC "${pkgdir}" -f data.tar.gz
cp -r ${pkgdir}/lib ${pkgdir}/usr/
rm -r ${pkgdir}/lib
}
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 |