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

exploitDog

github логотип

GHSA-945m-m359-mmj7

Опубликовано: 23 сент. 2025
Источник: github
Github: Не прошло ревью

Описание

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

netfilter: nft_set_pipapo: fix null deref for empty set

Blamed commit broke the check for a null scratch map:

  • if (unlikely(!m || !*raw_cpu_ptr(m->scratch)))
  • if (unlikely(!raw_cpu_ptr(m->scratch)))

This should have been "if (!*raw_ ...)". Use the pattern of the avx2 version which is more readable.

This can only be reproduced if avx2 support isn't available.

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

netfilter: nft_set_pipapo: fix null deref for empty set

Blamed commit broke the check for a null scratch map:

  • if (unlikely(!m || !*raw_cpu_ptr(m->scratch)))
  • if (unlikely(!raw_cpu_ptr(m->scratch)))

This should have been "if (!*raw_ ...)". Use the pattern of the avx2 version which is more readable.

This can only be reproduced if avx2 support isn't available.

Связанные уязвимости

ubuntu
11 месяцев назад

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

nvd
11 месяцев назад

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

msrc
11 месяцев назад

netfilter: nft_set_pipapo: fix null deref for empty set

CVSS3: 5.5
fstec
12 месяцев назад

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

oracle-oval
9 месяцев назад

ELSA-2025-25754: Unbreakable Enterprise kernel security update (IMPORTANT)