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

exploitDog

Количество 57

Количество 57

ubuntu логотип

CVE-2025-71120

5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf A zero length gss_token results in pages == 0 and in_token->pages[0] is NULL. The code unconditionally evaluates page_address(in_token->pages[0]) for the initial memcpy, which can dereference NULL even when the copy length is 0. Guard the first memcpy so it only runs when length > 0.

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

CVE-2025-71120

5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf A zero length gss_token results in pages == 0 and in_token->pages[0] is NULL. The code unconditionally evaluates page_address(in_token->pages[0]) for the initial memcpy, which can dereference NULL even when the copy length is 0. Guard the first memcpy so it only runs when length > 0.

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

CVE-2025-71120

5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf A zero length gss_token results in pages == 0 and in_token->pages[0] is NULL. The code unconditionally evaluates page_address(in_token->pages[0]) for the initial memcpy, which can dereference NULL even when the copy length is 0. Guard the first memcpy so it only runs when length > 0.

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

CVE-2025-71120

5 месяцев назад

SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf

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

CVE-2025-71120

5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: S ...

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

GHSA-f8g6-pm49-2rcv

5 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf A zero length gss_token results in pages == 0 and in_token->pages[0] is NULL. The code unconditionally evaluates page_address(in_token->pages[0]) for the initial memcpy, which can dereference NULL even when the copy length is 0. Guard the first memcpy so it only runs when length > 0.

CVSS3: 5.5
EPSS: Низкий
fstec логотип

BDU:2026-03365

8 месяцев назад

Уязвимость функции gss_read_proxy_verf() модуля net/sunrpc/auth_gss/svcauth_gss.c ядра операционной системы Linux, позволяющая нарушителю, действующему удалённо, вызвать отказ в обслуживании

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

SUSE-SU-2026:1270-1

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

Security update for the Linux Kernel (Live Patch 33 for SUSE Linux Enterprise 15 SP5)

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

SUSE-SU-2026:1265-1

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

Security update for the Linux Kernel (Live Patch 46 for SUSE Linux Enterprise 15 SP4)

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

SUSE-SU-2026:1254-1

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

Security update for the Linux Kernel (Live Patch 34 for SUSE Linux Enterprise 15 SP5)

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

SUSE-SU-2026:1237-1

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

Security update for the Linux Kernel (Live Patch 47 for SUSE Linux Enterprise 15 SP4)

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

SUSE-SU-2026:1305-1

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

Security update for the Linux Kernel (Live Patch 76 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:1293-1

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

Security update for the Linux Kernel (Live Patch 75 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:1288-1

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

Security update for the Linux Kernel (Live Patch 74 for SUSE Linux Enterprise 12 SP5)

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

SUSE-SU-2026:1284-1

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

Security update for the Linux Kernel (Live Patch 7 for SUSE Linux Enterprise 15 SP7)

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

SUSE-SU-2026:1279-1

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

Security update for the Linux Kernel (Live Patch 8 for SUSE Linux Enterprise 15 SP7)

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

SUSE-SU-2026:1274-1

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

Security update for the Linux Kernel (Live Patch 19 for SUSE Linux Enterprise 15 SP6)

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

SUSE-SU-2026:1272-1

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

Security update for the Linux Kernel (Live Patch 18 for SUSE Linux Enterprise 15 SP6)

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

SUSE-SU-2026:1189-1

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

Security update for the Linux Kernel RT (Live Patch 8 for SUSE Linux Enterprise 15 SP7)

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

SUSE-SU-2026:1281-1

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

Security update for the Linux Kernel (Live Patch 42 for SUSE Linux Enterprise 15 SP4)

EPSS: Низкий

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

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

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf A zero length gss_token results in pages == 0 and in_token->pages[0] is NULL. The code unconditionally evaluates page_address(in_token->pages[0]) for the initial memcpy, which can dereference NULL even when the copy length is 0. Guard the first memcpy so it only runs when length > 0.

CVSS3: 5.5
0%
Низкий
5 месяцев назад
redhat логотип
CVE-2025-71120

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf A zero length gss_token results in pages == 0 and in_token->pages[0] is NULL. The code unconditionally evaluates page_address(in_token->pages[0]) for the initial memcpy, which can dereference NULL even when the copy length is 0. Guard the first memcpy so it only runs when length > 0.

CVSS3: 6.5
0%
Низкий
5 месяцев назад
nvd логотип
CVE-2025-71120

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf A zero length gss_token results in pages == 0 and in_token->pages[0] is NULL. The code unconditionally evaluates page_address(in_token->pages[0]) for the initial memcpy, which can dereference NULL even when the copy length is 0. Guard the first memcpy so it only runs when length > 0.

CVSS3: 5.5
0%
Низкий
5 месяцев назад
msrc логотип
CVE-2025-71120

SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf

CVSS3: 5.5
0%
Низкий
5 месяцев назад
debian логотип
CVE-2025-71120

In the Linux kernel, the following vulnerability has been resolved: S ...

CVSS3: 5.5
0%
Низкий
5 месяцев назад
github логотип
GHSA-f8g6-pm49-2rcv

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf A zero length gss_token results in pages == 0 and in_token->pages[0] is NULL. The code unconditionally evaluates page_address(in_token->pages[0]) for the initial memcpy, which can dereference NULL even when the copy length is 0. Guard the first memcpy so it only runs when length > 0.

CVSS3: 5.5
0%
Низкий
5 месяцев назад
fstec логотип
BDU:2026-03365

Уязвимость функции gss_read_proxy_verf() модуля net/sunrpc/auth_gss/svcauth_gss.c ядра операционной системы Linux, позволяющая нарушителю, действующему удалённо, вызвать отказ в обслуживании

CVSS3: 6.5
0%
Низкий
8 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:1270-1

Security update for the Linux Kernel (Live Patch 33 for SUSE Linux Enterprise 15 SP5)

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

Security update for the Linux Kernel (Live Patch 46 for SUSE Linux Enterprise 15 SP4)

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

Security update for the Linux Kernel (Live Patch 34 for SUSE Linux Enterprise 15 SP5)

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

Security update for the Linux Kernel (Live Patch 47 for SUSE Linux Enterprise 15 SP4)

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

Security update for the Linux Kernel (Live Patch 76 for SUSE Linux Enterprise 12 SP5)

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

Security update for the Linux Kernel (Live Patch 75 for SUSE Linux Enterprise 12 SP5)

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

Security update for the Linux Kernel (Live Patch 74 for SUSE Linux Enterprise 12 SP5)

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

Security update for the Linux Kernel (Live Patch 7 for SUSE Linux Enterprise 15 SP7)

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

Security update for the Linux Kernel (Live Patch 8 for SUSE Linux Enterprise 15 SP7)

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

Security update for the Linux Kernel (Live Patch 19 for SUSE Linux Enterprise 15 SP6)

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

Security update for the Linux Kernel (Live Patch 18 for SUSE Linux Enterprise 15 SP6)

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

Security update for the Linux Kernel RT (Live Patch 8 for SUSE Linux Enterprise 15 SP7)

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

Security update for the Linux Kernel (Live Patch 42 for SUSE Linux Enterprise 15 SP4)

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

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