Lucene search
+L

83 matches found

NVD
NVD
added 2024/07/22 4:15 p.m.30 views

CVE-2024-39686

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is used directly in a command executed with subprocess.runcmd, shell=True in the bertgen function, which leads to arbitrary command execution. This affects fishaudio/Bert-VITS2 2.3 and earlier...

9.8CVSS0.0118EPSS
SaveExploits1References3
NVD
NVD
added 2024/07/22 4:15 p.m.34 views

CVE-2024-39685

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is used directly in a command executed with subprocess.runcmd, shell=True in the resample function, which leads to arbitrary command execution. This affects fishaudio/Bert-VITS2 2.3 and earlier...

9.8CVSS0.01116EPSS
SaveExploits1References3
NVD
NVD
added 2024/07/22 4:15 p.m.44 views

CVE-2024-39688

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is concatenated with other folders and used to open a new file in the generateconfig function, which leads to a limited file write. The issue allows for writing /config/config.json file in arbitra...

6.5CVSS0.00501EPSS
SaveExploits1References3
OSV
OSV
added 2024/07/22 3:21 p.m.27 views

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

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is concatenated with other folders and used to open a new file in the generateconfig function, which leads to a limited file write. The issue allows for writing /config/config.json file in arbitra...

6.5CVSS6.8AI score
SaveExploits0References5
CVE
CVE
added 2024/07/22 3:21 p.m.72 views

CVE-2024-39688

The CVE-2024-39688 entry describes a limited file write in Bert-VITS2 (fishaudio/Bert-VITS2) where user input to the data_dir variable is concatenated with directories and used in generate_config, allowing writing /config/config.json to an arbitrary directory. Affected versions are 2.3 and earlie...

6.5CVSS6.6AI score0.00501EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/22 3:21 p.m.22 views

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

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is concatenated with other folders and used to open a new file in the generateconfig function, which leads to a limited file write. The issue allows for writing /config/config.json file in arbitra...

6.5CVSS6.8AI score0.00501EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2024/07/22 3:21 p.m.54 views

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

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is concatenated with other folders and used to open a new file in the generateconfig function, which leads to a limited file write. The issue allows for writing /config/config.json file in arbitra...

6.5CVSS0.00501EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2024/07/22 3:16 p.m.38 views

CVE-2024-39686 fishaudio/Bert-VITS2 Command Injection in webui_preprocess.py bert_gen function

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is used directly in a command executed with subprocess.runcmd, shell=True in the bertgen function, which leads to arbitrary command execution. This affects fishaudio/Bert-VITS2 2.3 and earlier...

9.8CVSS0.0118EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2024/07/22 3:16 p.m.15 views

CVE-2024-39686 fishaudio/Bert-VITS2 Command Injection in webui_preprocess.py bert_gen function

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is used directly in a command executed with subprocess.runcmd, shell=True in the bertgen function, which leads to arbitrary command execution. This affects fishaudio/Bert-VITS2 2.3 and earlier...

9.8CVSS9.6AI score0.0118EPSS
SaveExploits1References3
OSV
OSV
added 2024/07/22 3:16 p.m.21 views

CVE-2024-39686 fishaudio/Bert-VITS2 Command Injection in webui_preprocess.py bert_gen function

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is used directly in a command executed with subprocess.runcmd, shell=True in the bertgen function, which leads to arbitrary command execution. This affects fishaudio/Bert-VITS2 2.3 and earlier...

9.8CVSS7.3AI score
SaveExploits0References5
CVE
CVE
added 2024/07/22 3:16 p.m.60 views

CVE-2024-39686

CVE-2024-39686 affects fishaudio/Bert-VITS2 (VITS2 Backbone with multilingual BERT). The root cause is that user input provided to the data_dir variable is used directly in a shell command via subprocess.run(cmd, shell=True) inside the bert_gen function, allowing arbitrary command execution. Affe...

9.8CVSS9.6AI score0.0118EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/22 3:13 p.m.13 views

