Lucene search
+L

36 matches found

Cvelist
Cvelist
added 2026/07/29 7:39 p.m.55 views

CVE-2026-67435 linuxfabrik-lib: fetch() forwards credential headers across a cross-origin redirect

linuxfabrik-lib provides Python modules for database access, caching, shell execution, and API integrations. Prior to version 6.0.0, lib.url.fetch followed cross-origin redirects while forwarding caller-supplied credential headers other than Authorization and Cookie, allowing a malicious...

6CVSS0.00286EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/29 7:39 p.m.11 views

CVE-2026-67435

linuxfabrik-lib provides Python modules for database access, caching, shell execution, and API integrations. Prior to version 6.0.0, lib.url.fetch followed cross-origin redirects while forwarding caller-supplied credential headers other than Authorization and Cookie, allowing a malicious...

6CVSS5.9AI score0.00286EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/07/29 7:39 p.m.45 views

CVE-2026-67435

The issue in linuxfabrik-lib affects the Python module lib.url.fetch() in versions before 6.0.0. It may follow cross-origin redirects while forwarding caller-supplied credential headers other than Authorization and Cookie, enabling a malicious redirect-capable server to receive headers such as X-...

6CVSS5.9AI score0.00286EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/29 7:39 p.m.7 views

CVE-2026-67435 linuxfabrik-lib: fetch() forwards credential headers across a cross-origin redirect

linuxfabrik-lib provides Python modules for database access, caching, shell execution, and API integrations. Prior to version 6.0.0, lib.url.fetch followed cross-origin redirects while forwarding caller-supplied credential headers other than Authorization and Cookie, allowing a malicious...

6CVSS5.9AI score
SaveExploits0References5
CVE
CVE
added 2026/07/29 7:27 p.m.24 views

CVE-2026-67433

CVE-2026-67433 affects Linuxfabrik monitoring-plugins (Python plugins for Icinga/Nagios). In version 6.0.0, the logfile check legacy database migration used a predictable path under /tmp via os.rename(), enabling a local user with plugin-account access to place a symlink that is followed by sqlit...

5.8CVSS5.9AI score0.0008EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/29 7:27 p.m.6 views

CVE-2026-67433 Linuxfabrik monitoring-plugins: Symlink following in logfile legacy database migration

Linuxfabrik monitoring-plugins provides Python monitoring plugins for Icinga, Nagios, and related monitoring systems. In version 6.0.0, the logfile check legacy database migration moved a predictable path from /tmp with os.rename and allowed a local user controlling the plugin account to place a...

5.8CVSS5.9AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/29 7:27 p.m.55 views

CVE-2026-67433 Linuxfabrik monitoring-plugins: Symlink following in logfile legacy database migration

Linuxfabrik monitoring-plugins provides Python monitoring plugins for Icinga, Nagios, and related monitoring systems. In version 6.0.0, the logfile check legacy database migration moved a predictable path from /tmp with os.rename and allowed a local user controlling the plugin account to place a...

5.8CVSS0.0008EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/29 12:0 a.m.16 views

PT-2026-65902

Name of the Vulnerable Software and Affected Versions linuxfabrik-lib versions prior to 6.0.0 Description The lib.url.fetch function follows cross-origin redirects while forwarding caller-supplied credential headers, excluding Authorization and Cookie. This behavior allows a malicious server...

6CVSS5.8AI score0.00286EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/13 3:46 p.m.13 views

PYSEC-2026-2596 Linuxfabrik Monitoring Plugins allow insecure creation of SQLite databases

Summary The SQLite databases are created at predictable static paths in /tmp. Any user can therefore create a symlink at these paths in /tmp pointing to arbitrary files. The monitoring scripts then follows these symlinks and then creates their database at the symlink target. This becomes really...

5.1CVSS6.3AI score
SaveExploits0References5
OSV
OSV
added 2026/07/13 3:46 p.m.11 views

PYSEC-2026-2595 Linuxfabrik Monitoring Plugins: Sudoers may be able to obtain privilege escalation via /usr/bin/apt-get arguments

Summary In the Debian.sudoers file, apt-get is allowed for the nagios user. The full command including the arguments are not enforced and can therefore be choosen arbitrarily. This allows to easily get a root shell as the nagios user: PoC By choosing a particular argument, you can get as a nagios...

8.4CVSS6.1AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/06 9:13 p.m.17 views

Linuxfabrik Monitoring Plugins have local privilege escalation using embedded command

Summary When a check plugin places user provided input inside a command which is passed to shellexec, an attacker can abuse this to run arbitrary commands. This is mainly dangerous for plugins which are listed in the sudoers file, because this allows an attacker controlling the nagios user to get...

7.8CVSS6.2AI score
SaveExploits0References2Affected Software1
Snyk
Snyk
added 2026/07/06 9:13 p.m.17 views

Command Injection

Overview linuxfabrik-lib is a Python libraries used in various Linuxfabrik projects, including the 'Linuxfabrik Monitoring Plugins' project. Affected versions of this package are vulnerable to Command Injection via the shellexec function. An attacker can execute arbitrary commands with elevated...

8.5CVSS6.2AI score
SaveExploits0References2
OSV
OSV
added 2026/07/06 9:13 p.m.9 views

GHSA-798H-HPPH-M24J Linuxfabrik Monitoring Plugins have local privilege escalation using embedded command

Summary When a check plugin places user provided input inside a command which is passed to shellexec, an attacker can abuse this to run arbitrary commands. This is mainly dangerous for plugins which are listed in the sudoers file, because this allows an attacker controlling the nagios user to get...

7.8CVSS6.2AI score
SaveExploits0References2
Snyk
Snyk
added 2026/07/06 8:31 p.m.16 views

Insecure Temporary File

Overview linuxfabrik-lib is a Python libraries used in various Linuxfabrik projects, including the 'Linuxfabrik Monitoring Plugins' project. Affected versions of this package are vulnerable to Insecure Temporary File in the process that creates SQLite databases at predictable paths in /tmp. An...

5.1CVSS6.2AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/07/06 8:31 p.m.21 views

Linuxfabrik Monitoring Plugins allow insecure creation of SQLite databases

Summary The SQLite databases are created at predictable static paths in /tmp. Any user can therefore create a symlink at these paths in /tmp pointing to arbitrary files. The monitoring scripts then follows these symlinks and then creates their database at the symlink target. This becomes really...

5.1CVSS6.2AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/07/06 8:31 p.m.13 views

GHSA-R35R-FPX2-JGR4 Linuxfabrik Monitoring Plugins allow insecure creation of SQLite databases

Summary The SQLite databases are created at predictable static paths in /tmp. Any user can therefore create a symlink at these paths in /tmp pointing to arbitrary files. The monitoring scripts then follows these symlinks and then creates their database at the symlink target. This becomes really...

5.1CVSS6.2AI score
SaveExploits0References2
Rows per page
Query Builder