Lucene search
+L

737 matches found

CVE
CVE
added 2026/07/30 7:23 a.m.60 views

CVE-2026-18353

PIA’s POST /v1/upload/sbom validates a Bearer JWT by checking the unverified iss against an issuer allowlist using urlparse, then performs OIDC discovery with requests. A backslash in the authority (e.g., https://[email protected]/) is parsed into different hostnames, enabling an attac...

8.8CVSS6AI score0.00239EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/30 7:23 a.m.12 views

CVE-2026-18353 Unauthenticated SSRF in PIA via OIDC issuer allowlist bypass

PIA's POST /v1/upload/sbom endpoint accepts a Bearer JWT and checks its unverified iss claim against an issuer allowlist using Python's urlparse before performing OIDC discovery with requests. Because urlparse and requests/urllib3 parse an authority string containing a backslash e.g...

8.8CVSS5.5AI score
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/30 12:00 a.m.36 views

Linux Distros Unpatched Vulnerability : CVE-2026-17543

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Improper escaping of backslashes in attacker-provided parameters would allow for trivial SQL injection in PHP versions from 8.2. before 8.2.33, from 8.3. before...

9.8CVSS5.9AI score0.00323EPSS
SaveExploits2References2
Positive Technologies
Positive Technologies
added 2026/07/30 12:00 a.m.28 views

PT-2026-66457

Name of the Vulnerable Software and Affected Versions PHP versions 8.2.0 through 8.2.32 PHP versions 8.3.0 through 8.3.32 PHP versions 8.4.0 through 8.4.23 PHP versions 8.5.0 through 8.5.8 Description Improper escaping of backslashes in attacker-provided parameters allows for SQL injection, a...

9.8CVSS5.6AI score0.00426EPSS
SaveExploits4References91
NVD
NVD
added 2026/07/29 7:16 p.m.13 views

CVE-2026-67201

V through 0.5.2, fixed in commit 85859f0, contains a server-side request forgery SSRF bypass vulnerability that allows attackers to circumvent host-based allowlists by exploiting a parser differential between net.urllib and net.http. Attackers can craft a URL containing a backslash in the authori...

8.6CVSS0.00391EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/29 6:12 p.m.40 views

CVE-2026-67201 V 0.5.2 SSRF Bypass via Parser Differential in net.urllib and net.http

V through 0.5.2, fixed in commit 85859f0, contains a server-side request forgery SSRF bypass vulnerability that allows attackers to circumvent host-based allowlists by exploiting a parser differential between net.urllib and net.http. Attackers can craft a URL containing a backslash in the authori...

8.6CVSS0.00391EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/29 6:12 p.m.11 views

CVE-2026-67201

V through 0.5.2, fixed in commit 85859f0, contains a server-side request forgery SSRF bypass vulnerability that allows attackers to circumvent host-based allowlists by exploiting a parser differential between net.urllib and net.http. Attackers can craft a URL containing a backslash in the authori...

8.6CVSS5.9AI score0.00391EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/29 6:12 p.m.18 views

EUVD-2026-50446

V through 0.5.2, fixed in commit 85859f0, contains a server-side request forgery SSRF bypass vulnerability that allows attackers to circumvent host-based allowlists by exploiting a parser differential between net.urllib and net.http. Attackers can craft a URL containing a backslash in the authori...

8.6CVSS5.9AI score0.00391EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/29 6:12 p.m.11 views

CVE-2026-67201 V 0.5.2 SSRF Bypass via Parser Differential in net.urllib and net.http

V through 0.5.2, fixed in commit 85859f0, contains a server-side request forgery SSRF bypass vulnerability that allows attackers to circumvent host-based allowlists by exploiting a parser differential between net.urllib and net.http. Attackers can craft a URL containing a backslash in the authori...

7.7CVSS5.9AI score
SaveExploits0References7
OSV
OSV
added 2026/07/29 3:40 p.m.14 views

GHSA-QCXP-GM7M-4J5V Quarkus: Authentication/Authorization Bypass via Advanced Path Normalization Vulnerabilities

Quarkus HTTP path-based authorization policies can be bypassed using encoded semicolons %3B to smuggle matrix parameters past the security layer, and using encoded slashes %2F or backslashes %5C to access protected static resources. This is a distinct issue from CVE-2026-39852, which addressed on...

7.5CVSS5.9AI score0.00667EPSS
SaveExploits1References14
Github Security Blog
Github Security Blog
added 2026/07/29 3:40 p.m.18 views

Quarkus: Authentication/Authorization Bypass via Advanced Path Normalization Vulnerabilities

Quarkus HTTP path-based authorization policies can be bypassed using encoded semicolons %3B to smuggle matrix parameters past the security layer, and using encoded slashes %2F or backslashes %5C to access protected static resources. This is a distinct issue from CVE-2026-39852, which addressed on...

7.5CVSS5.9AI score0.00667EPSS
SaveExploits1References14Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/29 12:00 a.m.18 views

PT-2026-65870

V through 0.5.2, fixed in commit 85859f0, contains a server-side request forgery SSRF bypass vulnerability that allows attackers to circumvent host-based allowlists by exploiting a parser differential between net.urllib and net.http. Attackers can craft a URL containing a backslash in the authori...

8.6CVSS5.9AI score0.00391EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/28 10:18 p.m.12 views

CVE-2026-54658

Hypequery is a TypeScript semantic layer for ClickHouse. Prior to 2.5.1, escapeValue in packages/clickhouse/src/core/utils.ts did not escape backslashes before single quotes during parameter substitution, allowing attacker controlled query parameters with a trailing backslash to escape the closin...

9.8CVSS5.6AI score0.00465EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/07/28 10:18 p.m.44 views

CVE-2026-54658 @hypequery/clickhouse has SQL Injection in parameter escaping that allows arbitrary SQL execution

Hypequery is a TypeScript semantic layer for ClickHouse. Prior to 2.5.1, escapeValue in packages/clickhouse/src/core/utils.ts did not escape backslashes before single quotes during parameter substitution, allowing attacker controlled query parameters with a trailing backslash to escape the closin...

9.8CVSS0.00465EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2026/07/28 6:29 p.m.11 views

php: ext-pgsql: PHP: SQL injection via improper backslash escaping

A flaw was found in PHP. Improper escaping of backslashes in attacker-provided parameters can lead to a SQL injection vulnerability. A remote attacker could exploit this flaw by crafting malicious input, potentially gaining unauthorized access to sensitive information, manipulating data, or causi...

9.8CVSS5.7AI score0.00323EPSS
SaveExploits2References5
Positive Technologies
Positive Technologies
added 2026/07/28 12:00 a.m.17 views

PT-2026-65620

Name of the Vulnerable Software and Affected Versions Hypequery versions prior to 2.0.2 Description A SQL injection issue exists in the escapeValue function within the packages/clickhouse/src/core/utils.ts file. The function fails to escape backslashes before single quotes during parameter...

9.8CVSS5.7AI score0.00465EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/27 10:11 p.m.11 views

CVE-2026-53669 React Router: Open redirect via backslash in <Link> and useNavigate (CVE-2025-68470 bypass)

React Router is a router for React. Versions 6.0.0 through 7.17.0 are vulnerable to Open Redirtect through use of backslashes in and useNavigate. This issue is a follow up to CVE-2025-68470 and has been fixed in version 7.18.0...

5.1CVSS5.7AI score
SaveExploits0References7
CVE
CVE
added 2026/07/27 10:11 p.m.283 views

CVE-2026-53669

CVE-2026-53669 (React Router) affects React Router versions 6.0.0 through 7.17.0. The vulnerability is an Open Redirect caused by using backslashes in and useNavigate, permitting unexpected external navigations. This is a follow-up to CVE-2025-68470. The issue is fixed in version 7.18.0. If expl...

6.1CVSS5.7AI score0.005EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2026/07/27 9:17 p.m.15 views

CVE-2026-59730

Astro is a web framework for content-driven websites. In versions 8.1.0 through 11.0.1, when trailingSlash: 'always' is configured, the @astrojs/node standalone server's static file handler appends a trailing slash to request paths and issues a 301 redirect. Paths beginning with /\ slash-backslas...

2.1CVSS0.00359EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/27 8:00 p.m.60 views

CVE-2026-59730

CVE-2026-59730 affects the Astro ecosystem via the @astrojs/node standalone server. In versions 8.1.0–11.0.1, with trailingSlash: 'always', the static file handler could mishandle paths starting with a backslash (/), echoing the raw path in the Location header of a 301 redirect. Because browsers ...

2.1CVSS5.8AI score0.00359EPSS
SaveExploits0References4
Rows per page
Query Builder