CVE-2024-27810
14.05.2024, 15:13
A path handling issue was addressed with improved validation. This issue is fixed in iOS 17.5 and iPadOS 17.5, tvOS 17.5, watchOS 10.5, macOS Sonoma 14.5. An app may be able to read sensitive location information.
Vendor | Product | Version |
---|---|---|
apple | ipados | 𝑥 < 17.5 |
apple | iphone_os | 𝑥 < 17.5 |
apple | macos | 12.0 ≤ 𝑥 < 12.7.5 |
apple | macos | 13.0 ≤ 𝑥 < 13.6.7 |
apple | macos | 14.0 ≤ 𝑥 < 14.5 |
apple | tvos | 𝑥 < 17.5 |
apple | watchos | 𝑥 < 10.5 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')The software uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the software does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.
- CWE-28 - Path Traversal: '..\filedir'The software uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize "..\" sequences that can resolve to a location that is outside of that directory.
References