Security Vulnerability Report
中文
CVE-2025-24089 CVSS 5.3 MEDIUM

CVE-2025-24089

Published: 2026-01-16 18:16:06
Last Modified: 2026-01-27 20:25:10

Description

A permissions issue was addressed with additional restrictions. This issue is fixed in iOS 18.3 and iPadOS 18.3. An app may be able to enumerate a user's installed apps.

CVSS Details

CVSS Score
5.3
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Configurations (Affected Products)

cpe:2.3:o:apple:ipados:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:* - VULNERABLE
Apple iOS < 18.3
Apple iPadOS < 18.3

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-24089 PoC - Application Enumeration // Note: This is a conceptual PoC demonstrating the vulnerability // Actual exploitation may require specific iOS private APIs or techniques // Method 1: Using LSApplicationWorkspace (requires private framework) /* Class workspaceClass = NSClassFromString(@"LSApplicationWorkspace"); id workspace = [workspaceClass defaultWorkspace]; NSArray *installedApps = [workspace allInstalledApplications]; for (id app in installedApps) { NSLog(@"App ID: %@", [app bundleIdentifier]); NSLog(@"App Name: %@", [app localizedName]); } */ // Method 2: Querying SpringBoard for installed apps /* // This would require injecting into SpringBoard process // or exploiting the vulnerable API exposed by the system // The vulnerability allows enumeration through: // - LSApplicationWorkspace methods // - FBSystemService protected APIs // - MobileInstallation lookup mechanisms */ // Method 3: File-based enumeration (if applicable) /* // Some iOS versions store app lists in accessible locations NSString *appListPath = @"/var/mobile/Library/Preferences/com.apple.installedapps.plist"; // If readable, could enumerate installed apps */

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-24089", "sourceIdentifier": "[email protected]", "published": "2026-01-16T18:16:06.443", "lastModified": "2026-01-27T20:25:10.440", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "A permissions issue was addressed with additional restrictions. This issue is fixed in iOS 18.3 and iPadOS 18.3. An app may be able to enumerate a user's installed apps."}, {"lang": "es", "value": "Se abordó un problema de permisos con restricciones adicionales. Este problema está solucionado en iOS 18.3 y iPadOS 18.3. Una aplicación podría enumerar las aplicaciones instaladas de un usuario."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "baseScore": 5.3, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 3.9, "impactScore": 1.4}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-200"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:apple:ipados:*:*:*:*:*:*:*:*", "versionEndExcluding": "18.3", "matchCriteriaId": "6B7F80FC-EB0A-4B78-8CB7-18E5F162CD6A"}, {"vulnerable": true, "criteria": "cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*", "versionEndExcluding": "18.3", "matchCriteriaId": "71A94ACA-8143-475F-8A89-8020B86CE80B"}]}]}], "references": [{"url": "https://support.apple.com/en-us/122066", "source": "[email protected]", "tags": ["Vendor Advisory"]}]}}