Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

Количество 50

Количество 50

ubuntu логотип

CVE-2026-33186

3 месяца назад

gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, "deny" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback "allow" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a sec...

CVSS3: 9.1
EPSS: Низкий
redhat логотип

CVE-2026-33186

3 месяца назад

gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, "deny" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback "allow" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a sec...

CVSS3: 9.1
EPSS: Низкий
nvd логотип

CVE-2026-33186

3 месяца назад

gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, "deny" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback "allow" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a securi

CVSS3: 9.1
EPSS: Низкий
msrc логотип

CVE-2026-33186

3 месяца назад

gRPC-Go has an authorization bypass via missing leading slash in :path

EPSS: Низкий
debian логотип

CVE-2026-33186

3 месяца назад

gRPC-Go is the Go language implementation of gRPC. Versions prior to 1 ...

CVSS3: 9.1
EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:20924-1

19 дней назад

Security update for elemental-system-agent

EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:20921-1

19 дней назад

Security update for elemental-toolkit

EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:20920-1

19 дней назад

Security update for elemental-register

EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:20856-1

26 дней назад

Security update for shadowsocks-v2ray-plugin

EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:20761-1

около 1 месяца назад

Security update for google-guest-agent

EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:20603-1

2 месяца назад

Security update for ignition

EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:20584-1

2 месяца назад

Security update for v2ray-core

EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:20555-1

2 месяца назад

Security update for google-cloud-sap-agent

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:2347-1

17 дней назад

Security update for google-osconfig-agent

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:2101-1

около 1 месяца назад

Security update for google-guest-agent

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1395-1

2 месяца назад

Security update for azure-storage-azcopy

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1314-1

2 месяца назад

Security update for ignition

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1195-1

3 месяца назад

Security update for google-cloud-sap-agent

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:1194-1

3 месяца назад

Security update for google-cloud-sap-agent

EPSS: Низкий
github логотип

GHSA-p77j-4mvh-x3m3

3 месяца назад

gRPC-Go has an authorization bypass via missing leading slash in :path

CVSS3: 9.1
EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
ubuntu логотип
CVE-2026-33186

gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, "deny" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback "allow" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a sec...

CVSS3: 9.1
1%
Низкий
3 месяца назад
redhat логотип
CVE-2026-33186

gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, "deny" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback "allow" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a sec...

CVSS3: 9.1
1%
Низкий
3 месяца назад
nvd логотип
CVE-2026-33186

gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, "deny" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback "allow" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a securi

CVSS3: 9.1
1%
Низкий
3 месяца назад
msrc логотип
CVE-2026-33186

gRPC-Go has an authorization bypass via missing leading slash in :path

1%
Низкий
3 месяца назад
debian логотип
CVE-2026-33186

gRPC-Go is the Go language implementation of gRPC. Versions prior to 1 ...

CVSS3: 9.1
1%
Низкий
3 месяца назад
suse-cvrf логотип
openSUSE-SU-2026:20924-1

Security update for elemental-system-agent

1%
Низкий
19 дней назад
suse-cvrf логотип
openSUSE-SU-2026:20921-1

Security update for elemental-toolkit

1%
Низкий
19 дней назад
suse-cvrf логотип
openSUSE-SU-2026:20920-1

Security update for elemental-register

1%
Низкий
19 дней назад
suse-cvrf логотип
openSUSE-SU-2026:20856-1

Security update for shadowsocks-v2ray-plugin

1%
Низкий
26 дней назад
suse-cvrf логотип
openSUSE-SU-2026:20761-1

Security update for google-guest-agent

1%
Низкий
около 1 месяца назад
suse-cvrf логотип
openSUSE-SU-2026:20603-1

Security update for ignition

1%
Низкий
2 месяца назад
suse-cvrf логотип
openSUSE-SU-2026:20584-1

Security update for v2ray-core

1%
Низкий
2 месяца назад
suse-cvrf логотип
openSUSE-SU-2026:20555-1

Security update for google-cloud-sap-agent

1%
Низкий
2 месяца назад
suse-cvrf логотип
SUSE-SU-2026:2347-1

Security update for google-osconfig-agent

1%
Низкий
17 дней назад
suse-cvrf логотип
SUSE-SU-2026:2101-1

Security update for google-guest-agent

1%
Низкий
около 1 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1395-1

Security update for azure-storage-azcopy

1%
Низкий
2 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1314-1

Security update for ignition

1%
Низкий
2 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1195-1

Security update for google-cloud-sap-agent

1%
Низкий
3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:1194-1

Security update for google-cloud-sap-agent

1%
Низкий
3 месяца назад
github логотип
GHSA-p77j-4mvh-x3m3

gRPC-Go has an authorization bypass via missing leading slash in :path

CVSS3: 9.1
1%
Низкий
3 месяца назад

Уязвимостей на страницу