CVE-2024-39685 fishaudio/Bert-VITS2 Command Injection in webui_preprocess.py resample function

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is used directly in a command executed with subprocess.runcmd, shell=True in the resample function, which leads to arbitrary command execution. This affects fishaudio/Bert-VITS2 2.3 and earlier...

9.8CVSS7.2AI score0.01116EPSS
SaveExploits1References3
CVE
CVE
added 2024/07/22 3:13 p.m.54 views

CVE-2024-39685

Bert-VITS2 (fishaudio) vulnerability CVE-2024-39685 affects version 2.3 and earlier of the Bert-VITS2 backbone. The root cause is that user input to the data_dir variable is used directly in a subprocess.run(cmd, shell=True) call within the resample function, enabling arbitrary command execution....

9.8CVSS7.3AI score0.01116EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2024/07/22 3:13 p.m.40 views

CVE-2024-39685 fishaudio/Bert-VITS2 Command Injection in webui_preprocess.py resample function

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is used directly in a command executed with subprocess.runcmd, shell=True in the resample function, which leads to arbitrary command execution. This affects fishaudio/Bert-VITS2 2.3 and earlier...

9.8CVSS0.01116EPSS
SaveExploits1References3
OSV
OSV
added 2024/07/22 3:13 p.m.20 views

CVE-2024-39685 fishaudio/Bert-VITS2 Command Injection in webui_preprocess.py resample function

Bert-VITS2 is the VITS2 Backbone with multilingual bert. User input supplied to the datadir variable is used directly in a command executed with subprocess.runcmd, shell=True in the resample function, which leads to arbitrary command execution. This affects fishaudio/Bert-VITS2 2.3 and earlier...

9.8CVSS7.3AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/07/22 12:00 a.m.8 views

PT-2024-28624 · Unknown · Bert-Vits2

Name of the Vulnerable Software and Affected Versions: Bert-VITS2 versions 2.3 and earlier Description: The issue arises from user input being directly used in a command executed with subprocess.runcmd, shell=True in the resample function, leading to arbitrary command execution. This is due to th...

9.8CVSS7AI score0.01116EPSS
SaveExploits1References7
Positive Technologies
Positive Technologies
added 2024/07/22 12:00 a.m.9 views

PT-2024-28627 · Bert-Vits · Bert-Vits

Name of the Vulnerable Software and Affected Versions: Bert-VITS2 versions 2.3 and earlier Description: The issue is related to the data dir variable, where user input is concatenated with other folders and used to open a new file in the generate config function, leading to a limited file write...

6.5CVSS6.8AI score0.00501EPSS
SaveExploits1References7
Positive Technologies
Positive Technologies
added 2024/07/22 12:00 a.m.11 views

PT-2024-28625 · Unknown · Bert-Vits2

Name of the Vulnerable Software and Affected Versions: Bert-VITS2 versions 2.3 and earlier Description: The issue arises from user input being directly used in a command executed with subprocess.runcmd, shell=True in the bert gen function, leading to arbitrary command execution. This is due to th...

9.8CVSS7AI score0.0118EPSS
SaveExploits1References7
Openbugbounty
Openbugbounty
added 2020/09/13 9:40 a.m.7 views

bert-daiber.de Cross Site Scripting vulnerability OBB-1331500

Following coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: &nbsp&nbsp&nbsp&nbsp&nbsp&nbspa. verified the vulnerability and confirmed its existence; &nbsp&nbsp&nbsp&nbsp&nbsp&nbspb. notified the website operator about its existence...

6.2AI score
SaveExploits0
Schneier on Security
Schneier on Security
added 2020/04/28 3:38 p.m.30 views

Fooling NLP Systems Through Word Swapping

MIT researchers have built a system that fools natural-language processing systems by swapping words with synonyms: The software, developed by a team at MIT, looks for the words in a sentence that are most important to an NLP classifier and replaces them with a synonym that a human would find...

1AI score
SaveExploits0
Rows per page
Query Builder