Security Vulnerability Report
中文
CVE-2025-43460 CVSS 4.6 MEDIUM

CVE-2025-43460

Published: 2025-11-04 02:15:51
Last Modified: 2025-11-04 17:51:33

Description

A logic issue was addressed with improved checks. This issue is fixed in iOS 26.1 and iPadOS 26.1. An attacker with physical access to a locked device may be able to view sensitive user information.

CVSS Details

CVSS Score
4.6
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:P/AC:L/PR:N/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.1
Apple iPadOS < 26.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-43460 PoC - Physical Access Required // This is a conceptual PoC for the lock screen bypass vulnerability // Actual exploitation requires physical device access // Note: This vulnerability was discovered by Apple Product Security // and has been fixed in iOS 26.1 and iPadOS 26.1 // Conceptual attack steps: // 1. Attacker gains physical access to locked iOS/iPadOS device // 2. Attacker connects device to a computer via USB/Lightning cable // 3. Attacker performs specific button combinations while device is locked // 4. System fails to properly enforce lock screen controls // 5. Attacker can view sensitive user information (contacts, messages, etc.) // This is a logic issue addressed with improved checks // No specific exploit code required - physical interaction bypasses security // Defense: Update to iOS 26.1 or iPadOS 26.1 console.log('CVE-2025-43460: Lock screen bypass via physical access');

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-43460", "sourceIdentifier": "[email protected]", "published": "2025-11-04T02:15:51.410", "lastModified": "2025-11-04T17:51:32.673", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "A logic issue was addressed with improved checks. This issue is fixed in iOS 26.1 and iPadOS 26.1. An attacker with physical access to a locked device may be able to view sensitive user information."}], "metrics": {"cvssMetricV31": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "baseScore": 4.6, "baseSeverity": "MEDIUM", "attackVector": "PHYSICAL", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "availabilityImpact": "NONE"}, "exploitabilityScore": 0.9, "impactScore": 3.6}]}, "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": "26.1", "matchCriteriaId": "6D51AEDC-9086-4010-B3BF-C652D65D09C8"}, {"vulnerable": true, "criteria": "cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*", "versionEndExcluding": "26.1", "matchCriteriaId": "3981A7BE-BC98-4C6F-AE38-D68839368925"}]}]}], "references": [{"url": "https://support.apple.com/en-us/125632", "source": "[email protected]", "tags": ["Release Notes", "Vendor Advisory"]}]}}