nerolinux4

maintainer Muflone · 3 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The PKGBUILD downloads a prebuilt proprietary binary RPM (containing executables nero, nerocmd, neroexpress) from nero-mirror.com, which is not the official nero.com domain. The official URL is listed as nerolinux.nero.com but the source is pulled from a third-party mirror domain. This is a genuine supply-chain concern: if nero-mirror.com is not officially operated by Nero AG, the binary could be tampered with. The MD5 checksum provides weak integrity assurance (MD5 is cryptographically broken). The package installs and executes these binaries directly. This fits the medium severity definition: executed binaries from an unofficial/personal host.

Triggered rules

MEDIUM source=() URL on a non-standard host 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:34 source=("nerolinux-${pkgver}-x86_64.rpm"::'http://nero-mirror.com/support/NeroLINUX/nerolinux-4.0.0.0b-x86_64.rpm')
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 72%): The PKGBUILD downloads a prebuilt proprietary binary RPM (containing executables nero, nerocmd, neroexpress) from nero-mirror.com, which is not the official nero.com domain. The official URL is listed as nerolinux.nero.com but the source is pulled from a third-party mirror domain. This is a genuine supply-chain concern: if nero-mirror.com is not officially operated by Nero AG, the binary could be tampered with. The MD5 checksum provides weak integrity assurance (MD5 is cryptographically broken). The package installs and executes these binaries directly. This fits the medium severity definition: executed binaries from an unofficial/personal host.

PKGBUILD

1 offending line(s) highlighted
1# Original Maintainer: Nero AG <techsupport@nero.com>
2# Maintainer: BethHarmon <BethOliviaHarmon at gmail dot com>
3# Created from https://aur.archlinux.org/packages/nerolinux3
4# Edited by visious
5
6pkgname=nerolinux4
7pkgver=4.0.0.0b
8pkgrel=3
9pkgdesc="Nero Burning ROM for linux"
10arch=('x86_64')
11url="http://nerolinux.nero.com"
12license=('Nero AG')
13depends=(
14 'atk'
15 'cairo'
16 'desktop-file-utils'
17 'fontconfig'
18 'gcc-libs>=4.1.1'
19 'gdk-pixbuf2'
20 'glib2>=2.12.0'
21 'glibc>=2.3.6'
22 'gtk2>=2.8.0'
23 'hicolor-icon-theme'
24 'libx11'
25 'libxcursor'
26 'libxext'
27 'libxfixes'
28 'libxi'
29 'libxinerama'
30 'libxrandr'
31 'libxrender'
32 'pango'
33)
34source=("nerolinux-${pkgver}-x86_64.rpm"::'http://nero-mirror.com/support/NeroLINUX/nerolinux-4.0.0.0b-x86_64.rpm')
35md5sums=('f5b307c37e5623231e0a042ee43e018c')
36
37prepare() {
38 cd "$srcdir"
39 chmod a+rx -R *
40 find . -type f -exec chmod -x \{\} \;
41 chmod +x usr/bin/{nero,nerocmd,neroexpress}
42
43 # Remove shortcut nerolinux-4.0.0.0b-x86_64.rpm
44 rm -r "${srcdir}/nerolinux-4.0.0.0b-x86_64.rpm"
45
46 # Fixing device problems
47 # Load module "sg" for Nerolinux.
48 mkdir -p "${srcdir}/etc/modules-load.d/"
49 touch "${srcdir}/etc/modules-load.d/${pkgname}.conf"
50 echo sg > "${srcdir}/etc/modules-load.d/${pkgname}.conf"
51}
52
53package() {
54 cd "$pkgdir"
55 mv "${srcdir}"/* .
56 mkdir -p usr/share/licenses/nerolinux
57 mv usr/share/doc/nero/EULA* usr/share/licenses/nerolinux
58 mv usr/lib64/ usr/lib/
59}
60

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion