courier-maildrop-minimal
maintainer calamity
· 0 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
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
7
pkgname=courier-maildrop-minimal
8
_srcname=maildrop
9
pkgver=4.0.4
10
pkgrel=1
11
pkgdesc="Mail delivery agent with filtering abilities"
12
arch=('x86_64')
13
url="https://www.courier-mta.org/maildrop/"
14
license=('GPL3')
15
depends=('courier-unicode' 'libidn2' 'pcre2')
16
optdepends=('courier-authlib: for LDAP, MySQL or PostgreSQL based mail authentication')
17
conflicts=('courier-maildrop' 'courier-mta')
18
source=("https://downloads.sourceforge.net/project/courier/${_srcname}/${pkgver}/${_srcname}-${pkgver}.tar.bz2"{,.sig})
19
validpgpkeys=('6EA6428B24FF7A696EF9A4838A60F828A23652E2')
20
sha512sums=('44bb0b7c8623d4caaf7fcee5ea88ea5f815dc59976782a5a1ecbce746d4758296818e51b9786aeb4638e140a329bc3be393c0b53c07247992a985fb044bc2991'
21
'SKIP')
22
23
build() {
24
cd "${srcdir}/${_srcname}-${pkgver}"
25
./configure --prefix=/usr \
26
--sysconfdir=/etc/courier \
27
--localstatedir=/var \
28
--without-db
29
make
30
}
31
32
package() {
33
cd "${srcdir}/${_srcname}-${pkgver}"
34
make DESTDIR="${pkgdir}" install
35
chmod u+s "${pkgdir}/usr/bin/maildrop"
36
}
37
Changes since previous scan
--- PKGBUILD @ 2026-07-28 00:07+++ PKGBUILD @ 2026-08-03 00:08@@ -6,7 +6,7 @@ pkgname=courier-maildrop-minimal _srcname=maildrop-pkgver=4.0.3+pkgver=4.0.4 pkgrel=1 pkgdesc="Mail delivery agent with filtering abilities" arch=('x86_64')@@ -17,7 +17,7 @@ conflicts=('courier-maildrop' 'courier-mta') source=("https://downloads.sourceforge.net/project/courier/${_srcname}/${pkgver}/${_srcname}-${pkgver}.tar.bz2"{,.sig}) validpgpkeys=('6EA6428B24FF7A696EF9A4838A60F828A23652E2')-sha512sums=('bd723bc387df7b7fd1dd3fe6850a36c0804f273297ad776abf364abbc2cad50fffd2bcc98a0efd43bdfaa0a567e2735b789bd0cacda6b20a55dc4a1d4658e81d'+sha512sums=('44bb0b7c8623d4caaf7fcee5ea88ea5f815dc59976782a5a1ecbce746d4758296818e51b9786aeb4638e140a329bc3be393c0b53c07247992a985fb044bc2991' 'SKIP') build() {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 03:37:00 | 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 |