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

exploitDog

redhat логотип

CVE-2026-29167

Опубликовано: 08 июн. 2026
Источник: redhat
CVSS3: 4.6
EPSS Низкий

Описание

Use After Free vulnerability in Apache HTTP Server with mod_ldap in per-directory configuration This issue affects Apache HTTP Server: from 2.4.0 through 2.4.67. Users are recommended to upgrade to version 2.4.68, which fixes the issue.

A flaw was found in Apache HTTP Server when using the mod_ldap module in a per-directory configuration. This use-after-free vulnerability allows a remote attacker to potentially execute arbitrary code or cause a denial of service (DoS) due to improper memory handling. This could lead to system instability or unauthorized control over the affected server.

Отчет

CISA's 9.8 is a mechanical worst-case UAF score. Their vector is AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H — they're treating it as: "network-facing service, memory corruption primitive, assume RCE." This is how CISA-ADP routinely scores any UAF in a network daemon. They don't analyze actual exploitability; they score the theoretical ceiling of the vulnerability class. Apache's LOW reflects what actually happens.

  1. Trigger is narrow — mod_ldap must be loaded (not default) AND configured in per-directory context (, , .htaccess). Server-wide LDAP config doesn't trigger it. This is an unusual configuration pattern.
  2. UAF in config merging, not request handling — the freed memory is in the per-directory configuration merge path, which constrains the timing window and what objects occupy the freed allocation. This isn't a heap spray-friendly UAF in a hot request path.
  3. httpd's process model kills RCE reliability — prefork uses separate processes (crash = one child dies, parent respawns), worker/event have per-process address space. Turning a UAF into reliable RCE against httpd is substantially harder than against a single-threaded daemon with a predictable heap layout.
  4. Realistic impact is DoS — the freed pointer will most likely cause a segfault (child crash), not a controlled write primitive. The parent process respawns workers, so even the DoS is transient.

Меры по смягчению последствий

upgrade apache web server to 2.4.68

Затронутые пакеты

ПлатформаПакетСостояниеРекомендацияРелиз
Red Hat Enterprise Linux 10httpdUnder investigation
Red Hat Enterprise Linux 6httpdNot affected
Red Hat Enterprise Linux 7httpdAffected
Red Hat Enterprise Linux 8httpdAffected
Red Hat Enterprise Linux 9httpdUnder investigation
Red Hat Hardened Imageshttpd-main-2.4.68-1.hum1FixedRHSA-2026:2504210.06.2026

Показывать по

Дополнительная информация

Статус:

Low
Дефект:
CWE-825
https://bugzilla.redhat.com/show_bug.cgi?id=2486394httpd: Apache HTTP Server: Arbitrary code execution or denial of service via use-after-free in mod_ldap per-directory configuration

EPSS

Процентиль: 49%
0.00688
Низкий

4.6 Medium

CVSS3

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

CVSS3: 9.8
ubuntu
около 2 месяцев назад

Use After Free vulnerability in Apache HTTP Server with mod_ldap in per-directory configuration This issue affects Apache HTTP Server: from 2.4.0 through 2.4.67. Users are recommended to upgrade to version 2.4.68, which fixes the issue.

CVSS3: 9.8
nvd
около 2 месяцев назад

Use After Free vulnerability in Apache HTTP Server with mod_ldap in per-directory configuration This issue affects Apache HTTP Server: from 2.4.0 through 2.4.67. Users are recommended to upgrade to version 2.4.68, which fixes the issue.

msrc
около 2 месяцев назад

Apache HTTP Server: mod_ldap per-dir use-after-free

CVSS3: 9.8
debian
около 2 месяцев назад

Use After Free vulnerability in Apache HTTP Server with mod_ldap in pe ...

CVSS3: 9.8
github
около 2 месяцев назад

Use After Free vulnerability in Apache HTTP Server with mod_ldap in per-directory configuration This issue affects Apache HTTP Server: from 2.4.0 through 2.4.67. Users are recommended to upgrade to version 2.4.68, which fixes the issue.

EPSS

Процентиль: 49%
0.00688
Низкий

4.6 Medium

CVSS3