Security Vulnerability Report
中文
CVE-2025-43475 CVSS 5.5 MEDIUM

CVE-2025-43475

Published: 2025-12-17 21:16:07
Last Modified: 2025-12-18 20:45:25

Description

A logging issue was addressed with improved data redaction. This issue is fixed in iOS 26.2 and iPadOS 26.2. An app may be able to access user-sensitive data.

CVSS Details

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

Configurations (Affected Products)

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

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-43475 PoC - iOS/iPadOS Log Information Disclosure // This PoC demonstrates how a low-privilege app can access sensitive data through logging // Note: This is a conceptual PoC. Actual exploitation requires: // 1. A jailbroken device or a specially crafted app // 2. Access to iOS system logs (ASL - Apple System Log) // Example: Reading system logs via NSLog or OSLog APIs import Foundation func exploitLogDisclosure() { // Attempt to access system logs // In vulnerable versions, sensitive user data may be present in logs // Example log access pattern: let logQuery = "processImagePath contains 'UserSensitiveData'" // The following would require private API usage: // let connection = ASLClient().createConnection() // let query = ASLQuery(query: logQuery) // let results = connection.query(query) // In patched versions, sensitive data is properly redacted: // Before fix: "User data: John Doe, SSN: 123-45-6789" // After fix: "User data: [REDACTED], SSN: [REDACTED]" } // Mitigation: Update to iOS 26.2 / iPadOS 26.2 or later // Reference: https://support.apple.com/en-us/125884

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-43475", "sourceIdentifier": "[email protected]", "published": "2025-12-17T21:16:06.980", "lastModified": "2025-12-18T20:45:24.613", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "A logging issue was addressed with improved data redaction. This issue is fixed in iOS 26.2 and iPadOS 26.2. An app may be able to access user-sensitive data."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "baseScore": 5.5, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.8, "impactScore": 3.6}, {"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "baseScore": 5.5, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "LOW", "privilegesRequired": "LOW", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 1.8, "impactScore": 3.6}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-532"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:o:apple:ipados:*:*:*:*:*:*:*:*", "versionEndExcluding": "26.2", "matchCriteriaId": "EA029506-5678-444B-93B5-27DAD643A1C0"}, {"vulnerable": true, "criteria": "cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*", "versionEndExcluding": "26.2", "matchCriteriaId": "6276FDCA-3407-4FDD-8437-B57C98A97084"}]}]}], "references": [{"url": "https://support.apple.com/en-us/125884", "source": "[email protected]", "tags": ["Release Notes", "Vendor Advisory"]}]}}