Lucene search
+L

357061 matches found

RedHat Linux
RedHat Linux
added 2026/08/17 6:35 p.m.9 views

kernel: dlm: validate length in dlm_search_rsb_tree

A flaw was found in the Linux kernel's Distributed Lock Manager dlm module. An attacker could send specially crafted network messages with an oversized length parameter to the dlmdumprsbname function. This lack of validation can lead to an out-of-bounds write in the dlmsearchrsbtree function,...

9.8CVSS6.5AI score0.00426EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/17 6:33 p.m.4 views

oxo v2.9.23

OXO Scan Orchestration Engine OXO is a security scanning framework built for modularity, scalability, and simplicity. OXO Engine combines specialized tools to work cohesively to find vulnerabilities and perform actions like recon, enumeration, and fingerprinting. Documentation Agents Store CLI...

5.8AI score
SaveExploits0References16
NVD
NVD
added 2026/08/17 6:16 p.m.6 views

CVE-2026-48053

Kolibri is an offline-first education platform. Prior to version 0.19.4, several Kolibri API endpoints accept an unvalidated baseurl parameter and fetch attacker-controlled URLs from the Kolibri server, reflecting the response body back to the caller. The original report identified two endpoints ...

5.8CVSS0.00282EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/08/17 6:03 p.m.4 views

vpod v0.7.1

Vpod Getting Started • Documentation • Issues • Contributing What is a vpod ? A vpod is a lightweight, portable sandbox that gives an untrusted process an instant Linux environment. It uses a RISC‑V architecture and runs entirely inside WebAssembly. Fast startup : Boot in under a second. Portable...

6AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/08/17 5:57 p.m.10 views

CVE-2026-48053 Kolibri has Unauthenticated Server-Side Request Forgery (SSRF) in RemoteFacilityUserViewset

Kolibri is an offline-first education platform. Prior to version 0.19.4, several Kolibri API endpoints accept an unvalidated baseurl parameter and fetch attacker-controlled URLs from the Kolibri server, reflecting the response body back to the caller. The original report identified two endpoints ...

5.8CVSS5.4AI score0.00282EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/17 5:57 p.m.6 views

CVE-2026-48053 Kolibri has Unauthenticated Server-Side Request Forgery (SSRF) in RemoteFacilityUserViewset

Kolibri is an offline-first education platform. Prior to version 0.19.4, several Kolibri API endpoints accept an unvalidated baseurl parameter and fetch attacker-controlled URLs from the Kolibri server, reflecting the response body back to the caller. The original report identified two endpoints ...

5.8CVSS5.5AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/17 5:57 p.m.14 views

CVE-2026-48053

Kolibri is an offline-first education platform. Prior to version 0.19.4, several Kolibri API endpoints accept an unvalidated baseurl parameter and fetch attacker-controlled URLs from the Kolibri server, reflecting the response body back to the caller. The original report identified two endpoints ...

5.8CVSS5.3AI score0.00282EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/08/17 5:57 p.m.40 views

CVE-2026-48053 Kolibri has Unauthenticated Server-Side Request Forgery (SSRF) in RemoteFacilityUserViewset

Kolibri is an offline-first education platform. Prior to version 0.19.4, several Kolibri API endpoints accept an unvalidated baseurl parameter and fetch attacker-controlled URLs from the Kolibri server, reflecting the response body back to the caller. The original report identified two endpoints ...

5.8CVSS0.00282EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/17 5:57 p.m.58 views

CVE-2026-48053

