CVE Vulnerabilities

CVE-2022-24070

Use After Free

Published: Apr 12, 2022 | Modified: Nov 21, 2024
CVSS 3.x
7.5
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS 2.x
5 MEDIUM
AV:N/AC:L/Au:N/C:N/I:N/A:P
RedHat/V2
RedHat/V3
7.5 IMPORTANT
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Ubuntu
MEDIUM

Subversions mod_dav_svn is vulnerable to memory corruption. While looking up path-based authorization rules, mod_dav_svn servers may attempt to use memory which has already been freed. Affected Subversion mod_dav_svn servers 1.10.0 through 1.14.1 (inclusive). Servers that do not use mod_dav_svn are not affected.

Weakness

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory “belongs” to the code that operates on the new pointer.

Affected Software

Name Vendor Start Version End Version
Subversion Apache 1.10.0 (including) 1.10.8 (excluding)
Subversion Apache 1.14.0 (including) 1.14.2 (excluding)
Red Hat Enterprise Linux 8 RedHat subversion:1.10-8060020210901110943.68c8ceab *
Red Hat Enterprise Linux 8 RedHat subversion:1.14-8060020210901110959.06c90725 *
Red Hat Enterprise Linux 8.1 Update Services for SAP Solutions RedHat subversion:1.10-8010020220506111511.fa3af259 *
Red Hat Enterprise Linux 8.2 Extended Update Support RedHat subversion:1.10-8020020220506110653.f2093e77 *
Red Hat Enterprise Linux 8.4 Extended Update Support RedHat subversion:1.10-8040020201106082712.e8604fa1 *
Red Hat Enterprise Linux 8.4 Extended Update Support RedHat subversion:1.14-8040020210210122209.491a7707 *
Red Hat Enterprise Linux 9 RedHat subversion-0:1.14.1-5.el9_0 *
Subversion Ubuntu esm-apps/focal *
Subversion Ubuntu esm-apps/jammy *
Subversion Ubuntu focal *
Subversion Ubuntu impish *
Subversion Ubuntu jammy *
Subversion Ubuntu upstream *

Potential Mitigations

References