Published issues
Permalink
CVE-2026-5412
9.9 CRITICAL
-
CVSS version: 3.1
-
Attack vector (AV): NETWORK
-
Attack complexity (AC): LOW
-
Privileges required (PR): LOW
-
User interaction (UI): NONE
-
Scope (S): CHANGED
-
Confidentiality impact (C): HIGH
-
Integrity impact (I): HIGH
-
Availability impact (A): HIGH
updated
2 weeks, 4 days ago
by @LeSuisse
Activity log
-
Created suggestion
2 weeks, 4 days ago
-
@LeSuisse
ignored
2 packages
2 weeks, 4 days ago
-
@LeSuisse
accepted
2 weeks, 4 days ago
-
@LeSuisse
published on GitHub
2 weeks, 4 days ago
Juju CloudSpec API could leak senstive information
In Juju versions prior to 2.9.57 and 3.6.21, an authorization issue exists in the Controller facade. An authenticated user can call the CloudSpec API method to extract the cloud credentials used to bootstrap the controller. This allows a low-privileged user to access sensitive credentials. This issue is resolved in Juju versions 2.9.57 and 3.6.21.
Matching in nixpkgs
Open source modelling tool for operating software in the cloud
Ignored packages (2)
Git-compatible DVCS that is both simple and powerful
Utilities around FireWire devices connected to a Linux computer
-
-
nixpkgs-unstable
0.2
-
nixos-unstable-small
0.2
-
-
nixos-25.11-small
0.2
-
nixpkgs-25.11-darwin
0.2
updated
2 weeks, 4 days ago
by @LeSuisse
Activity log
-
Created suggestion
2 weeks, 4 days ago
-
@LeSuisse
accepted
2 weeks, 4 days ago
-
@LeSuisse
published on GitHub
2 weeks, 4 days ago
Net::CIDR::Lite versions before 0.23 for Perl mishandles IPv4 mapped IPv6 addresses, which may allow IP ACL bypass
Net::CIDR::Lite versions before 0.23 for Perl mishandles IPv4 mapped IPv6 addresses, which may allow IP ACL bypass.
_pack_ipv6() includes the sentinel byte from _pack_ipv4() when building the packed representation of IPv4 mapped addresses like ::ffff:192.168.1.1. This produces an 18 byte value instead of 17 bytes, misaligning the IPv4 part of the address.
The wrong length causes incorrect results in mask operations (bitwise AND truncates to the shorter operand) and in find() / bin_find() which use Perl string comparison (lt/gt). This can cause find() to incorrectly match or miss addresses.
Example:
my $cidr = Net::CIDR::Lite->new("::ffff:192.168.1.0/120");
$cidr->find("::ffff:192.168.2.0"); # incorrectly returns true
This is triggered by valid RFC 4291 IPv4 mapped addresses (::ffff:x.x.x.x).
See also CVE-2026-40198, a related issue in the same function affecting malformed IPv6 addresses.
Matching in nixpkgs
Perl extension for merging IPv4 or IPv6 CIDR addresses
-
-
nixpkgs-unstable
0.22
-
nixos-unstable-small
0.22
-
-
nixos-25.11-small
0.22
-
nixpkgs-25.11-darwin
0.22
Perl extension for merging IPv4 or IPv6 CIDR addresses
-
-
nixpkgs-unstable
0.22
-
nixos-unstable-small
0.22
Perl extension for merging IPv4 or IPv6 CIDR addresses
-
-
nixos-25.11-small
0.22
-
nixpkgs-25.11-darwin
0.22
Perl extension for merging IPv4 or IPv6 CIDR addresses
-
-
nixos-25.11-small
0.22
-
nixpkgs-25.11-darwin
0.22
Permalink
CVE-2026-35594
6.5 MEDIUM
-
CVSS version: 3.1
-
Attack vector (AV): NETWORK
-
Attack complexity (AC): LOW
-
Privileges required (PR): NONE
-
User interaction (UI): NONE
-
Scope (S): UNCHANGED
-
Confidentiality impact (C): LOW
-
Integrity impact (I): LOW
-
Availability impact (A): NONE
updated
2 weeks, 4 days ago
by @LeSuisse
Activity log
-
Created suggestion
2 weeks, 4 days ago
-
@LeSuisse
accepted
2 weeks, 4 days ago
-
@LeSuisse
published on GitHub
2 weeks, 4 days ago
Vikunja Link Share JWT tokens remain valid for 72 hours after share deletion or permission downgrade
Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, Vikunja's link share authentication (GetLinkShareFromClaims in pkg/models/link_sharing.go) constructs authorization objects entirely from JWT claims without any server-side database validation. When a project owner deletes a link share or downgrades its permissions, all previously issued JWTs continue to grant the original permission level for up to 72 hours (the default service.jwtttl). This vulnerability is fixed in 2.3.0.
Matching in nixpkgs
Todo-app to organize your life
-
-
-
nixos-25.11-small
2.2.2
-
nixpkgs-25.11-darwin
2.2.2
Desktop App of the Vikunja to-do list app
Permalink
CVE-2026-35601
4.1 MEDIUM
-
CVSS version: 3.1
-
Attack vector (AV): NETWORK
-
Attack complexity (AC): LOW
-
Privileges required (PR): LOW
-
User interaction (UI): REQUIRED
-
Scope (S): CHANGED
-
Confidentiality impact (C): NONE
-
Integrity impact (I): LOW
-
Availability impact (A): NONE
updated
2 weeks, 4 days ago
by @LeSuisse
Activity log
-
Created suggestion
2 weeks, 4 days ago
-
@LeSuisse
ignored
package vikunja-desktop
2 weeks, 4 days ago
-
@LeSuisse
accepted
2 weeks, 4 days ago
-
@LeSuisse
published on GitHub
2 weeks, 4 days ago
Vikunja has an iCalendar Property Injection via CRLF in CalDAV Task Output
Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the CalDAV output generator builds iCalendar VTODO entries via raw string concatenation without applying RFC 5545 TEXT value escaping. User-controlled task titles containing CRLF characters break the iCalendar property boundary, allowing injection of arbitrary iCalendar properties such as ATTACH, VALARM, or ORGANIZER. This vulnerability is fixed in 2.3.0.
Matching in nixpkgs
Todo-app to organize your life
-
-
-
nixos-25.11-small
2.2.2
-
nixpkgs-25.11-darwin
2.2.2
Ignored packages (1)
Desktop App of the Vikunja to-do list app
Permalink
CVE-2026-35599
6.5 MEDIUM
-
CVSS version: 3.1
-
Attack vector (AV): NETWORK
-
Attack complexity (AC): LOW
-
Privileges required (PR): LOW
-
User interaction (UI): NONE
-
Scope (S): UNCHANGED
-
Confidentiality impact (C): NONE
-
Integrity impact (I): NONE
-
Availability impact (A): HIGH
updated
2 weeks, 4 days ago
by @LeSuisse
Activity log
-
Created suggestion
2 weeks, 4 days ago
-
@LeSuisse
ignored
package vikunja-desktop
2 weeks, 4 days ago
-
@LeSuisse
accepted
2 weeks, 4 days ago
-
@LeSuisse
published on GitHub
2 weeks, 4 days ago
Vikunja has an Algorithmic Complexity DoS in Repeating Task Handler
Vikunja is an open-source self-hosted task management platform. Prior to 2.3.0, the addRepeatIntervalToTime function uses an O(n) loop that advances a date by the task's RepeatAfter duration until it exceeds the current time. By creating a repeating task with a 1-second interval and a due date far in the past, an attacker triggers billions of loop iterations, consuming CPU and holding a database connection for minutes per request. This vulnerability is fixed in 2.3.0.
Matching in nixpkgs
Todo-app to organize your life
-
-
-
nixos-25.11-small
2.2.2
-
nixpkgs-25.11-darwin
2.2.2
Ignored packages (1)
Desktop App of the Vikunja to-do list app
Permalink
CVE-2026-40071
5.4 MEDIUM
-
CVSS version: 3.1
-
Attack vector (AV): NETWORK
-
Attack complexity (AC): LOW
-
Privileges required (PR): LOW
-
User interaction (UI): NONE
-
Scope (S): UNCHANGED
-
Confidentiality impact (C): NONE
-
Integrity impact (I): LOW
-
Availability impact (A): LOW
updated
2 weeks, 4 days ago
by @LeSuisse
Activity log
-
Created suggestion
2 weeks, 5 days ago
-
@LeSuisse
ignored
5 packages
- tests.home-assistant-component-tests.pyload
- home-assistant-component-tests.pyload
- python314Packages.pyloadapi
- python313Packages.pyloadapi
- python312Packages.pyloadapi
2 weeks, 4 days ago
-
@LeSuisse
accepted
2 weeks, 4 days ago
-
@LeSuisse
published on GitHub
2 weeks, 4 days ago
pyLoad WebUI JSON permission mismatch lets ADD/DELETE users invoke MODIFY-only actions
pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev97, the /json/package_order, /json/link_order, and /json/abort_link WebUI JSON endpoints enforce weaker permissions than the core API methods they invoke. This allows authenticated low-privileged users to execute MODIFY operations that should be denied by pyLoad's own permission model. This vulnerability is fixed in 0.5.0b3.dev97.
Matching in nixpkgs
Free and open-source download manager with support for 1-click-hosting sites
Ignored packages (5)
Simple wrapper for pyLoad's API
-
-
nixos-25.11-small
1.4.2
-
nixpkgs-25.11-darwin
1.4.2
Simple wrapper for pyLoad's API
-
-
-
nixos-25.11-small
1.4.2
-
nixpkgs-25.11-darwin
1.4.2
Simple wrapper for pyLoad's API
Open source home automation that puts local control and privacy first
Open source home automation that puts local control and privacy first
updated
2 weeks, 4 days ago
by @LeSuisse
Activity log
-
Created suggestion
2 weeks, 5 days ago
-
@LeSuisse
ignored
3 packages
- tests.testers.lycheeLinkCheck.ok
- tests.testers.lycheeLinkCheck.network
- lychee
2 weeks, 4 days ago
-
@LeSuisse
accepted
2 weeks, 4 days ago
-
@LeSuisse
published on GitHub
2 weeks, 4 days ago
Lychee has Broken Access Control in SharingController::listAll() leaks private album sharing metadata to unauthorized users
Lychee is a free, open-source photo-management tool. Prior to 7.5.4, a SQL operator-precedence bug in SharingController::listAll() causes the orWhereNotNull('user_group_id') clause to escape the ownership filter applied by the when() block. Any authenticated non-admin user with upload permission who owns at least one album can retrieve all user-group-based sharing permissions across the entire instance, including private albums owned by other users. This vulnerability is fixed in 7.5.4.
Matching in nixpkgs
All-in-one 3D slicer for resin and FDM printers
-
-
-
nixos-25.11-small
7.5.0
-
nixpkgs-25.11-darwin
7.5.0
All-in-one 3D slicer for resin and FDM printers
-
-
nixos-25.11
-
-
nixos-25.11-small
7.5.0
-
nixpkgs-25.11-darwin
7.5.0
Ignored packages (3)
Fast, async, stream-based link checker written in Rust
-
nixos-unstable
-
-
nixpkgs-unstable
-
nixos-unstable-small
-
nixos-25.11
-
-
nixos-25.11-small
-
nixpkgs-25.11-darwin
-
nixos-unstable
-
-
nixpkgs-unstable
-
nixos-unstable-small
-
nixos-25.11
-
-
nixos-25.11-small
-
nixpkgs-25.11-darwin
updated
2 weeks, 4 days ago
by @LeSuisse
Activity log
-
Created suggestion
2 weeks, 5 days ago
-
@LeSuisse
accepted
2 weeks, 4 days ago
-
@LeSuisse
published on GitHub
2 weeks, 4 days ago
PKCS7 CBC Padding Oracle — Plaintext Recovery
A padding oracle exists in wolfSSL's PKCS7 CBC decryption that could allow an attacker to recover plaintext through repeated decryption queries with modified ciphertext. In previous versions of wolfSSL the interior padding bytes are not validated.
Matching in nixpkgs
Small, fast, portable implementation of TLS/SSL for embedded devices
-
-
-
nixos-25.11-small
5.9.0
-
nixpkgs-25.11-darwin
5.9.0
Permalink
CVE-2026-40225
6.4 MEDIUM
-
CVSS version: 3.1
-
Attack vector (AV): PHYSICAL
-
Attack complexity (AC): HIGH
-
Privileges required (PR): NONE
-
User interaction (UI): NONE
-
Scope (S): UNCHANGED
-
Confidentiality impact (C): HIGH
-
Integrity impact (I): HIGH
-
Availability impact (A): HIGH
updated
2 weeks, 4 days ago
by @LeSuisse
Activity log
-
Created suggestion
2 weeks, 4 days ago
-
@LeSuisse
ignored
2 packages
2 weeks, 4 days ago
-
@LeSuisse
restored
package udev
2 weeks, 4 days ago
-
@LeSuisse
ignored
43 packages
- tests.pkg-config.defaultPkgConfigPackages.libsystemd
- tests.pkg-config.defaultPkgConfigPackages.libudev
- vscode-extensions.coolbear.systemd-unit-file
- gnomeExtensions.systemd-offline-update-indicator
- python313Packages.jupyterhub-systemdspawner
- python313Packages.systemdunitparser
- systemd-lsp
- haskellPackages.libsystemd-journal
- python312Packages.systemdunitparser
- python313Packages.systemd-python
- python314Packages.jupyterhub-systemdspawner
- ocamlPackages_latest.systemd
- update-systemd-resolved
- python312Packages.jupyterhub-systemdspawner
- gnomeExtensions.systemd-status
- python314Packages.systemdunitparser
- python314Packages.systemd-python
- python312Packages.systemd-python
- ocamlPackages.systemd
- php84Extensions.systemd
- php85Extensions.systemd
- php82Extensions.systemd
- gnomeExtensions.systemd-manager
- prometheus-systemd-exporter
- systemd
- systemdgenie
- systemdLibs
- haskellPackages.warp-systemd
- systemd-credsubst
- systemd-journal2gelf
- systemd-lock-handler
- phpExtensions.systemd
- haskellPackages.systemd
- systemd-manager-tui
- php83Extensions.systemd
- systemd-bootchart
- systemdMinimal
- systemd-netlogd
- systemd-wait
- systemd-language-server
- haskellPackages.systemd-api
- nagiosPlugins.check_systemd
- systemdUkify
2 weeks, 4 days ago
-
@LeSuisse
accepted
2 weeks, 4 days ago
-
@LeSuisse
published on GitHub
2 weeks, 4 days ago
In udev in systemd before 260, local root execution can …
In udev in systemd before 260, local root execution can occur via malicious hardware devices and unsanitized kernel output.
Matching in nixpkgs
System and service manager for Linux
-
-
-
nixos-25.11-small
258.5
-
nixpkgs-25.11-darwin
258.5
Ignored packages (44)
System and service manager for Linux
-
-
-
nixos-25.11-small
258.5
-
nixpkgs-25.11-darwin
258.5
Language server implementation for systemd unit files made in Rust
System and service manager for Linux
-
-
-
nixos-25.11-small
258.5
-
nixpkgs-25.11-darwin
258.5
Control your systemd units using rofi
-
-
-
nixos-25.11-small
0.1.1
-
nixpkgs-25.11-darwin
0.1.1
Wait for a systemd unit to enter a specific state
System and service manager for Linux
-
-
-
nixos-25.11-small
258.5
-
nixpkgs-25.11-darwin
258.5
Systemd management utility
System and service manager for Linux
-
-
-
nixos-25.11-small
258.5
-
nixpkgs-25.11-darwin
258.5
Forwards messages from the journal to other hosts over the network
-
-
-
nixos-25.11-small
1.4.4
-
nixpkgs-25.11-darwin
1.4.4
Boot performance graphing tool from systemd
-
-
nixpkgs-unstable
235
-
nixos-unstable-small
235
-
-
nixos-25.11-small
235
-
nixpkgs-25.11-darwin
235
envsubst for systemd credentials
-
-
-
nixos-25.11-small
0.1.0
-
nixpkgs-25.11-darwin
0.1.0
Program for managing systemd services through a TUI
-
-
-
nixos-25.11-small
1.1.1
-
nixpkgs-25.11-darwin
1.1.1
Export entries from systemd's journal and send them to a graylog server using gelf
Translates systemd-system lock/sleep signals into systemd-user target activations
-
-
-
nixos-25.11-small
2.4.2
-
nixpkgs-25.11-darwin
2.4.2
OCaml module for native access to the systemd facilities
-
-
nixpkgs-unstable
1.3
-
nixos-unstable-small
1.3
-
-
nixos-25.11-small
1.3
-
nixpkgs-25.11-darwin
1.3
PHP extension allowing native interaction with systemd and its journal
Systemd facilities (Socket activation, Notify)
-
-
-
nixos-25.11-small
2.4.0
-
nixpkgs-25.11-darwin
2.4.0
PHP extension allowing native interaction with systemd and its journal
PHP extension allowing native interaction with systemd and its journal
PHP extension allowing native interaction with systemd and its journal
PHP extension allowing native interaction with systemd and its journal
Language Server for Systemd unit files
-
-
-
nixos-25.11-small
0.3.5
-
nixpkgs-25.11-darwin
0.3.5
Helper script for OpenVPN to directly update the DNS settings of a link through systemd-resolved via DBus
-
-
-
nixos-25.11-small
1.3.0
-
nixpkgs-25.11-darwin
1.3.0
Nagios / Icinga monitoring plugin to check systemd for failed units
-
-
-
nixos-25.11-small
5.0.0
-
nixpkgs-25.11-darwin
5.0.0
Exporter for systemd unit metrics
-
-
-
nixos-25.11-small
0.7.0
-
nixpkgs-25.11-darwin
0.7.0
Socket activation and other systemd integration for the Warp web server (WAI)
OCaml module for native access to the systemd facilities
-
-
nixpkgs-unstable
1.3
-
nixos-unstable-small
1.3
Show systemd system state
-
-
nixpkgs-unstable
9
-
nixos-unstable-small
9
-
-
nixos-25.11-small
9
-
nixpkgs-25.11-darwin
9
GNOME Shell extension to manage systemd services
-
-
nixpkgs-unstable
19
-
nixos-unstable-small
19
-
-
nixos-25.11-small
19
-
nixpkgs-25.11-darwin
19
Python module for native access to the systemd facilities
-
-
nixos-25.11-small
235
-
nixpkgs-25.11-darwin
235
Python module for native access to the systemd facilities
-
-
nixpkgs-unstable
235
-
nixos-unstable-small
235
-
-
nixos-25.11-small
235
-
nixpkgs-25.11-darwin
235
Python module for native access to the systemd facilities
-
-
nixpkgs-unstable
235
-
nixos-unstable-small
235
Haskell bindings to libsystemd-journal
SystemdUnitParser is an extension to Python's configparser.RawConfigParser to properly parse systemd unit files
-
-
nixos-25.11-small
0.4
-
nixpkgs-25.11-darwin
0.4
SystemdUnitParser is an extension to Python's configparser.RawConfigParser to properly parse systemd unit files
-
-
nixpkgs-unstable
0.4
-
nixos-unstable-small
0.4
-
-
nixos-25.11-small
0.4
-
nixpkgs-25.11-darwin
0.4
SystemdUnitParser is an extension to Python's configparser.RawConfigParser to properly parse systemd unit files
-
-
nixpkgs-unstable
0.4
-
nixos-unstable-small
0.4
JupyterHub Spawner using systemd for resource isolation
-
-
nixos-25.11-small
1.0.2
-
nixpkgs-25.11-darwin
1.0.2
JupyterHub Spawner using systemd for resource isolation
-
-
-
nixos-25.11-small
1.0.2
-
nixpkgs-25.11-darwin
1.0.2
JupyterHub Spawner using systemd for resource isolation
-
-
-
nixos-25.11-small
1.0.6
-
nixpkgs-25.11-darwin
1.0.6
Show an indicator for pending systemd offline updates.
-
-
nixpkgs-unstable
15
-
nixos-unstable-small
15
-
-
nixos-25.11-small
15
-
nixpkgs-25.11-darwin
15
Test whether systemd-259.3 exposes pkg-config modules libudev
-
nixos-unstable
-
-
nixpkgs-unstable
-
nixos-unstable-small
-
nixos-25.11
-
-
nixos-25.11-small
-
nixpkgs-25.11-darwin
Test whether systemd-259.3 exposes pkg-config modules libsystemd
-
nixos-unstable
-
-
nixpkgs-unstable
-
nixos-unstable-small
-
nixos-25.11
-
-
nixos-25.11-small
-
nixpkgs-25.11-darwin
updated
2 weeks, 5 days ago
by @LeSuisse
Activity log
-
Created suggestion
1 month, 1 week ago
-
@LeSuisse
ignored
5 packages
- python312Packages.glances-api
- python313Packages.glances-api
- python314Packages.glances-api
- home-assistant-component-tests.glances
- tests.home-assistant-component-tests.glances
2 weeks, 5 days ago
-
@LeSuisse
accepted
2 weeks, 5 days ago
-
@LeSuisse
added
maintainer @MiniHarinn
2 weeks, 5 days ago
maintainer.add
-
@LeSuisse
published on GitHub
2 weeks, 5 days ago
Glances exposes the REST API without authentication
Glances is an open-source system cross-platform monitoring tool. Prior to 4.5.2, Glances web server runs without authentication by default when started with `glances -w`, exposing REST API with sensitive system information including process command-lines containing credentials (passwords, API keys, tokens) to any network client. Version 4.5.2 fixes the issue.
Matching in nixpkgs
Cross-platform curses-based monitoring tool
-
-
-
nixos-25.11-small
4.3.3
-
nixpkgs-25.11-darwin
4.3.3
Ignored packages (5)
Python API for interacting with Glances
-
-
nixos-25.11-small
0.9.0
-
nixpkgs-25.11-darwin
0.9.0
Python API for interacting with Glances
-
-
-
nixos-25.11-small
0.9.0
-
nixpkgs-25.11-darwin
0.9.0
Python API for interacting with Glances
Open source home automation that puts local control and privacy first
Open source home automation that puts local control and privacy first