icingaweb2
The package creates and manages a dedicated system group (icingaweb2) and adjusts group memberships, which is typical for services needing specific file access permissions, but does not perform privileged self-updates or setuid operations.
Triggered rules
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package creates and manages a dedicated system group (icingaweb2) and adjusts group memberships, which is typical for services needing specific file access permissions, but does not perform privileged self-updates or setuid operations.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:36
chmod 2770 "$pkgdir/etc/icingaweb2" -
PKGBUILD:37
chmod 2770 "$pkgdir/var/log/icingaweb2"
PKGBUILD
2 offending line(s) highlighted# Maintainer: Julian Brost <julian@0x4a42.net>
# Contributor: Malte Rabenseifner <mail@malte-rabenseifner.de>
pkgname=icingaweb2
pkgver=2.14.0
pkgrel=1
pkgdesc="Icinga Web 2 Interface"
license=('GPL-3.0-only')
arch=('any')
depends=('php-interpreter' 'icinga-php-library>=1.0.0' 'icinga-php-thirdparty>=1.0.0')
optdepends=('php-legacy-gd: export data to PDF'
'php-legacy-imagick: graphs in PDF exports'
'php-legacy-intl: support for internationalization'
'php-legacy-pgsql: for PostgreSQL backend')
url="https://icinga.com/"
source=("$pkgname-$pkgver.tar.gz::https://github.com/Icinga/icingaweb2/archive/v$pkgver.tar.gz")
install='icingaweb2.install'
sha256sums=('154287f3f6965b2aa0263f19e8826bc610d7c6e0840538e6220b78eb55456205')
package() {
cd "$srcdir/$pkgname-$pkgver"
#mkdir -p "$pkgdir/etc/webapps/icingaweb2"
mkdir -p "$pkgdir/etc/icingaweb2"
mkdir -p "$pkgdir/usr/bin"
mkdir -p "$pkgdir/usr/share/webapps/icingaweb2"
mkdir -p "$pkgdir/var/log/icingaweb2"
cp -r application bin doc library modules public schema "$pkgdir/usr/share/webapps/icingaweb2"
ln -s /usr/share/webapps/icingaweb2/bin/icingacli "$pkgdir/usr/bin/icingacli"
install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/icingaweb2/LICENSE.md"
install -Dm644 etc/bash_completion.d/icingacli "$pkgdir/etc/bash_completion.d/icingacli"
#chmod 2770 "$pkgdir/etc/webapps/icingaweb2"
chmod 2770 "$pkgdir/etc/icingaweb2"
chmod 2770 "$pkgdir/var/log/icingaweb2"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |