Lucene search
+L

184 matches found

Cvelist
Cvelist
added 2026/08/18 7:06 p.m.21 views

CVE-2026-19670 Incorrect Authorization in CISA Malcolm

Malcolm's nginx Lua role-based access control RBAC layer decides whether an authenticated user may reach a role-restricted path e.g. /htadmin, /auth, /adminlogin, /arkime/api/esadmin, NetBox, upload endpoints by pattern-matching the raw, percent-encoded request URI. Nginx itself, however, selects...

5.4CVSS0.00185EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/18 7:06 p.m.61 views

CVE-2026-19670

Malcolm's nginx Lua RBAC layer pattern-matches the raw percent-encoded URI while nginx routes using the decoded URI, allowing an authenticated low-privilege user to access admin-only paths via encoded URLs like /%68tadmin.php. CVSS 5.4 (MEDIUM); no in-the-wild exploitation reported. No patch vers...

5.4CVSS5.3AI score0.00185EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/18 7:06 p.m.12 views

EUVD-2026-61157

Malcolm's nginx Lua role-based access control RBAC layer decides whether an authenticated user may reach a role-restricted path e.g. /htadmin, /auth, /adminlogin, /arkime/api/esadmin, NetBox, upload endpoints by pattern-matching the raw, percent-encoded request URI. Nginx itself, however, selects...

5.4CVSS5.4AI score0.00185EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/18 4:56 p.m.8 views

SUSE CVE-2026-64653

GitHub CLI gh is GitHub's official command line tool. Prior to 2.97.0, some HTTP request URLs interpolate variable path components without percent encoding, allowing URL path metacharacters in attacker-controlled repository or resource values to make gh address a different API endpoint or resourc...

5.1CVSS5.3AI score0.00511EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/17 3:11 p.m.7 views

CVE-2026-73851 Kiota: Path traversal in generated plugin manifest static_template.file reference (percent-encoding bypass)

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.29.1 and 1.34.0, an attacker who controls or tampers with the OpenAPI description consumed by Kiota can supply a file reference that resolves outside the manifest package e.g. ../../../../etc/passwd, an absolute path, or a file:// /...

6.1CVSS5.5AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2026/08/17 3:11 p.m.10 views

CVE-2026-73851 Kiota: Path traversal in generated plugin manifest static_template.file reference (percent-encoding bypass)

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.29.1 and 1.34.0, an attacker who controls or tampers with the OpenAPI description consumed by Kiota can supply a file reference that resolves outside the manifest package e.g. ../../../../etc/passwd, an absolute path, or a file:// /...

6.1CVSS5.4AI score0.01479EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/17 3:11 p.m.42 views

CVE-2026-73851 Kiota: Path traversal in generated plugin manifest static_template.file reference (percent-encoding bypass)

Kiota is an OpenAPI based HTTP Client code generator. Prior to 1.29.1 and 1.34.0, an attacker who controls or tampers with the OpenAPI description consumed by Kiota can supply a file reference that resolves outside the manifest package e.g. ../../../../etc/passwd, an absolute path, or a file:// /...

6.1CVSS0.01479EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/08/10 9:21 a.m.15 views

CVE-2026-64653

A flaw was found in GitHub CLI. This vulnerability arises from the tool's failure to properly percent-encode variable path components in HTTP request URLs. An attacker could craft malicious repository or resource values containing URL path metacharacters. This could lead to the GitHub CLI...

5.4CVSS5.2AI score0.00511EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/07 9:40 a.m.52 views

CVE-2026-12071

The CVE-2026-12071 issue affects the Webbox of TeamDavid by Tobit Laboratories AG. The vulnerability stems from how redirect URLs are constructed using user-supplied input, which is appended to the redirect target in a 302 HTTP response. Technical details in the connected documents show that atta...

5.3CVSS5.5AI score0.00335EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/06 10:18 p.m.24 views

CVE-2026-64653

GitHub CLI gh is GitHub’s official command line tool. Prior to 2.97.0, some HTTP request URLs interpolate variable path components without percent encoding, allowing URL path metacharacters in attacker-controlled repository or resource values to make gh address a different API endpoint or resourc...

5.1CVSS0.00511EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/06 10:18 p.m.7 views

AZL-95465 CVE-2026-64653 affecting package gh 2.62.0-20

GitHub CLI gh is GitHub’s official command line tool. Prior to 2.97.0, some HTTP request URLs interpolate variable path components without percent encoding, allowing URL path metacharacters in attacker-controlled repository or resource values to make gh address a different API endpoint or resourc...

5.1CVSS5.9AI score0.00511EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/08/03 9:05 p.m.14 views

Guzzle: Noncanonical cookie domain keeps subdomain scope

Impact SetCookie::matchesDomain gives every subdomain of a cookie Domain that cookie unless it recognizes the Domain as an IP literal or a numeric host, and it decides that from the domain's own text, so two spellings a transport reads as an address keep subdomain scope. On 7.15, hexadecimal and...

6.5CVSS5.5AI score0.00167EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/31 7:03 p.m.12 views

GHSA-CJ54-HPCC-GJ6H Thumbor has path traversal via post-validation URL decoding bypass in file_loader

The fileloader performs unquote on the file path AFTER the abspath + startswith security check. An attacker can use percent-encoded path traversal sequences %2e%2e for .. that pass the security check as literal directory names, but are then decoded to actual .. traversal sequences. Affected code...

8.7CVSS5.5AI score0.00357EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/31 7:03 p.m.13 views

CVE-2026-53502

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, fileloader decodes percent-encoded path segments after its root-boundary validation, allowing traversal outside FILELOADERROOTPATH through watermark or frame filter input. This issue is fixed in 7.8.0...

8.7CVSS5.5AI score0.00357EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/31 7:03 p.m.38 views

CVE-2026-53502 Thumbor has path traversal via post-validation URL decoding bypass in file_loader

Thumbor is an open-source photo thumbnail service by globo.com. Prior to 7.8.0, fileloader decodes percent-encoded path segments after its root-boundary validation, allowing traversal outside FILELOADERROOTPATH through watermark or frame filter input. This issue is fixed in 7.8.0...

8.7CVSS0.00357EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/28 11:17 p.m.18 views

CVE-2026-54650

openhole exposes localhost to the internet in one command. In 0.1.1 and earlier, openhole-server in internal/server/publicproxy.go forwarded r.URL.Path instead of preserving the original request target with r.URL.EscapedPath, allowing percent encoded dot segments %2e and separators %2f to reach...

8.6CVSS0.00361EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/28 10:20 p.m.11 views

GHSA-FH2F-XFXC-Q9CC openhole-server vulnerable to path traversal via URL-decoded request path

Summary openhole-server forwarded the URL-decoded request path r.URL.Path to tunnel clients instead of the original request-target. Percent-encoded dot-segments %2e and separators %2f were decoded to ../ and / before reaching the local service. Go's ServeMux rejects literal ../ paths, but...

8.6CVSS5.9AI score0.00361EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/28 4:04 p.m.12 views

CVE-2026-66754 Rouille 0.1.6 - 3.6.2 Reachable Assertion DoS via remove_prefix percent-encoding

Rouille 0.1.6 through 3.6.2 contains a reachable assertion vulnerability in the Request::removeprefix function that allows remote unauthenticated attackers to crash the server by sending a crafted percent-encoded URL. Attackers can send a request whose decoded path matches a configured prefix whi...

8.2CVSS6AI score0.00401EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/28 4:04 p.m.11 views

CVE-2026-66754

Rouille 0.1.6 through 3.6.2 contains a reachable assertion vulnerability in the Request::removeprefix function that allows remote unauthenticated attackers to crash the server by sending a crafted percent-encoded URL. Attackers can send a request whose decoded path matches a configured prefix whi...

8.2CVSS6AI score0.00401EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/07/28 4:04 p.m.43 views

CVE-2026-66754 Rouille 0.1.6 - 3.6.2 Reachable Assertion DoS via remove_prefix percent-encoding

Rouille 0.1.6 through 3.6.2 contains a reachable assertion vulnerability in the Request::removeprefix function that allows remote unauthenticated attackers to crash the server by sending a crafted percent-encoded URL. Attackers can send a request whose decoded path matches a configured prefix whi...

8.2CVSS0.00401EPSS
SaveExploits0References2
Rows per page
Query Builder