Kolibri versions before 0.19.4 have an unauthenticated SSRF in RemoteFacilityUserViewset (api.py:1570) and three other endpoints: the baseurl parameter is only scheme-validated, and requests follows 30x redirects, allowing attackers to pivot fetches to internal services or cloud metadata (AWS IMD...

5.8CVSS5.4AI score0.00282EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/17 5:57 p.m.14 views

EUVD-2026-60319

Kolibri is an offline-first education platform. Prior to version 0.19.4, several Kolibri API endpoints accept an unvalidated baseurl parameter and fetch attacker-controlled URLs from the Kolibri server, reflecting the response body back to the caller. The original report identified two endpoints ...

5.8CVSS5.4AI score0.00282EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/17 5:50 p.m.12 views

GHSA-FHGH-WQ4Q-R37X uniget CLI: Metadata signature verification only runs when UNIGET_IGNORE_METADATA_SIGNATURE is set

Summary The sigstore check on metadata.json is gated on the wrong side of the condition. LoadMetadata in internal/config/update.go:81 verifies the bundle only when UNIGETIGNOREMETADATASIGNATURE is non-empty, so in a normal run, where nobody sets that variable, the signature is never checked...

7.8CVSS5.8AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/08/17 5:50 p.m.11 views

uniget CLI: Metadata signature verification only runs when UNIGET_IGNORE_METADATA_SIGNATURE is set

Summary The sigstore check on metadata.json is gated on the wrong side of the condition. LoadMetadata in internal/config/update.go:81 verifies the bundle only when UNIGETIGNOREMETADATASIGNATURE is non-empty, so in a normal run, where nobody sets that variable, the signature is never checked...

7.8CVSS8.5AI score0.0083EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/17 5:49 p.m.11 views

Etherpad addressed weak token RNG, login timing, plugin path handling, API request handling

Fix: PR 7906 ether/etherpad. A set of medium/low hardening fixes: - Weak RNG for tokens CWE-330: author/session/readonly IDs were generated with Math.random client and server. Now use crypto.getRandomValues. - Login timing / no failure delay CWE-208/CWE-307: the OIDC interaction login used a...

5.6AI score
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/17 5:49 p.m.7 views

GHSA-92HR-GMR6-H8CP Etherpad addressed weak token RNG, login timing, plugin path handling, API request handling

Fix: PR 7906 ether/etherpad. A set of medium/low hardening fixes: - Weak RNG for tokens CWE-330: author/session/readonly IDs were generated with Math.random client and server. Now use crypto.getRandomValues. - Login timing / no failure delay CWE-208/CWE-307: the OIDC interaction login used a...

5.6AI score
SaveExploits0References5
OSV
OSV
added 2026/08/17 5:46 p.m.8 views

GHSA-M6JG-WR9M-CG2F uniget CLI has Path Traversal in Hook Files - Directory Escape Vulnerability

Summary Path Traversal vulnerability in hook filename handling allows attackers to access and manipulate arbitrary files outside the hooks directory via directory escape sequences like passwd. Details File: hooks.go Lines 135-160 hookFileName := args0 // User input not validated hookFile =...

6.9CVSS5.6AI score
SaveExploits0References4
CVE
CVE
added 2026/08/17 5:46 p.m.24 views

CVE-2026-55062

The uniget CLI's hooks.go (lines 135-160) concatenates user-supplied hook filenames directly into a path without sanitizing ../ sequences. An attacker can run ./uniget hooks edit --type=pre-install "../../../../etc/passwd" to read or overwrite arbitrary files outside the hooks directory. A proof-...

SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/08/17 5:46 p.m.9 views

uniget CLI has Path Traversal in Hook Files - Directory Escape Vulnerability

Summary Path Traversal vulnerability in hook filename handling allows attackers to access and manipulate arbitrary files outside the hooks directory via directory escape sequences like passwd. Details File: hooks.go Lines 135-160 hookFileName := args0 // User input not validated hookFile =...

5.6AI score
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/17 5:46 p.m.25 views

CVE-2026-55061

The uniget CLI is vulnerable to command injection in hooks.go at line 199, where strings.Split(editor, " ") naively parses the EDITOR/UNIGET_EDITOR environment variable without shell escaping. An attacker can set EDITOR to a value like "/path/to/wrapper && id && echo", causing arbitrary command e...

SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/08/17 5:46 p.m.12 views

uniget CLI has an EDITOR Command Injection

Summary The uniget CLI has a command injection vulnerability in hooks.go line 199 where strings.Spliteditor, " " naively parses the EDITOR environment variable without respecting shell syntax. An attacker can set EDITOR="/path/to/wrapper && id && echo" which gets split into separate arguments,...

6.5AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/17 5:46 p.m.8 views

GHSA-QMCQ-XW74-W667 uniget CLI has an EDITOR Command Injection

Summary The uniget CLI has a command injection vulnerability in hooks.go line 199 where strings.Spliteditor, " " naively parses the EDITOR environment variable without respecting shell syntax. An attacker can set EDITOR="/path/to/wrapper && id && echo" which gets split into separate arguments,...

6.9CVSS6.6AI score
SaveExploits0References4
Rows per page
Query Builder