CVE Vulnerabilities

CVE-2026-43727

Use After Free

Published: Jun 29, 2026 | Modified: Jun 30, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
6.5 MODERATE
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Ubuntu
root.io logo minimus.io logo echo.ai logo

A use-after-free issue was addressed with improved memory management. This issue is fixed in Safari 26.5.2, iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2. Processing maliciously crafted web content may lead to an unexpected Safari crash.

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

NameVendorStart VersionEnd Version
SafariApple*26.5.2 (excluding)
IpadosApple*26.5.2 (excluding)
Iphone_osApple*26.5.2 (excluding)
MacosApple26.0 (including)26.5.2 (excluding)
Red Hat Enterprise Linux 8RedHatwebkit2gtk3-0:2.52.5-1.el8_10*
Red Hat Enterprise Linux 9RedHatwebkit2gtk3-0:2.52.5-1.el9_8*

Potential Mitigations

References