CVE-2025-64714

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-64714
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-64714.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-64714
Aliases
Published
2025-11-13T15:16:55.347Z
Modified
2025-12-02T20:18:45.822713Z
Severity
  • 5.8 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N CVSS Calculator
Summary
PrivateBin's template-switching feature allows arbitrary local file inclusion through path traversal
Details

PrivateBin is an online pastebin where the server has zero knowledge of pasted data. Starting in version 1.7.7 and prior to version 2.0.3, an unauthenticated Local File Inclusion exists in the template-switching feature. If templateselection is enabled in the configuration, the server trusts the template cookie and includes the referenced PHP file. An attacker can read sensitive data or, if they manage to drop a PHP file elsewhere, gain remote code execution. The constructed path of the template file is checked for existence, then included. For PrivateBin project files this does not leak any secrets due to data files being created with PHP code that prevents execution, but if a configuration file without that line got created or the visitor figures out the relative path to a PHP script that directly performs an action without appropriate privilege checking, those might execute or leak information. The issue has been patched in version 2.0.3. As a workaround, set templateselection = false (which is the default) in cfg/conf.php or remove it entirely

Database specific
{
    "cwe_ids": [
        "CWE-23",
        "CWE-73",
        "CWE-98"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/64xxx/CVE-2025-64714.json",
    "cna_assigner": "GitHub_M"
}
References

Affected packages

Git / github.com/privatebin/privatebin

Affected ranges

Type
GIT
Repo
https://github.com/privatebin/privatebin
Events

Affected versions

1.*

1.7.7
1.7.8

2.*

2.0.0
2.0.1
2.0.2