CVE-2024-39688 MEDIUM

CVE-2024-39688: fishaudio/Bert-VITS2 Limited File Write in webui_preprocess.py generate_config function

Vendor Fishaudio
Product Bert-VITS2
Weakness CWE-22 · Path traversal
Published July 22, 2024
Last update August 2, 2024

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality Low
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

What the vulnerability does

01Description

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the data_dir variable is concatenated with other folders and used to open a new file in the generate_config function, which leads to a limited file write. The issue allows for writing /config/config.json file in arbitrary directory on the server. If a given directory path doesn’t exist, the application will return an error, so this vulnerability could also be used to gain information about existing directories on the server. This affects fishaudio/Bert-VITS2 2.3 and earlier.

Key dates

02Disclosure timeline

July 22, 2024 CVE published
August 2, 2024 Record updated