Security Vulnerability Report
中文
CVE-2026-45184 CVSS 6.5 MEDIUM

CVE-2026-45184

Published: 2026-05-09 23:16:33
Last Modified: 2026-05-10 18:16:08

Description

Kdenlive before 26.04.1 allows dangerous proxy parameters when an attacker-controlled project file is used.

CVSS Details

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

Configurations (Affected Products)

No configuration data available.

Kdenlive < 26.04.1

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- Malicious Kdenlive Project File Snippet --> <!-- This PoC demonstrates injecting dangerous parameters --> <project> <profile> <!-- In a real scenario, the proxy parameter might contain command injection payloads --> <proxy path="$(malicious_command)" /> </profile> </project> /* * Exploit Logic: * 1. Create a .kdenlive file. * 2. Modify the proxy parameter tags to include shell metacharacters. * 3. Trigger the proxy processing by opening the file. */

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-45184", "sourceIdentifier": "[email protected]", "published": "2026-05-09T23:16:32.787", "lastModified": "2026-05-10T18:16:08.163", "vulnStatus": "Received", "cveTags": [], "descriptions": [{"lang": "en", "value": "Kdenlive before 26.04.1 allows dangerous proxy parameters when an attacker-controlled project file is used."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:L", "baseScore": 6.5, "baseSeverity": "MEDIUM", "attackVector": "LOCAL", "attackComplexity": "HIGH", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "LOW"}, "exploitabilityScore": 1.0, "impactScore": 5.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-829"}]}], "references": [{"url": "https://commits.kde.org/kdenlive/94042ddd259551e4a7a5f6672329752972c84685", "source": "[email protected]"}, {"url": "https://commits.kde.org/kdenlive/c3999aacc6da54756f3df8aab03b900459562ecd", "source": "[email protected]"}, {"url": "https://kde.org/info/security/advisory-20260508-1.txt", "source": "[email protected]"}]}}