Security Vulnerability Report
中文
CVE-2025-13640 CVSS 3.5 LOW

CVE-2025-13640

Published: 2025-12-02 19:15:49
Last Modified: 2025-12-04 18:06:27

Description

Inappropriate implementation in Passwords in Google Chrome prior to 143.0.7499.41 allowed a local attacker to bypass authentication via physical access to the device. (Chromium security severity: Low)

CVSS Details

CVSS Score
3.5
Severity
LOW
CVSS Vector
CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Configurations (Affected Products)

cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:* - NOT VULNERABLE
cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* - VULNERABLE
cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:* - NOT VULNERABLE
Google Chrome < 143.0.7499.41

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-13640 PoC - Local Authentication Bypass in Chrome Password Manager // Note: This vulnerability requires physical access to the device // This PoC demonstrates the conceptual attack scenario // Attack Prerequisites: // 1. Attacker must have physical access to the target device // 2. Target device must be in an unlocked or logged-in state // 3. Target Chrome version < 143.0.7499.41 // Conceptual Attack Steps: // 1. Gain physical access to the device running vulnerable Chrome version // 2. Open Chrome browser // 3. Navigate to chrome://settings/passwords or Settings > Passwords // 4. Due to the improper implementation, authentication bypass occurs // 5. Stored passwords become accessible without proper verification // 6. Attacker can view/export saved credentials // Example exploitation scenario: function exploitScenario() { console.log("Physical Access Required"); console.log("Target: Chrome < 143.0.7499.41"); // Step 1: Access device const hasPhysicalAccess = true; // Step 2: Open Chrome and navigate to passwords if (hasPhysicalAccess) { // Navigate to chrome://settings/passwords // In vulnerable version, passwords are accessible without auth const passwordsAccessible = true; if (passwordsAccessible) { console.log("Authentication bypass successful"); console.log("Attacker can now access stored credentials"); } } } // Mitigation: Update Chrome to version 143.0.7499.41 or later // Reference: https://chromereleases.googleblog.com/2025/12/stable-channel-update-for-desktop.html

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-13640", "sourceIdentifier": "[email protected]", "published": "2025-12-02T19:15:48.737", "lastModified": "2025-12-04T18:06:26.883", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Inappropriate implementation in Passwords in Google Chrome prior to 143.0.7499.41 allowed a local attacker to bypass authentication via physical access to the device. (Chromium security severity: Low)"}, {"lang": "es", "value": "Implementación inapropiada en Contraseñas en Google Chrome Versiones anteriores a 143.0.7499.41 permitió a un atacante local eludir la autenticación mediante acceso físico al dispositivo. (Gravedad de seguridad de Chromium: Baja)"}], "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:L/I:L/A:N", "baseScore": 3.5, "baseSeverity": "LOW", "attackVector": "PHYSICAL", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "NONE"}, "exploitabilityScore": 0.9, "impactScore": 2.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "NVD-CWE-noinfo"}]}], "configurations": [{"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*", "versionEndExcluding": "143.0.7499.40", "matchCriteriaId": "28874374-C1B5-4638-BCCD-0AC4F1DAA6EC"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*", "matchCriteriaId": "703AF700-7A70-47E2-BC3A-7FD03B3CA9C1"}, {"vulnerable": false, "criteria": "cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*", "matchCriteriaId": "A2572D17-1DE6-457B-99CC-64AFD54487EA"}]}]}, {"operator": "AND", "nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*", "versionEndExcluding": "143.0.7499.41", "matchCriteriaId": "459C09D2-0D67-4FF1-950B-0FB611D6FFD6"}]}, {"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": false, "criteria": "cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*", "matchCriteriaId": "387021A0-AF36-463C-A605-32EA7DAC172E"}]}]}], "references": [{"url": "https://chromereleases.googleblog.com/2025/12/stable-channel-update-for-desktop.html", "source": "[email protected]", "tags": ["Release Notes", "Vendor Advisory"]}, {"url": "https://issues.chromium.org/issues/452071826", "source": "[email protected]", "tags": ["Issue Tracking", "Permissions Required"]}]}}