Security Vulnerability Report
中文
CVE-2025-13014 CVSS 8.8 HIGH

CVE-2025-13014

Published: 2025-11-11 16:15:38
Last Modified: 2026-04-13 15:16:42

Description

Use-after-free in the Audio/Video component. This vulnerability was fixed in Firefox 145, Firefox ESR 140.5, Firefox ESR 115.30, Thunderbird 145, and Thunderbird 140.5.

CVSS Details

CVSS Score
8.8
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:mozilla:firefox:*:*:*:*:esr:*:*:* - VULNERABLE
cpe:2.3:a:mozilla:firefox:*:*:*:*:-:*:*:* - VULNERABLE
cpe:2.3:a:mozilla:firefox:*:*:*:*:esr:*:*:* - VULNERABLE
Firefox < 145
Firefox ESR < 115.30
Firefox ESR < 140.5
Thunderbird < 140.5
Thunderbird < 145

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
// CVE-2025-13014 PoC - Use-after-free in Audio/Video Component // This is a conceptual PoC demonstrating the attack vector // Note: Actual exploit requires specific Firefox/Thunderbird version and media handling conditions // PoC trigger mechanism (conceptual) function triggerUAF() { // Step 1: Create media element const media = document.createElement('video'); media.src = 'malicious_media.mp4'; // Step 2: Manipulate media lifecycle to trigger UAF media.addEventListener('loadedmetadata', function() { // Trigger conditions that lead to use-after-free // Specific exploitation requires detailed analysis of affected component // Example trigger sequence: // 1. Force garbage collection at critical point // 2. Manipulate media element reference counting // 3. Access freed object to trigger UAF condition // Cleanup references to trigger potential UAF setTimeout(() => { // Access to freed memory region media.playbackRate = 1.0; }, 100); }); // Step 3: Heap spray to control freed memory // (Implementation depends on specific vulnerability details) } // Mitigation: Update to Firefox 145+, Thunderbird 140.5+ // Reference: https://www.mozilla.org/security/advisories/mfsa2025-87/

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-13014", "sourceIdentifier": "[email protected]", "published": "2025-11-11T16:15:38.473", "lastModified": "2026-04-13T15:16:42.297", "vulnStatus": "Modified", "cveTags": [], "descriptions": [{"lang": "en", "value": "Use-after-free in the Audio/Video component. This vulnerability was fixed in Firefox 145, Firefox ESR 140.5, Firefox ESR 115.30, Thunderbird 145, and Thunderbird 140.5."}], "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:R/S:U/C:H/I:H/A:H", "baseScore": 8.8, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 2.8, "impactScore": 5.9}]}, "weaknesses": [{"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-416"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:mozilla:firefox:*:*:*:*:esr:*:*:*", "versionEndExcluding": "115.30.0", "matchCriteriaId": "6A363BA6-4A06-4794-B7DF-59B1624097BC"}, {"vulnerable": true, "criteria": "cpe:2.3:a:mozilla:firefox:*:*:*:*:-:*:*:*", "versionEndExcluding": "145.0", "matchCriteriaId": "445D5AED-0882-46FE-A5F1-B7148B923221"}, {"vulnerable": true, "criteria": "cpe:2.3:a:mozilla:firefox:*:*:*:*:esr:*:*:*", "versionStartIncluding": "140.0", "versionEndExcluding": "140.5.0", "matchCriteriaId": "E7561CC5-C090-4099-A311-1A0E304111FE"}]}]}], "references": [{"url": "https://bugzilla.mozilla.org/show_bug.cgi?id=1994241", "source": "[email protected]", "tags": ["Permissions Required"]}, {"url": "https://www.mozilla.org/security/advisories/mfsa2025-87/", "source": "[email protected]", "tags": ["Vendor Advisory"]}, {"url": "https://www.mozilla.org/security/advisories/mfsa2025-88/", "source": "[email protected]", "tags": ["Vendor Advisory"]}, {"url": "https://www.mozilla.org/security/advisories/mfsa2025-89/", "source": "[email protected]", "tags": ["Vendor Advisory"]}, {"url": "https://www.mozilla.org/security/advisories/mfsa2025-90/", "source": "[email protected]"}, {"url": "https://www.mozilla.org/security/advisories/mfsa2025-91/", "source": "[email protected]"}]}}