courier-maildrop-minimal

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

The package installs a setuid binary (maildrop) which is a privileged operation and a potential security risk if the binary is compromised or misused.

Triggered rules

Medium Privileged / out-of-pacman install (sudoers, setuid, or self-update) privileged_install

The package grants elevated privileges or installs an update path outside pacman: a /etc/sudoers.d rule (often passwordless), a setuid/setgid binary, or a self-update script/service that can fetch and run future code with no checksum verification. The initial install may be verified, but the ongoing privilege + update surface is a real supply-chain / privilege-escalation risk.

  • PKGBUILD:35 chmod u+s "${pkgdir}/usr/bin/maildrop"
Medium AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package installs a setuid binary (maildrop) which is a privileged operation and a potential security risk if the binary is compromised or misused.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: calamity <calamity dot aur at mailban dot de>
2# Contributor: Runnytu < runnytu at gmail dot com >
3# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
4# Contributor: tobias <tobias@archlinux.org>
5# Contributor: Tobias Kieslich <tobias@justdreams.de>
6
7pkgname=courier-maildrop-minimal
8_srcname=maildrop
9pkgver=4.0.4
10pkgrel=1
11pkgdesc="Mail delivery agent with filtering abilities"
12arch=('x86_64')
13url="https://www.courier-mta.org/maildrop/"
14license=('GPL3')
15depends=('courier-unicode' 'libidn2' 'pcre2')
16optdepends=('courier-authlib: for LDAP, MySQL or PostgreSQL based mail authentication')
17conflicts=('courier-maildrop' 'courier-mta')
18source=("https://downloads.sourceforge.net/project/courier/${_srcname}/${pkgver}/${_srcname}-${pkgver}.tar.bz2"{,.sig})
19validpgpkeys=('6EA6428B24FF7A696EF9A4838A60F828A23652E2')
20sha512sums=('44bb0b7c8623d4caaf7fcee5ea88ea5f815dc59976782a5a1ecbce746d4758296818e51b9786aeb4638e140a329bc3be393c0b53c07247992a985fb044bc2991'
21 'SKIP')
22
23build() {
24 cd "${srcdir}/${_srcname}-${pkgver}"
25 ./configure --prefix=/usr \
26 --sysconfdir=/etc/courier \
27 --localstatedir=/var \
28 --without-db
29 make
30}
31
32package() {
33 cd "${srcdir}/${_srcname}-${pkgver}"
34 make DESTDIR="${pkgdir}" install
35 chmod u+s "${pkgdir}/usr/bin/maildrop"
36}
37

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